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-03eamad: Check against minimum supported dimensionsMichael Niedermayer1-0/+5
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch191-669/+273
2013-03-12Merge commit '7b89cd20d844cbe763ca34e63e99d110043cf241'Michael Niedermayer8-13/+26
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer275-4858/+4160
2013-03-08eamad: allocate a dummy reference frame when the real one is missingAnton Khirnov1-0/+13
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov239-4319/+3888
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer120-120/+5
2013-02-25Remove unnecessary dsputil.h #includesDiego Biurrun121-120/+5
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer169-907/+929
2013-01-23Drop DCTELEM typedefDiego Biurrun163-812/+835
2012-12-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer2-2/+3
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer133-295/+306
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer168-178/+335
2012-12-04eamad: initialize padding of bitstream_buf through av_fast_padded_malloc()Janne Grunau1-1/+2
2012-12-04lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov133-293/+305
2012-12-04lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov141-154/+286
2012-11-17eamad: return meaningful error codesPaul B Mahol1-8/+8
2012-11-17eamad: fix out of array accessesMichael Niedermayer1-1/+1
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-08-02eamad: Use dsputils instead of its own bswap16_bufDerek Buitenhuis1-8/+1
2012-08-02eamad: Use dsputils instead of a custom bswap16_bufDerek Buitenhuis1-8/+1
2012-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer104-324/+400
2012-07-29eamad/eatgq/eatqi: call special EA IDCT directlyMans Rullgard7-51/+57
2012-07-29eamad: remove use of MpegEncContextMans Rullgard1-46/+46
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer207-756/+771
2012-04-06cosmetics: Align codec declarationsMartin Storsjö200-638/+731
2012-03-13eamad: Remove redundant initialization of mv_map.Michael Niedermayer1-2/+0
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer201-1069/+1983
2012-02-15dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö75-103/+103
2011-12-19eamad: pass & check errorsMichael Niedermayer1-5/+9
2011-12-19eamad: fix excessive memory allocation.Michael Niedermayer1-0/+2
2011-12-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer34-272/+330
2011-12-05misc Doxygen markup improvementsDiego Biurrun8-17/+17
2011-11-05Try to set AVFrame.reference to correct values.Reimar Döffinger40-45/+45
2011-10-09eamad: release the reference frame on video size changesLaurent Aimar1-0/+2
2011-10-09eamad: check for out of bound reads when doing MCLaurent Aimar1-2/+8
2011-10-09eamad: avoid NULL derefence when missing the reference frame.Laurent Aimar1-1/+2
2011-10-09eamad: clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary b...Laurent Aimar1-0/+1
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-02-16Merge libavcore into libavutilReinhard Tartler121-320/+167
2011-02-15Merge libavcore into libavutilReinhard Tartler120-321/+166
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò268-358/+358
[next]