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-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-07Merge commit '5a4e9fe855282a99586050a507d0a486ad39df5b'Michael Niedermayer
2013-03-07Merge commit '4c364eb2b856fc33cf7b42f7c7b979e69fde5f3a'Michael Niedermayer
2013-03-07Merge commit 'a2ad554def214d2d03b7c16f68dc081a8622f9ca'Michael Niedermayer
2013-03-06shorten: report meaningful errorsLuca Barbato
2013-03-06shorten: K&R formatting cosmeticsLuca Barbato
2013-03-06shorten: use the unsigned type where neededLuca Barbato
2013-03-06shorten: set invalid channels count to 0Michael Niedermayer
2013-02-20shorten: Fix signedness of comparissionMichael Niedermayer
2013-02-13Merge commit '4a2b26fc1b1ad123eba473a20e270f2b0ba92bca'Michael Niedermayer
2013-02-13shorten: dont leave invalid channel counts in the context.Michael Niedermayer
2013-02-12shorten: decode directly to the user-provided AVFrameJustin Ruggles
2013-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-28shorten: fix array subscript is below array bounds warningLuca Barbato
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