log

age author description
2005-01-31 rtognimp Add 32bit RGB support libavcodec
2005-01-31 michael 10000l vbr mp3 fix libavcodec
2005-01-31 michael support 32bit output for the mpeg audio decoder libavcodec
2005-01-31 michael more accurate dequant of near zero coefficients libavcodec
2005-01-31 michael 10l (missing overflow check) libavcodec
2005-01-30 michael 100000l (typos in the #define for selecting the NORM6 method -> wasnt compiled, after fixing typos new method doesnt even compile -> swicth back to old until its fixed) libavcodec
2005-01-30 michael - add another way to decode norm6 VLC; modify VLC_NORM6_METH0D define in libavcodec
2005-01-30 michael In that patch: libavcodec
2005-01-30 michael 10l (didnt test code after cvs up ...) libavcodec
2005-01-30 michael dithering for the mpeg audio decoder libavcodec
2005-01-30 michael fixing missaligned memory accesses in fill_rectangle() libavcodec
2005-01-29 michael require a few valid and equal mp3 headers for resync libavcodec
2005-01-29 mmu_man added a lock/unlock_lib pair to allow extern progs to serialize access to lavc. libavcodec
2005-01-28 alex exported ff_mpa_synth_filter for upcoming qdm2 decoder libavcodec
2005-01-28 michael make decode012() static inline libavcodec
2005-01-26 michael 10l (negative strides) libavcodec
2005-01-26 michael use dc tables from msmpeg4 instead of duplicating them patch by anonymous libavcodec
2005-01-25 michael dont duplicate decode012() libavcodec
2005-01-25 michael check norm6 vlc validity as there are some bit sequences which dont corespond to any codeword, the other vlc tables all seem to be huffman tables though libavcodec
2005-01-24 michael Fixes: libavcodec
2005-01-24 michael more 10l typos libavcodec
2005-01-24 michael norm-6 / diff-6 support (untested, parts of it just guessed as the spec is unclear) libavcodec
2005-01-24 michael fixing many bugs in bitplane_decoding() libavcodec
2005-01-23 michael dont use several 100 mb memory for a tiny 120 element table libavcodec