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-05-22shorten: fix lossy decodingPaul B Mahol
2012-05-08shorten: increase max_frame_size.Michael Niedermayer
2012-05-04shorten: unsigned 8bit supportPaul B Mahol
2012-04-24Add missing newline in shorten decoder.Carl Eugen Hoyos
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-17shorten: 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
2011-07-03Remove statements immediately following unconditional jumpsMans Rullgard
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-07shorten: Remove stray DEBUG #define and corresponding av_dlog statement.Diego Biurrun
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer