log mpegvideo.c @ 9161:3a54ad453dbf libavcodec

age author description
Wed, 11 Mar 2009 08:25:00 +0000 gb Use av_mallocz() to initialize hwaccel_data_private. libavcodec
Mon, 09 Mar 2009 08:04:41 +0000 gb Add private HW accel data infrastructure. libavcodec
Wed, 04 Mar 2009 08:47:29 +0000 gb Add frame buffer allocators. aka simplify calls to libavcodec
Mon, 02 Mar 2009 09:22:17 +0000 benoit Merge three conditions in a single 'if' instead of two. libavcodec
Fri, 27 Feb 2009 15:51:15 +0000 benoit Make ff_print_debug_info() a no-op when using HW acceleration. libavcodec
Fri, 27 Feb 2009 08:09:23 +0000 benoit Add ff_hwaccel_pixfmt_list_420[] definition. libavcodec
Tue, 24 Feb 2009 18:27:52 +0000 michael Add and use ff_pixfmt_list_420. libavcodec
Mon, 23 Feb 2009 13:35:52 +0000 michael Approved hunks for VAAPI / our new shiny hwaccel API libavcodec
Sun, 22 Feb 2009 13:48:55 +0000 stefano Add missing av_cold in static init/close functions. libavcodec
Sun, 22 Feb 2009 09:02:06 +0000 iive Change the type of pblocks from pointers to short array into libavcodec
Thu, 19 Feb 2009 08:39:47 +0000 iive Exit with error if MPV_common_init() is called with PIX_FMT_NONE. libavcodec
Mon, 16 Feb 2009 11:50:06 +0000 diego whitespace cosmetics: Reindent a few lines after the last commit. libavcodec
Mon, 16 Feb 2009 11:49:08 +0000 diego Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preprocessor checks around if libavcodec
Sat, 14 Feb 2009 20:37:14 +0000 diego Add xvmc_internal.h that contains all internal xvmc function declarations. libavcodec
Sat, 14 Feb 2009 18:51:17 +0000 diego Rename some forward declarations that were missed, fixes the warnings: libavcodec
Sat, 14 Feb 2009 18:46:32 +0000 diego Fix compilation: XVMC_ --> ff_xvmc prefix for xvmc functions. libavcodec
Sat, 14 Feb 2009 18:25:41 +0000 iive use ff_xvmc for function names instead of XVMC_ libavcodec
Sat, 14 Feb 2009 15:37:40 +0000 diego Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices. libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Wed, 14 Jan 2009 17:19:17 +0000 aurel replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ libavcodec
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