2002-09-30 |
michaelni |
forgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter Vlieg <vlieg at eurescom dot de>)
libavcodec
|
2002-09-30 |
michaelni |
convert only needed matrixes in convert_matrix() (mjpeg calls it for every frame)
libavcodec
|
2002-09-29 |
michaelni |
indenting preprocessor stuff, as its completly unreadable otherwise
libavcodec
|
2002-09-29 |
michaelni |
renaming variable
libavcodec
|
2002-09-29 |
michaelni |
idct permutation cleanup, idct can be selected per context now
libavcodec
|
2002-09-29 |
mellum |
Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large win
libavcodec
|
2002-09-28 |
mellum |
An easy way to speed up encoding by 6%.
libavcodec
|
2002-09-28 |
mellum |
Minor warning fix.
libavcodec
|
2002-09-27 |
michaelni |
minor optimization of h263_encode_motion()
libavcodec
|
2002-09-27 |
michaelni |
ff_get_fourcc() & XVIX support
libavcodec
|
2002-09-26 |
michaelni |
autodetect UMP4 (by adding a fourcc field to AVCodecContext)
libavcodec
|
2002-09-26 |
michaelni |
automatically detect broken opendivx codec and workaround, so bug=1 shouldnt be needed anymore for mpeg4 files, if there still are files which need bug=1 then tell me ...
libavcodec
|
2002-09-26 |
michaelni |
h263_dc_scale() cleanup
libavcodec
|
2002-09-26 |
michaelni |
mpeg4 interlaced dct encoding
libavcodec
|
2002-09-24 |
michaelni |
ps2 idct bugfix patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
libavcodec
|
2002-09-24 |
michaelni |
adaptive quantization for h263
libavcodec
|
2002-09-24 |
michaelni |
adaptive quantization for mpeg1
libavcodec
|
2002-09-24 |
michaelni |
darkness masking (lumi masking does only bright stuff now)
libavcodec
|
2002-09-24 |
michaelni |
fixing ac prediction encoding with adaptive quantization
libavcodec
|
2002-09-23 |
michaelni |
fixing variance scaling for b frames (messed adaptive quants up)
libavcodec
|
2002-09-23 |
michaelni |
adaptive quantization (lumi/temporal & spatial complexity masking)
libavcodec
|
2002-09-23 |
michaelni |
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
libavcodec
|
2002-09-20 |
michaelni |
pix_sum16_mmx()
libavcodec
|
2002-09-19 |
arpi_esp |
fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)
libavcodec
|
2002-09-19 |
michaelni |
fixing i_quant_factor, this should finally fix the bitrate bug with ffserver hopefully
libavcodec
|
2002-09-19 |
michaelni |
fixing apiexample
libavcodec
|
2002-09-19 |
michaelni |
documenting most stuff in AVCodecContext
libavcodec
|
2002-09-19 |
mellum |
* Remove -finline-limit=8000 (not supported by gcc 2.95)
libavcodec
|
2002-09-19 |
michaelni |
fixing *pixels_tab stuff (hopefully, as its untested ...)
libavcodec
|
2002-09-19 |
michaelni |
avcodec_alloc_context()
libavcodec
|