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-07-19alac: remove unneeded conditionals in predictor_decompress_fir_adapt()Justin Ruggles
2012-07-19alac: use sizeof() instead of hardcoded data sizesJustin Ruggles
2012-07-19alac: make block_size signedJustin Ruggles
2012-07-19alac: remove a duplicate local variableJustin Ruggles
2012-07-19alac: conditionally set sign_modifier to 1Justin Ruggles
2012-07-19alac: eliminate 2 unneeded local variables in bastardized_rice_decompress()Justin Ruggles
2012-07-19alac: adjust conditions for updating entropy decoder historyJustin Ruggles
2012-07-19alac: cosmetics: reindent after last commitJustin Ruggles
2012-07-19alac: limit the rice param before passing to decode_scalar()Justin Ruggles
2012-07-19alac: reduce the number of parameters to bastardized_rice_decompress()Justin Ruggles
2012-07-19alac: cosmetics: rename some ALACContext parametersJustin Ruggles
2012-07-19alac: clean up and update comments leftover from reverse-engineeringJustin Ruggles
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