summaryrefslogtreecommitdiffstats
path: root/libavcodec/cljr.c
Commit message (Expand)AuthorAgeFilesLines
* cljr: implement encode2.Anton Khirnov2012-02-121-7/+15
* cljr: set the properties of the coded_frame, not input frame.Anton Khirnov2012-02-121-2/+2
* cljr: fix buf_size sanity checkPaul B. Mahol2011-12-181-1/+1
* cljr: Check if width and height are positive integersShitiz Garg2011-12-181-0/+5
* cljr: remove unused codePaul B Mahol2011-12-101-2/+0
* cljr: K&R cosmeticsDiego Biurrun2011-12-081-20/+23
* cljr: return a more sensible value when encountering invalid headersDiego Biurrun2011-12-081-1/+1
* cljr: drop unnecessary emms_c() calls without MMX codeDiego Biurrun2011-12-081-4/+0
* cljr: remove useless castsMans Rullgard2011-12-081-3/+3
* cljr: group encode/decode parts under single ifdefsMans Rullgard2011-12-081-48/+40
* cljr: remove stray semicolonMans Rullgard2011-12-081-1/+1
* cljr: add missing return statement in decode_end()Paul B Mahol2011-12-081-0/+1
* cljr: add encoderPaul B Mahol2011-12-081-17/+26
* cljr: release picture at end of decodingPaul B. Mahol2011-12-081-0/+8
* cljr: simplify CLJRContextPaul B. Mahol2011-12-071-10/+8
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-201-1/+1
* cljr: init_get_bits size in bits instead of bytesAlex Converse2011-09-091-1/+1
* cosmetics: remove some stray comments from AVCodec declarationsDiego Biurrun2011-08-031-1/+0
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-15/+13
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
* 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-2/+2
* Check if buffer is large enough for given resolution.Daniel Kang2011-01-071-0/+5
* 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-2/+2
* 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
* Remove unused variables.Diego Biurrun2009-02-081-1/+0
* typo: CODEC_ID_cljr --> CODEC_ID_CLJRDiego Biurrun2009-02-081-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-3/+4
* Disable encoders by undefining CONFIG_FOO_ENCODER once instead of litteringDiego Biurrun2008-09-031-6/+4
* Surround some encoding-specific functions with the appropriateDiego Biurrun2008-09-031-0/+4
* Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun2008-09-031-4/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-3/+3
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-051-3/+4
* constMichael Niedermayer2008-02-011-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-7/+7
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-9/+9
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-0/+2
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-5/+0
* data_size = 0 cleanupMichael Niedermayer2004-05-211-2/+0
* cleanup & memleak fixMichael Niedermayer2004-04-301-8/+1
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-1/+1
* removed unused variablesFabrice Bellard2003-08-241-11/+3
OpenPOWER on IntegriCloud