log

age author description
2008-02-15 lucabe Fix libavcodec
2008-02-13 superdump Cosmetics: indentation libavcodec
2008-02-13 superdump Remove useless buffering of input data, so that avcodec_decode_audio never libavcodec
2008-02-13 diego typo fix: inited --> initialized libavcodec
2008-02-13 diego Print Theora bitstream version at DEBUG, not at VERBOSE level. libavcodec
2008-02-13 diego cosmetics: Replace // by /* */ comments. libavcodec
2008-02-11 vitor Factor bytewidth determination in its own function libavcodec
2008-02-11 andoma Add 'reservoir' flag to lavc's flags2 controlling whether or not codes may libavcodec
2008-02-10 lorenm asm argument that might be in memory needs a size libavcodec
2008-02-09 michael Remove pointless code. libavcodec
2008-02-09 diego Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg. libavcodec
2008-02-09 michael Remove pointless code. libavcodec
2008-02-09 michael assert() and note about odd len. libavcodec
2008-02-09 lorenm 30% faster ff_vorbis_floor1_render_list, 3% faster overall libavcodec
2008-02-09 lorenm use fewer registers in apply_welch_window_sse2 libavcodec
2008-02-09 michael optimize apply_welch_window() libavcodec
2008-02-06 reimar Add support for speex in ogg libavcodec
2008-02-06 lorenm sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3. libavcodec
2008-02-06 lorenm put loop counter in a register if possible. makes some of the qpel functions 3% faster. libavcodec
2008-02-06 lorenm fix aliasing warnings. simpler too. libavcodec
2008-02-06 lorenm constant was excessively aligned libavcodec
2008-02-05 reimar Check that we have enough input data in IMC decoder. libavcodec
2008-02-05 lorenm ssse3 h264 motion compensation. libavcodec
2008-02-05 lorenm add qpel rounder once during hv rather than twice during hv and whatever it's averaged with libavcodec
2008-02-05 lorenm clean up an ugliness introduced in r11826. this syntax will require fewer changes when adding future sse2 code. libavcodec
2008-02-04 michael Deprecate old and inefficient per instruction asm(). libavcodec
2008-02-04 lorenm reduce code duplication libavcodec
2008-02-04 diego Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple of libavcodec
2008-02-04 michael const libavcodec
2008-02-03 michael const libavcodec
2008-02-03 diego mpegvideo.h has two function declarations with the 'inline' specifier libavcodec
2008-02-03 lorenm avg_pixels4_mmx2 libavcodec
2008-02-03 lorenm use mmx2/3dnow avg functions in avg_qpel*_mc00 libavcodec
2008-02-03 lorenm ff_h264_idct8_add_sse2. libavcodec
2008-02-03 lorenm remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2. libavcodec
2008-02-02 michael Make avcodec_decode_* functions take const input buffers. libavcodec
2008-02-02 reimar 100l, since we already check for buf_size == 769 we should also libavcodec
2008-02-02 reimar Use bytestream_get_be24 to simplify palette parsing. libavcodec
2008-02-02 reimar mark qtrle input data as const. libavcodec
2008-02-02 reimar Add some const where appropriate libavcodec
2008-02-02 reimar Fix warning: libavcodec
2008-02-02 reimar Some consts for cscd decoder helper functions libavcodec
2008-02-02 lorenm "swap first two elements of L1 if L0 and L1 are identical" applies after splitting the lists into fields libavcodec
2008-02-02 lorenm fix mbaff diagonal neighbor mv libavcodec
2008-02-02 lorenm mbaff spatial direct libavcodec
2008-02-02 kostya Do not modify input data libavcodec
2008-02-02 kostya IMC decoder always operates on 64-byte blocks libavcodec
2008-02-01 aurel use AV_RL* instead of le2me_* libavcodec