summaryrefslogtreecommitdiff
path: root/libavcodec/loco.c
Commit message (Expand)AuthorAge
* 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-03
|\|
| * Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-01
* | loco: Fix error handling.Michael Niedermayer2011-11-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-07
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-23
|\|
| * Use av_log_ask_for_sample() to request samples from users.Diego Biurrun2011-04-22
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Do not try to free memory that was never allocated (partial revert of r20231).Carl Eugen Hoyos2009-10-16
* Release frame after decoding is doneKostya Shishkov2009-10-14
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constsMichael Niedermayer2008-02-01
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07