log msmpeg4.c @ 12514:e6d711ba5760 libavcodec

age author description
Tue, 24 Aug 2010 15:40:57 +0000 mru msmpeg4v1: fix undefined behaviour in msmpeg4_decode_picture_header() 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
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
Thu, 04 Feb 2010 14:26:57 +0000 michael Implement cool new vlc 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 17:51:48 +0000 michael Rename most non static h263 tables so their name contains h263. libavcodec
Fri, 08 Jan 2010 17:28:43 +0000 michael Rename DCtab_*, its a global variable and it helps understanding if mpeg4 libavcodec
Thu, 07 Jan 2010 23:53:49 +0000 michael Split the mpeg4 encoder and decoder off h263.c libavcodec
Thu, 31 Dec 2009 01:27:47 +0000 diego Remove unused function msmpeg4_memsetw(). libavcodec
Wed, 30 Dec 2009 14:15:12 +0000 diego cosmetics: Reorder functions to avoid forward declarations. libavcodec
Wed, 30 Dec 2009 13:48:03 +0000 diego Remove unnecessary forward declaration for msmpeg4_memsetw(). libavcodec
Mon, 16 Nov 2009 17:42:43 +0000 rbultje Use get_bits_left() instead of size_in_bits - get_bits_count(). libavcodec
Fri, 21 Aug 2009 09:54:28 +0000 reimar Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7REGS. libavcodec
Thu, 30 Jul 2009 20:57:41 +0000 diego Remove unused debug av_log() calls. libavcodec
Thu, 30 Jul 2009 07:33:16 +0000 diego Remove unused variable intra_count. libavcodec
Wed, 29 Jul 2009 09:54:49 +0000 diego Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, libavcodec
Fri, 17 Apr 2009 12:41:37 +0000 michael Get rid of an unused variable, found by the clang static analyzer. libavcodec
Sat, 11 Apr 2009 13:29:05 +0000 michael Get rid of INIT_VLC_USE_STATIC in msmpeg4 libavcodec
Sat, 11 Apr 2009 11:47:15 +0000 cehoyos Use INIT_VLC_USE_STATIC and not its value "1". libavcodec
Sun, 22 Feb 2009 13:48:55 +0000 stefano Add missing av_cold in static init/close functions. libavcodec
Mon, 09 Feb 2009 22:04:34 +0000 michael Fix: libavcodec/msmpeg4.c:1612: warning: ”Ędc_pred_dir”Ē may be used uninitialized in this function 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
Thu, 16 Oct 2008 13:34:09 +0000 flameeyes Convert asm keyword into __asm__. libavcodec
Sat, 04 Oct 2008 09:43:11 +0000 lu_zero Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego Petten«Ņ libavcodec
Mon, 08 Sep 2008 18:18:49 +0000 michael Rename error_resilience to error_recognition. libavcodec
Sun, 13 Jul 2008 14:27:48 +0000 ramiro bitstream: move put_sbits() from flacenc.c to bitstream.h and use it libavcodec
Wed, 25 Jun 2008 11:33:49 +0000 stefang remove duplicate tables libavcodec
Fri, 30 May 2008 21:08:41 +0000 michael Change init_vlc_rl() so it does not use *alloc_static() anymore. libavcodec
Sun, 09 Mar 2008 23:31:02 +0000 aurel add FF_ prefix to all (frame)_TYPE usage libavcodec
Wed, 13 Feb 2008 09:26:10 +0000 diego typo fix: inited --> initialized libavcodec
Mon, 14 Jan 2008 22:10:19 +0000 diego Add a couple of missing consts. libavcodec
Wed, 07 Nov 2007 23:42:24 +0000 aurel cosmetics: indentation libavcodec
Wed, 07 Nov 2007 23:41:39 +0000 aurel split wmv2 in its own file libavcodec
Wed, 07 Nov 2007 23:23:35 +0000 aurel rename some msmpeg4 symbols and make them non-static libavcodec
Mon, 13 Aug 2007 17:57:06 +0000 diego Move msmpeg4 tables from a header file to msmpegdata.c. libavcodec
Sun, 05 Aug 2007 20:03:37 +0000 michael make wmv1 and wmv2 playable with M$ DMO decoder libavcodec
Thu, 05 Jul 2007 10:37:29 +0000 diego Group all copyright and author notices together. libavcodec
Fri, 22 Jun 2007 08:35:21 +0000 benoit modify msmpeg4 functions to generate VC1 compatible block layer bitstream libavcodec
Thu, 21 Jun 2007 07:53:48 +0000 benoit static (inline) X => ff_X libavcodec
Tue, 12 Jun 2007 18:50:50 +0000 diego misc typo fixes libavcodec
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes libavcodec
Tue, 05 Jun 2007 07:18:29 +0000 gpoirier Rename code012() to ff_code012(), and remove static qualifier: paves the way libavcodec
Thu, 10 May 2007 10:03:16 +0000 aurel split msmpeg4 data to easily share some of it with vc1.c libavcodec
Wed, 14 Mar 2007 13:19:19 +0000 michael kill av_mallocz_static() calls in init_rl() libavcodec
Sun, 12 Nov 2006 18:49:36 +0000 mru rename inverse -> ff_inverse libavcodec
Wed, 01 Nov 2006 18:34:40 +0000 diego Use common define for x86_32 and x86_64. libavcodec
Wed, 11 Oct 2006 23:17:58 +0000 diego Rename ABS macro to FFABS. libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Wed, 27 Sep 2006 22:13:44 +0000 mru dc_val should be signed libavcodec
Wed, 27 Sep 2006 19:54:07 +0000 mru add some #ifdef CONFIG_ENCODERS/DECODERS libavcodec
Wed, 27 Sep 2006 19:47:39 +0000 mru fix some signedness warnings libavcodec
Sun, 09 Jul 2006 10:33:49 +0000 michael remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) libavcodec
Tue, 27 Jun 2006 02:55:54 +0000 kostya Rename VC9 to VC1 as there is no such thing as VC9 libavcodec
Wed, 08 Mar 2006 11:43:10 +0000 diego (f)printf --> av_log conversion libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Fri, 26 Aug 2005 19:05:44 +0000 michael Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) libavcodec
Mon, 02 May 2005 22:14:42 +0000 michael put most codecs under ifdefs libavcodec
Sat, 30 Apr 2005 21:43:59 +0000 michael switch to native time bases 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
Mon, 18 Apr 2005 20:07:48 +0000 michael avoid UPDATE_CACHE() in GET_RL_VLC() if not needed libavcodec
Sun, 30 Jan 2005 16:34:57 +0000 michael In that patch: libavcodec
Wed, 26 Jan 2005 12:01:35 +0000 michael use dc tables from msmpeg4 instead of duplicating them patch by anonymous libavcodec
Tue, 25 Jan 2005 01:40:58 +0000 michael dont duplicate decode012() libavcodec
Sat, 27 Nov 2004 18:10:06 +0000 michael Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>) libavcodec
Mon, 11 Oct 2004 02:19:29 +0000 michael adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>) libavcodec
Tue, 25 May 2004 18:07:25 +0000 michael warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) libavcodec
Fri, 16 Apr 2004 01:01:45 +0000 michael unify table indexing (motion_val,dc_val,ac_val,coded_block changed) 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
Wed, 03 Dec 2003 16:07:41 +0000 michael h263 modified quantization fix libavcodec
Mon, 03 Nov 2003 13:26:22 +0000 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
Sun, 10 Aug 2003 21:11:45 +0000 michaelni skip ext header missing message for msmpeg4v2 libavcodec
Tue, 29 Jul 2003 01:45:19 +0000 michaelni debug stuff libavcodec
Sun, 22 Jun 2003 11:08:22 +0000 michaelni CONFIG_ENCODERS cleanup libavcodec
Mon, 19 May 2003 13:30:59 +0000 michaelni ASV1 codec libavcodec
Wed, 14 May 2003 15:12:13 +0000 michaelni fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanup by me libavcodec
Wed, 14 May 2003 01:08:02 +0000 michaelni decode motion & modulo optimize patch by (BERO <bero at geocities dot co dot jp>) libavcodec
Fri, 25 Apr 2003 19:46:00 +0000 michaelni 2pass stats fix (by ffdshow cvslog) libavcodec
Thu, 10 Apr 2003 13:18:38 +0000 michaelni simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture libavcodec
Wed, 02 Apr 2003 09:57:34 +0000 michaelni msmpeg4 2pass support & some related cleanup libavcodec
Tue, 01 Apr 2003 15:38:01 +0000 michaelni fixing msmpeg4v2 encoding libavcodec
Thu, 20 Mar 2003 01:00:57 +0000 michaelni error resilience cleanup (its faster too...) libavcodec
Wed, 12 Mar 2003 15:16:19 +0000 michaelni per context frame_rate_base, this should finally fix frame_rate related av sync issues libavcodec
Thu, 06 Mar 2003 11:32:04 +0000 michaelni per file doxy libavcodec
Sun, 16 Feb 2003 23:05:38 +0000 michaelni more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) with modifications by me (s/WOLFGANG/CONFIG_ENCODERS/ and some other fixes) libavcodec
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavcodec
Mon, 10 Feb 2003 22:43:30 +0000 michaelni check for qscale==0 (fixes 1/0 on one corrupted stream) libavcodec
Mon, 10 Feb 2003 09:35:32 +0000 kabi * static,const,compiler warning cleanup libavcodec
Tue, 21 Jan 2003 17:34:12 +0000 michaelni GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops libavcodec
Thu, 09 Jan 2003 11:37:08 +0000 michaelni fixed wmv2 slices libavcodec
Fri, 27 Dec 2002 23:51:46 +0000 michaelni qpel encoding libavcodec
Wed, 04 Dec 2002 10:04:03 +0000 michaelni cleanup libavcodec
Sun, 10 Nov 2002 11:46:59 +0000 michaelni reversing header game libavcodec
Sun, 27 Oct 2002 12:20:58 +0000 michaelni mergeing inter & intra rl_length tables (50% smaller & no meassureable difference in filesize/quality) libavcodec
Sun, 27 Oct 2002 12:09:25 +0000 michaelni 75% smaller rl_length table libavcodec
Fri, 25 Oct 2002 16:06:32 +0000 michaelni fixing decoding of streams with no keyframe at the start libavcodec
Sun, 20 Oct 2002 17:02:41 +0000 michaelni fixing msmpeg4v3 encoding at bitrates <128k libavcodec
Sun, 13 Oct 2002 19:53:32 +0000 michaelni fixing wmv1 slice decoding libavcodec
Sun, 13 Oct 2002 13:16:04 +0000 michaelni better/cleaner error resilience (done in a 2nd pass after decoding) libavcodec
Fri, 11 Oct 2002 13:49:16 +0000 bellard removed unused variables libavcodec
Sun, 29 Sep 2002 22:44:22 +0000 michaelni idct permutation cleanup, idct can be selected per context now libavcodec
Fri, 09 Aug 2002 00:13:54 +0000 michaelni faster vlc table selection libavcodec
Sun, 04 Aug 2002 19:28:27 +0000 michaelni hopefully fixing unreprodceable segfault when overreading the end if error_resilience==-1 (it didnt overread here though) libavcodec
Sun, 04 Aug 2002 16:46:18 +0000 michaelni supporting rare overflow mess even with error_resilience>=0 libavcodec
Sun, 04 Aug 2002 16:21:41 +0000 michaelni making some error checks optional libavcodec
Mon, 22 Jul 2002 08:15:27 +0000 michaelni fixing bitrate vs. kbitrate in header libavcodec
Wed, 17 Jul 2002 09:15:14 +0000 michaelni fixes fire.avi & subtitles.avi libavcodec
Mon, 15 Jul 2002 14:15:10 +0000 michaelni uvlinesize libavcodec
Sat, 13 Jul 2002 14:55:12 +0000 michaelni rl vlc decoding optimizations libavcodec
Wed, 10 Jul 2002 20:05:42 +0000 michaelni get_vlc() optimizations libavcodec
Sun, 07 Jul 2002 08:34:46 +0000 michaelni wmv1 slice_height != mb_height support libavcodec
Sat, 22 Jun 2002 15:52:25 +0000 michaelni fixing wmv1 bugs, it was foolish to belive that m$ would use the same dc prediction as mpeg4 just cuz they changed it a bit from msmpeg4v3 libavcodec
Tue, 18 Jun 2002 00:49:00 +0000 michaelni wmv1 support libavcodec