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-29Merge commit 'fc739b3eefa0b58d64e7661621da94a94dbc8a82'Michael Niedermayer1-5/+7
2013-09-29Merge commit '30db94dc399f6e4ef8905049d9b740556f0fce47'Michael Niedermayer1-17/+15
2013-09-29xan: Only read within the data that actually was initializedMartin Storsjö1-5/+7
2013-09-29xan: Use bytestream2 to limit reading to within the bufferMartin Storsjö1-12/+10
2013-09-06avcodec/xan: use uint8_t instead of unsigned charPaul B Mahol1-28/+28
2013-04-17xan: Check for overlapping copiesMichael Niedermayer1-0/+6
2013-03-25xan: make decoder independent of sizeof(AVFrame)Michael Niedermayer1-6/+12
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-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer5-34/+174
2013-01-09xan: Convert to bytestream2Alexandra Khirnova1-27/+31
2013-01-06Merge commit '84f2847de394ac447f53306bd4dd73e1af6ea5e4'Michael Niedermayer10-118/+126
2013-01-06xan: return a meaningful error code.Anton Khirnov1-1/+1
2012-12-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer5-91/+80
2012-12-24xan: remove a trivially true if().Anton Khirnov1-50/+49
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer133-295/+306
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer168-178/+335
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-12xan: check size_segment before reading, fixes out of array read.Michael Niedermayer1-0/+12
2012-10-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer15-85/+102
2012-10-25avutil: Move memcpy_backptr() to mem.cDiego Biurrun11-63/+57
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-28xan: fix out of array readMichael Niedermayer1-0/+4
2012-04-15xan: check for vector_segment overreadMichael Niedermayer1-0/+5
2011-12-24Make the palette in Wing Commander III mve files opaque.Carl Eugen Hoyos1-1/+1
2011-12-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer48-84/+291
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun27-32/+32
2011-12-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer19-1559/+1784
2011-12-03xan.c: coding style clean-up.Nathan Adil Maxson1-25/+28
2011-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer5-12/+6
2011-10-07xan: Prevent NULL dereference with missing paletteLaurent Aimar1-0/+5
2011-10-07xan: Check for out of bound reads in xan_huffman_decode()Laurent Aimar1-1/+4
2011-10-07xan: Fixed out of bound accesses in xan_unpack()Laurent Aimar1-5/+13
2011-10-07xan: Prevent NULL dereferences with missing reference frameLaurent Aimar1-0/+2
2011-10-07xan: Prevent out of bound accessesLaurent Aimar1-5/+20
2011-09-29Check for out of bound reads in xan_huffman_decode() of the xan decoder.Laurent Aimar1-1/+4
2011-09-29Prevent NULL dereference when the palette is missing in the xan decoder.Laurent Aimar1-0/+3
2011-09-29Fixed out of bound accesses in xan_unpack() of the xan decoder.Laurent Aimar1-5/+13
2011-09-27Prevent out of bound accesses in the xan decoder.Laurent Aimar1-5/+20
2011-09-27Prevent NULL dereferences when missing the reference frame in the xan decoder.Laurent Aimar1-0/+2
2011-09-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer7-709/+1075
2011-09-12xan: Add some buffer checksAlex Converse1-8/+29
[next]