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
2017-07-16avcodec/apedec: Fix integer overflowMichael Niedermayer
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-12ape: Unbreak adaptcoeffs computationLuca Barbato
2016-05-12Merge commit 'f3fdef108eb06b1e71b29152bf6822519e787efe'Derek Buitenhuis
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-24ape: Unbreak adaptcoeffs computationLuca Barbato
2016-04-19ape: Avoid undefined behaviourLuca Barbato
2016-04-12avcodec/apedec: fix decoding of stereo files with one channel full of silencePaul B Mahol
2016-01-19ape: Show more information for loglevel verbose.Carl Eugen Hoyos
2015-12-02avcodec/apedec: Check length in long_filter_high_3800()Michael Niedermayer
2015-10-04avcodec/apedec: fix bug introduced in commit d3e5fbb1406995e07fccbff3ca8c1e24...Ganesh Ajjanagadde
2015-09-29avcodec/apedec: fix undefined left shifts of negative numbersGanesh Ajjanagadde
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-05-08ape: Support _0000 files with nblock smaller than 64Andreas Cadhalpun
2015-04-28apedec: prevent out of array writes in decode_array_0000Andreas Cadhalpun
2015-04-28apedec: set s->samples only when init_frame_decoder succeededAndreas Cadhalpun
2015-02-14avcodec/apedec: simplify sign conversionzhaoxiu.zeng
2015-02-14avcodec/apedec: move 'coeffs[256] and delay[256]' into, long_filter_high_3800zhaoxiu.zeng
2014-06-23Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer
2014-06-23dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun
2014-06-23avcodec/apedec: optimize sign combinationMichael Niedermayer
2014-06-23Merge commit 'f83896abda1e78ebbbda0f184b682b4fabadc682'Michael Niedermayer
2014-06-22ape: Replace memset(0) by zero initializationDiego Biurrun
2014-06-05apedsp: move to llauddspChristophe Gisquet
2014-05-30Merge commit '054013a0fc6f2b52c60cee3e051be8cc7f82cef3'Michael Niedermayer
2014-05-29dsputil: Move APE-specific bits into apedspDiego Biurrun
2014-04-26avcodec/apedec: tmpk==32 is not supported, prevent undefined behaviorMichael Niedermayer
2014-03-22Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer
2014-03-22avcodec: more correct printf specifiersDiego Biurrun
2013-12-23avcodec/apedec: use av_fast_padded_malloc()Michael Niedermayer
2013-12-23avcodec/apedec: more checks for kMichael Niedermayer
2013-10-30avcodec/apedec: use init_get_bits8()Paul B Mahol
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-08-28apedec: do not buffer decoded samples over AVPacketsRafaël Carré
2013-05-02ape_decode_value_3860: check k before using it in get_bits()Michael Niedermayer
2013-05-02ape_decode_value_3900: check tmpkMichael Niedermayer
2013-03-26Merge commit '613a37eca4c7b8eefceaa3e0231c23ad090ca94f'Michael Niedermayer
2013-03-25ape: 3.80-3.92 decoding supportKostya Shishkov
2013-03-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-15Merge commit '9652d4fcfc9c07a726b35efc4ac644d9751b36d7'Michael Niedermayer
2013-03-15Merge commit 'b164d66e35d349de414e2f0d7365a147aba8a620'Michael Niedermayer
2013-03-15add support for Monkey's Audio versions from 3.93Kostya Shishkov
2013-03-15ape: provide two additional bytes in buffer for old MAC versionsKostya Shishkov
2013-03-15ape: make version-dependent decoding functions called via pointersKostya Shishkov
2013-03-14Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch