log tta.c @ 12488:351a81a23343 libavcodec

age author description
Sat, 11 Sep 2010 09:32:14 +0000 mru tta: remove stray semicolon libavcodec
Sat, 10 Jul 2010 22:12:30 +0000 mru Add av_ prefix to bswap macros libavcodec
Thu, 24 Jun 2010 18:17:12 +0000 mru tta: replace potentially huge VLAs with malloc/free in context 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
Mon, 29 Mar 2010 12:53:35 +0000 jai_menon Cosmetics : add a space after ",". libavcodec
Sun, 28 Mar 2010 17:17:48 +0000 jai_menon TTA : Check if the output buffer size is within bounds. libavcodec
Wed, 03 Mar 2010 19:31:46 +0000 fenrir Fixed overreads in TTA decoder with corrupted bistreams. libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. 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 02:25:31 +0000 jbr Add some missing codecs and update names to match the codec long_name 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
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavcodec
Tue, 24 Jun 2008 20:01:31 +0000 stefang mark read-only data as const 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 21:31:21 +0000 diego Add long names to some AVCodec declarations. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Fri, 01 Feb 2008 15:58:47 +0000 michael const libavcodec
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavcodec
Tue, 10 Oct 2006 12:07:25 +0000 diego Rename SIGN macro to the more fitting UNFOLD. libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Mon, 25 Sep 2006 22:57:34 +0000 reimar remove get_le16 and get_le32, get_bits and get_bits_long can just be used directly. libavcodec
Mon, 25 Sep 2006 22:53:11 +0000 reimar Changes needed due to show_bits_long behaviour changes/fixes libavcodec
Wed, 26 Jul 2006 01:12:26 +0000 diego Fix FSF postal address. libavcodec
Sat, 13 May 2006 10:45:26 +0000 michael sanity checks, some might have been exploitable ... libavcodec
Mon, 27 Feb 2006 12:17:20 +0000 banan 64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patch libavcodec
Sun, 12 Feb 2006 02:15:19 +0000 alex tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or change MAX_AUDIO_FRAME_SIZE) libavcodec