]> git.sesse.net Git - ffmpeg/history - libavcodec/adpcm.c
ra288dec: set channel layout
[ffmpeg] / libavcodec / adpcm.c
2012-10-09 Justin Rugglesadpcmdec: use planar sample format for adpcm_thp
2012-10-09 Justin Rugglesadpcmdec: use planar sample format for adpcm_ea_xas
2012-10-09 Justin Rugglesadpcmdec: use planar sample format for adpcm_ea_r1...
2012-10-09 Justin Rugglesadpcmdec: use planar sample format for adpcm_xa
2012-10-09 Justin Rugglesadpcmdec: use planar sample format for adpcm_ima_ws...
2012-10-09 Justin Rugglesadpcmdec: use planar sample format for adpcm_4xm
2012-10-09 Justin Rugglesadpcmdec: use planar sample format for adpcm_ima_wav
2012-10-09 Justin Rugglesadpcmdec: use planar sample format for adpcm_ima_qt
2012-10-01 Justin Rugglesadpcmdec: set AVCodec.sample_fmts
2012-10-01 Diego Biurrunavcodec: Drop some silly commented-out av_log() invocations
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-30 Mans Rullgardadpcm-thp: fix invalid array indexing
2012-03-27 Paul B Maholwestwood_vqa: fix SND0 chunk handling
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_thp to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_yamaha to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_swf to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_sbpro to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_ct to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_ima_amv/smjpeg to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_ea_xas to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_ea_r1/2/3 to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert ea_maxis_xa to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_ea to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm convert adpcm_ima_ea_sead to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_ima_ea_eacs to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_xa to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert ima_ws to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_ima_apc to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_ima_iss to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_dk3 to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_dk4 to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_ms to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: use av_clip() in adpcm_ima_expand_nibble().
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_4xm to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_ima_wav to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: convert adpcm_ima_qt to bytestream2.
2012-03-18 Ronald S. Bultjeadpcm: fix nb_samples rounding for adpcm_ima_dk3, and...
2012-03-14 Ronald S. Bultjexa_adpcm: limit filter to prevent xa_adpcm_table[]...
2012-02-28 Alex Converseadpcm: Clip step_index values read from the bitstream...
2012-01-24 Justin Rugglesadpcm_ima_ws: fix stereo decoding
2012-01-24 Justin Rugglesavcodec: add a new codec_id for CRYO APC IMA ADPCM.
2012-01-05 Janne Grunauadpcm: ADPCM Electronic Arts has always two channels
2011-12-22 Paul B Maholadpcm: fix IMA SMJPEG decoding
2011-12-17 Shitiz Gargadpcm: Check for channels to be a non-zero integer
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...
next