log

age author description
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