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
2013-12-09avcodec: Use av_reallocp where suitableAlexandra Khirnova
2013-10-10shorten: Fix out-of-array readTim Walker
2013-10-09shorten: Extend fixed_coeffs to properly support pred_order 0Luca Barbato
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-12shorten: Break out of loop looking for fmt chunk if none is foundMartin Storsjö
2013-09-12shorten: Use a checked bytestream reader for the wave headerMartin Storsjö
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-06shorten: use the unsigned type where neededLuca Barbato
2013-03-06shorten: report meaningful errorsLuca Barbato
2013-03-06shorten: K&R formatting cosmeticsLuca Barbato
2013-03-06shorten: set invalid channels count to 0Michael Niedermayer
2013-02-12shorten: decode directly to the user-provided AVFrameJustin Ruggles
2013-01-28shorten: fix array subscript is below array bounds warningLuca Barbato
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-01shorten: validate that the channel count in the header is not <= 0Justin Ruggles
2012-10-15shorten: use planar sample formatJustin Ruggles
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-17shorten: Use separate pointers for the allocated memory for decoded samples.Michael Niedermayer
2011-12-08shorten: avoid abort() on unknown audio typesJohn Brooks
2011-12-05shorten: remove dead initializationPaul B. Mahol
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-11shorten: do not modify samples pointer when interleavingJustin Ruggles
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-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-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-03Remove statements immediately following unconditional jumpsMans Rullgard
2011-06-07shorten: Remove stray DEBUG #define and corresponding av_dlog statement.Diego Biurrun
2011-06-02Remove unused variablesMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard