summaryrefslogtreecommitdiffstats
path: root/libavcodec/xan.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '3c8ea9d4a74fd4d7493d40c818ca64ee492709f3'Michael Niedermayer2013-11-171-14/+13
|\
| * xan: use the AVFrame API properly.Anton Khirnov2013-11-161-17/+23
* | avcodec/xan: use init_get_bits8()Paul B Mahol2013-10-301-4/+3
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | Merge commit 'fc739b3eefa0b58d64e7661621da94a94dbc8a82'Michael Niedermayer2013-09-301-5/+7
|\ \ | |/
| * xan: Only read within the data that actually was initializedMartin Storsjö2013-09-291-5/+7
* | Merge commit '30db94dc399f6e4ef8905049d9b740556f0fce47'Michael Niedermayer2013-09-301-17/+15
|\ \ | |/
| * xan: Use bytestream2 to limit reading to within the bufferMartin Storsjö2013-09-291-12/+10
* | avcodec/xan: use uint8_t instead of unsigned charPaul B Mahol2013-09-061-28/+28
* | xan: Check for overlapping copiesMichael Niedermayer2013-04-181-0/+6
* | xan: make decoder independent of sizeof(AVFrame)Michael Niedermayer2013-03-251-6/+12
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-29/+21
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-28/+21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-091-27/+31
|\ \ | |/
| * xan: Convert to bytestream2Alexandra Khirnova2013-01-091-27/+31
* | Merge commit '84f2847de394ac447f53306bd4dd73e1af6ea5e4'Michael Niedermayer2013-01-061-1/+1
|\ \ | |/
| * xan: return a meaningful error code.Anton Khirnov2013-01-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-241-53/+52
|\ \ | |/
| * xan: remove a trivially true if().Anton Khirnov2012-12-241-50/+49
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-2/+2
|\ \ | |/
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | xan: check size_segment before reading, fixes out of array read.Michael Niedermayer2012-11-121-0/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-251-2/+1
|\ \ | |/
| * avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-251-2/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* | xan: fix out of array readMichael Niedermayer2012-05-281-0/+4
* | xan: check for vector_segment overreadMichael Niedermayer2012-04-151-0/+5
* | Make the palette in Wing Commander III mve files opaque.Carl Eugen Hoyos2011-12-241-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-231-1/+1
|\ \ | |/
| * Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-221-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-051-25/+28
|\ \ | |/
| * xan.c: coding style clean-up.Nathan Adil Maxson2011-12-031-25/+28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-081-1/+3
|\ \ | |/
| * xan: Prevent NULL dereference with missing paletteLaurent Aimar2011-10-071-0/+5
| * xan: Check for out of bound reads in xan_huffman_decode()Laurent Aimar2011-10-071-1/+4
| * xan: Fixed out of bound accesses in xan_unpack()Laurent Aimar2011-10-071-5/+13
| * xan: Prevent NULL dereferences with missing reference frameLaurent Aimar2011-10-071-0/+2
| * xan: Prevent out of bound accessesLaurent Aimar2011-10-071-5/+20
* | Check for out of bound reads in xan_huffman_decode() of the xan decoder.Laurent Aimar2011-09-291-1/+4
* | Prevent NULL dereference when the palette is missing in the xan decoder.Laurent Aimar2011-09-291-0/+3
* | Fixed out of bound accesses in xan_unpack() of the xan decoder.Laurent Aimar2011-09-291-5/+13
* | Prevent out of bound accesses in the xan decoder.Laurent Aimar2011-09-281-5/+20
* | Prevent NULL dereferences when missing the reference frame in the xan decoder.Laurent Aimar2011-09-281-0/+2
OpenPOWER on IntegriCloud