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-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-12-03shorten: update .sample_fmtsPaul B Mahol
2012-12-01shorten: return more meaningful error codesPaul B Mahol
2012-11-02Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'Michael Niedermayer
2012-11-01shorten: validate that the channel count in the header is not <= 0Justin Ruggles
2012-10-15shorten: fix U8 to be planar tooMichael Niedermayer
2012-10-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-15shorten: use planar sample formatJustin Ruggles
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-06shorten: fix cmd typeMichael Niedermayer
2012-06-29cosmetics: minor libavcodec spelling errorsLou Logan
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