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-09-14avcodec/mationpixels: free memory after malloc failuresPiotr Bandurski1-1/+5
2013-09-14avcodec/mationpixels: check for malloc failuresPiotr Bandurski1-0/+2
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: properly initialize AVFrame.Anton Khirnov25-13/+34
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov239-4319/+3888
2013-02-09motionpixels: Check that the vlc table has been fully initedMichael Niedermayer1-0/+4
2013-02-09motionpixels: Propagate errors in vlc table initMichael Niedermayer1-7/+14
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-12-01motionpixels: use meaningful error codePaul B Mahol1-3/+3
2012-10-18motionpixels/mp_decode_frame_helper: assert that the first pixel doesnt reuse...Michael Niedermayer1-0/+2
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-05-28motionpixels: check extradata sizeMichael Niedermayer1-0/+5
2012-05-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer11-30/+45
2012-05-02motionpixels: Clip YUV values after applying a gradient.Alex Converse1-0/+6
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer207-756/+771
2012-04-06cosmetics: Align codec declarationsMartin Storsjö200-638/+731
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
2012-02-15vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö36-107/+107
2011-11-05Try to set AVFrame.reference to correct values.Reimar Döffinger40-45/+45
2011-10-07motionpixels: Prevent calling init_vlc() with invalid parametersLaurent Aimar1-0/+2
2011-10-07motionpixels: Fix the size of workspace buffersLaurent Aimar1-2/+4
2011-10-07motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temp...Laurent Aimar2-1/+2
2011-10-06Fixed deference of NULL pointer in motionpixels decoder.Laurent Aimar1-1/+2
2011-09-30Fix the size of workspace buffers in the motion pixels decoder.Laurent Aimar1-2/+4
2011-09-30Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffer u...Laurent Aimar2-1/+2
2011-09-29Prevent calling init_vlc() with invalid parameters in motionpixels decoder.Laurent Aimar1-0/+2
2011-09-10Fixed deference of NULL pointer in motionpixels decoder.Laurent Aimar1-1/+2
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-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-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2009-11-26Add support for hardcoding the motionpixels rgb to yuv table.Reimar Döffinger6-54/+140
2009-11-2610l, pix_fmt should be set by the motionpixels decoder, not by the demuxer.Reimar Döffinger2-1/+1
2009-04-30Add missing return statement to out-of-memory condition. Fixes the warning:Diego Biurrun1-1/+1
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini117-121/+121
2009-04-12Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger11-11/+50
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann137-172/+541
2009-03-02Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun14-15/+15
[next]