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
2014-03-10Merge commit '2c1d84499bfe06d75e9160b824eeffd9f5587337' into release/0.10Michael Niedermayer
2014-03-01shorten: pad the internal bitstream bufferAnton Khirnov
2014-01-17Merge commit '486c45767587151b517bb6fde602d43d178da203' into release/0.10Michael Niedermayer
2014-01-07shorten: Break out of loop looking for fmt chunk if none is foundMartin Storsjö
2014-01-07shorten: Use a checked bytestream reader for the wave headerMartin Storsjö
2013-04-07Merge commit 'f82e127dd9c7c0d54bf6400f83c7825e571f9a9e' into release/0.10Michael Niedermayer
2013-03-12shorten: use the unsigned type where neededLuca Barbato
2013-03-12shorten: report meaningful errorsLuca Barbato
2013-03-12shorten: K&R formatting cosmeticsLuca Barbato
2013-03-12shorten: set invalid channels count to 0Michael Niedermayer
2012-03-16Merge remote-tracking branch 'qatar/release/0.8' into release/0.10Michael Niedermayer
2012-02-26shorten: Use separate pointers for the allocated memory for decoded samples.Michael Niedermayer
2011-12-25shorten: validate values in fmt chunk searchMichael Niedermayer
2011-12-25shorten: Fix invalid free()Michael Niedermayer
2011-12-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-08shorten: avoid abort() on unknown audio typesJohn Brooks
2011-12-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-05shorten: remove dead initializationPaul B. Mahol
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-11shorten: do not modify samples pointer when interleavingJustin Ruggles
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-20shorten: fix end-of-stream decoding.Justin Ruggles
2011-10-20shorten: do not use block size to determine whether to read the header.Justin Ruggles
2011-10-20shorten: check output buffer size before decodingJustin Ruggles
2011-10-20shorten: use av_clip_int16() for output sample clippingJustin Ruggles
2011-10-20shorten: use bytestream functions to decode the embedded WAVE headerJustin Ruggles
2011-10-20shorten: add some commentsJustin Ruggles
2011-10-20shorten: merge decoding of FN_DIFF* subblocks into decode_subframe_lpc()Justin Ruggles
2011-10-20cosmetics: remove some needless commented-out stuffJustin Ruggles
2011-10-20shorten: validate block sizeJustin Ruggles
2011-10-20shorten: move declaration of 'ret' to top of shorten_decode_frame()Justin Ruggles
2011-10-20shorten: pass on error value from allocate_buffers() instead of returning -1Justin Ruggles
2011-10-20shorten: check for realloc failureJustin Ruggles
2011-10-20shorten: move decoding of prediction order and applying of global offset toJustin Ruggles
2011-10-20shorten: only calculate output size when returning decoded samples, otherwiseJustin Ruggles
2011-10-20cosmetics: reindentJustin Ruggles
2011-10-20shorten: separate processing of audio commands from non-audio commandsJustin Ruggles
2011-10-20shorten: skip some fields in the WAV header embedded in the shorten header.Justin Ruggles
2011-10-20shorten: split reading of file header into a separate functionsJustin Ruggles
2011-10-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-14shorten: remove the flush function.Justin Ruggles
2011-10-07shorten: Fix out of bound writes in fix_bitshift()Laurent Aimar
2011-10-07shorten: Prevent block size from increasingLaurent Aimar
2011-10-02Prevent block size from inreasing in the shorten decoder.Laurent Aimar
2011-09-30Fix out of bound writes in fix_bitshift() of the shorten decoder.Laurent Aimar
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer