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-25avcodec/lagarith: check scaled probabilitiesMichael Niedermayer1-1/+9
2013-05-07Support decoding of Lagarith frame type FRAME_SOLID_COLOR.Carl Eugen Hoyos1-0/+22
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
2013-01-22lagarith: return more meaningful error codesPaul B Mahol1-9/+10
2013-01-22Support solid gray frames when decoding Lagarith.Carl Eugen Hoyos1-0/+15
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer35-40/+41
2012-12-20miscellaneous typo fixesDiego Biurrun51-60/+61
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-11-12lagarith: always allocate for 4 planes. Fixes out of array accessesMichael Niedermayer1-1/+1
2012-11-10lag_read_prob_header: fix out of array accessMichael Niedermayer1-2/+2
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-09-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer3-11/+11
2012-09-29lagarith: check count before writing zeros.Michael Niedermayer1-0/+5
2012-08-23lagarith: fix alignment on buffers passed into prediction dsp code.Michael Niedermayer1-11/+15
2012-08-09lagarith: frame multithreadingHendrik Leppkes1-7/+8
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-03lagarith: fix color plane inversion for YUY2 output.Ronald S. Bultje1-3/+3
2012-08-03lagarith: pad RGB buffer by 1 byte.Ronald S. Bultje1-1/+1
2012-06-29cosmetics: minor libavcodec spelling errorsLou Logan25-31/+31
2012-06-21lagarith: frame multithreadingHendrik Leppkes1-7/+8
2012-05-09Fix lagarith YUY2 output.Carl Eugen Hoyos1-3/+3
2012-05-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer19-492/+591
2012-05-08lagarith: add YUY2 decoding supportKostya Shishkov1-3/+71
2012-05-08Support decoding unaligned rgb24 lagarith.Carl Eugen Hoyos1-1/+2
2012-05-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer30-386/+991
2012-05-06lagarith: make offset array type unsignedKostya Shishkov1-1/+1
2012-04-15Support decoding unaligned rgb24 lagarith.Carl Eugen Hoyos1-1/+2
2012-04-14lagarith: check count before writing zeros.Michael Niedermayer1-0/+4
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer207-756/+771
2012-04-06cosmetics: Align codec declarationsMartin Storsjö200-638/+731
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer60-293/+604
2012-03-28lagarith: fix buffer overreads.Ronald S. Bultje2-25/+54
2012-03-28lagarith: Fix various issues that lead to out of array reads.Michael Niedermayer1-9/+27
2012-03-28lagarith: fix flipped return valueMichael Niedermayer1-1/+1
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer201-1069/+1983
2012-02-15lagarith: Add ff_ prefix to lag_rac_initMartin Storsjö3-3/+3
2012-02-15dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö75-103/+103
2012-02-11lagarith: Fix out of array reads.Michael Niedermayer1-4/+5
2012-02-08lagarith: refactor codePaul B Mahol1-54/+22
2011-12-29lagarith: add decode support for arith rgb24 modeThad Ward1-10/+22
2011-12-18lagarith: rgb24 supportMichael Niedermayer1-0/+44
2011-11-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer7-12/+95
[next]