log

age author description
Sat, 01 Mar 2008 04:39:39 +0000 jbr Use 24-bit fixed-point transform coefficients until just before MDCT. This libavcodec
Sat, 01 Mar 2008 01:58:25 +0000 lorenm more aspect ratios added in one of the ammendments libavcodec
Fri, 29 Feb 2008 08:01:01 +0000 benoit Make AMR-NB block size const and 8 bits. libavcodec
Fri, 29 Feb 2008 07:59:29 +0000 benoit Define block size for AMR-WB (use IF2 table). libavcodec
Thu, 28 Feb 2008 23:44:52 +0000 michael suppress the second warning libavcodec
Thu, 28 Feb 2008 17:01:35 +0000 reimar Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but libavcodec
Thu, 28 Feb 2008 16:11:56 +0000 bcoudurier 1000l parenthesis libavcodec
Thu, 28 Feb 2008 16:08:52 +0000 bcoudurier code is ok for 4bpp in mov too, fix 16grey.mov libavcodec
Wed, 27 Feb 2008 20:34:44 +0000 banan Add more riff IDs to support remuxing. libavcodec
Tue, 26 Feb 2008 23:51:59 +0000 michael better include libavcodec
Tue, 26 Feb 2008 23:49:41 +0000 michael include dependencies ... libavcodec
Tue, 26 Feb 2008 23:17:08 +0000 diego Add multiple inclusion guards. libavcodec
Tue, 26 Feb 2008 22:52:01 +0000 diego Add explanatory comment to '#define FLOAT float'. libavcodec
Tue, 26 Feb 2008 20:37:59 +0000 mru less preprocessor magic in version number macros libavcodec
Tue, 26 Feb 2008 20:17:30 +0000 michael Stuffing bytes to not violate minimum legality rate. libavcodec
Tue, 26 Feb 2008 18:36:58 +0000 michael Remove another temporary variable with which gcc has problems. libavcodec
Tue, 26 Feb 2008 17:56:00 +0000 diego cosmetics: Demplayerify indentation. libavcodec
Tue, 26 Feb 2008 17:13:42 +0000 diego Add comments to some #endif directives. libavcodec
Tue, 26 Feb 2008 17:06:31 +0000 diego cosmetics: spelling/grammar libavcodec
Tue, 26 Feb 2008 15:52:37 +0000 michael Alternative and faster (on gcc x86) plane rotation. libavcodec
Tue, 26 Feb 2008 15:44:49 +0000 michael Get rid of another useless variable. libavcodec
Tue, 26 Feb 2008 15:32:34 +0000 michael Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself), libavcodec
Tue, 26 Feb 2008 15:19:37 +0000 michael One variable less. No real change to the actual code. libavcodec
Tue, 26 Feb 2008 14:59:11 +0000 michael floating point AAN IDCT libavcodec
Tue, 26 Feb 2008 10:21:33 +0000 lorenm decode mng color decorrelation libavcodec
Tue, 26 Feb 2008 09:35:21 +0000 diego Remove START_TIMER and STOP_TIMER macros. libavcodec
Tue, 26 Feb 2008 07:35:56 +0000 lorenm simplify libavcodec
Mon, 25 Feb 2008 23:14:22 +0000 aurel split encoding part of dsputil_mmx into its own file libavcodec
Mon, 25 Feb 2008 22:44:35 +0000 diego Remove commented-out av_log calls. libavcodec
Mon, 25 Feb 2008 22:43:42 +0000 michael Fix trellis quant + AAN DCT. libavcodec
Mon, 25 Feb 2008 22:32:52 +0000 michael Make diego happy. libavcodec
Mon, 25 Feb 2008 21:43:19 +0000 aurel compile various fdct only when encoders are enabled libavcodec
Mon, 25 Feb 2008 14:59:04 +0000 michael Clarify which BSD license. libavcodec
Mon, 25 Feb 2008 14:42:12 +0000 michael Allow use of my AAN DCT under BSD, AMD has agreed to write and contribute libavcodec
Mon, 25 Feb 2008 10:34:23 +0000 lorenm png filters libavcodec
Mon, 25 Feb 2008 09:22:11 +0000 mru Install headers in $prefix/include/$libname libavcodec
Mon, 25 Feb 2008 05:46:53 +0000 lorenm remove a memcpy libavcodec
Sun, 24 Feb 2008 18:56:52 +0000 mru fix memory leaks in vp3 decoder libavcodec
Sun, 24 Feb 2008 14:47:42 +0000 reimar __asm __volatile -> asm volatile part 2 libavcodec
Sun, 24 Feb 2008 14:46:22 +0000 reimar __asm __volatile -> asm volatile, improves code consistency and works libavcodec
Sun, 24 Feb 2008 07:47:02 +0000 vitor Fix bug I introduced in r11962. libavcodec
Sat, 23 Feb 2008 23:30:41 +0000 banan Riff ids for wmapro and wmavoice, this adds support for stream copy of these codecs between asf,avi and wav containers. libavcodec
Fri, 22 Feb 2008 19:27:22 +0000 michael Remove apparently unneeded and buggy align. libavcodec
Fri, 22 Feb 2008 16:53:26 +0000 lorenm cleaner way of writing packed-byte constants. libavcodec
Thu, 21 Feb 2008 07:55:42 +0000 lorenm indent libavcodec
Thu, 21 Feb 2008 07:54:46 +0000 lorenm pseudo-simd add_bytes and diff_bytes libavcodec
Thu, 21 Feb 2008 07:10:46 +0000 lorenm simd and unroll png_filter_row libavcodec
Thu, 21 Feb 2008 00:06:07 +0000 michael Disabling all SSE* code for old gcc to avoid alignment issues. libavcodec
Wed, 20 Feb 2008 20:24:38 +0000 michael revert 12156 libavcodec
Wed, 20 Feb 2008 19:48:25 +0000 michael Forgot this, which is needed for merging field pics too. libavcodec
Wed, 20 Feb 2008 19:45:38 +0000 michael Make find_frame_end() merge 2 mpeg2 field pictures. This should make mpeg2 libavcodec
Wed, 20 Feb 2008 03:20:06 +0000 michael Make timestamp interpolation work with mpeg2 field pictures. libavcodec
Tue, 19 Feb 2008 22:50:28 +0000 mru Clean up lib* version definitions libavcodec
Tue, 19 Feb 2008 22:09:08 +0000 michael Fix ;; libavcodec
Tue, 19 Feb 2008 21:55:13 +0000 reimar Fix warnings: libavcodec
Tue, 19 Feb 2008 21:46:40 +0000 reimar Remove duplicate ; libavcodec
Tue, 19 Feb 2008 21:42:10 +0000 reimar Add casts to avoid warnings: libavcodec
Tue, 19 Feb 2008 21:37:53 +0000 reimar Missing const libavcodec
Tue, 19 Feb 2008 15:55:14 +0000 michael Reduce the number of senselessly scanned bytes. libavcodec
Tue, 19 Feb 2008 07:24:00 +0000 gpoirier arg 10000l. Fix wrong fix committed in r12141 libavcodec
Tue, 19 Feb 2008 07:20:03 +0000 gpoirier fix broken indentation libavcodec
Tue, 19 Feb 2008 07:19:15 +0000 gpoirier 10l: fix always false test: Binary & has lower precedence than == libavcodec
Mon, 18 Feb 2008 23:01:26 +0000 diego Refactor vcprm and vcii macros by using the AVV macro. libavcodec
Mon, 18 Feb 2008 22:26:46 +0000 diego Refactor the FOUROF macro using the AVV macro. libavcodec
Mon, 18 Feb 2008 22:22:17 +0000 diego Remove stray #undef. libavcodec
Mon, 18 Feb 2008 21:35:31 +0000 gpoirier fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't check mm_flags libavcodec
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
Wed, 06 Feb 2008 04:14:07 +0000 lorenm fix aliasing warnings. simpler too. libavcodec
Wed, 06 Feb 2008 03:51:53 +0000 lorenm constant was excessively aligned libavcodec
Tue, 05 Feb 2008 18:39:55 +0000 reimar Check that we have enough input data in IMC decoder. libavcodec
Tue, 05 Feb 2008 11:22:55 +0000 lorenm ssse3 h264 motion compensation. libavcodec
Tue, 05 Feb 2008 03:58:13 +0000 lorenm add qpel rounder once during hv rather than twice during hv and whatever it's averaged with libavcodec
Tue, 05 Feb 2008 01:16:48 +0000 lorenm clean up an ugliness introduced in r11826. this syntax will require fewer changes when adding future sse2 code. libavcodec
Mon, 04 Feb 2008 20:03:08 +0000 michael Deprecate old and inefficient per instruction asm(). libavcodec
Mon, 04 Feb 2008 16:20:46 +0000 lorenm reduce code duplication libavcodec
Mon, 04 Feb 2008 10:26:35 +0000 diego Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple of libavcodec
Mon, 04 Feb 2008 00:49:14 +0000 michael const libavcodec
Sun, 03 Feb 2008 23:25:35 +0000 michael const libavcodec
Sun, 03 Feb 2008 17:54:30 +0000 diego mpegvideo.h has two function declarations with the 'inline' specifier libavcodec
Sun, 03 Feb 2008 17:04:33 +0000 lorenm avg_pixels4_mmx2 libavcodec
Sun, 03 Feb 2008 16:19:37 +0000 lorenm use mmx2/3dnow avg functions in avg_qpel*_mc00 libavcodec
Sun, 03 Feb 2008 07:05:11 +0000 lorenm ff_h264_idct8_add_sse2. libavcodec
Sun, 03 Feb 2008 03:21:47 +0000 lorenm remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2. libavcodec
Sat, 02 Feb 2008 22:54:50 +0000 michael Make avcodec_decode_* functions take const input buffers. libavcodec
Sat, 02 Feb 2008 22:34:44 +0000 reimar 100l, since we already check for buf_size == 769 we should also libavcodec
Sat, 02 Feb 2008 22:31:11 +0000 reimar Use bytestream_get_be24 to simplify palette parsing. libavcodec
Sat, 02 Feb 2008 22:09:07 +0000 reimar mark qtrle input data as const. libavcodec
Sat, 02 Feb 2008 21:55:56 +0000 reimar Add some const where appropriate libavcodec
Sat, 02 Feb 2008 21:38:25 +0000 reimar Fix warning: libavcodec
Sat, 02 Feb 2008 14:34:43 +0000 reimar Some consts for cscd decoder helper functions libavcodec
Sat, 02 Feb 2008 10:54:20 +0000 lorenm "swap first two elements of L1 if L0 and L1 are identical" applies after splitting the lists into fields libavcodec