summaryrefslogtreecommitdiff
path: root/libavcodec/xan.c
Commit message (Expand)AuthorAge
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/xan: Mark decoder as init-threadsafeAndreas Rheinhardt2020-12-04
* avcodec/xan: Cleanup generically on init failureAndreas Rheinhardt2020-12-04
* avcodec/xan: Check for bitstream end in xan_huffman_decode()Michael Niedermayer2017-11-05
* avcodec/xan: Improve overlapping checkMichael Niedermayer2017-11-01
* Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch2016-06-29
|\
| * get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-07
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | lavc: Remove newline from avpriv_request_sample() calls.Carl Eugen Hoyos2015-08-11
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | avcodec/xan: Use av_realloc_array()Michael Niedermayer2015-01-19
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-24
* | avcodec/xan: fix style issuePaul B Mahol2014-08-24
* | Merge commit '3c8ea9d4a74fd4d7493d40c818ca64ee492709f3'Michael Niedermayer2013-11-17
|\|
| * xan: use the AVFrame API properly.Anton Khirnov2013-11-16
* | avcodec/xan: use init_get_bits8()Paul B Mahol2013-10-30
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | Merge commit 'fc739b3eefa0b58d64e7661621da94a94dbc8a82'Michael Niedermayer2013-09-30
|\|
| * xan: Only read within the data that actually was initializedMartin Storsjö2013-09-29
* | Merge commit '30db94dc399f6e4ef8905049d9b740556f0fce47'Michael Niedermayer2013-09-30
|\|
| * xan: Use bytestream2 to limit reading to within the bufferMartin Storsjö2013-09-29
* | avcodec/xan: use uint8_t instead of unsigned charPaul B Mahol2013-09-06
* | xan: Check for overlapping copiesMichael Niedermayer2013-04-18
* | xan: make decoder independent of sizeof(AVFrame)Michael Niedermayer2013-03-25
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-09
|\|
| * xan: Convert to bytestream2Alexandra Khirnova2013-01-09
* | Merge commit '84f2847de394ac447f53306bd4dd73e1af6ea5e4'Michael Niedermayer2013-01-06
|\|
| * xan: return a meaningful error code.Anton Khirnov2013-01-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-24
|\|
| * xan: remove a trivially true if().Anton Khirnov2012-12-24
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-05
|\|
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-05
|\|
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* | xan: check size_segment before reading, fixes out of array read.Michael Niedermayer2012-11-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-25
|\|
| * avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-25
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | xan: fix out of array readMichael Niedermayer2012-05-28
* | xan: check for vector_segment overreadMichael Niedermayer2012-04-15
* | Make the palette in Wing Commander III mve files opaque.Carl Eugen Hoyos2011-12-24