summaryrefslogtreecommitdiff
path: root/libavcodec/lclenc.c
Commit message (Expand)AuthorAge
* Merge commit 'ac467d94fa6d9d626f77d4ca8125a5eb1ad5425d'Michael Niedermayer2014-12-19
|\
| * lcl: return an appropriate error codeVittorio Giovara2014-12-18
* | lavc/lclenc: Enable frame-threading.Carl Eugen Hoyos2014-05-31
* | Merge commit '0ea430c75b8d90449d2878ad84669a2da2ad3cbc'Michael Niedermayer2013-11-17
|\|
| * lclenc: use the AVFrame API properly.Anton Khirnov2013-11-16
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | lclenc: remove unused codePaul B Mahol2013-07-31
* | lclenc: allocate FF_INPUT_BUFFER_PADDING_SIZE for extradataPaul B Mahol2013-07-27
* | lclenc: cosmetics: reindentPaul B Mahol2013-07-27
* | lclenc: make compression level user selectablePaul B Mahol2012-11-02
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | lclenc: switch to av_assertMichael Niedermayer2012-07-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-23
* | lclenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-24
|\|
| * lclenc: switch to encode2().Anton Khirnov2012-02-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * 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
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Add .pix_fmts to LCL encoderJason Garrett-Glaser2010-12-31
* 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
* Remove unnecessary put_bits/get_bits includes.Reimar Döffinger2009-05-31
* Remove now unused elements from LclEncContextReimar Döffinger2009-05-31
* Remove useless casts, extradata is already "uint8_t *"Reimar Döffinger2009-05-31
* lclenc.c: compress directly into output buffer instead of using a pointlessReimar Döffinger2009-05-31
* Remove superfluous () from lclenc.cReimar Döffinger2009-05-31
* Cosmetics: fix indentation in lclenc.cReimar Döffinger2009-05-31
* Remove "#if CONFIG_ZLIB" checks from lclenc.c, the file is never compiledReimar Döffinger2009-05-31
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-26
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Improve an lclenc.c error message in case of unsupported input pixelStefano Sabatini2008-06-19
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21