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-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
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-23cosmetics: remove superfluous curly bracketsPaul B Mahol68-136/+68
2012-03-22flashvenc: switch to ff_alloc_packet2()Michael Niedermayer1-4/+1
2012-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer44-748/+721
2012-02-23flashsvenc: switch to encode2().Anton Khirnov1-11/+15
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer104-240/+851
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse91-92/+0
2011-09-21Fix av_dlog invocations with wrong or missing logging context.Diego Biurrun2-2/+2
2011-07-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer20-498/+144
2011-07-15flashsvenc: replace bitstream description by a link to the specificationDiego Biurrun1-14/+5
2011-07-15flashsvenc: drop unnecessary castDiego Biurrun1-1/+1
2011-07-15flashsvenc: improve some variable names and fix corresponding commentsDiego Biurrun1-7/+9
2011-07-15flashsvenc: merge two consecutive if-conditionsDiego Biurrun1-4/+3
2011-07-15flashsvenc: merge variable declarations and initializationsDiego Biurrun1-10/+3
2011-07-15flashsvenc: convert some debug av_log() to av_dlog()Diego Biurrun1-2/+2
2011-07-15flashsvenc: whitespace cosmeticsDiego Biurrun1-7/+11
2011-07-15flashsvenc: drop some unnecessary parenthesesDiego Biurrun1-9/+9
2011-07-15flashsvenc: fix some comment typosDiego Biurrun1-14/+13
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-04-26Merge remote branch 'qatar/master'Michael Niedermayer5-150/+154
2011-04-25flashsv: Return more meaningful error values.Diego Biurrun2-4/+4
2011-04-25flashsv: Employ explicit AVCodec struct initializers.Diego Biurrun2-20/+19
2011-04-24cosmetics: K&R coding style and more whitespace for Flash Screen VideoDiego Biurrun2-121/+121
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-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-10-13Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger18-64/+0
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger35-56/+56
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
2008-06-12Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini167-231/+235
2008-05-11Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos31-50/+50
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini61-9/+81
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng145-288/+296
2007-05-17Use FFABS instead of abs.Benjamin Larsson1-2/+2
2007-05-17Remove lots of unused commented code. (Cleanup)Benjamin Larsson1-58/+1
2007-05-17Change default 1 pass blocksize to 64x64.Benjamin Larsson1-2/+2
2007-05-12Added support for instances where linesize[0] is negative.Benjamin Larsson1-3/+12
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun55-58/+3
[next]