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-03-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer17-31/+29
2013-03-13avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun19-33/+31
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch191-669/+273
2013-03-12Merge commit '3b199d29cd597a3518136d78860e172060b9e83d'Michael Niedermayer19-18/+15
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer275-4858/+4160
2013-03-08lavc decoders: properly initialize AVFrame.Anton Khirnov25-13/+34
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov239-4319/+3888
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer133-295/+306
2012-12-04lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov133-293/+305
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-21smc: use bytestream2_size()Paul B Mahol1-1/+1
2012-03-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer41-768/+805
2012-03-07smc: port to bytestream2 API.Ronald S. Bultje1-42/+32
2012-03-05smc: Fix overread.Michael Niedermayer1-1/+1
2011-11-05Try to set AVFrame.reference to correct values.Reimar Döffinger40-45/+45
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-07lavc: set defaults in internal codec framesStefano Sabatini67-6/+109
2011-04-17Merge remote branch 'qatar/master'Michael Niedermayer56-235/+404
2011-04-15make containers pass palette change in AVPacketKostya Shishkov20-131/+172
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-09-19Simplify color_flags calculation, remove a pointless initializationReimar Döffinger1-8/+3
2009-07-22Remove useless #include <unistd.h> from many filesMåns Rullgård21-21/+0
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann137-172/+541
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-11Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun82-3/+91
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
2008-03-10These video decoders do not need to include and initialize the DSPMike Melanson9-28/+0
2008-02-01constMichael Niedermayer1-2/+2
2007-07-05license header consistency cosmeticsDiego Biurrun133-142/+45
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun55-58/+3
2007-04-08Get rid of unnecessary pointer casts.Nicholas Tung46-147/+147
2007-04-07Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung27-27/+0
2007-01-19rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi66-379/+379
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
[next]