summaryrefslogtreecommitdiff
path: root/libavcodec/tscc2.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_reget_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-171-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-2/+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/tscc2: Make VLC tables staticAndreas Rheinhardt2020-12-081-41/+32
* avcodec/tscc2: Combine tables for initializing VLCsAndreas Rheinhardt2020-12-081-2/+6
* avcodec/tscc2: Reduce the size of the tables used to initialize VLCsAndreas Rheinhardt2020-12-081-12/+12
* avcodec/tscc2: Mark tscc2 decoder as init-threadsafeAndreas Rheinhardt2020-11-241-1/+1
* avcodec/tscc2: Don't check for errors for complete VLCsAndreas Rheinhardt2020-11-031-6/+0
* avcodec/tscc2: Cleanup generically after init failureAndreas Rheinhardt2020-09-171-10/+4
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-041-1/+1
* avcodec/tscc2: Skip duplicate framesMichael Niedermayer2017-05-251-8/+5
* Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch2016-06-291-1/+1
|\
| * get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-071-1/+1
* | Merge commit 'f4d581cda3897f66c1dda7586b93f86a591dbbef'Derek Buitenhuis2016-04-241-1/+2
|\ \ | |/
| * lavc: Deduplicate zigzag_scan tableDiego Biurrun2016-03-251-1/+2
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | avcodec/tscc2: fix macro ()Michael Niedermayer2014-06-071-2/+2
* | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer2014-03-221-2/+5
|\ \ | |/
| * avcodec: more correct printf specifiersDiego Biurrun2014-03-221-2/+5
* | avcodec/tscc2: use init_get_bits8()Paul B Mahol2013-11-051-1/+2
* | 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 remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-231-16/+23
|\ \ | |/
| * tscc2: allocate AVFrame properly.Anton Khirnov2013-03-221-16/+22
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-10/+7
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-10/+7
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-3/+3
|\ \ | |/
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-3/+3
| * tscc2: Fix an out of array accessMichael Niedermayer2012-10-121-1/+1
* | tscc2: fix out of array accessMichael Niedermayer2012-10-121-1/+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-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-271-2/+2
|\ \ | |/
| * tscc2: fix typo in array indexKostya Shishkov2012-07-271-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-181-3/+3
|\ \ | |/
| * tscc2: do not add/subtract 128 bias during DCTKostya Shishkov2012-07-181-2/+2
| * tscc2: fix typo in DCTKostya Shishkov2012-07-181-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-181-1/+1
|\ \ | |/
| * tscc2: DCT output should not be clippedKostya Shishkov2012-07-171-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-111-4/+4
|/