| Commit message (Expand) | Author | Age | Files | Lines |
* | remove now useless codec_tag setting code in muxers | Michael Niedermayer | 2007-01-21 | 1 | -3/+3 |
* | get rid of the [4] limitation of codec tag lists | Michael Niedermayer | 2007-01-21 | 1 | -1/+1 |
* | export a few more codec_tag-codec_id tables | Michael Niedermayer | 2007-01-21 | 1 | -0/+1 |
* | add codec_id <-> codec_tag tables to AVIn/OutputFormat | Michael Niedermayer | 2007-01-21 | 1 | -2/+2 |
* | variable renaming: mp3lame --> libmp3lame | Diego Biurrun | 2007-01-07 | 1 | -3/+3 |
* | VP6 and flashsv stream copy and muxing support. | Benjamin Larsson | 2007-01-01 | 1 | -2/+16 |
* | Patch for the FLV muxer to supply more complete metadata | Allan Hsu | 2006-12-28 | 1 | -2/+47 |
* | set flags correctly in write header instead of seeking back and fixing it in ... | Michael Niedermayer | 2006-12-10 | 1 | -14/+12 |
* | Defines various common FLV format values between the FLV muxer and demuxer | Allan Hsu | 2006-12-06 | 1 | -28/+22 |
* | Fix wrong flags for S16LE and S16BE audio in FLV files. | Allan Hsu | 2006-12-01 | 1 | -2/+2 |
* | Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. | Steve L'Homme | 2006-11-01 | 1 | -1/+1 |
* | replace coder/decoder file description in libavformat by muxer/demuxer | Aurelien Jacobs | 2006-10-23 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | always write duration and file size, fix seeking, progress bar is now active | Baptiste Coudurier | 2006-08-06 | 1 | -9/+18 |
* | add header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel... | Michael Niedermayer | 2006-07-17 | 1 | -5/+93 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -7/+1 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -2/+2 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -7/+7 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -6/+6 |
* | support transcoding adpcm | Alex Beregszaszi | 2005-11-12 | 1 | -0/+3 |
* | kill duplicated get/put_be24() | Michael Niedermayer | 2005-07-19 | 1 | -7/+2 |
* | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer | 2005-07-17 | 1 | -2/+2 |
* | fix mimetype | Michael Niedermayer | 2005-05-13 | 1 | -1/+1 |
* | proper handling of samplesize | Alex Beregszaszi | 2005-02-25 | 1 | -1/+1 |
* | correct pcm in flv handling | Alex Beregszaszi | 2005-02-21 | 1 | -4/+12 |
* | assert(0) -> retunrn -1 | Michael Niedermayer | 2004-07-02 | 1 | -34/+42 |
* | simplify | Michael Niedermayer | 2004-06-25 | 1 | -221/+24 |
* | pass AVPacket into av_write_frame() | Michael Niedermayer | 2004-05-29 | 1 | -6/+7 |
* | move time_base (pts_num/pts_den) from AVFormatContext -> AVStream | Michael Niedermayer | 2004-05-21 | 1 | -2/+1 |
* | various fixes | Michael Niedermayer | 2004-04-18 | 1 | -9/+26 |
* | cleanup | Michael Niedermayer | 2004-04-17 | 1 | -108/+69 |
* | flv fixes | Michael Niedermayer | 2004-03-09 | 1 | -12/+18 |
* | 100l | Michael Niedermayer | 2004-02-07 | 1 | -1/+1 |
* | - made --extra-cflags option work on darwin | Tinic Uro | 2004-02-06 | 1 | -2/+9 |
* | 64 bit pts for writing - more const usage | Fabrice Bellard | 2003-09-10 | 1 | -1/+1 |
* | CODEC_ID_MP3LAME is obsolete | Fabrice Bellard | 2003-09-08 | 1 | -2/+2 |
* | Building ffmpeg with gcc-2.95.3 encountered a problem due to C99 initializati... | Michael Niedermayer | 2003-07-10 | 1 | -2/+4 |
* | flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ... | Garrick Meeker | 2003-07-09 | 1 | -0/+381 |