log

age author description
Mon, 19 Jan 2009 23:41:46 +0000 diego Use "" instead of <> when #including non-system headers. libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Sun, 18 Jan 2009 23:04:33 +0000 stefano Replace calls to the deprecated function av_init_random() with libavcodec
Sun, 18 Jan 2009 22:57:40 +0000 aurel moves mid_pred() into mathops.h (with arch specific code split by directory) libavcodec
Sun, 18 Jan 2009 20:43:11 +0000 mru ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code change libavcodec
Sun, 18 Jan 2009 18:31:52 +0000 mru Alpha: fix pix_abs16 libavcodec
Sun, 18 Jan 2009 07:20:12 +0000 darkshikari Fix 10L in r16670 (broke deblocking code) libavcodec
Sun, 18 Jan 2009 07:14:36 +0000 darkshikari Faster VC-1 C loopfilter using lots of xor magic libavcodec
Sun, 18 Jan 2009 05:52:20 +0000 mru dct-test: add Alpha idct libavcodec
Sun, 18 Jan 2009 05:52:17 +0000 mru Alpha: add ff_ prefix to idct functions libavcodec
Sun, 18 Jan 2009 05:52:15 +0000 mru Alpha: indentation libavcodec
Sun, 18 Jan 2009 05:52:12 +0000 mru Alpha: proper IDCT selection libavcodec
Sun, 18 Jan 2009 05:52:08 +0000 mru Alpha: add some const, kill some warnings libavcodec
Sat, 17 Jan 2009 21:44:58 +0000 mru Alpha: factor common parts from dct_unquantize_h263_intra/inter_axp libavcodec
Sat, 17 Jan 2009 21:44:56 +0000 mru Alpha: fix dct_unquantize_h263_inter/intra_axp() libavcodec
Sat, 17 Jan 2009 20:08:43 +0000 stefang added demuxer for FunCom ISS audio files, libavcodec
Sat, 17 Jan 2009 20:06:08 +0000 vitor Use shared sine window instead of defining another one. libavcodec
Sat, 17 Jan 2009 12:51:26 +0000 cehoyos Fix compilation with --enable-libxvid. libavcodec
Sat, 17 Jan 2009 12:21:01 +0000 aurel remove ff_get_fourcc() and use AV_RL32() instead libavcodec
Sat, 17 Jan 2009 11:13:33 +0000 aurel export gcd function as av_gcd() libavcodec
Sat, 17 Jan 2009 01:17:04 +0000 cehoyos Remove CODEC_ID_H264_VDPAU. libavcodec
Fri, 16 Jan 2009 20:46:38 +0000 stefang remove duplicate tables libavcodec
Fri, 16 Jan 2009 17:58:38 +0000 stefang use assignment of structure instead of memcpy libavcodec
Fri, 16 Jan 2009 17:46:19 +0000 kostya WavPack hybrid mode support libavcodec
Fri, 16 Jan 2009 17:45:54 +0000 stefang rename XXX_t enums to cavs_XXX to fix POSIX namespace issue libavcodec
Fri, 16 Jan 2009 17:20:17 +0000 stefang rename vector_t to cavs_vector libavcodec
Fri, 16 Jan 2009 16:50:32 +0000 cehoyos Add mpeg1_vdpau decoder. libavcodec
Fri, 16 Jan 2009 16:20:42 +0000 benoit Split ff_log_missing_feature into ff_log_missing_feature libavcodec
Fri, 16 Jan 2009 02:50:20 +0000 cehoyos 12l: Fix compilation with --disable-vdpau. libavcodec
Fri, 16 Jan 2009 02:14:07 +0000 cehoyos Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can libavcodec
Fri, 16 Jan 2009 00:03:51 +0000 aurel explicitly disable CONFIG_AUDIO_NONSHORT libavcodec
Wed, 14 Jan 2009 23:20:43 +0000 aurel WORDS_BIGENDIAN must be checked with #ifdef libavcodec
Wed, 14 Jan 2009 21:41:05 +0000 aurel simplify: group all the AUDIO_NONSHORT parameters in the same place libavcodec
Wed, 14 Jan 2009 21:34:48 +0000 aurel libavutil/lzo.h is a local header libavcodec
Wed, 14 Jan 2009 17:19:17 +0000 aurel replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ libavcodec
Wed, 14 Jan 2009 09:26:07 +0000 mru Fix mpeg audio regression test failure libavcodec
Wed, 14 Jan 2009 07:57:12 +0000 diego Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_. libavcodec
Wed, 14 Jan 2009 07:55:43 +0000 diego Remove one more forgotten instance of USE_HIGHPRECISION indirection. libavcodec
Wed, 14 Jan 2009 00:48:17 +0000 diego Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection. libavcodec
Wed, 14 Jan 2009 00:27:43 +0000 bcoudurier cleanup gif, use BISTREAM_WRITER_LE libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Tue, 13 Jan 2009 21:13:45 +0000 michael Avoid using sub_id in mpeg1/2video. libavcodec
Tue, 13 Jan 2009 19:38:54 +0000 michael Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3. libavcodec
Tue, 13 Jan 2009 19:35:34 +0000 michael Let the mpeg audio parser correct the codec_id. libavcodec
Tue, 13 Jan 2009 19:32:08 +0000 michael Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders. libavcodec
Tue, 13 Jan 2009 19:13:08 +0000 michael Add CODEC_ID_MP1. libavcodec
Tue, 13 Jan 2009 08:05:40 +0000 kostya VC-1 display dimensions should affect coded dimensions only (I think) libavcodec
Tue, 13 Jan 2009 08:03:45 +0000 kostya Print VC-1 aspect ratio in debug libavcodec
Tue, 13 Jan 2009 08:02:31 +0000 kostya 421l: fix loop filter for P-frames in VC-1 libavcodec
Tue, 13 Jan 2009 08:00:37 +0000 kostya Cinepak strip ID is a single byte libavcodec
Tue, 13 Jan 2009 06:43:46 +0000 kostya Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier. libavcodec
Tue, 13 Jan 2009 00:14:43 +0000 aurel add the necessary include for LIBAV*_VERSION_* libavcodec
Mon, 12 Jan 2009 20:37:49 +0000 mru ARM: use push/pop pseudo-instructions in simple_idct_armv6.S libavcodec
Mon, 12 Jan 2009 20:37:39 +0000 mru ARM: simple_idct_armv6.S whitespace cosmetics libavcodec
Mon, 12 Jan 2009 20:37:33 +0000 mru ARM: clean up pc-relative references in simple_idct_armv6.S libavcodec
Mon, 12 Jan 2009 20:37:29 +0000 mru ARM: use rX register names in simple_idct_armv6.S libavcodec
Sun, 11 Jan 2009 23:26:52 +0000 stefano Add missing inclusion of libavutil/intreadwrite.h, fix compilation when libavcodec
Sun, 11 Jan 2009 22:19:48 +0000 diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavcodec
Sun, 11 Jan 2009 20:12:14 +0000 diego Add missing #include to fix 'make checkheaders'. libavcodec
Sun, 11 Jan 2009 16:35:04 +0000 michael Increase BUFFER_SIZE. libavcodec