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
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
2008-05-15ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun
2008-04-25identationBaptiste Coudurier
2008-04-25remove no more needed fieldBaptiste Coudurier
2008-04-25remove unused varBaptiste Coudurier
2008-04-25remove ima qt decoding hack, decode whole frame at onceBaptiste Coudurier
2008-04-25fix adpcm ima qt decoding, channel at init is 0, correct stereo out since sam...Baptiste Coudurier
2008-04-18cosmetics: Sort some lists alphabetically.Diego Biurrun
2008-04-14Maxis XA demuxer and decoder.Robert Marston
2008-04-13ILP64 fixes (untested)Michael Niedermayer
2008-04-13Remove redundant &.Michael Niedermayer
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-06IMA ADPCM encoder - QT variantKostya Shishkov
2008-02-01constMichael Niedermayer
2007-12-27Fix clicking sound in xa-adpcm.Alexander Strange
2007-11-06fix predictor initialization for adpcm-ima encoder not to lose first sampleTimofei V. Bondarenko
2007-11-04add Electronic Arts XAS ADPCM decoderAurelien Jacobs
2007-11-01remove useless #undefAurelien Jacobs
2007-11-01remove unreachable codeAurelien Jacobs
2007-11-01cosmetics: alignmentAurelien Jacobs
2007-11-01don't register adpcm encoders which are not implementedAurelien Jacobs