log

age author description
2008-08-31 michael Warn the user about me_method values that are not supported. libavcodec
2008-08-31 michael Optimize vorbis_residue_decode() so that vr->type is a constant. libavcodec
2008-08-31 michael Remove debuging junk that probably hasnt been used by anyone since years. libavcodec
2008-08-31 bwolowiec Okayed parts of nellymoserenc.c libavcodec
2008-08-31 stefang reduce code duplication by moving common header parsing libavcodec
2008-08-31 stefano Globally rename the header inclusion guard names. libavcodec
2008-08-31 conrad Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating it libavcodec
2008-08-31 conrad Declare ff_vp3_idct_data to be uint16_t libavcodec
2008-08-31 conrad Don't declare SSE vp3 idct data static, so it can be used in the mmx version libavcodec
2008-08-31 jbr turn on E-AC-3 decoding support and update the Changelog libavcodec
2008-08-31 jbr simplify code and comment regarding determination whether or not AHT is used. libavcodec
2008-08-31 jbr use correct table name libavcodec
2008-08-31 vitor Misc cosmetics in compute_lpc_coefs(): braces removal and empty lines libavcodec
2008-08-31 jbr skip converter exponent strategy for all channels at once libavcodec
2008-08-31 vitor Remove useless var in compute_lpc_coefs() libavcodec
2008-08-31 jbr merge declaration and init. variable is not used outside the loop. libavcodec
2008-08-31 jbr cosmetics: indentation libavcodec
2008-08-31 vitor Merge declaration and initialization of a few vars in compute_lpc_coefs() libavcodec
2008-08-31 jbr commit more OKed parts of the E-AC-3 decoder libavcodec
2008-08-30 jbr commit more OKed parts of the E-AC-3 decoder libavcodec
2008-08-30 jbr commit more OKed parts of the E-AC-3 decoder libavcodec
2008-08-30 michael Fix lossless jpeg encoder to comply to spec and store full redundant libavcodec
2008-08-30 conrad Remove unused dequantization code from SSE VP3 IDCT libavcodec
2008-08-30 conrad Use ff_pw_8 in MMX/SSE VP3 IDCT libavcodec
2008-08-30 conrad Let ff_pw_8 be used as an SSE constant libavcodec
2008-08-30 jbr cosmetics: update comment about dithering libavcodec
2008-08-30 michael Remove the cos_mod table that has become unused after replacing the imdct libavcodec
2008-08-30 michael Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half(). libavcodec
2008-08-30 michael Get rid of the 512 sample memmove(). libavcodec
2008-08-30 pross Remove 'currently unused' warning about SAMPLE_FMT_xxx. libavcodec
2008-08-29 bwolowiec Okayed parts of nellymoserenc.c libavcodec
2008-08-29 vitor Remove useless zeroing of a buffer libavcodec