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
2013-07-31lclenc: remove unused codePaul B Mahol1-8/+1
2013-07-27lclenc: allocate FF_INPUT_BUFFER_PADDING_SIZE for extradataPaul B Mahol1-1/+3
2013-07-27lclenc: cosmetics: reindentPaul B Mahol1-1/+1
2012-11-02lclenc: make compression level user selectablePaul B Mahol3-4/+5
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
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-12lclenc: switch to av_assertMichael Niedermayer1-1/+2
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer207-756/+771
2012-04-06cosmetics: Align codec declarationsMartin Storsjö200-638/+731
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol68-136/+68
2012-03-22lclenc: switch to ff_alloc_packet2()Michael Niedermayer1-3/+2
2012-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer44-748/+721
2012-02-23lclenc: switch to encode2().Anton Khirnov1-7/+19
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-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini138-642/+642
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini137-637/+637
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
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-12-31Add .pix_fmts to LCL encoderJason Garrett-Glaser1-10/+3
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2009-05-31Remove unnecessary put_bits/get_bits includes.Reimar Döffinger2-2/+0
2009-05-31Remove now unused elements from LclEncContextReimar Döffinger1-9/+0
2009-05-31Remove useless casts, extradata is already "uint8_t *"Reimar Döffinger1-8/+8
2009-05-31lclenc.c: compress directly into output buffer instead of using a pointlessReimar Döffinger1-16/+2
2009-05-31Remove superfluous () from lclenc.cReimar Döffinger1-5/+5
2009-05-31Cosmetics: fix indentation in lclenc.cReimar Döffinger1-5/+5
2009-05-31Remove "#if CONFIG_ZLIB" checks from lclenc.c, the file is never compiledReimar Döffinger1-18/+0
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini30-287/+340
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-26Fix filenames in Doxygen comments.Diego Biurrun15-15/+15
2009-01-13Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs154-749/+757
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni71-207/+206
2008-06-19Improve an lclenc.c error message in case of unsupported input pixelStefano Sabatini1-1/+1
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
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng145-288/+296
2007-07-12split lcl.c into lcldec.c, lclenc.c, lcl.hMåns Rullgård4-3/+1002