log h263dec.c @ 12488:351a81a23343 libavcodec

age author description
Wed, 08 Sep 2010 15:07:14 +0000 stefano Move mm_support() from libavcodec to libavutil, make it a public libavcodec
Sat, 04 Sep 2010 09:59:08 +0000 stefano Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ libavcodec
Tue, 24 Aug 2010 17:47:05 +0000 mru Remove global mm_flags variable libavcodec
Wed, 07 Jul 2010 21:23:36 +0000 cehoyos Add new decoder property max_lowres and do not init decoder if requested value is higher. libavcodec
Wed, 26 May 2010 17:23:36 +0000 michael Treat SIPP like xvid, fixed issue1966 libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Tue, 02 Mar 2010 17:12:41 +0000 cehoyos Pass correct buffer-pointer and buffer-size to hardware accelerated libavcodec
Mon, 01 Mar 2010 16:52:35 +0000 cehoyos Process packed bitstream also for VDPAU. libavcodec
Mon, 08 Feb 2010 00:43:15 +0000 michael Change xvid/divx/lavc build variables to be consistent to x264_build. libavcodec
Sat, 09 Jan 2010 14:59:06 +0000 michael Split H263 encoder and decoder from common code. libavcodec
Fri, 08 Jan 2010 19:40:10 +0000 michael Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init. libavcodec
Fri, 08 Jan 2010 19:10:11 +0000 michael Use h263 tables in msmpeg4v1 dont duplicate them halfway. libavcodec
Fri, 08 Jan 2010 04:00:06 +0000 michael Add a few CONFIG_MPEG4_DECODER that should be there. libavcodec
Thu, 07 Jan 2010 23:53:49 +0000 michael Split the mpeg4 encoder and decoder off h263.c libavcodec
Thu, 07 Jan 2010 06:32:34 +0000 michael 2 more if(CONFIG_*_DECODER) libavcodec
Thu, 07 Jan 2010 06:25:41 +0000 michael Split out intel H263 decoder. libavcodec
Thu, 07 Jan 2010 05:36:45 +0000 michael Split flv decoding out. libavcodec
Fri, 01 Jan 2010 21:32:48 +0000 michael Adjust threshold for xvid packed b frame detection. libavcodec
Fri, 01 Jan 2010 21:07:52 +0000 michael It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert. libavcodec
Mon, 16 Nov 2009 17:42:43 +0000 rbultje Use get_bits_left() instead of size_in_bits - get_bits_count(). libavcodec
Tue, 10 Nov 2009 18:52:39 +0000 cehoyos Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used libavcodec
Mon, 19 Oct 2009 18:45:44 +0000 stefano Add additional long names for the Flash Video decoder and encoder. libavcodec
Thu, 30 Jul 2009 20:57:41 +0000 diego Remove unused debug av_log() calls. libavcodec
Sat, 30 May 2009 00:24:20 +0000 bcoudurier remove unused hack which set AVCodecContext frame_number to pic timestamp libavcodec
Mon, 11 May 2009 04:34:23 +0000 conrad Add a chroma_sample_location field to define positioning of chroma samples libavcodec
Sun, 12 Apr 2009 13:17:37 +0000 reimar Add a av_fast_malloc function and replace several uses of av_fast_realloc, libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Mon, 02 Mar 2009 05:18:33 +0000 diego Change a bunch of codec long_names to be more consistent and descriptive. libavcodec
Fri, 27 Feb 2009 15:49:32 +0000 benoit Use ff_hwaccel_pixfmt_list_420[] in H.263 decoder. libavcodec