| Commit message (Expand) | Author | Age | Files | Lines |
* | adpcm: Skip samples whose ssd calculation has wrapped around | Martin Storsjö | 2010-12-01 | 1 | -0/+6 |
* | adpcm: Fix a comment in the trellis heap code | Martin Storsjö | 2010-11-20 | 1 | -1/+1 |
* | adpcm: Only increment heap_pos after finding a good enough sample | Martin Storsjö | 2010-11-19 | 1 | -1/+2 |
* | adpcm: Use a hash table to improve checking for duplicate samples | Martin Storsjö | 2010-11-19 | 1 | -8/+27 |
* | adpcm: Fix a comment | Martin Storsjö | 2010-11-14 | 1 | -1/+1 |
* | adpcm: Replace any of the leaf nodes in the heap | Martin Storsjö | 2010-11-12 | 1 | -12/+4 |
* | Reindent | Martin Storsjö | 2010-11-12 | 1 | -12/+12 |
* | adpcm: Store the trellis nodes in a heap instead of a sorted array | Martin Storsjö | 2010-11-12 | 1 | -8/+29 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -2/+2 |
* | Flush the PutBitsContext at the end of each block when encoding ADPCM IMA QT | Martin Storsjö | 2010-08-26 | 1 | -0/+1 |
* | Only 4-bit ADPCM IMA WAV files are supported. | Carl Eugen Hoyos | 2010-07-25 | 1 | -0/+6 |
* | adpcm: convert VLAs to malloc/free | Måns Rullgård | 2010-06-27 | 1 | -57/+83 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Revert Revision: 21362 | Michael Niedermayer | 2010-01-27 | 1 | -1/+0 |
* | Set CODEC_CAP_SUBFRAMES for adpcm decoders | Måns Rullgård | 2010-01-21 | 1 | -0/+1 |
* | Build extradata in adpcm_ms encoder. | Daniel Verkamp | 2009-10-22 | 1 | -0/+12 |
* | Indicate that AdaptCoeff1 and 2 are functions of the actual coefficients. | Daniel Verkamp | 2009-10-22 | 1 | -0/+2 |
* | Make sample_fmts and channel_layouts compound literals const to reduce size of | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | ADPCM: remove unreachable break statement after return | Måns Rullgård | 2009-07-01 | 1 | -1/+0 |
* | Fix indentation after last commit. | Carl Eugen Hoyos | 2009-06-20 | 1 | -6/+6 |
* | Fix yamaha adpcm stereo (issue 1117). | Yoshihisa Uchida | 2009-06-20 | 1 | -8/+5 |
* | Check if there is enough bytes before reading the buffer in the EA ADPCM | Vitor Sessak | 2009-04-27 | 1 | -2/+2 |
* | Skip 0x0000 frame footer in EA ADPCM decoder. | Vitor Sessak | 2009-04-27 | 1 | -0/+4 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -0/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | cosmetics: Reformat long_names so that "ADPCM" comes first. | Diego Biurrun | 2009-03-02 | 1 | -26/+26 |
* | Change a bunch of codec long_names to be more consistent and descriptive. | Diego Biurrun | 2009-03-02 | 1 | -1/+1 |
* | Add missing av_cold in static init/close functions. | Daniel Verkamp | 2009-02-22 | 1 | -2/+2 |
* | check validity of pointer srcC | Stefan Gehrer | 2009-02-03 | 1 | -3/+9 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | remove duplicate tables | Stefan Gehrer | 2009-01-30 | 1 | -6/+1 |
* | avoid indeterminate order of accessing src | Stefan Gehrer | 2009-01-30 | 1 | -3/+3 |
* | added demuxer for FunCom ISS audio files, | Stefan Gehrer | 2009-01-17 | 1 | -0/+28 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -3/+3 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+2 |
* | bitstream: move put_sbits() from flacenc.c to bitstream.h and use it | Ramiro Polla | 2008-07-13 | 1 | -1/+1 |
* | clip MS ADPCM predictor range to correct [0..6] range, not [0..7] | Reimar Döffinger | 2008-07-13 | 1 | -2/+2 |
* | Use bytestream and AV_RL* functions in ADPCM code where possible | Reimar Döffinger | 2008-07-13 | 1 | -34/+23 |
* | Fix MS ADPCM de- and encoding: first and second sample are swapped. | Reimar Döffinger | 2008-07-13 | 1 | -6/+6 |
* | 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/... | Reimar Döffinger | 2008-07-12 | 1 | -1/+1 |
* | 10l, forgot to replace a / 256 for r14173. | Reimar Döffinger | 2008-07-12 | 1 | -1/+1 |
* | Change MS ADPCM table so they fit into int8_t and change array type. | Reimar Döffinger | 2008-07-11 | 1 | -6/+6 |
* | Add a note to remind people that new PCM/ADPCM formats need to be added to | Diego Biurrun | 2008-07-05 | 1 | -0/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -2/+2 |
* | Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays. | Michael Niedermayer | 2008-05-28 | 1 | -0/+6 |
* | cosmetics: Fix typos in ADPCM codec long names. | Diego Biurrun | 2008-05-15 | 1 | -3/+3 |
* | ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste it | Diego Biurrun | 2008-05-15 | 1 | -32/+34 |
* | identation | Baptiste Coudurier | 2008-04-25 | 1 | -24/+24 |