log mpegvideo.c @ 11505:61949a920190 libavcodec

age author description
Mon, 15 Mar 2010 22:49:46 +0000 michael Add ff_ prefix for mpeg2_dc_scale_table. libavcodec
Mon, 15 Mar 2010 21:27:13 +0000 michael Support intra_dc_precision>8 in jpeg libavcodec
Mon, 08 Mar 2010 21:19:56 +0000 mru Move ff_sqrt() to libavutil/intmath.h libavcodec
Thu, 25 Feb 2010 23:44:42 +0000 michael Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to libavcodec
Wed, 20 Jan 2010 18:54:51 +0000 fenrir H264 DXVA2 implementation libavcodec
Sat, 16 Jan 2010 10:41:52 +0000 cehoyos Support lowres 3 when decoding MPEG video. libavcodec
Wed, 30 Dec 2009 02:08:25 +0000 diego Get rid of pointless CONFIG_WMV2 definition. libavcodec
Mon, 30 Nov 2009 21:22:01 +0000 michael Move dummy picture allocation code from mpeg1/2 to mpegvideo. libavcodec
Mon, 30 Nov 2009 19:14:00 +0000 michael Set mb_y in mpeg2 field pictures like h264 does. libavcodec
Sun, 06 Sep 2009 00:08:19 +0000 ramiro Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label libavcodec
Tue, 09 Jun 2009 10:06:25 +0000 lucabe Properly initialize AVFrames to default values in the MPEG decoder (fixes libavcodec
Wed, 27 May 2009 19:55:35 +0000 bcoudurier Rename alloc_picture to ff_alloc_picture and move its definition libavcodec
Fri, 15 May 2009 05:39:44 +0000 bcoudurier decode mpeg-2 closed gop first b frames, fix issue #824 libavcodec
Fri, 15 May 2009 02:01:53 +0000 bcoudurier change pic type to Picture* and remove casts libavcodec
Fri, 17 Apr 2009 14:51:00 +0000 michael Remove 2 unused variables from MPV_decode_mb_internal() found by CSA. libavcodec
Mon, 13 Apr 2009 03:35:32 +0000 bcoudurier fix indentation libavcodec
Wed, 08 Apr 2009 20:48:44 +0000 michael Fix mb_height for interlaced mpeg2. libavcodec
Thu, 02 Apr 2009 08:08:45 +0000 gb Add VA API pixfmt (only VLD is available ATM). libavcodec
Fri, 20 Mar 2009 12:04:58 +0000 gb Rename hwaccel_data_private to hwaccel_picture_private. libavcodec
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