summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-04-14lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch27-33/+0
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer104-324/+400
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun86-135/+135
2012-03-10mpjpeg: video streaming will no longer break and stop on FirefoxZalewa PL1-3/+6
2011-08-09Rename ffserver to avserver.Anton Khirnov16-102/+102
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-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov47-99/+104
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov59-1752/+1787
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò186-274/+274
2009-02-12cosmetics: format long_name spelling fixesDiego Biurrun2-2/+2
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini102-162/+172
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson89-825/+874
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-07-10allow individual selection of muxers and demuxersMåns Rullgård69-964/+837
2006-07-09give AVInput/OutputFormat structs consistent namesMåns Rullgård72-299/+299
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun295-301/+303
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun24-139/+159
2005-07-10remove -f singlejpeg as its identical to -f mjpegMichael Niedermayer1-35/+0
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer33-245/+328
2003-10-14disable encoders where appropriate (patch courtesy of BEROMike Melanson23-5/+188
2003-09-1064 bit pts for writing - more const usageFabrice Bellard25-54/+53
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac110-1721/+1688
2003-02-02added jpeg image encoder and decoder (new YUV handling routines and mjpeg cod...Fabrice Bellard5-221/+270