summaryrefslogtreecommitdiff
path: root/libavcodec/cllc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/decoders: Use const uint8_t* to access input packet dataAndreas Rheinhardt2022-07-041-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/+1
* 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-1/+1
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-4/+3
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/cllc: Improve creating VLCsAndreas Rheinhardt2020-12-081-11/+3
* avcodec/cllc: Don't unnecessarily free VLCAndreas Rheinhardt2020-10-291-8/+3
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-14/+0
* avcodec/cllc: Check bitstream end before decoding pixelsMichael Niedermayer2017-05-241-0/+3
* avcodec/cllc: Check num_bitsMichael Niedermayer2017-05-111-0/+7
* avcodec/cllc: Factor VLC_BITS/DEPTH out, do not use repeated literal numbersMichael Niedermayer2017-05-111-7/+11
* avcodec/cllc: Check prefixMichael Niedermayer2017-05-091-0/+4
* avcodec/cllc: add support for frame threadsPaul B Mahol2017-04-091-4/+20
* avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis2017-02-071-0/+1
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'e6fb844f7b736e72da364032d251283bce9e63ad'Michael Niedermayer2015-04-201-3/+7
|\ \ | |/
| * Implement shared parsing of INFO tag in Canopus familyVittorio Giovara2015-04-191-3/+7
* | avcodec/cllc: use init_get_bits8()Paul B Mahol2015-02-051-1/+2
* | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer2014-06-231-5/+5
|\ \ | |/
| * dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-5/+5
* | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer2014-03-221-1/+3
|\ \ | |/
| * avcodec: more correct printf specifiersDiego Biurrun2014-03-221-1/+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
* | avcodec/cllc: Fix clobbered ff_get_buffer() changeMichael Niedermayer2013-06-261-4/+1
* | Merge commit 'd9c89ef86b9400e50c2486f9406fad15c85bab22'Michael Niedermayer2013-06-251-1/+4
|\ \ | |/
| * cllc: Use outbuf in RGB and ARGB functionsDerek Buitenhuis2013-06-241-6/+5
| * cllc: Implement YUV supportDerek Buitenhuis2013-06-241-1/+99
* | cllc: Use outbuf in RGB and ARGB functionsDerek Buitenhuis2013-06-241-6/+5
* | cllc: Implement YUV supportDerek Buitenhuis2013-06-241-1/+96
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-8/+2
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-19/+3
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-19/+3
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-2/+3
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-2/+3
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-2/+2
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-2/+2
| * cllc: simplify/fix swapped data buffer allocation.Reimar Döffinger2012-08-281-17/+13
* | cllc: simplify/fix swapped data buffer allocation.Reimar Döffinger2012-08-271-17/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-261-1/+6
|\ \ | |/
| * cllc: Pad swapped bufferDerek Buitenhuis2012-08-241-1/+6
| * cllc: Implement ARGB supportDerek Buitenhuis2012-08-121-0/+133
| * cllc: Add support for QRGBDerek Buitenhuis2012-08-121-0/+1
| * cllc: Rename some funcs to represent what they actually doDerek Buitenhuis2012-08-121-5/+5