log

age author description
2002-07-13 mellum Remove support for variable BSIZE and INCR, as sub_pixels_* is no libavcodec
2002-07-13 michaelni get_vlc -> get_vlc2 libavcodec
2002-07-13 mellum * Improve xy2 routines slightly libavcodec
2002-07-13 michaelni optimization (get_vlc() -> get_vlc2()) libavcodec
2002-07-13 michaelni optimization (get_vlc -> get_vlc2) libavcodec
2002-07-13 michaelni return buf_size again, i hope kabi is finally happy now ;) libavcodec
2002-07-13 michaelni rl vlc decoding optimizations libavcodec
2002-07-12 mellum Warning fix. libavcodec
2002-07-11 arpi_esp don't exit decoder after decoding first field -> fixes angels.avi interlacing libavcodec
2002-07-11 mellum Tweak Alpha compiler flags. libavcodec
2002-07-11 nickols_k 10L libavcodec
2002-07-11 nickols_k Add Arpi to list of porters. libavcodec
2002-07-11 nickols_k Change licence to LGPL since there are no objections from side of original author libavcodec
2002-07-11 michaelni dont trash table in GET_VLC libavcodec
2002-07-10 mellum Remove some cruft. libavcodec
2002-07-10 michaelni adding ff prefix to avoid global name conficts with xvid (patch by Marko Kreen <marko at l-t.ee>) libavcodec
2002-07-10 michaelni returning the number of consumed bytes (2nd try) libavcodec
2002-07-10 michaelni get_vlc() optimizations libavcodec
2002-07-10 nickols_k Applied patch of Felix Buenemann libavcodec
2002-07-10 michaelni get_vlc() optimization libavcodec
2002-07-10 nickols_k * prefixication (due Kabi's request) libavcodec
2002-07-10 kabi * clean compiler warning libavcodec
2002-07-10 michaelni return the number of consumed bytes instead of 0 or buf_size libavcodec
2002-07-09 michaelni c std doesnt like negative shifts -> use asm libavcodec
2002-07-09 kabi * declare av_free libavcodec
2002-07-09 michaelni warning fix patch by atmos libavcodec
2002-07-09 michaelni gcc3 bug workaround libavcodec
2002-07-09 nickols_k new codec: Sorenson v1 libavcodec
2002-07-09 michaelni new bitstream reader API (old get_bits() based one is emulated and will still be supported in the future cuz its simpler) libavcodec
2002-07-07 michaelni wmv1 slice_height != mb_height support libavcodec
2002-07-05 mellum Implement clear_blocks_axp. libavcodec
2002-07-04 mellum * Move "restrict" fallback to common.h libavcodec
2002-07-04 mellum * Detect "retrict" keyword libavcodec
2002-07-03 mellum Make dct_unquantize_h263 work on systems without MVI extension. libavcodec
2002-07-03 mellum Update and activate dct_unquantize_h263_mvi. Thanks to Måns Rullgård libavcodec
2002-07-03 mellum Use updated motion compensation routines. libavcodec
2002-07-02 mellum Activate ALT_BITSTREAM_READER by default on Alpha, since it seems to libavcodec
2002-07-01 mellum Assembly version of put_pixels. This is currently the function that libavcodec
2002-07-01 mellum Add profiling support. libavcodec
2002-07-01 mellum Implement put_pixels_clamped and add_pixels_clamped in Assembler. This libavcodec
2002-06-29 michael colorspace converter tests (memory corruption tests at different width/src/dst) libavcodec
2002-06-27 kabi * turned into debug message - it's annoying when watching mjpeg files libavcodec
2002-06-25 michaelni init dc_scale tables to defaults (fixes mjpeg sig11) libavcodec
2002-06-24 mellum Ugly hack to make the assembler accept MVI instructions. libavcodec
2002-06-24 mellum * Fixed constraints libavcodec
2002-06-24 mellum Reintroduce lost idctSparseCol for Alpha. Sorry for adding even more libavcodec
2002-06-24 michaelni 4mv bugfix libavcodec
2002-06-22 michaelni fixing wmv1 bugs, it was foolish to belive that m$ would use the same dc prediction as mpeg4 just cuz they changed it a bit from msmpeg4v3 libavcodec