log

age author description
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
Sun, 11 Jan 2009 16:17:36 +0000 michael fix indention libavcodec
Sun, 11 Jan 2009 16:16:33 +0000 michael All negative values are errors not just -1. libavcodec
Sun, 11 Jan 2009 10:50:00 +0000 kostya 30l: when reading mb_offset in RV30 slice header its size libavcodec
Sun, 11 Jan 2009 10:40:05 +0000 banan Add size that is needed for the wmapro codec libavcodec
Sun, 11 Jan 2009 08:03:45 +0000 kostya RV30 decoder passes possible frame sizes in extradata and selects libavcodec
Sun, 11 Jan 2009 00:48:20 +0000 cehoyos Remove H264Context from vdpau_internal.h. libavcodec
Sat, 10 Jan 2009 23:17:07 +0000 cehoyos Fix OBJS-$(CONFIG_H264_VDPAU_DECODER). libavcodec
Sat, 10 Jan 2009 23:00:48 +0000 cehoyos Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk. libavcodec
Sat, 10 Jan 2009 22:57:51 +0000 cehoyos Use only MpegEncContext in ff_vdpau_h264_add_data_chunk. libavcodec
Sat, 10 Jan 2009 22:55:26 +0000 cehoyos Cosmetics: Break long line. libavcodec
Sat, 10 Jan 2009 09:55:55 +0000 cehoyos Fill range_map* in VC1Context. libavcodec
Sat, 10 Jan 2009 09:53:21 +0000 stefano Move the AVCodecContext options definition to a dedicated file, reduce libavcodec
Sat, 10 Jan 2009 02:45:07 +0000 cehoyos Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c. libavcodec
Fri, 09 Jan 2009 22:22:40 +0000 cehoyos Move VDPAU check, make future VDPAU patches smaller. libavcodec
Fri, 09 Jan 2009 16:51:21 +0000 cehoyos Add refdist_flag to VC1Context. libavcodec
Fri, 09 Jan 2009 03:05:11 +0000 mru SH4: fix typo in asm constraint libavcodec
Wed, 07 Jan 2009 23:48:32 +0000 cehoyos Rename ff_VDPAU as ff_vdpau. libavcodec
Wed, 07 Jan 2009 23:42:07 +0000 cehoyos Rename bitstreamBuffers* as bitstream_buffers* libavcodec
Wed, 07 Jan 2009 23:38:54 +0000 ramiro configure: allow to disable sse code. libavcodec
Wed, 07 Jan 2009 23:03:04 +0000 diego Only #include svq3.c if the SVQ3 decoder is enabled. libavcodec
Wed, 07 Jan 2009 22:54:59 +0000 diego The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c. libavcodec
Wed, 07 Jan 2009 22:09:21 +0000 superdump Support ADTS AAC files in the ffaac decoder (limited to streams containing one libavcodec
Wed, 07 Jan 2009 19:55:08 +0000 michael Document the need of buf=NULL buf_size=0 at the end to obtain all frames. libavcodec
Wed, 07 Jan 2009 18:42:24 +0000 diego Add missing headers to allow 'make checkheaders' to pass. libavcodec
Wed, 07 Jan 2009 18:24:16 +0000 diego Use <> instead of "" for system headers. libavcodec
Wed, 07 Jan 2009 18:10:10 +0000 superdump Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that libavcodec
Wed, 07 Jan 2009 13:54:26 +0000 gpoirier Add AltiVec versions of h264_idct_add(8|16|16intra), libavcodec
Wed, 07 Jan 2009 01:58:04 +0000 diego Disable SVQ3 checks if SVQ3 support is not compiled in. libavcodec
Tue, 06 Jan 2009 23:03:33 +0000 gpoirier Add Altivec version of vector_fmul_window. libavcodec
Tue, 06 Jan 2009 22:29:26 +0000 gpoirier add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4) libavcodec
Tue, 06 Jan 2009 22:01:57 +0000 aurel ensure that no GPL code is linked to LGPL only libavcodec libavcodec
Tue, 06 Jan 2009 18:58:18 +0000 cehoyos Rename mpeg_set_pixelformat() as mpeg_get_pixelformat(). libavcodec
Tue, 06 Jan 2009 15:16:33 +0000 cehoyos Factorise setting of avctx->pix_fmt. libavcodec
Tue, 06 Jan 2009 12:51:35 +0000 gpoirier Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.h libavcodec
Tue, 06 Jan 2009 10:44:45 +0000 gpoirier fix compilation with GCC-4.3+ libavcodec
Tue, 06 Jan 2009 10:35:06 +0000 gpoirier offset and weights are signed, fixes some non-bitexact issues. libavcodec
Tue, 06 Jan 2009 10:13:25 +0000 cehoyos 1l: Forgot to rename header guard. libavcodec
Mon, 05 Jan 2009 23:25:58 +0000 cehoyos Export VDPAU support by installing vdpau.h. libavcodec
Mon, 05 Jan 2009 23:23:32 +0000 cehoyos Rename vdpau_render.h as vdpau.h. libavcodec
Mon, 05 Jan 2009 23:15:14 +0000 gpoirier add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4) libavcodec