log

age author description
Sun, 17 Feb 2008 03:44:47 +0000 mru remove duplicate AV_STRINGIFY() definition libavcodec
Sat, 16 Feb 2008 19:18:30 +0000 mru clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN libavcodec
Sat, 16 Feb 2008 15:17:31 +0000 diego FLAT objects cannot have multiple sections, so using the L1 attributes breaks libavcodec
Fri, 15 Feb 2008 21:01:10 +0000 vitor 100l libavcodec
Fri, 15 Feb 2008 20:23:49 +0000 vitor Simplify avcodec_default_get_buffer() libavcodec
Fri, 15 Feb 2008 20:20:57 +0000 vitor Add header for declaration of ff_xxxx functions in imgconvert.c libavcodec
Fri, 15 Feb 2008 20:19:46 +0000 vitor This should not be part of the public API libavcodec
Fri, 15 Feb 2008 19:47:14 +0000 vitor My commit in r11942 broke compilation. libavcodec
Fri, 15 Feb 2008 18:01:07 +0000 vitor Split avpicture_fill() in two functions. This will be libavcodec
Fri, 15 Feb 2008 13:44:08 +0000 banan silence wmaenc.c:181: warning:suggestparentheses around assignment used as truth value libavcodec
Fri, 15 Feb 2008 12:04:35 +0000 lucabe Fix libavcodec
Fri, 15 Feb 2008 11:38:38 +0000 lucabe Fix libavcodec
Wed, 13 Feb 2008 14:24:34 +0000 superdump Cosmetics: indentation libavcodec
Wed, 13 Feb 2008 14:20:22 +0000 superdump Remove useless buffering of input data, so that avcodec_decode_audio never libavcodec
Wed, 13 Feb 2008 09:26:10 +0000 diego typo fix: inited --> initialized libavcodec
Wed, 13 Feb 2008 08:05:51 +0000 diego Print Theora bitstream version at DEBUG, not at VERBOSE level. libavcodec
Wed, 13 Feb 2008 01:18:12 +0000 diego cosmetics: Replace // by /* */ comments. libavcodec
Mon, 11 Feb 2008 21:49:24 +0000 vitor Factor bytewidth determination in its own function libavcodec
Mon, 11 Feb 2008 08:01:07 +0000 andoma Add 'reservoir' flag to lavc's flags2 controlling whether or not codes may libavcodec
Sun, 10 Feb 2008 01:45:42 +0000 lorenm asm argument that might be in memory needs a size libavcodec
Sat, 09 Feb 2008 18:02:28 +0000 michael Remove pointless code. libavcodec
Sat, 09 Feb 2008 17:55:07 +0000 diego Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg. libavcodec
Sat, 09 Feb 2008 17:26:40 +0000 michael Remove pointless code. libavcodec
Sat, 09 Feb 2008 14:45:36 +0000 michael assert() and note about odd len. libavcodec
Sat, 09 Feb 2008 13:53:15 +0000 lorenm 30% faster ff_vorbis_floor1_render_list, 3% faster overall libavcodec
Sat, 09 Feb 2008 05:29:47 +0000 lorenm use fewer registers in apply_welch_window_sse2 libavcodec
Sat, 09 Feb 2008 03:42:48 +0000 michael optimize apply_welch_window() libavcodec
Wed, 06 Feb 2008 12:37:37 +0000 reimar Add support for speex in ogg libavcodec
Wed, 06 Feb 2008 12:32:31 +0000 lorenm sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3. libavcodec
Wed, 06 Feb 2008 04:44:21 +0000 lorenm put loop counter in a register if possible. makes some of the qpel functions 3% faster. libavcodec