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
2012-01-03alacdec: implement the 2-pass prediction type.Justin Ruggles
2012-01-03alacdec: fill in missing or guessed info about the extradata format.Justin Ruggles
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-10-26alacdec: remove unneeded NULL or zero-size packet checks.Justin Ruggles
2011-10-26alacdec: simplify buffer allocation by using FF_ALLOC_OR_GOTO()Justin Ruggles
2011-10-26alacdec: ask for a sample for unsupported sample depths.Justin Ruggles
2011-10-26alacdec: cosmetics: use 'ch' instead of 'chan' to iterate channelsJustin Ruggles
2011-10-26alacdec: move some declarations to the top of the functionJustin Ruggles
2011-10-26alacdec: always use get_sbits_long() for uncompressed samplesJustin Ruggles
2011-10-26alacdec: remove unneeded local variableJustin Ruggles
2011-10-26alacdec: remove the numchannels parameter from several functions.Justin Ruggles
2011-10-26alacdec: rename 2 functions.Justin Ruggles
2011-10-26alacdec: move appending of extra_bits to a separate function.Justin Ruggles
2011-10-26alacdec: split stereo decorrelation into a separate function.Justin Ruggles
2011-10-26alacdec: cosmetics: rename 'wasted_bits' to 'extra_bits'.Justin Ruggles
2011-10-26alacdec: remove unneeded numsamples checksJustin Ruggles
2011-10-26alacdec: check for buffer allocation failure.Justin Ruggles
2011-10-26alacdec: allocate per-channel buffers based on channel count.Justin Ruggles
2011-10-26alacdec: read/validate number of channels from the extradata.Justin Ruggles
2011-10-26alacdec: remove unneeded validation of setinfo_sample_size.Justin Ruggles
2011-10-26alacdec: set sample_fmt in alac_decode_init()Justin Ruggles
2011-10-26alacdec: set bytespersample using av_get_bytes_per_sample()Justin Ruggles
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-16alac: Remove unused dummy code.Diego Biurrun
2011-07-15doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-10-26Clean up ALACdecJason Garrett-Glaser
2010-06-24alac: change VLAs to fixed sizeMå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-02-06Avoid using an intermediate variable.Jai Menon
2010-02-06Remove redundant use of numchannels since it is 1 for mono.Jai Menon
2010-02-06alac.c : Use av_freep instead of av_free.Jai Menon
2010-02-04Add ALAC 24 bps decoding support.Jai Menon
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-03alacdec: Simplify reading of uncompressed samples by usingJustin Ruggles
2009-03-03ALAC: use sign_extend() from mathops.hMåns Rullgård
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-09-08alac : fix case where bits_per_sample is not set.Baptiste Coudurier
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-08-22alac : check readsamplesize to ensure get_bits() doesn'tMatthieu Castet
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-06-15fix verbatim mode decoding. patch by Jai Menon (realityman gmx net).Jai Menon
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-11cosmetics: indent after last commit. patch by matthieu castet <castet matthie...Matthieu Castet
2008-05-11simplify decoding of uncompressed samples. patch by matthieu castet <castet m...Matthieu Castet
2008-05-11fix reading of samples-per-frameJustin Ruggles