summaryrefslogtreecommitdiff
path: root/libavcodec/lclenc.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-6/+0
* lcl: Check memory allocationVittorio Giovara2015-05-311-0/+2
* lclenc: Mark codec as init-thread-safe and init-cleanupVittorio Giovara2015-04-241-0/+3
* lcl: return an appropriate error codeVittorio Giovara2014-12-181-1/+1
* lclenc: use the AVFrame API properly.Anton Khirnov2013-11-161-7/+10
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-2/+2
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+2
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+2
* lclenc: switch to encode2().Anton Khirnov2012-02-231-7/+19
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-7/+7
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-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 .pix_fmts to LCL encoderJason Garrett-Glaser2010-12-311-10/+3
* 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
* Remove unnecessary put_bits/get_bits includes.Reimar Döffinger2009-05-311-1/+0
* Remove now unused elements from LclEncContextReimar Döffinger2009-05-311-9/+0
* Remove useless casts, extradata is already "uint8_t *"Reimar Döffinger2009-05-311-8/+8
* lclenc.c: compress directly into output buffer instead of using a pointlessReimar Döffinger2009-05-311-16/+2
* Remove superfluous () from lclenc.cReimar Döffinger2009-05-311-5/+5
* Cosmetics: fix indentation in lclenc.cReimar Döffinger2009-05-311-5/+5
* Remove "#if CONFIG_ZLIB" checks from lclenc.c, the file is never compiledReimar Döffinger2009-05-311-18/+0
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-261-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-5/+5
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-1/+1
* Improve an lclenc.c error message in case of unsupported input pixelStefano Sabatini2008-06-191-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* split lcl.c into lcldec.c, lclenc.c, lcl.hMåns Rullgård2007-07-121-0/+231