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
Sun, 13 Jul 2008 14:12:51 +0000 reimar Use bytestream and AV_RL* functions in ADPCM code where possible libavcodec
Sun, 13 Jul 2008 14:08:28 +0000 reimar Fix MS ADPCM de- and encoding: first and second sample are swapped. libavcodec
Sat, 12 Jul 2008 09:23:37 +0000 reimar 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/surge-2-16-L-ms02.mov libavcodec
Sat, 12 Jul 2008 07:28:45 +0000 reimar 10l, forgot to replace a / 256 for r14173. libavcodec
Fri, 11 Jul 2008 21:38:42 +0000 reimar Change MS ADPCM table so they fit into int8_t and change array type. libavcodec
Sat, 05 Jul 2008 07:30:59 +0000 diego Add a note to remind people that new PCM/ADPCM formats need to be added to libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Wed, 28 May 2008 11:59:41 +0000 michael Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays. libavcodec
Thu, 15 May 2008 23:02:43 +0000 diego cosmetics: Fix typos in ADPCM codec long names. libavcodec
Thu, 15 May 2008 11:35:19 +0000 diego ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste it libavcodec
Fri, 25 Apr 2008 15:15:56 +0000 bcoudurier identation libavcodec
Fri, 25 Apr 2008 15:11:39 +0000 bcoudurier remove no more needed field libavcodec
Fri, 25 Apr 2008 15:10:33 +0000 bcoudurier remove unused var libavcodec
Fri, 25 Apr 2008 15:09:26 +0000 bcoudurier remove ima qt decoding hack, decode whole frame at once libavcodec
Fri, 25 Apr 2008 15:06:07 +0000 bcoudurier fix adpcm ima qt decoding, channel at init is 0, correct stereo out since samples += avctx->channels libavcodec
Thu, 17 Apr 2008 22:04:34 +0000 diego cosmetics: Sort some lists alphabetically. libavcodec
Mon, 14 Apr 2008 14:31:43 +0000 benoit Maxis XA demuxer and decoder. libavcodec
Sun, 13 Apr 2008 16:11:36 +0000 michael ILP64 fixes (untested) libavcodec
Sun, 13 Apr 2008 00:05:38 +0000 michael Remove redundant &. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Thu, 06 Mar 2008 07:30:41 +0000 kostya IMA ADPCM encoder - QT variant libavcodec
Fri, 01 Feb 2008 14:36:33 +0000 michael const libavcodec
Thu, 27 Dec 2007 11:55:53 +0000 diego Fix clicking sound in xa-adpcm. libavcodec
Tue, 06 Nov 2007 13:08:04 +0000 benoit fix predictor initialization for adpcm-ima encoder not to lose first sample libavcodec
Sat, 03 Nov 2007 22:37:18 +0000 aurel add Electronic Arts XAS ADPCM decoder libavcodec
Thu, 01 Nov 2007 15:55:50 +0000 aurel remove useless #undef libavcodec
Thu, 01 Nov 2007 15:54:28 +0000 aurel remove unreachable code libavcodec
Thu, 01 Nov 2007 15:52:37 +0000 aurel cosmetics: alignment libavcodec
Thu, 01 Nov 2007 15:51:51 +0000 aurel don't register adpcm encoders which are not implemented libavcodec
Thu, 01 Nov 2007 00:17:18 +0000 aurel cosmetics: sort libavcodec
Tue, 30 Oct 2007 23:20:26 +0000 aurel EA IMA EACS decoder libavcodec
Tue, 30 Oct 2007 23:12:18 +0000 aurel EA IMA SEAD decoder libavcodec
Wed, 24 Oct 2007 20:49:42 +0000 aurel EA ADPCM R1, R2 and R3 decoder libavcodec
Sun, 21 Oct 2007 22:44:05 +0000 aurel remove some useless initializations (the whole context is initialized to 0) libavcodec
Sun, 21 Oct 2007 22:16:28 +0000 aurel remove unused context var libavcodec
Wed, 17 Oct 2007 23:02:35 +0000 diego Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample(). libavcodec
Thu, 04 Oct 2007 15:13:42 +0000 voroshil Replace "signed short" typecast with "int16_t" as suggested by libavcodec
Wed, 03 Oct 2007 19:32:57 +0000 voroshil Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short" libavcodec
Thu, 27 Sep 2007 06:21:57 +0000 vitor AMV audio decoder libavcodec
Mon, 24 Sep 2007 21:18:45 +0000 diego cosmetics: Sort CODEC_ID list. libavcodec
Sun, 19 Aug 2007 20:34:27 +0000 banan Cosmetics, indentation. libavcodec
Sun, 19 Aug 2007 20:31:53 +0000 banan Trellis quantization support for adpcm_swf. libavcodec
Sat, 11 Aug 2007 23:29:21 +0000 aurel more usage of av_clip() libavcodec
Sat, 11 Aug 2007 23:23:20 +0000 aurel one more simplification libavcodec
Sat, 11 Aug 2007 23:17:03 +0000 aurel various simplifications around recent av_clip_int16() usage libavcodec
Sat, 11 Aug 2007 22:48:55 +0000 aurel use av_clip_int16() where it makes sense libavcodec
Mon, 06 Aug 2007 19:49:18 +0000 banan Don't encode the first sample twice. libavcodec
Mon, 06 Aug 2007 08:42:05 +0000 bcoudurier cosmetic, indentation libavcodec
Sun, 05 Aug 2007 13:41:44 +0000 bcoudurier fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swf libavcodec
Wed, 18 Jul 2007 18:40:03 +0000 banan Set the step index correctly for flash adpcm. Patch by Baptiste libavcodec
Wed, 18 Jul 2007 18:35:03 +0000 banan Calculate the correct blocksize for flash adpcm. Patch by Baptiste libavcodec
Tue, 12 Jun 2007 18:50:50 +0000 diego misc typo fixes libavcodec
Sat, 02 Jun 2007 01:41:07 +0000 ramiro Use AV_xx throughout libavcodec libavcodec
Wed, 11 Apr 2007 13:10:13 +0000 banan Per reference swf/flv adpcm encoder. libavcodec
Tue, 10 Apr 2007 08:18:04 +0000 diego Fix an underflow/overflow that was causing some crackles when playing libavcodec
Sun, 08 Apr 2007 12:05:02 +0000 diego cosmetics: indentation fix libavcodec
Sat, 07 Apr 2007 22:04:33 +0000 michael use bytestream reader instead of bitstream for THP libavcodec
Sat, 07 Apr 2007 21:34:18 +0000 diego CRYO APC demuxer libavcodec
Sat, 07 Apr 2007 21:30:19 +0000 michael simplify libavcodec
Sat, 07 Apr 2007 21:27:58 +0000 michael prev1/2 -> prev[2] libavcodec
Sat, 07 Apr 2007 21:22:50 +0000 michael simplify libavcodec
Sat, 07 Apr 2007 21:19:36 +0000 michael general purpose vars should be int libavcodec
Sat, 07 Apr 2007 21:15:52 +0000 michael table[index][ch] -> table[ch][index] (might be faster ...) libavcodec
Sat, 07 Apr 2007 16:03:23 +0000 diego THP PCM decoder, used on the Nintendo GameCube. libavcodec
Fri, 02 Mar 2007 10:08:05 +0000 bcoudurier fix adpcm swf decoding libavcodec
Sun, 25 Feb 2007 10:27:12 +0000 reimar Add av_ prefix to clip functions libavcodec
Fri, 02 Feb 2007 10:25:30 +0000 michael add FIXME libavcodec
Fri, 02 Feb 2007 02:58:01 +0000 michael some (probably exploitable) out of array write fixes libavcodec
Fri, 19 Jan 2007 22:12:59 +0000 alex rename BE/LE_8/16/32 to AV_RL/B_8/16/32 libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Sat, 08 Jul 2006 22:31:14 +0000 mru make the adx adpcm codec available libavcodec
Sat, 03 Jun 2006 19:04:56 +0000 lorenm ADPCM: trellis quantization libavcodec
Sat, 03 Jun 2006 04:38:11 +0000 lorenm adpcm_ima & adpcm_yamaha: improved quantization libavcodec
Thu, 02 Mar 2006 13:55:49 +0000 michael cleanup IMA-ADPCM WAV decoder libavcodec
Thu, 16 Feb 2006 00:09:23 +0000 aurel add Creative 8 bits ADPCM schemes support 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
Sat, 16 Jul 2005 11:18:42 +0000 michael yamaha adpcm nibbles in the wrong order fix by (Vidar Madsen: vidarino, gmail com) libavcodec
Fri, 15 Jul 2005 06:51:36 +0000 michael Add Yamaha ADPCM encoding/decoding patch by (Vidar Madsen: vidarino, gmail com) libavcodec
Wed, 01 Jun 2005 21:19:00 +0000 michael adding a few const libavcodec
Mon, 21 Feb 2005 19:27:32 +0000 alex macromedia flavour adpcm decoding (used in flv and swf) libavcodec
Tue, 12 Oct 2004 12:47:49 +0000 melanson Creative ADPCM decoder, format 0x200, courtesy of Konstantin Shishkov libavcodec
Fri, 21 May 2004 14:37:16 +0000 michael data_size = 0 cleanup libavcodec
Sun, 14 Mar 2004 04:04:08 +0000 melanson remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> libavcodec
Sun, 08 Feb 2004 02:16:48 +0000 michael M$ ADPCM encoding & some simplifications libavcodec
Tue, 03 Feb 2004 04:27:17 +0000 melanson added support for EA ADPCM and SMJPEG IMA ADPCM libavcodec
Sat, 31 Jan 2004 17:40:28 +0000 melanson handle 0-length buffers libavcodec
Sat, 10 Jan 2004 01:58:00 +0000 michael cleanup libavcodec
Tue, 16 Dec 2003 01:17:58 +0000 melanson initial predictors are not sent to the output in QT IMA; fix stereo QT libavcodec