log mpegvideo.c @ 8590:7a463923ecd1 libavcodec

age author description
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Sun, 04 Jan 2009 23:55:27 +0000 cehoyos Add VDPAU hardware accelerated decoding for H264 which can be used by libavcodec
Wed, 17 Dec 2008 00:54:54 +0000 mru ARM: replace "armv4l" with "arm" libavcodec
Mon, 15 Dec 2008 22:22:51 +0000 diego Switch xvmc over to a CONFIG_ option. libavcodec
Wed, 03 Dec 2008 15:23:30 +0000 diego Delete unnecessary 'extern' keywords. libavcodec
Tue, 02 Dec 2008 10:43:08 +0000 michael Fix regression test failure with pthreads on multiprocessor systems. libavcodec
Thu, 02 Oct 2008 00:27:09 +0000 cehoyos Rename copy_picture to ff_copy_picture. libavcodec
Thu, 25 Sep 2008 14:34:14 +0000 michael Do not use the generic "alloc missing references" code for h.264 as it does libavcodec
Mon, 08 Sep 2008 18:18:49 +0000 michael Rename error_resilience to error_recognition. libavcodec
Thu, 31 Jul 2008 19:51:19 +0000 bcoudurier fix mpeg 4:2:2 vis_qp and vis_mb_type debug, fix issue #471 libavcodec
Thu, 24 Jul 2008 17:09:28 +0000 diego cosmetics: Fix two common typos: wont --> will not, lets --> let us. libavcodec
Fri, 30 May 2008 21:08:41 +0000 michael Change init_vlc_rl() so it does not use *alloc_static() anymore. libavcodec
Sun, 25 May 2008 14:07:35 +0000 michael Fix MB skipping with droppable frames. libavcodec
Mon, 21 Apr 2008 08:30:54 +0000 benoit Unroll codepath libavcodec
Thu, 10 Apr 2008 19:09:39 +0000 diego cosmetics: Break an overly long line. libavcodec
Tue, 25 Mar 2008 21:30:16 +0000 diego Classify mlib as a configurable option, not as a hardware feature. libavcodec
Sat, 15 Mar 2008 16:15:47 +0000 diego typo fixes libavcodec
Sun, 09 Mar 2008 23:31:02 +0000 aurel add FF_ prefix to all (frame)_TYPE usage libavcodec
Wed, 05 Mar 2008 21:29:15 +0000 aurel move ff_mpeg1_dc_scale_table to mpegvideo.c libavcodec
Tue, 04 Mar 2008 23:10:47 +0000 aurel move ff_emulated_edge_mc() to dsputil libavcodec
Tue, 04 Mar 2008 10:26:56 +0000 aurel move ff_init_scantable() into dsputil libavcodec
Tue, 04 Mar 2008 00:07:41 +0000 aurel move draw_edges() into dsputil libavcodec
Tue, 19 Feb 2008 22:09:08 +0000 michael Fix ;; libavcodec
Sat, 09 Feb 2008 17:26:40 +0000 michael Remove pointless code. libavcodec
Mon, 28 Jan 2008 21:12:38 +0000 heydowns Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocated libavcodec
Thu, 29 Nov 2007 15:09:24 +0000 michael fix segfault with interlaced h.264 libavcodec
Mon, 22 Oct 2007 15:13:10 +0000 diego Clarify comment block and rewrite in better English. libavcodec
Thu, 18 Oct 2007 11:11:33 +0000 michael replace (disabled by default) assert(0) by abort() if the picture buffer libavcodec
Mon, 08 Oct 2007 17:44:38 +0000 andoma Manage Picture buffers for fields as well as frames. Pair complementary fields into one MPV Picture. libavcodec
Mon, 08 Oct 2007 09:09:19 +0000 bcoudurier export DCT_common_init and add ff_prefix libavcodec