summaryrefslogtreecommitdiff
path: root/libavcodec/adpcm.c
Commit message (Collapse)AuthorAge
* identationBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no more needed fieldBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused varBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove ima qt decoding hack, decode whole frame at onceBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix adpcm ima qt decoding, channel at init is 0, correct stereo out since ↵Baptiste Coudurier2008-04-25
| | | | | | samples += avctx->channels Originally committed as revision 12965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort some lists alphabetically.Diego Biurrun2008-04-17
| | | | Originally committed as revision 12886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Maxis XA demuxer and decoder.Robert Marston2008-04-14
| | | | | | | | Patch by Robert Marston rmarston (\at/) gmail point com Original thread: [FFmpeg-soc] [Patch] Maxis EA XA decoder - GSoC Task Date: 04/08/2008 01:36 AM Originally committed as revision 12817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ILP64 fixes (untested)Michael Niedermayer2008-04-13
| | | | Originally committed as revision 12807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant &.Michael Niedermayer2008-04-13
| | | | Originally committed as revision 12795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
| | | | Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IMA ADPCM encoder - QT variantKostya Shishkov2008-03-06
| | | | Originally committed as revision 12348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix clicking sound in xa-adpcm.Alexander Strange2007-12-27
| | | | | | | | patch by Alexander Strange, astrange ithinksw com Subject: Re: [FFmpeg-devel] [PATCH] fix clicking sound in xa-adpcm Date: Thu, 27 Dec 2007 03:20:24 -0500 Originally committed as revision 11329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix predictor initialization for adpcm-ima encoder not to lose first sampleTimofei V. Bondarenko2007-11-06
| | | | | | | | | in block in adpcm-ima decoder Patch by Timofei V. Bondarenko: tim £ ipi, ac, ru Original thread: [FFmpeg-devel] [PATCH] adpcm-ima-wav header and codec Date: 10/15/2007 05:55 PM Originally committed as revision 10933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add Electronic Arts XAS ADPCM decoderAurelien Jacobs2007-11-03
| | | | | | based on a patch from Peter Ross Originally committed as revision 10913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless #undefAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unreachable codeAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignmentAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't register adpcm encoders which are not implementedAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sortAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* EA IMA EACS decoderPeter Ross2007-10-30
| | | | | | original patch by Peter Ross Originally committed as revision 10880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* EA IMA SEAD decoderPeter Ross2007-10-30
| | | | | | original patch by Peter Ross Originally committed as revision 10879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* EA ADPCM R1, R2 and R3 decoderPeter Ross2007-10-24
| | | | | | original patch by Peter Ross Originally committed as revision 10856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some useless initializations (the whole context is initialized to 0)Aurelien Jacobs2007-10-21
| | | | Originally committed as revision 10831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused context varAurelien Jacobs2007-10-21
| | | | Originally committed as revision 10828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample().Timofei V. Bondarenko2007-10-17
| | | | | | | | patch by Timofei, tim ipi.ac ru Date: Mon, 15 Oct 2007 19:55:29 +0400 Subject: [FFmpeg-devel] [PATCH] adpcm-ima-wav header and codec Originally committed as revision 10773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace "signed short" typecast with "int16_t" as suggested byVladimir Voroshilov2007-10-04
| | | | | | | | Mans Rullgard. Value at the right side is 16 bit length signed. We can not know for sure that short is in fact 16 bits, even if this virtually always is the case. Originally committed as revision 10666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short"Vladimir Voroshilov2007-10-03
| | | | | | Initialize step_index as int16_t (as multimedia wiki says). Originally committed as revision 10657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMV audio decoderVitor Sessak2007-09-27
| | | | Originally committed as revision 10598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort CODEC_ID list.Diego Biurrun2007-09-24
| | | | Originally committed as revision 10570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics, indentation.Benjamin Larsson2007-08-19
| | | | Originally committed as revision 10145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Trellis quantization support for adpcm_swf.Benjamin Larsson2007-08-19
| | | | Originally committed as revision 10144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more usage of av_clip()Aurelien Jacobs2007-08-11
| | | | Originally committed as revision 10082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* one more simplificationAurelien Jacobs2007-08-11
| | | | Originally committed as revision 10081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various simplifications around recent av_clip_int16() usageAurelien Jacobs2007-08-11
| | | | Originally committed as revision 10080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-11
| | | | Originally committed as revision 10078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't encode the first sample twice.Benjamin Larsson2007-08-06
| | | | Originally committed as revision 9962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic, indentationBaptiste Coudurier2007-08-06
| | | | Originally committed as revision 9960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swfBaptiste Coudurier2007-08-05
| | | | Originally committed as revision 9946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set the step index correctly for flash adpcm. Patch by BaptisteBaptiste Coudurier2007-07-18
| | | | | | Coudurier. Originally committed as revision 9743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Calculate the correct blocksize for flash adpcm. Patch by BaptisteBaptiste Coudurier2007-07-18
| | | | | | Coudurier. Originally committed as revision 9742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc typo fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
| | | | Originally committed as revision 9169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Per reference swf/flv adpcm encoder.Benjamin Larsson2007-04-11
| | | | Originally committed as revision 8713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix an underflow/overflow that was causing some crackles when playingMarco Gerards2007-04-10
| | | | | | | certain THP files. patch by Marco Gerards, mgerards xs4all nl Originally committed as revision 8703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentation fixMarco Gerards2007-04-08
| | | | | | patch by Marco Gerards, mgerards xs4all nl Originally committed as revision 8680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use bytestream reader instead of bitstream for THPMichael Niedermayer2007-04-07
| | | | | | | 5% smaller adpcm.o 20% faster Originally committed as revision 8657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CRYO APC demuxerAnssi Hannula2007-04-07
| | | | | | patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 8656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prev1/2 -> prev[2]Michael Niedermayer2007-04-07
| | | | Originally committed as revision 8654 to svn://svn.ffmpeg.org/ffmpeg/trunk