log h263dec.c @ 12475:9fef0a8ddd63 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
Fri, 27 Feb 2009 08:27:50 +0000 benoit Add HW acceleration hooks for MPEG-4 / H.263 decoding. libavcodec
Tue, 24 Feb 2009 19:04:43 +0000 michael add ff_find_hwaccel() by Gwenole Beauchesne libavcodec
Tue, 24 Feb 2009 18:39:42 +0000 michael Another AVhwaccel hunk from Gwenole Beauchesne. libavcodec
Tue, 24 Feb 2009 18:27:52 +0000 michael Add and use ff_pixfmt_list_420. libavcodec
Tue, 24 Feb 2009 18:24:56 +0000 michael Approved hunk from the AVHWaccel patch by Gwenole Beauchesne. libavcodec
Mon, 23 Feb 2009 13:44:51 +0000 michael More approved hunks for VAAPI & our new and cleaner hwaccel API. libavcodec
Wed, 11 Feb 2009 12:02:16 +0000 kostya Initialize s->gob_index for Intel variant of H.263 too libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Mon, 26 Jan 2009 19:46:47 +0000 stefano Change "H.263 Intel" long name to "Intel H.263". libavcodec
Sun, 25 Jan 2009 16:59:48 +0000 stefano Make more descriptive the long names for the various variants of H.263. libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Sat, 17 Jan 2009 12:21:01 +0000 aurel remove ff_get_fourcc() and use AV_RL32() instead 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, 21 Dec 2008 21:30:36 +0000 michael Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header(). libavcodec
Mon, 03 Nov 2008 18:08:00 +0000 rathann Remove duplicated MM_* macros for CPU capabilities from dsputil.h. libavcodec
Mon, 08 Sep 2008 18:18:49 +0000 michael Rename error_resilience to error_recognition. libavcodec
Thu, 24 Jul 2008 17:09:28 +0000 diego cosmetics: Fix two common typos: wont --> will not, lets --> let us. libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Tue, 29 Apr 2008 08:37:40 +0000 superdump Remove leading whitespace in long codec name that was committed in r13017 libavcodec
Tue, 29 Apr 2008 07:24:44 +0000 diego Add some long names to AVCodec declarations. libavcodec
Mon, 28 Apr 2008 10:21:58 +0000 diego Add long names to some AVCodec declarations. libavcodec
Thu, 17 Apr 2008 15:41:25 +0000 astrange Xvid IDCTs are not under CONFIG_GPL, so don't require it when using them. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Sun, 09 Mar 2008 23:31:02 +0000 aurel add FF_ prefix to all (frame)_TYPE usage libavcodec
Wed, 05 Mar 2008 14:46:51 +0000 aurel Avoid linking with h263 and mpeg4 find_frame_end() libavcodec
Fri, 01 Feb 2008 15:13:38 +0000 michael const libavcodec
Sat, 01 Dec 2007 22:21:04 +0000 vitor spelling libavcodec
Fri, 09 Nov 2007 21:37:48 +0000 michael intrax8 decoder patch by "someone" libavcodec
Wed, 13 Jun 2007 08:25:48 +0000 benoit Workaround adjustments for DivX 6.1 and later libavcodec
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes libavcodec
Thu, 10 May 2007 13:11:36 +0000 aurel disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in libavcodec
Wed, 09 May 2007 23:13:43 +0000 aurel move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c libavcodec
Tue, 08 May 2007 08:52:38 +0000 diego Move H.263 parser to its own file. libavcodec
Mon, 07 May 2007 00:47:03 +0000 aurel make some parser parameters const to avoid casting const to non-const libavcodec
Thu, 08 Mar 2007 14:49:43 +0000 mbardiaux Corrections so that builds with DEBUG work libavcodec
Mon, 22 Jan 2007 22:27:02 +0000 michael 1/0 fix libavcodec
Tue, 14 Nov 2006 03:18:09 +0000 mru revert bad checkin libavcodec
Tue, 14 Nov 2006 03:12:29 +0000 mru move some CFLAGS settings away from config.* writing section libavcodec
Tue, 07 Nov 2006 09:46:57 +0000 bcoudurier add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values libavcodec
Wed, 01 Nov 2006 22:39:58 +0000 diego Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Wed, 04 Oct 2006 02:57:43 +0000 lorenm 10l in r6412 libavcodec
Sun, 01 Oct 2006 21:25:17 +0000 lorenm approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. libavcodec
Fri, 04 Aug 2006 22:51:20 +0000 melanson printf -> av_log, only occurs in DEBUG cases libavcodec
Sun, 09 Jul 2006 12:02:15 +0000 mru --enable/disable parsers. Warning: some combinations are broken. libavcodec
Thu, 29 Jun 2006 11:17:50 +0000 kostya Fix initialization of vc1_decoder (the same as wmv3_decoder). libavcodec
Fri, 10 Mar 2006 20:40:52 +0000 michael cleanup picture / debug output code libavcodec
Wed, 08 Mar 2006 11:43:10 +0000 diego (f)printf --> av_log conversion libavcodec
Sun, 19 Feb 2006 10:20:27 +0000 michael RMP4 ("xvid fork") decoding support libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Wed, 21 Dec 2005 15:51:45 +0000 michael also autodetect xvid idct if bitexact is used libavcodec
Sun, 18 Dec 2005 02:23:19 +0000 michael fix custom matrix permutation if xvid idct is autoselected and you have bad luck libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Sat, 10 Sep 2005 17:09:54 +0000 michael select xvid idct for xvid files if possible libavcodec
Thu, 14 Jul 2005 21:39:36 +0000 michael skip_idct libavcodec
Fri, 17 Jun 2005 15:02:53 +0000 diego spelling fixes libavcodec
Mon, 25 Apr 2005 00:57:48 +0000 michael avoid unneeded clear_blocks() libavcodec
Sun, 24 Apr 2005 17:21:11 +0000 melanson Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") libavcodec
Sun, 06 Mar 2005 23:20:53 +0000 michael AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>) libavcodec
Sun, 30 Jan 2005 16:34:57 +0000 michael In that patch: libavcodec
Sun, 23 Jan 2005 18:09:06 +0000 michael avoid buf_size == 0 checks in every decoder libavcodec
Wed, 12 Jan 2005 00:16:25 +0000 michael various security fixes and precautionary checks libavcodec
Wed, 05 Jan 2005 00:20:52 +0000 michael fix decoding of http://mplayerhq.hu/~diego/problem.mov libavcodec
Sat, 13 Nov 2004 01:05:12 +0000 michael automatic workaround for another padding bug libavcodec
Fri, 15 Oct 2004 11:48:50 +0000 michael xvid fake divx version workaround libavcodec
Tue, 28 Sep 2004 23:31:59 +0000 michael 10l (wrong variable) libavcodec
Mon, 27 Sep 2004 11:50:56 +0000 michael lowres width/height cleanup 3rd try libavcodec
Mon, 27 Sep 2004 02:39:55 +0000 michael set AVCodecContext.width/height to the picture width/height instead of the one stored in the bitstream (that only matters if lowres!=0) libavcodec
Sun, 26 Sep 2004 13:03:43 +0000 michael lowres slice fix libavcodec
Sat, 26 Jun 2004 09:52:16 +0000 alex 10l, non-x86 fix libavcodec
Fri, 25 Jun 2004 19:14:23 +0000 michael use libmpeg2 idct to decode xvid videos unless the user forced some other idct libavcodec
Thu, 03 Jun 2004 14:17:59 +0000 michael infinite loop fix libavcodec
Fri, 21 May 2004 14:37:16 +0000 michael data_size = 0 cleanup libavcodec
Wed, 05 May 2004 19:53:40 +0000 michael support decoding mpeg4 with buggy dc clipping libavcodec
Thu, 29 Apr 2004 14:21:33 +0000 michael remove duplicated find_frame_end() code libavcodec
Fri, 16 Apr 2004 01:02:39 +0000 michael segfault fix libavcodec
Fri, 02 Apr 2004 19:54:33 +0000 michael interlaced chroma MC divx-bug workaround libavcodec
Tue, 16 Mar 2004 16:11:29 +0000 michael init cleanup libavcodec
Thu, 22 Jan 2004 19:48:28 +0000 michael closed gop support & flags2 as all bits in flags are used libavcodec
Thu, 15 Jan 2004 01:29:26 +0000 michael xvid "packed" stuff support libavcodec
Sat, 10 Jan 2004 16:04:55 +0000 michael copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise libavcodec
Tue, 30 Dec 2003 02:12:12 +0000 michael motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
Sat, 13 Dec 2003 20:41:33 +0000 michael cleanup libavcodec
Sun, 07 Dec 2003 01:33:45 +0000 michael h263 slice structured mode libavcodec
Wed, 03 Dec 2003 16:47:17 +0000 michael cleanup libavcodec
Wed, 03 Dec 2003 16:07:41 +0000 michael h263 modified quantization fix libavcodec
Wed, 03 Dec 2003 01:16:35 +0000 michael split ff_h263_decode_mb() into h263 and mpeg4 versions libavcodec
Mon, 01 Dec 2003 15:23:14 +0000 michael h263 loop filter libavcodec
Sun, 30 Nov 2003 14:35:35 +0000 michael rv20 decoder libavcodec