summaryrefslogtreecommitdiffstats
path: root/libavcodec/loco.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Use av_log_ask_for_sample() to request samples from users.Diego Biurrun2011-04-221-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Do not try to free memory that was never allocated (partial revert of r20231).Carl Eugen Hoyos2009-10-161-1/+0
* Release frame after decoding is doneKostya Shishkov2009-10-141-1/+12
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-181-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* constsMichael Niedermayer2008-02-011-2/+2
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-071-1/+1
OpenPOWER on IntegriCloud