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-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer57-87/+162
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun57-87/+161
2013-02-26Merge commit 'e8da807537e314d74cb6d93598f1dcfb891fa655'Michael Niedermayer6-129/+126
2013-02-25libschroedinger: cosmetics: rename variable avccontext to avctxJustin Ruggles4-96/+92
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-07-23libschroedingerenc: remove assert related to the old API.Michael Niedermayer1-1/+0
2012-07-23libschroedingerenc: switch to av_assertMichael Niedermayer1-5/+3
2012-05-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer31-340/+374
2012-05-07libschroedinger: Switch to function names more in line with Libav style.Diego Biurrun3-12/+12
2012-05-07Move code shared between libdirac and libschroedinger to libschroedinger.Diego Biurrun7-247/+180
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-22libschroedingerenc: switch to ff_alloc_packet2().Michael Niedermayer1-2/+1
2012-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer44-748/+721
2012-02-23libschroedingerenc: switch to encode2().Anton Khirnov1-12/+31
2012-01-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer48-219/+693
2012-01-07cosmetics: drop some pointless parenthesesDiego Biurrun22-49/+48
2011-10-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer10-98/+109
2011-10-30libdirac/libschroedinger: Drop unnecessary symbol prefixes.Diego Biurrun9-95/+94
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-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-05-05schroenc: Set colorspace infoDavid Conrad1-0/+18
2010-05-05schroenc: Use AV_RB32David Conrad1-4/+2
2010-05-05schroenc: Set open-gopDavid Conrad1-0/+3
2010-05-05schroenc: Set keyframe intervalDavid Conrad1-0/+2
2010-05-05schroenc: Use constant quality for constant quality, not noise thresholdDavid Conrad1-7/+6
2010-05-05schroenc: Don't touch gop_structure by default, it should be left adaptiveDavid Conrad1-3/+0
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-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger35-56/+56
2009-08-15Fix bug caused by difference in stride and picture width.Anuradha Suraparaju4-14/+69
2009-08-15cosmetics: indentation, prettyprinting, K&R coding styleDiego Biurrun8-312/+275
2009-08-15Simplify another 'if' condition: Replace 'exp == 0' by '!exp'.Diego Biurrun1-1/+1
2009-08-15Remove useless braces around if/for/while expressions.Diego Biurrun5-28/+13
2009-08-15Simplify 'if' condition statements.Diego Biurrun5-14/+14
2009-02-10Fix crash when encoding using libschroedinger.Anuradha Suraparaju1-5/+0
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2008-09-09Add support for creating Simple Profile (I-frame only, no arithmetic coding)Anuradha Suraparaju2-2/+9
2008-07-12Fix pts handling when encoding with libschroedinger, closes issue 453.Anuradha Suraparaju1-13/+58
2008-06-12Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini167-231/+235
[next]