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
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-03avcodec/shorten: use init_get_bits8()Paul B Mahol
2015-05-15avcodec/shorten: More complete pred_order checkMichael Niedermayer
2015-05-15avcodec/shorten: Fix code depending on signed overflow behaviorMichael Niedermayer
2015-05-15avcodec/shorten: Check skip_bytes()Michael Niedermayer
2015-01-13avcodec/shorten: use av_reallocp_array()Michael Niedermayer
2014-11-13Merge commit '8e104619a627fcf5f4c2bd3c09d0c2d323aae745'Michael Niedermayer
2014-11-13shorten: check for return valueVittorio Giovara
2014-04-27avcodec/shorten: check bitshiftMichael Niedermayer
2014-02-05shorten: pad the internal bitstream bufferAnton Khirnov
2013-12-26avcodec/shorten: clear bitstream bufferMichael Niedermayer
2013-12-09Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'Michael Niedermayer
2013-12-09avcodec: Use av_reallocp where suitableAlexandra Khirnova
2013-10-11Merge commit '5f5ada3dbf97e306a74250ba8dcf8619ad59b020'Michael Niedermayer
2013-10-10shorten: Fix out-of-array readTim Walker
2013-10-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-09shorten: Extend fixed_coeffs to properly support pred_order 0Luca Barbato
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-12Merge commit 'b26742cc308552f242ee2bf93b07a3ff509f4edc'Michael Niedermayer
2013-09-12Merge commit '49568851bf1700e3d9ea9cda29208d0df3c2c38b'Michael Niedermayer
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-05-22shorten: fix "off by padding" bugMichael Niedermayer
2013-05-07shorten: allocate space for paddingMichael Niedermayer
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
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