| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-01 | 1 | -2/+2 |
|\ |
|
| * | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -2/+2 |
| * | Replace vendor string in Ogg and FLAC muxers. | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-21 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | lavc: use avpriv_ prefix for ff_split_xiph_headers. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
| * | lavc: use avpriv_ prefix for some flac symbols used in lavf. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | | AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. | Clément Bœsch | 2011-10-17 | 1 | -1/+1 |
* | | oggenc: favor av_freep() | Michael Niedermayer | 2011-10-01 | 1 | -3/+3 |
* | | fix memory leak in oggenc | Maksym Veremeyenko | 2011-09-30 | 1 | -0/+2 |
* | | oggenc: add missing initializer braces to shut up gcc warning. | Clément Bœsch | 2011-08-10 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -10/+10 |
|\ \
| |/ |
|
| * | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -10/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-09 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -3/+3 |
* | | Added oggpagesize option for Ogg encoding. Allows setting a preferred page si... | Andres Gonzalez | 2011-05-10 | 1 | -2/+23 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-04 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | avio: avio_ prefix for url_close_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
| * | avio: avio_ prefix for url_open_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-31 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | avio: make get_checksum() internal. | Anton Khirnov | 2011-03-30 | 1 | -1/+1 |
| * | avio: make init_checksum() internal. | Anton Khirnov | 2011-03-30 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -2/+2 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -2/+2 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -2/+2 |
* | lavf: use a new ffio_wfourcc macro instead of put_tag() where possible | Anton Khirnov | 2011-02-25 | 1 | -1/+2 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -11/+11 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -2/+2 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | In ogg muxer, correctly mux VFR streams, fix issue #2398 | Baptiste Coudurier | 2011-01-05 | 1 | -7/+23 |
* | vorbiscomment: convert metadata before computing the header's length | Anton Khirnov | 2010-10-27 | 1 | -0/+2 |
* | Export metadata in the generic format. Deprecate old conversion API. | Anton Khirnov | 2010-10-15 | 1 | -1/+0 |
* | vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata** | Anton Khirnov | 2010-10-14 | 1 | -7/+7 |
* | oggenc: Don't use char* to point to a string constant. | Alex Converse | 2010-10-10 | 1 | -1/+1 |
* | Vorbis metadata writing. Patch by James Darnley <james.darnley gmail com>. | James Darnley | 2010-09-03 | 1 | -4/+22 |
* | In ogg muxer, free dyn allocated buffer, fix memleak | Baptiste Coudurier | 2010-07-16 | 1 | -0/+1 |
* | In ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipe | Baptiste Coudurier | 2010-07-14 | 1 | -21/+35 |
* | In ogg muxer, use random serial number of each ogg streams | Baptiste Coudurier | 2010-05-24 | 1 | -1/+18 |
* | remove unused field | Baptiste Coudurier | 2010-05-21 | 1 | -2/+0 |
* | In ogg muxer, pack multiple frames into one page, much lower overhead | Baptiste Coudurier | 2010-05-21 | 1 | -91/+179 |
* | Replace all remaining occurrences of AVERROR_NOMEM with | Stefano Sabatini | 2010-04-03 | 1 | -4/+4 |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files. | James Darnley | 2010-03-20 | 1 | -11/+16 |
* | Correctly write last 0 lacing value when packet size is multiple of 255, patc... | Greg Maxwell | 2010-03-15 | 1 | -5/+4 |
* | Remove MAX_STREAMS usage in ogg and mxf muxers | Baptiste Coudurier | 2010-01-29 | 1 | -16/+15 |
* | Add Speex support to the Ogg muxer. | Justin Ruggles | 2009-10-13 | 1 | -9/+64 |
* | Improve amortized worst case speed of the muxers packet interleaving code | Michael Niedermayer | 2009-09-16 | 1 | -0/+6 |