summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer267-338/+338
2013-10-03cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun267-338/+338
2012-09-18Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer26-53/+54
2012-09-17lavc: replace AVCodecContext.encode with subtitle-specific callbackAnton Khirnov6-16/+18
2012-08-09dvbsub: reindent after last commit.Nicolas George1-6/+5
2012-08-09dvbsub: fix encoding of termination packets.Nicolas George2-11/+7
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-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer207-756/+771
2012-04-06cosmetics: Align codec declarationsMartin Storsjö200-638/+731
2012-03-22dvbsub: remove unused variablePaul B Mahol1-2/+1
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer75-3644/+1853
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun20-21/+21
2011-10-15dvbsub: add commentsJULIAN GARDNER1-0/+3
2011-10-15dvbsub: add dvb_encode_rle8()JULIAN GARDNER1-0/+61
2011-10-15dvbsub: Move setting of *dvb_encode_rle() upJULIAN GARDNER1-11/+7
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer202-2171/+1882
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov191-2109/+1826
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-11dvbsubenc: Fix placement of the object versionRonen Mizrahi1-1/+1
2011-02-10dvbsubenc: Fix placement of the object versionRonen Mizrahi1-1/+1
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò268-358/+358
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò268-358/+358
2010-07-01Move colorspace.h from libavcodec to libavutil.Stefano Sabatini11-13/+13
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2009-01-03Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer8-57/+61
2009-01-03Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer7-62/+68
2008-06-12Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini167-231/+235
2008-04-27Add long names to AVCodec declarations.Stefano Sabatini53-10/+78
2007-11-25remove some empty close/init functions in avcodecAurelien Jacobs4-44/+5
2007-07-17create colorspace.h and use it where appropriateIan Caulfield4-121/+110
2007-05-23Remove duplicate bytestream functionsRamiro Polla5-113/+59
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun295-301/+303
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun178-22016/+22016
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2005-11-14dvbsub encoder, patch by Wolfram Gloger < wmglo AH dent POIS med POIS uni-mue...Wolfram Gloger5-4/+254
2005-07-17DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer9-178/+1946
2005-06-03subtitle codec type supportFabrice Bellard6-3/+933