Mercurial > libavcodec.hg
graph
-
minimum support for YUV411P (new combined scaler/converter will handle that better...) libavcodec2002-10-08, by bellard
-
16x{8,16} {avg,put}_pixels support patch by (Juergen Keil <jk at tools dot de>) libavcodec2002-10-08, by michaelni
-
10l - MMX/FPU state was not restored, causing nonsense fpu behaviour in caller (mplayer) libavcodec2002-10-07, by arpi_esp
-
* Fix dct_unquantize_h263_axp for changed block_last_index indexing. libavcodec2002-10-07, by mellum
-
moved dct init out from mpv_common_init to dct_common_init (for less-uglier way for dv) libavcodec2002-10-04, by al3x
-
ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec2002-10-03, by michaelni
-
rv10 cleanup (de)muxer still needs to be cleaned up (still searching volunteer for that ;) ) libavcodec2002-10-01, by michaelni
-
forgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter Vlieg <vlieg at eurescom dot de>) libavcodec2002-09-30, by michaelni
-
convert only needed matrixes in convert_matrix() (mjpeg calls it for every frame) libavcodec2002-09-30, by michaelni
-
indenting preprocessor stuff, as its completly unreadable otherwise libavcodec2002-09-29, by michaelni
-
Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large win libavcodec2002-09-29, by mellum
-
ps2 idct bugfix patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec2002-09-24, by michaelni
-
fixing variance scaling for b frames (messed adaptive quants up) libavcodec2002-09-23, by michaelni
-
adaptive quantization (lumi/temporal & spatial complexity masking) libavcodec2002-09-23, by michaelni
-
fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid) libavcodec2002-09-19, by arpi_esp
-
fixing i_quant_factor, this should finally fix the bitrate bug with ffserver hopefully libavcodec2002-09-19, by michaelni
-
aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new vars) libavcodec2002-09-13, by al3x
-
Due to version renumbering, Alpha builtins aren't supported in thegcc libavcodec2002-09-13, by mellum
-
fixing 1/0 if the headers are incomplete (like what M$ encoder generates) libavcodec2002-09-13, by michaelni
-
statistics for forw & back p-MBs instead of just one counter for both libavcodec2002-09-12, by michaelni
-
reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$ libavcodec2002-09-11, by michaelni
-
fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at hotbox dot ru>) libavcodec2002-09-07, by michaelni