log 4xm.c @ 12530:63edd10ad4bc libavcodec tip

age author description
Sat, 10 Jul 2010 22:12:30 +0000 mru Add av_ prefix to bswap macros libavcodec
Sat, 10 Jul 2010 22:09:01 +0000 mru bswap: change ME to NE in macro names 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
Sat, 06 Mar 2010 14:24:59 +0000 mru Remove DECLARE_ALIGNED_{8,16} macros libavcodec
Fri, 22 Jan 2010 03:25:11 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations libavcodec
Thu, 07 Jan 2010 22:33:26 +0000 cehoyos Fix red/blue swap for 4xa files. libavcodec
Tue, 13 Oct 2009 18:28:37 +0000 reimar Add missing release_buffer on close libavcodec
Wed, 26 Aug 2009 15:22:15 +0000 mru 4xm: provide 16-byte alignment where required libavcodec
Fri, 05 Jun 2009 08:12:14 +0000 bcoudurier 4xm decoder uses get_buffer, set CODEC_CAP_DR1 libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. 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
Sun, 12 Apr 2009 12:25:53 +0000 reimar Use void * instead of uint8_t * for the destination buffer for dsp.bswap_buf libavcodec
Sat, 11 Apr 2009 13:43:09 +0000 michael Get rid of INIT_VLC_USE_STATIC in 4xm. libavcodec
Sat, 11 Apr 2009 11:47:15 +0000 cehoyos Use INIT_VLC_USE_STATIC and not its value "1". libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Sun, 22 Feb 2009 13:48:55 +0000 stefano Add missing av_cold in static init/close functions. libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Sat, 17 Jan 2009 12:21:01 +0000 aurel remove ff_get_fourcc() and use AV_RL32() instead libavcodec
Sun, 11 Jan 2009 22:19:48 +0000 diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Mon, 28 Apr 2008 10:21:58 +0000 diego Add long names to some AVCodec declarations. libavcodec
Sat, 22 Mar 2008 16:46:36 +0000 diego cosmetics: typo fixes libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Wed, 05 Mar 2008 00:43:11 +0000 aurel remove more useless mpegvideo.h includes libavcodec
Fri, 01 Feb 2008 14:57:49 +0000 michael Replace get32() by AV_RL32(). libavcodec
Fri, 01 Feb 2008 14:55:18 +0000 michael const libavcodec
Thu, 31 Jan 2008 00:01:16 +0000 bcoudurier cast to dest type, fix warning: 4xm.c:304: warning: initialization from incompatible pointer type libavcodec
Wed, 05 Sep 2007 01:21:32 +0000 michael fix decoding of dracula.4xm before diego complains libavcodec
Wed, 05 Sep 2007 01:14:17 +0000 michael fix segfault with dracula.4xm libavcodec
Mon, 27 Aug 2007 21:58:39 +0000 rtogni Change 4xm demuxer and video decoder to pass the video format version in libavcodec
Mon, 13 Aug 2007 13:20:16 +0000 michael use bytestream_get_le*() this also fixes a big endian bug libavcodec
Mon, 13 Aug 2007 01:06:04 +0000 michael fix type 3 aka skipped blocks for old version libavcodec
Mon, 13 Aug 2007 01:05:19 +0000 michael fix motion vectors for old version libavcodec
Mon, 13 Aug 2007 00:56:26 +0000 michael set pix_fmt properly depending on version libavcodec
Mon, 13 Aug 2007 00:55:39 +0000 michael use version instead of some random 32bit value to switch between 16 and libavcodec
Mon, 13 Aug 2007 00:53:55 +0000 michael replace vlc_type by version and set that from codec_tag which contains the libavcodec
Sun, 12 Aug 2007 15:47:27 +0000 michael support ifr2 from Toy-Story2_better-image-quality.4xa libavcodec
Sun, 12 Aug 2007 12:22:19 +0000 michael add second vlc table libavcodec
Wed, 30 May 2007 09:32:25 +0000 benoit rename attribute_unused to av_unused and moves its declaration to common.h libavcodec
Mon, 14 May 2007 14:07:50 +0000 reimar Change some leftover __attribute__((unused)) and __attribute__((used)) to libavcodec
Mon, 19 Feb 2007 11:00:38 +0000 mbardiaux Remove some old disabled debugging output 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 19:47:39 +0000 mru fix some signedness warnings libavcodec
Sat, 13 May 2006 10:45:26 +0000 michael sanity checks, some might have been exploitable ... libavcodec
Sun, 05 Feb 2006 13:35:17 +0000 diego MSVC-compatible __align8/__align16 declaration libavcodec
Wed, 25 Jan 2006 22:10:13 +0000 diego warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Mon, 12 Dec 2005 01:56:46 +0000 mru use PRIxN, %zd, %td formats where needed 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, 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
Sat, 27 Nov 2004 18:10:06 +0000 michael Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>) libavcodec
Fri, 21 May 2004 14:37:16 +0000 michael data_size = 0 cleanup libavcodec
Fri, 30 Apr 2004 17:42:58 +0000 michael cleanup & memleak fix libavcodec
Wed, 07 Apr 2004 13:14:29 +0000 alex unknown format chars libavcodec
Wed, 24 Mar 2004 23:32:48 +0000 mellum warning patrol libavcodec
Mon, 03 Nov 2003 13:26:22 +0000 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
Sat, 11 Oct 2003 09:11:15 +0000 michael forgot to commit, i hope its correct libavcodec