summaryrefslogtreecommitdiff
path: root/libavcodec/xan.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-3/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-4/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/xan: Mark decoder as init-threadsafeAndreas Rheinhardt2020-12-041-1/+1
* avcodec/xan: Cleanup generically on init failureAndreas Rheinhardt2020-12-041-6/+3
* avcodec/xan: Check for bitstream end in xan_huffman_decode()Michael Niedermayer2017-11-051-1/+4
* avcodec/xan: Improve overlapping checkMichael Niedermayer2017-11-011-1/+1
* Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch2016-06-291-1/+2
|\
| * get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-071-1/+2
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | lavc: Remove newline from avpriv_request_sample() calls.Carl Eugen Hoyos2015-08-111-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | avcodec/xan: Use av_realloc_array()Michael Niedermayer2015-01-191-2/+2
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-241-1/+1
* | avcodec/xan: fix style issuePaul B Mahol2014-08-241-1/+1
* | 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