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-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-26alac: convert extradata reading to bytestream2.Ronald S. Bultje
2012-01-14alacdec: support 32 bpsBaptiste Coudurier
2012-01-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-20alac: Check for bitstream overreadMichael Niedermayer
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-10-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-16alac: Remove unused dummy code.Diego Biurrun
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
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