log adpcm.c @ 12488:351a81a23343 libavcodec

age author description
Thu, 26 Aug 2010 07:39:34 +0000 mstorsjo Flush the PutBitsContext at the end of each block when encoding ADPCM IMA QT libavcodec
Sun, 25 Jul 2010 14:33:16 +0000 cehoyos Only 4-bit ADPCM IMA WAV files are supported. libavcodec
Sun, 27 Jun 2010 09:44:10 +0000 mru adpcm: convert VLAs to malloc/free 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
Wed, 27 Jan 2010 13:30:05 +0000 michael Revert Revision: 21362 libavcodec
Thu, 21 Jan 2010 12:57:24 +0000 mru Set CODEC_CAP_SUBFRAMES for adpcm decoders libavcodec
Thu, 22 Oct 2009 20:43:55 +0000 daniel Build extradata in adpcm_ms encoder. libavcodec
Thu, 22 Oct 2009 15:57:04 +0000 daniel Indicate that AdaptCoeff1 and 2 are functions of the actual coefficients. libavcodec
Sun, 06 Sep 2009 09:15:07 +0000 reimar Make sample_fmts and channel_layouts compound literals const to reduce size of libavcodec
Wed, 01 Jul 2009 00:55:17 +0000 mru ADPCM: remove unreachable break statement after return libavcodec
Sat, 20 Jun 2009 13:10:17 +0000 cehoyos Fix indentation after last commit. libavcodec
Sat, 20 Jun 2009 13:07:21 +0000 cehoyos Fix yamaha adpcm stereo (issue 1117). libavcodec
Mon, 27 Apr 2009 16:06:01 +0000 vitor Check if there is enough bytes before reading the buffer in the EA ADPCM libavcodec
Mon, 27 Apr 2009 16:04:43 +0000 vitor Skip 0x0000 frame footer in EA ADPCM decoder. libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavcodec
Sun, 12 Apr 2009 08:35:26 +0000 stefano Split bitstream.h, put the bitstream writer stuff in the new file 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:55:03 +0000 diego cosmetics: Reformat long_names so that "ADPCM" comes first. libavcodec
Mon, 02 Mar 2009 05:18:33 +0000 diego Change a bunch of codec long_names to be more consistent and descriptive. libavcodec
Sun, 22 Feb 2009 13:48:55 +0000 stefano Add missing av_cold in static init/close functions. libavcodec
Tue, 03 Feb 2009 17:56:24 +0000 stefang check validity of pointer srcC libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Fri, 30 Jan 2009 20:39:39 +0000 stefang remove duplicate tables libavcodec
Fri, 30 Jan 2009 06:38:46 +0000 stefang avoid indeterminate order of accessing src libavcodec
Sat, 17 Jan 2009 20:08:43 +0000 stefang added demuxer for FunCom ISS audio files, libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Thu, 31 Jul 2008 10:47:31 +0000 pross Modify all codecs to report their supported input and output sample format(s). libavcodec
Sun, 13 Jul 2008 14:27:48 +0000 ramiro bitstream: move put_sbits() from flacenc.c to bitstream.h and use it libavcodec
Sun, 13 Jul 2008 14:25:31 +0000 reimar clip MS ADPCM predictor range to correct [0..6] range, not [0..7] libavcodec