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