summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-05-29lavf/flacenc: use ffio_fill()Paul B Mahol1-4/+2
2013-04-14lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch27-33/+0
2012-10-22lavf/flacenc: disallow creation of invalid files with -c copyPaul B Mahol1-0/+9
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-04-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer68-181/+174
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö63-156/+174
2011-11-02Replace vendor string in Ogg and FLAC muxers.Diego Biurrun6-30/+30
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer113-599/+860
2011-10-20lavc: use avpriv_ prefix for some flac symbols used in lavf.Anton Khirnov7-21/+21
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer150-2033/+1488
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov132-1466/+1311
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer65-407/+558
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov55-218/+263
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer74-637/+833
2011-04-03avio: introduce an AVIOContext.seekable fieldAnton Khirnov40-72/+91
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov47-99/+104
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov87-391/+392
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov90-347/+352
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov59-1752/+1787
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov140-834/+838
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò186-274/+274
2010-10-27vorbiscomment: convert metadata before computing the header's lengthAnton Khirnov3-1/+4
2010-10-15Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov21-39/+55
2010-10-14vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata**Anton Khirnov4-14/+14
2010-03-22Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer'sJustin Ruggles3-26/+26
2010-03-20Add VorbisComment writing to FLAC files.James Darnley12-25/+207
2009-02-26Share the function to write a raw FLAC header and use it in the MatroskaJustin Ruggles4-27/+42
2009-02-26cosmetics: add a comment in flac_write_header().Justin Ruggles1-0/+1
2009-02-26Add support for full header extradata to raw FLAC muxer.Justin Ruggles1-2/+4
2009-02-26Use a shared function to validate FLAC extradata.Justin Ruggles6-31/+91
2009-02-26Separate the raw FLAC muxer from raw.c to its own file, flacenc.c.Justin Ruggles3-49/+75