75 Commits (24a362569bff1d4161742fffaca80a4a4428be8a)

Author SHA1 Message Date
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Alexandra Hájková 40d9496773 dca: use defines for subband related constants 9 years ago
Alexandra Hájková 2008f76054 dca: remove unused decode_hf function and quant_d tables 9 years ago
Alexandra Hájková aebf07075f dca: change the core to work with integer coefficients. 9 years ago
Anton Khirnov 2c6811397b lavc: add profiles to AVCodecDescriptor 9 years ago
Tim Walker c12c085be7 dcadec: Do not check for overreads in auxiliary data 9 years ago
Alexandra Khirnova 58b42345b3 dcadec: reorganise context data 9 years ago
Vittorio Giovara 4c160fa239 dcadec: Always initialize return variable 9 years ago
Alexandra Khirnova d0a3e89d41 dcadec: make a number of samples per subband per subsubframe a named constant 9 years ago
Alexandra Hájková 7778859835 dcadec: set channel layout in a separate function 9 years ago
Alexandra Hájková 971177f751 dcadec: scan for extensions in a separate function 9 years ago
Vittorio Giovara dc70c19476 lavc: Drop deprecated request_channels related functions 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 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
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
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
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
Niels Möller f2ce63246f dcadec: replace ldexpf with a multiplication by a constant 11 years ago
Niels Möller 6b7b8585d7 dca: Convert dca_dmixtable to integers 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
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 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
Michael Niedermayer b6a9719941 dcadec: Decode LFE to avoid adding random data when downmixing with LFE 11 years ago
Tim Walker 7dc827b709 dcadec: Add some logging before returning on error 11 years ago
Tim Walker 3c8507a845 dcadec: add disable_xch private option. 11 years ago
Tim Walker 220494ad0b dcadec: treat all 2-channel modes as Stereo in dca_downmix. 11 years ago
Tim Walker aaa44d0299 dca: support mixing LFE in dca_downmix. 11 years ago
Tim Walker 44b17d794a dca: extract core substream's embedded downmix coeffcient codes, if present. 11 years ago
Tim Walker 27245b4e1b dca: remove embedded downmix coefficient extraction. 11 years ago
Tim Walker b6d5e6aa10 dca: convert dca_default_coeffs to float. 11 years ago
Tim Walker 25609b63d2 dcadec: store the stereo downmix coefficients as float in the DCAContext. 11 years ago
Tim Walker 89de5157b1 dcadec: implement request_channel_layout. 11 years ago