| Commit message (Expand) | Author | Age | Files | Lines |
* | Splits the totalbitrate in a videodatarate and audiodatarate part. | Stefan de Konink | 2009-02-02 | 1 | -1/+4 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | use ff_avc_parse_nal_units_buf because output size might differ from input size | Baptiste Coudurier | 2009-01-16 | 1 | -7/+12 |
* | Reindent after last commit | Luca Abeni | 2009-01-15 | 1 | -1/+1 |
* | Do not reallocate AVPacket's data when muxing a packet | Luca Abeni | 2009-01-15 | 1 | -7/+6 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -1/+1 |
* | remove comment, this is not relevant anymore | Baptiste Coudurier | 2009-01-11 | 1 | -1/+0 |
* | reindent | Baptiste Coudurier | 2009-01-11 | 1 | -4/+4 |
* | check for negative dts value even if bitstream is already formated, | Baptiste Coudurier | 2009-01-11 | 1 | -2/+3 |
* | Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development at wic... | Alexander Wichers | 2008-10-18 | 1 | -1/+5 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -3/+3 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -1/+1 |
* | timestamps in flv are 32bits _signed_ according to flash player, specs are wrong | Baptiste Coudurier | 2008-08-30 | 1 | -1/+1 |
* | remove now useless casts | Baptiste Coudurier | 2008-08-30 | 1 | -3/+3 |
* | Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec... | Reimar Döffinger | 2008-08-24 | 1 | -1/+1 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | check if extradata comes from mp4 and assume bitsteam is already formated, sh... | Baptiste Coudurier | 2008-05-29 | 1 | -1/+3 |
* | aac and h264 in flv muxing | Baptiste Coudurier | 2008-05-26 | 1 | -4/+63 |
* | set correct duration when using b frames | Baptiste Coudurier | 2008-05-25 | 1 | -1/+1 |
* | simplify, remove useless vars | Baptiste Coudurier | 2008-05-24 | 1 | -31/+17 |
* | Nellymoser handling in FLV | Bartlomiej Wolowiec | 2008-05-02 | 1 | -0/+4 |
* | set wrap bits to 32bit to actually use it | Baptiste Coudurier | 2008-04-25 | 1 | -1/+1 |
* | flv/swf do not have a big endian codec id, they only support | Michael Niedermayer | 2008-02-24 | 1 | -4/+4 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -3/+3 |
* | Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduce... | Alex Beregszaszi | 2007-11-16 | 1 | -1/+2 |
* | Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in. | Alex Beregszaszi | 2007-11-15 | 1 | -1/+1 |
* | indent | Michael Niedermayer | 2007-10-09 | 1 | -2/+2 |
* | avoid generating invalid files | Michael Niedermayer | 2007-10-09 | 1 | -0/+2 |
* | set the previous tag size correctly in flv files | Michael Niedermayer | 2007-08-04 | 1 | -6/+8 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -1/+1 |
* | Set FLV_SAMPLESSIZE_16BIT for ADPCM. | Benjamin Larsson | 2007-03-03 | 1 | -1/+1 |
* | 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 |