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-06Merge commit 'bd8ac882140a38868c33c000a430a1292a352533'Michael Niedermayer7-10/+14
2013-05-05avcodec: Add av_cold attributes to end functions missing themDiego Biurrun7-10/+14
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-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch191-669/+273
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer275-4858/+4160
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov239-4319/+3888
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer168-178/+335
2012-12-04lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov141-154/+286
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-22roqvideoenc: switch to ff_alloc_packet2()Michael Niedermayer1-2/+1
2012-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer34-382/+485
2012-02-20roqvideoenc: switch to encode2().Anton Khirnov1-9/+16
2012-02-20roqvideoenc: add const qualifier to the input frame.Anton Khirnov2-9/+9
2011-09-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer35-472/+417
2011-09-24Use explicit struct initializers for AVCodec declarations.Diego Biurrun16-303/+252
2011-03-23Merge remote-tracking branch 'newdev/master'Michael Niedermayer30-413/+533
2011-03-22Fix an infinite loop when RoQ encoded generated a frame with a size greater t...Vitor Sessak1-3/+14
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-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
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-07-22Remove useless #include <unistd.h> from many filesMåns Rullgård21-21/+0
2009-04-17Remove useless assignment in generate_codebook(). Found by Clang static analy...Vitor Sessak1-1/+1
2009-03-08Use FLG pseudo-random number generator in RoQ and ELBGVitor Sessak4-10/+10
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-24Do not allocate RoqTempData on the stackVitor Sessak2-12/+18
2009-01-18Replace calls to the deprecated function av_init_random() withStefano Sabatini9-9/+9
2009-01-18moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs20-41/+71
2008-12-11Avoid POSIX reserved _t suffix.Vitor Sessak1-21/+21
2008-07-19Set avctx->coded_frame in RoQ encoder. At some point inVitor Sessak1-0/+2
2008-06-12Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini167-231/+235
2008-05-15cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.Stefano Sabatini4-11/+11
2008-05-11Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos31-50/+50
2008-04-27Add long names to AVCodec declarations.Stefano Sabatini53-10/+78
2007-07-05Add my last name to copyright headersVitor Sessak3-3/+3
2007-07-05Remove more useless parentheses.Vitor Sessak2-3/+3
[next]