Commit History

Author SHA1 Message Date
  Baptiste Coudurier c2acba13a4 check if extradata comes from mp4 and assume bitsteam is already formated, should fix streamcopy 16 years ago
  Baptiste Coudurier f23496b562 aac and h264 in flv muxing 16 years ago
  Baptiste Coudurier a9ee86e79b set correct duration when using b frames 16 years ago
  Baptiste Coudurier 5366f15d05 simplify, remove useless vars 16 years ago
  Bartlomiej Wolowiec b7d1cd02e3 Nellymoser handling in FLV 16 years ago
  Baptiste Coudurier 254629b1aa set wrap bits to 32bit to actually use it 16 years ago
  Michael Niedermayer 44de39f93c flv/swf do not have a big endian codec id, they only support 16 years ago
  Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
  Alex Beregszaszi 018b6fb465 Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduced in FLV specification v9. 17 years ago
  Alex Beregszaszi 964ff35445 Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in. 17 years ago
  Michael Niedermayer ec62727818 indent 17 years ago
  Michael Niedermayer 4838727ea0 avoid generating invalid files 17 years ago
  Michael Niedermayer f683dbdc6a set the previous tag size correctly in flv files 17 years ago
  Diego Biurrun 755bfeabcc misc spelling fixes 17 years ago
  Benjamin Larsson e9509536a9 Set FLV_SAMPLESSIZE_16BIT for ADPCM. 17 years ago
  Michael Niedermayer bb85077fc9 remove now useless codec_tag setting code in muxers 17 years ago
  Michael Niedermayer 6c77805fc8 get rid of the [4] limitation of codec tag lists 17 years ago
  Michael Niedermayer edb6e50682 export a few more codec_tag-codec_id tables 17 years ago
  Michael Niedermayer 7caf0cc62c add codec_id <-> codec_tag tables to AVIn/OutputFormat 17 years ago
  Diego Biurrun 6ebe07fbb5 variable renaming: mp3lame --> libmp3lame 17 years ago
  Benjamin Larsson 09d8c0ae83 VP6 and flashsv stream copy and muxing support. 17 years ago
  Allan Hsu 148c9bdbb8 Patch for the FLV muxer to supply more complete metadata 17 years ago
  Michael Niedermayer c45388b193 set flags correctly in write header instead of seeking back and fixing it in write_trailer() 17 years ago
  Allan Hsu 6cac3a3b08 Defines various common FLV format values between the FLV muxer and demuxer 17 years ago
  Allan Hsu 56cca5f10c Fix wrong flags for S16LE and S16BE audio in FLV files. 18 years ago
  Steve L'Homme 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 18 years ago
  Aurelien Jacobs 7fbde3431a replace coder/decoder file description in libavformat by muxer/demuxer 18 years ago
  Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
  Baptiste Coudurier 634b8cfaf4 always write duration and file size, fix seeking, progress bar is now active 18 years ago
  Michael Niedermayer fd0fb3064d add header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel ad pylonsoft mot ch ) 18 years ago
  Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 years ago
  Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
  Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 18 years ago
  Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 18 years ago
  Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 18 years ago
  Alex Beregszaszi 2fde8aaeba support transcoding adpcm 19 years ago
  Michael Niedermayer a254c5745b kill duplicated get/put_be24() 19 years ago
  Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 19 years ago
  Michael Niedermayer e817a73daa fix mimetype 19 years ago
  Alex Beregszaszi 2f5132e7a8 proper handling of samplesize 19 years ago
  Alex Beregszaszi 923bd441fe correct pcm in flv handling 19 years ago
  Michael Niedermayer 37cdf93d6e assert(0) -> retunrn -1 20 years ago
  Michael Niedermayer 75293f05f9 simplify 20 years ago
  Michael Niedermayer e928649b0b pass AVPacket into av_write_frame() 20 years ago
  Michael Niedermayer 9ee91c2f53 move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 20 years ago
  Michael Niedermayer 11a8e42573 various fixes 20 years ago
  Michael Niedermayer 068f2a22db cleanup 20 years ago
  Michael Niedermayer 92a267756f flv fixes 20 years ago
  Michael Niedermayer 2d9aa1e3a2 100l 20 years ago
  Tinic Uro 747a0554ea - made --extra-cflags option work on darwin 20 years ago