aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/lcldec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+1
* avcodec/lcldec: More space for rgb24Michael Niedermayer2023-04-181-2/+5
* avcodec/lcldec: 420 seems missing 2 bytes, ignore thatMichael Niedermayer2023-04-181-1/+3
* avcodec/lcldec: Support 4:1:1 and 4:2:2 with odd widthMichael Niedermayer2023-04-181-7/+15
* libavcodec/lcldec: width and height should not be unsignedMichael Niedermayer2023-04-181-2/+2
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-2/+2
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+2
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-2/+2
* 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-12/+12
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* avcodec/lcldec: Use ff_inflate_init/end(), cleanup genericallyAndreas Rheinhardt2022-03-191-26/+17
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-2/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-2/+2
* avcodec/lcldec: Fix undefined NULL + 0Andreas Rheinhardt2021-04-011-3/+5
* avcodec/lcldec: remove the unnecessary type conversionLimin Wang2020-05-081-1/+1
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-9/+0
* avcodec/lcldec: Check mthread_inlen instead of clipingMichael Niedermayer2019-08-231-2/+1
* avcodec/lcldec: mark output frames as keyframesPaul B Mahol2017-04-111-0/+3
* avcodec/lcldec: add support for frame threadsPaul B Mahol2017-04-111-3/+14
* avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis2017-02-071-0/+2
* Merge commit '6b96d2dcdaa60d7919d710432c6ca204b7fab0ab'Derek Buitenhuis2016-02-241-18/+0
|\
| * cosmetics: Drop particularly redundant silly commentsDiego Biurrun2016-02-181-18/+0
* | Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-241-1/+0
|\|
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-1/+0
* | lavc: Remove newline from avpriv_request_sample() calls.Carl Eugen Hoyos2015-08-111-2/+2
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
* | avcodec/lcldec: support rgb24 with width%4 != 0Michael Niedermayer2014-11-171-2/+4
* | avcodec/lcldec: fix decoding of YUV444 samplePiotr Bandurski2014-08-171-1/+2
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-1/+1
|\|
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* | avcodec/lcldec: initialize encoded correctlyMichael Niedermayer2014-08-141-1/+1
* | Merge commit 'c697c590fbf296b1679b80c8f4071e4c8a6c884b'Michael Niedermayer2014-08-031-13/+12
|\|
| * lcl: Disentangle pointers to input data and decompression bufferDiego Biurrun2014-08-031-13/+12
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-2/+2
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* | avcodec/lcldec: Check that dimensions are a multiple of the subsample factorsMichael Niedermayer2013-05-131-0/+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-35/+25
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-34/+25
* | lcldec: Check length before unsigned subtraction.Michael Niedermayer2013-01-241-0/+4
* | Merge commit '688b132b881d423877e38dc82f17e23a604be676'Michael Niedermayer2013-01-141-14/+13
|\|
| * lcldec: return meaningful error codes.Anton Khirnov2013-01-141-14/+13
* | lcldec: fix zlib const pointer warningMichael Niedermayer2012-12-261-1/+1
* | 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