154 Commits (8ca170a78ab6e50f44d27d8a6b4ad7ba1ed81f0c)

Author SHA1 Message Date
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Carl Eugen Hoyos 7f1ea38868 lavc/dts: Do not set bitrate for DTS-HD Master and High Resolution. 10 years ago
Michael Niedermayer e802abd6e3 avcodec/dcadec: if XLL is enabled use xll channels 10 years ago
Michael Niedermayer 21d25441c6 avcodec/dcadec: Only upsample as much data as is there 10 years ago
Niels Möller 217e4ff4d1 dca: Support for XLL (lossless extension) 10 years ago
Diego Biurrun 25f613f8be dca: Move syncword definitions to a separate header 10 years ago
Michael Niedermayer 588361dd26 avcodec/dca: move remaining tables to dcadata 10 years ago
Diego Biurrun f8c1719771 dca: Remove separate header for DCA ExSS 10 years ago
Diego Biurrun 3a651f599a dca: Move data tables from a header to an object file 10 years ago
Michael Niedermayer 8123e19e61 avcodec/dcadec: Move remaining tables to dcadata.h 10 years ago
Diego Biurrun 2a9c6fae92 dca: Move all tables into dcadata.h 10 years ago
Diego Biurrun 8a213179af dca: Remove trace debugging code 10 years ago
Diego Biurrun b339019de4 dca: Split code for handling the EXSS extension off into a separate file 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Michael Niedermayer 7d593495e4 avcodec/dcadec: Check that the added xch channel isnt already there 10 years ago
Michael Niedermayer b054054c9b avcodec/dcadec: Use avpriv_float_dsp_alloc() 10 years ago
Vittorio Giovara d5d2d6c3b8 dcadec: initialize variables before use 10 years ago
Diego Biurrun 103391ca90 dca: Remove some commented-out cruft 10 years ago
Gabriel Dume 45ff7c93dd dca: K&R formatting cosmetics 10 years ago
Michael Niedermayer 7a34b7d80f avcodec/dca: Make ff_dca_convert_bitstream() available to libavformat, needed for dts_probe() 10 years ago
Michael Niedermayer a740cae4a0 avcodec/dcadec: remove unsignedness from constant 11 years ago
Niels Möller f2ce63246f dcadec: replace ldexpf with a multiplication by a constant 11 years ago
Michael Niedermayer 98ff07d1c6 avcodec/dcadec: Check dca_dmixtable index 11 years ago
Michael Niedermayer 47313bbb5f avcodec/dcadec: remove fishy FFMAX() 11 years ago
Lou Logan 88f2586adb fix various typos 11 years ago
Michael Niedermayer 6b88f22e89 avcodec/dcadec: dont use hex float, msvc doesnt support it 11 years ago
Michael Niedermayer 9ccb5455ca avcodec/dcadec: use a constant instead of assuming every compiler can optimize pow(2,-15) 11 years ago
Michael Niedermayer 6da06ef6bb avcodec/dcadec: make dca_dmix_code() 650% faster 11 years ago
Michael Niedermayer 4e4dbb9983 dcadec: fix xxch_dmix_coeff and xxch_dmix_sf after merge 11 years ago
Niels Möller 6b7b8585d7 dca: Convert dca_dmixtable to integers 11 years ago
Michael Niedermayer 62a9725bc9 avcodec/dcadec: add an assert to silence a uninitialized variable warning 11 years ago
Michael Niedermayer 7e79d72c28 avcodec/dcadec: remove always true if() 11 years ago
Michael Niedermayer f202af29c9 avcodec/dcadec: fix error message suppression code 11 years ago
Niels Möller b3d905b702 dcadec: Delete redundant init_get_bits call 11 years ago
Tim Walker 801c39e1e3 dcadec: Use correct channel count in stereo downmix check 11 years ago
Tim Walker c8cf461c19 dcadec: Do not decode the XCh extension when downmixing to stereo 11 years ago
Andreas Cadhalpun eeb3baf7f7 Fix spelling error 'Inconsistant -> Inconsistent' 11 years ago
Michael Niedermayer ffb7d7195b avcodec/dcadec: use brackets to ensure that no slow division is used 11 years ago
Christophe Gisquet 4cb6964244 dcadec: simplify decoding of VQ high frequencies 11 years ago
Janne Grunau 7686afd049 dca: factorize scaling in inverse ADPCM 11 years ago
Christophe Gisquet 87ec849fe9 dcadec: remove scaling in lfe_interpolation_fir 11 years ago
Christophe Gisquet ef010f08ae dca: replace some memcpy by AV_COPY128 11 years ago
Christophe Gisquet 5a48caa34b dca: replace some memcpy by AV_COPY128 11 years ago
Christophe Gisquet 45854df9a5 dcadsp: split lfe_dir cases 11 years ago
Christophe Gisquet 481a46a462 dcadsp: add int8x8_fmul_int32 to DSP context 11 years ago
Christophe Gisquet 5fdbfcb5b7 dcadsp: split lfe_dir cases 11 years ago
Christophe Gisquet 5b59a9fc61 x86: dcadsp: implement int8x8_fmul_int32 11 years ago
Christophe Gisquet 2bd44cb705 dcadsp: add int8x8_fmul_int32 to dsp context 11 years ago
Tim Walker 30d70e79a6 dcadec: set AV_FRAME_DATA_MATRIXENCODING side data. 11 years ago
Tim Walker 6bfdb2de88 dcadec: set the output channel mode more accurately. 11 years ago