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
2019-03-24avcodec/mlpdec: Insuffient typoMichael Niedermayer
2018-06-18avcodec/mlpdec: Only change noise_type if the related fields are validMichael Niedermayer
2017-06-04avcodec/mlpdec: Check quant_step_size against huff_lsbsMichael Niedermayer
2017-05-27avcodec/mlpdec: Do not leave invalid values in matrix_out_ch[] on errorMichael Niedermayer
2017-05-22avcodec/mlpdec: Fix runtime error: shift exponent -5 is negativeMichael Niedermayer
2017-05-20avcodec/mlpdec: Do not leave a invalid num_primitive_matrices in the contextMichael Niedermayer
2017-05-18avcodec/mlpdec: Fix: runtime error: left shift of negative value -8Michael Niedermayer
2017-05-17avcodec/mlpdec: Fix runtime error: left shift of negative value -1Michael Niedermayer
2017-05-14avcodec/mlpdec: Check that there is enough data for headersMichael Niedermayer
2017-05-13avcodec/mlp: Fix multiple runtime error: left shift of negative value -1Michael Niedermayer
2017-05-06avcodec/mlpdec: Fix runtime error: left shift of negative value -22Michael Niedermayer
2015-09-20avcodec/mlpdec: fix a undefined left shift of negative numberGanesh Ajjanagadde
2015-09-05Merge commit 'dc70c19476e76f1118df73b5d97cc76f0e5f6f6c'Hendrik Leppkes
2015-08-28lavc: Drop deprecated request_channels related functionsVittorio Giovara
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-03-11mlpdec: support TrueHD streams with an Atmos substreamHendrik Leppkes
2015-03-11mlpdec: support major sync headers with optional extension blocksHendrik Leppkes
2014-11-13Merge commit '2ffb0598dbdb81c40650952aa9299fa02fa5e834'Michael Niedermayer
2014-11-13mlpdec: check for negative indexVittorio Giovara
2014-10-03x86/mlpdec: add ff_mlp_rematrix_channel_{sse4,avx2}James Almer
2014-10-03mlpdec: move rematrix_channels code to output_data()James Almer
2014-09-21mlpdec: support TrueHD streams with an Atmos substreamHendrik Leppkes
2014-09-21mlpdec: support major sync headers with optional extension blocksHendrik Leppkes
2014-05-25avcodec/mlpdec: fix () in MSB_MASK() macroMichael Niedermayer
2014-03-26Merge commit 'fcf5fc444522d24caa9907225802817ae788f511'Michael Niedermayer
2014-03-26truehd: break out part of output_data into platform-specific callback.Ben Avison
2014-03-26truehd: break out part of rematrix_channels into platform-specific callback.Ben Avison
2014-03-26truehd: break out part of output_data into platform-specific callback.Ben Avison
2014-03-26truehd: tune VLC decoding for ARM.Ben Avison
2014-03-26truehd: break out part of rematrix_channels into platform-specific callback.Ben Avison
2014-03-20truehd: tune VLC decoding for ARM.Ben Avison
2014-02-08mlpdec: fix request_channel_layout behavior.Michael Niedermayer
2014-02-08avcodec/mlpdec: fix mulichannel outputMichael Niedermayer
2014-02-08Merge commit 'c0c45188e56cfa3050bb39f8299025345b8a204c'Michael Niedermayer
2014-02-08mlp: improve request_channel_layout behavior.Tim Walker
2014-01-06Merge commit 'e92123093dfdca0ef6608998240e2f9345d63bff'Michael Niedermayer
2014-01-06Merge commit '4b7f1a7ced0e98f2cc698d896f7ebab8d30eaa09'Michael Niedermayer
2014-01-05mlpdec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker
2014-01-05mlp: Parse TrueHD decoder channel modifiers and set the AVMatrixEncoding for ...Tim Walker
2013-12-16avcodec/mlpdec: check that streamtype matches the codecMichael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-27avcodec/mlpdec: Fail if the input is too smallMichael Niedermayer
2013-08-03avcodec/mlp: Fix bugs in libavs warning fixesMichael Niedermayer
2013-08-03Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-07-12Merge commit 'e9d394f3fad7e8fd8fc80e3b33cb045bbaceb446'Michael Niedermayer
2013-07-12mlpdec: Do not set invalid context in read_restart_headerLuca Barbato
2013-03-28mlpdec: Fix reading state with 0 bit elements.Michael Niedermayer