Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-11Remove final semicolon from some macrosMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-12-01adpcm: Skip samples whose ssd calculation has wrapped aroundMartin Storsjö
2010-11-20adpcm: Fix a comment in the trellis heap codeMartin Storsjö
2010-11-19adpcm: Only increment heap_pos after finding a good enough sampleMartin Storsjö
2010-11-19adpcm: Use a hash table to improve checking for duplicate samplesMartin Storsjö
2010-11-14adpcm: Fix a commentMartin Storsjö
2010-11-12adpcm: Replace any of the leaf nodes in the heapMartin Storsjö
2010-11-12ReindentMartin Storsjö
2010-11-12adpcm: Store the trellis nodes in a heap instead of a sorted arrayMartin Storsjö
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-08-26Flush the PutBitsContext at the end of each block when encoding ADPCM IMA QTMartin Storsjö
2010-07-25Only 4-bit ADPCM IMA WAV files are supported.Carl Eugen Hoyos
2010-06-27adpcm: convert VLAs to malloc/freeMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-01-27Revert Revision: 21362Michael Niedermayer
2010-01-21Set CODEC_CAP_SUBFRAMES for adpcm decodersMåns Rullgård
2009-10-23Build extradata in adpcm_ms encoder.Daniel Verkamp
2009-10-22Indicate that AdaptCoeff1 and 2 are functions of the actual coefficients.Daniel Verkamp
2009-09-06Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger
2009-07-01ADPCM: remove unreachable break statement after returnMåns Rullgård
2009-06-20Fix indentation after last commit.Carl Eugen Hoyos
2009-06-20Fix yamaha adpcm stereo (issue 1117).Yoshihisa Uchida
2009-04-27Check if there is enough bytes before reading the buffer in the EA ADPCMVitor Sessak
2009-04-27Skip 0x0000 frame footer in EA ADPCM decoder.Vitor Sessak
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-02cosmetics: Reformat long_names so that "ADPCM" comes first.Diego Biurrun
2009-03-02Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun
2009-02-22Add missing av_cold in static init/close functions.Daniel Verkamp
2009-02-03check validity of pointer srcCStefan Gehrer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-30remove duplicate tablesStefan Gehrer
2009-01-30avoid indeterminate order of accessing srcStefan Gehrer
2009-01-17added demuxer for FunCom ISS audio files,Stefan Gehrer
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-07-13bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla
2008-07-13clip MS ADPCM predictor range to correct [0..6] range, not [0..7]Reimar Döffinger
2008-07-13Use bytestream and AV_RL* functions in ADPCM code where possibleReimar Döffinger
2008-07-13Fix MS ADPCM de- and encoding: first and second sample are swapped.Reimar Döffinger
2008-07-12100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/...Reimar Döffinger
2008-07-1210l, forgot to replace a / 256 for r14173.Reimar Döffinger
2008-07-12Change MS ADPCM table so they fit into int8_t and change array type.Reimar Döffinger
2008-07-05Add a note to remind people that new PCM/ADPCM formats need to be added toDiego Biurrun
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-28Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays.Michael Niedermayer
2008-05-16cosmetics: Fix typos in ADPCM codec long names.Diego Biurrun