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-02-01avcodec/wmalosslessdec: remove warning message as bug is fixedPaul B Mahol
2016-08-21libavcodec/wmalosslessdec: Check the remaining bitsMichael Niedermayer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-06avcodec/wmalosslessdec: Use unsigned operations for overflowing casesMichael Niedermayer
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-03wmalossless: allow calling madd_int16Christophe Gisquet
2016-05-01avcodec/wmalosslessdec: Fix memset sizeofMichael Niedermayer
2016-05-01avcodec/wmalosslessdec: silence a sample requestChristophe Gisquet
2016-05-01avcodec/wmalosslessdec: fix type for coeffs and lms_updates in cdlms structPaul B Mahol
2016-04-30avcodec/wmalosslessdec: fix decoding of raw pcm tilesPaul B Mahol
2016-04-13avcodec/wmalosslessdec: improve 24bit supportPaul B Mahol
2016-04-13avcodec/wmalosslessdec: improve >2 channel supportPaul B Mahol
2016-04-10avcodec/wmalosslessdec: do not discard last frameJakub Stachowski
2016-01-11lavc: Use get_bitsz where neededAndreas Cadhalpun
2016-01-03lavc: use get_bitsz to simplify the codeAndreas Cadhalpun
2015-09-14wmalossless: Warn when decoding 24 bit depthVittorio Giovara
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-08wmalosslessdec: reset frame->nb_samples on packet lossAndreas Cadhalpun
2015-07-08wmalosslessdec: avoid reading 0 bits with get_bitsAndreas Cadhalpun
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-02-19avcodec/wmalosslessdec: use sizeof() instead of a literal numberMichael Niedermayer
2015-02-18avcodec/wmalosslessdec: Add () to protect the arguments of WMASIGN()Michael Niedermayer
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2015-02-14avcodec/wmalosslessdec: simplifyzhaoxiu.zeng
2015-02-13avcodec/wmalosslessdec: optimize sign operationzhaoxiu.zeng
2015-02-13avcodec/wmalosslessdec: change type of acfilter_coeffs from int64_t to int16_tzhaoxiu.zeng
2015-02-07wmalossless: reset lms_updateChristophe Gisquet
2014-11-22avcodec/wmalosslessdec: support 24bit losslessMichael Niedermayer
2014-08-05wmalosslessdec: fix mclms_coeffs* array sizeMichael Niedermayer
2014-06-24libavcodec/wmalosslessdec: add missing emmsMichael Niedermayer
2014-06-06wma lossless: reuse scalarproduct_and_madd_int16Christophe Gisquet
2014-03-22Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer
2014-03-22avcodec: more correct printf specifiersDiego Biurrun
2014-02-07avcodec/wmalosslessdec: fix mclms_coeffs* array sizeMichael Niedermayer
2014-02-07avcodec/wmalosslessdec: use sizeof() instead of literal numberMichael Niedermayer
2014-01-11avcodec/wmalosslessdec: shrink output on error so no uninitialized data is re...Michael Niedermayer
2014-01-11avcodec/wmalosslessdec: deallocate uninitialized frame on decode_tilehdr() fa...Michael Niedermayer
2014-01-11avcodec/wmalosslessdec: Pass on error code from decode_tilehdr()Michael Niedermayer
2013-12-16avcodec/wmalosslessdec: completely initialize contains_subframeMichael Niedermayer
2013-10-25avcodec/wmalosslessdec: fix data flushing at the endMichael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-10-02avcodec/wmalosslessdec: check block_alignMichael Niedermayer
2013-09-25avcodec/wmalosslessdec: Fix return code for invalid buffer sizesMichael Niedermayer
2013-08-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer