summaryrefslogtreecommitdiffstats
path: root/libavcodec/lclenc.c
Commit message (Expand)AuthorAgeFilesLines
* lclenc: make compression level user selectablePaul B Mahol2012-11-021-2/+3
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-2/+2
|\
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+2
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+2
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | lclenc: switch to av_assertMichael Niedermayer2012-07-121-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-2/+2
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+2
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | lclenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-3/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-241-7/+19
|\ \ | |/
| * lclenc: switch to encode2().Anton Khirnov2012-02-231-7/+19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-7/+7
|\ \ | |/
| * 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
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-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
OpenPOWER on IntegriCloud