]> git.sesse.net Git - ffmpeg/history - libavcodec/adpcm.c
Add avcodec_decode_audio4().
[ffmpeg] / libavcodec / adpcm.c
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-10-24 Mans Rullgardadpcm: use sign_extend()
2011-10-14 Justin Rugglesadpcmdec: calculate actual number of output samples...
2011-10-14 Justin Rugglesadpcmdec: check remaining buffer size before decoding...
2011-10-14 Justin Rugglesadpcmdec: do not terminate early in ADPCM IMA Duck...
2011-10-14 Justin Rugglesadpcmdec: remove unneeded buf_size==0 check.
2011-10-14 Justin Rugglesadpcmdec: remove unneeded zeroing of *data_size
2011-10-10 Laurent Aimaradpcm: fix out of bound reads due to integer overflow
2011-09-29 Justin Rugglesadpcm: move codec-specific variable declarations to...
2011-09-29 Justin Rugglesadpcm: check buffer size in Funcom ISS decoder before...
2011-09-29 Justin Rugglesadpcm: simplify reading of Funcom ISS frame header.
2011-09-29 Justin Rugglesadpcm: check buffer size in IMA DK4 decoder before...
2011-09-29 Justin Rugglesadpcm: simplify reading of IMA DK4 frame header.
2011-09-29 Justin Rugglesadpcm_ms: clean up reading of predictor coefficients
2011-09-29 Justin Rugglesadpcm_4xm: process planar packets sequentially rather...
2011-09-29 Justin Rugglesadpcm_ima_wav: process channel-interleaved blocks seque...
2011-09-29 Justin Rugglesadpcm: update reference links
2011-09-29 Justin Rugglesadpcm: simplify packet size bounds checking in the...
2011-09-29 Justin Rugglesadpcm: simplify and speed up several ADPCM decoders.
2011-09-29 Justin Rugglesadpcm: pretty-print tables
2011-09-24 Diego BiurrunUse explicit struct initializers for AVCodec declarations.
2011-09-24 Baptiste Coudurieradpcmdec: Fix QT IMA ADPCM decoder
2011-09-24 Peter Rosspermit decoding of multichannel ADPCM_EA_XAS
2011-09-24 Reimar DöffingerFix input buffer size check in adpcm_ea decoder.
2011-09-12 Justin Rugglesadpcm: split ADPCM encoders and decoders into separate...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-10 Mans RullgardRemove final semicolon from some macros
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-12-01 Martin Storsjöadpcm: Skip samples whose ssd calculation has wrapped...
2010-11-20 Martin Storsjöadpcm: Fix a comment in the trellis heap code
2010-11-19 Martin Storsjöadpcm: Only increment heap_pos after finding a good...
2010-11-19 Martin Storsjöadpcm: Use a hash table to improve checking for duplica...
2010-11-14 Martin Storsjöadpcm: Fix a comment
2010-11-12 Martin Storsjöadpcm: Replace any of the leaf nodes in the heap
2010-11-12 Martin StorsjöReindent
2010-11-12 Martin Storsjöadpcm: Store the trellis nodes in a heap instead of...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-08-26 Martin StorsjöFlush the PutBitsContext at the end of each block when...
2010-07-25 Carl Eugen HoyosOnly 4-bit ADPCM IMA WAV files are supported.
2010-06-27 Måns Rullgårdadpcm: convert VLAs to malloc/free
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-27 Michael NiedermayerRevert Revision: 21362
2010-01-21 Måns RullgårdSet CODEC_CAP_SUBFRAMES for adpcm decoders
2009-10-22 Daniel VerkampBuild extradata in adpcm_ms encoder.
2009-10-22 Daniel VerkampIndicate that AdaptCoeff1 and 2 are functions of the...
2009-09-06 Reimar DöffingerMake sample_fmts and channel_layouts compound literals...
2009-07-01 Måns RullgårdADPCM: remove unreachable break statement after return
2009-06-20 Carl Eugen HoyosFix indentation after last commit.
2009-06-20 Yoshihisa UchidaFix yamaha adpcm stereo (issue 1117).
2009-04-27 Vitor SessakCheck if there is enough bytes before reading the buffe...
2009-04-27 Vitor SessakSkip 0x0000 frame footer in EA ADPCM decoder.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-02 Diego Biurruncosmetics: Reformat long_names so that "ADPCM" comes...
2009-03-02 Diego BiurrunChange a bunch of codec long_names to be more consisten...
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
2009-02-03 Stefan Gehrercheck validity of pointer srcC
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-30 Stefan Gehrerremove duplicate tables
2009-01-30 Stefan Gehreravoid indeterminate order of accessing src
2009-01-17 Stefan Gehreradded demuxer for FunCom ISS audio files,
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-07-13 Ramiro Pollabitstream: move put_sbits() from flacenc.c to bitstream...
2008-07-13 Reimar Döffingerclip MS ADPCM predictor range to correct [0..6] range...
2008-07-13 Reimar DöffingerUse bytestream and AV_RL* functions in ADPCM code where...
2008-07-13 Reimar DöffingerFix MS ADPCM de- and encoding: first and second sample...
2008-07-12 Reimar Döffinger100l, fix MS ADPCM decoding for e.g. http://samples...
2008-07-12 Reimar Döffinger10l, forgot to replace a / 256 for r14173.
2008-07-11 Reimar DöffingerChange MS ADPCM table so they fit into int8_t and chang...
2008-07-05 Diego BiurrunAdd a note to remind people that new PCM/ADPCM formats...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-28 Michael NiedermayerPrevent 128*1<<trellis from becoming 0 and creating...
2008-05-15 Diego Biurruncosmetics: Fix typos in ADPCM codec long names.
2008-05-15 Diego BiurrunADPCM codec long names by Stefano Sabatini, stefano...
2008-04-25 Baptiste Coudurieridentation
2008-04-25 Baptiste Coudurierremove no more needed field
2008-04-25 Baptiste Coudurierremove unused var
2008-04-25 Baptiste Coudurierremove ima qt decoding hack, decode whole frame at...
2008-04-25 Baptiste Coudurierfix adpcm ima qt decoding, channel at init is 0, correc...
2008-04-17 Diego Biurruncosmetics: Sort some lists alphabetically.
2008-04-14 Robert MarstonMaxis XA demuxer and decoder.
2008-04-13 Michael NiedermayerILP64 fixes (untested)
2008-04-13 Michael NiedermayerRemove redundant &.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-06 Kostya ShishkovIMA ADPCM encoder - QT variant
2008-02-01 Michael Niedermayerconst
2007-12-27 Alexander StrangeFix clicking sound in xa-adpcm.
2007-11-06 Timofei V. Bondarenkofix predictor initialization for adpcm-ima encoder...
2007-11-03 Aurelien Jacobsadd Electronic Arts XAS ADPCM decoder
2007-11-01 Aurelien Jacobsremove useless #undef
2007-11-01 Aurelien Jacobsremove unreachable code
2007-11-01 Aurelien Jacobscosmetics: alignment
2007-11-01 Aurelien Jacobsdon't register adpcm encoders which are not implemented
2007-11-01 Aurelien Jacobscosmetics: sort
2007-10-30 Peter RossEA IMA EACS decoder
2007-10-30 Peter RossEA IMA SEAD decoder
2007-10-24 Peter RossEA ADPCM R1, R2 and R3 decoder
next