summaryrefslogtreecommitdiff
path: root/libavcodec/loco.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/loco: Mark decoder as init-threadsafeAndreas Rheinhardt2020-12-04
* avcodec/loco: Fix integer overflow with large values from loco_get_rice()Michael Niedermayer2020-07-07
* avcodec/loco: Fix signed integer overflow in loco_get_rice()Michael Niedermayer2020-06-13
* avcodec/loco: Check for end of input in the first lineMichael Niedermayer2019-09-26
* avcodec/loco: Check left column valueMichael Niedermayer2019-08-15
* avcodec/loco: Check for end of input in pixel decodeMichael Niedermayer2019-08-05
* avcodec/loco: Limit lossy parameter so it is sane and does not overflowMichael Niedermayer2019-06-25
* avcodec/loco: rotate other planes too for non-power of 2 widthsPaul B Mahol2018-09-11
* avcodec/loco: switch to planar rgb formatPaul B Mahol2018-09-10
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | avcodec/loco: check the init_get_bits8() return codeMichael Niedermayer2014-12-31
* | avcodec/loco: use enum for mode variableMichael Niedermayer2014-12-31
* | avcodec/loco: Support LOCO reference encoder with odd widthMichael Niedermayer2014-12-31
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | loco: use init_get_bits8()Paul B Mahol2013-08-21
* | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer2013-03-14
|\|
| * avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* | 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
* | loco: silence warning: decoded may be used uninitialized in this functionMichael Niedermayer2013-02-28
* | loco: check the last plane tooMichael Niedermayer2013-02-24
* | Merge commit '067432c1c95882c7221e694f33d9f3bdbe46de7f'Michael Niedermayer2013-02-24
|\|
| * loco: check that there is data left after decoding a plane.Anton Khirnov2013-02-23
* | loco: fix rgba on big-endianPiotr Bandurski2013-01-31
* | Merge commit 'df9036830b15997a3e9c3f2c632ed98d64f9deef'Michael Niedermayer2013-01-14
|\|
| * loco: cosmetics, reformatAnton Khirnov2013-01-14
* | Merge commit '1a31dff9370b4732c91df5cb1ca4b39f2cb3050e'Michael Niedermayer2013-01-14
|\|
| * loco: return meaningful error codes.Anton Khirnov2013-01-14
* | locodec: flip RGBAMichael Niedermayer2013-01-04
* | 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
* | 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
* | loco: fix return value.Nicolas George2012-07-31
* | loco: take decode overflow into account.Nicolas George2012-07-31
* | loco: fix 10l typo (missing case)Michael Niedermayer2012-04-16
* | Support decoding LOCO_CRGBA.Carl Eugen Hoyos2012-04-16