summaryrefslogtreecommitdiffstats
path: root/libavcodec/loco.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/loco: Check for end of input in the first lineMichael Niedermayer2019-09-261-0/+2
* avcodec/loco: Check left column valueMichael Niedermayer2019-08-151-0/+2
* avcodec/loco: Check for end of input in pixel decodeMichael Niedermayer2019-08-051-0/+4
* avcodec/loco: Limit lossy parameter so it is sane and does not overflowMichael Niedermayer2019-06-251-0/+5
* avcodec/loco: rotate other planes too for non-power of 2 widthsPaul B Mahol2018-09-111-1/+4
* avcodec/loco: switch to planar rgb formatPaul B Mahol2018-09-101-35/+34
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | avcodec/loco: check the init_get_bits8() return codeMichael Niedermayer2014-12-311-1/+4
* | avcodec/loco: use enum for mode variableMichael Niedermayer2014-12-311-1/+1
* | avcodec/loco: Support LOCO reference encoder with odd widthMichael Niedermayer2014-12-311-0/+19
* | 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
* | loco: use init_get_bits8()Paul B Mahol2013-08-211-1/+1
* | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer2013-03-141-1/+1
|\ \ | |/
| * avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-1/+1
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-22/+2
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-20/+2
* | loco: silence warning: decoded may be used uninitialized in this functionMichael Niedermayer2013-02-281-0/+2
* | loco: check the last plane tooMichael Niedermayer2013-02-241-1/+5
* | Merge commit '067432c1c95882c7221e694f33d9f3bdbe46de7f'Michael Niedermayer2013-02-241-3/+6
|\ \ | |/
| * loco: check that there is data left after decoding a plane.Anton Khirnov2013-02-231-0/+30
* | loco: fix rgba on big-endianPiotr Bandurski2013-01-311-1/+1
* | Merge commit 'df9036830b15997a3e9c3f2c632ed98d64f9deef'Michael Niedermayer2013-01-141-31/+47
|\ \ | |/
| * loco: cosmetics, reformatAnton Khirnov2013-01-141-31/+47
* | Merge commit '1a31dff9370b4732c91df5cb1ca4b39f2cb3050e'Michael Niedermayer2013-01-141-5/+5
|\ \ | |/
| * loco: return meaningful error codes.Anton Khirnov2013-01-141-5/+5
* | locodec: flip RGBAMichael Niedermayer2013-01-041-8/+8
* | 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
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-4/+4
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-4/+4
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | loco: fix return value.Nicolas George2012-07-311-1/+1
* | loco: take decode overflow into account.Nicolas George2012-07-311-9/+14
* | loco: fix 10l typo (missing case)Michael Niedermayer2012-04-161-1/+1
* | Support decoding LOCO_CRGBA.Carl Eugen Hoyos2012-04-161-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-1/+1
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-031-1/+1
|\ \ | |/
| * Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-1/+1
* | loco: Fix error handling.Michael Niedermayer2011-11-241-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-9/+8
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-071-0/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-231-1/+1
|\ \ | |/
OpenPOWER on IntegriCloud