| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Add .pix_fmts to LCL encoder | Jason Garrett-Glaser | 2010-12-31 | 1 | -10/+3 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Remove unnecessary put_bits/get_bits includes. | Reimar Döffinger | 2009-05-31 | 1 | -1/+0 |
* | Remove now unused elements from LclEncContext | Reimar Döffinger | 2009-05-31 | 1 | -9/+0 |
* | Remove useless casts, extradata is already "uint8_t *" | Reimar Döffinger | 2009-05-31 | 1 | -8/+8 |
* | lclenc.c: compress directly into output buffer instead of using a pointless | Reimar Döffinger | 2009-05-31 | 1 | -16/+2 |
* | Remove superfluous () from lclenc.c | Reimar Döffinger | 2009-05-31 | 1 | -5/+5 |
* | Cosmetics: fix indentation in lclenc.c | Reimar Döffinger | 2009-05-31 | 1 | -5/+5 |
* | Remove "#if CONFIG_ZLIB" checks from lclenc.c, the file is never compiled | Reimar Döffinger | 2009-05-31 | 1 | -18/+0 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Fix filenames in Doxygen comments. | Diego Biurrun | 2009-01-26 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -5/+5 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -1/+1 |
* | Improve an lclenc.c error message in case of unsupported input pixel | Stefano Sabatini | 2008-06-19 | 1 | -1/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | split lcl.c into lcldec.c, lclenc.c, lcl.h | Måns Rullgård | 2007-07-12 | 1 | -0/+231 |