summaryrefslogtreecommitdiff
path: root/libavcodec/cljr.c
Commit message (Expand)AuthorAge
* cljr: use the AVFrame API properly.Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* cljr: return a meaningful error code.Anton Khirnov2013-01-06
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cljr: implement encode2.Anton Khirnov2012-02-12
* cljr: set the properties of the coded_frame, not input frame.Anton Khirnov2012-02-12
* cljr: fix buf_size sanity checkPaul B. Mahol2011-12-18
* cljr: Check if width and height are positive integersShitiz Garg2011-12-18
* cljr: remove unused codePaul B Mahol2011-12-10
* cljr: K&R cosmeticsDiego Biurrun2011-12-08
* cljr: return a more sensible value when encountering invalid headersDiego Biurrun2011-12-08
* cljr: drop unnecessary emms_c() calls without MMX codeDiego Biurrun2011-12-08
* cljr: remove useless castsMans Rullgard2011-12-08
* cljr: group encode/decode parts under single ifdefsMans Rullgard2011-12-08
* cljr: remove stray semicolonMans Rullgard2011-12-08
* cljr: add missing return statement in decode_end()Paul B Mahol2011-12-08
* cljr: add encoderPaul B Mahol2011-12-08
* cljr: release picture at end of decodingPaul B. Mahol2011-12-08
* cljr: simplify CLJRContextPaul B. Mahol2011-12-07
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-20
* cljr: init_get_bits size in bits instead of bytesAlex Converse2011-09-09
* cosmetics: remove some stray comments from AVCodec declarationsDiego Biurrun2011-08-03
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* 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
* Check if buffer is large enough for given resolution.Daniel Kang2011-01-07
* 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
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Remove unused variables.Diego Biurrun2009-02-08
* typo: CODEC_ID_cljr --> CODEC_ID_CLJRDiego Biurrun2009-02-08
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Disable encoders by undefining CONFIG_FOO_ENCODER once instead of litteringDiego Biurrun2008-09-03
* Surround some encoding-specific functions with the appropriateDiego Biurrun2008-09-03
* Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun2008-09-03
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-05
* constMichael Niedermayer2008-02-01
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12