278 Commits (cf57bea6fb32a320191f9f0721b352fc33c87826)

Author SHA1 Message Date
Justin Ruggles 82a6c4811a remove unneeded variable from AC3DecodeContext 17 years ago
Justin Ruggles 4bc829bb8f make sure that the last coupling band stops at the end of the coupling range 17 years ago
Justin Ruggles b02fbf7536 fix phase flag processing for the case when coupling coordinates are reused 17 years ago
Justin Ruggles 646800f79c move E-AC3 header parsing to ff_ac3_parse_header() 17 years ago
Justin Ruggles 86ad4c7e1b remove unneeded variables from AC3HeaderInfo 17 years ago
Justin Ruggles 2816d32310 cosmetics: indentation 17 years ago
Justin Ruggles 95283c1701 check for request_channels at codec init 17 years ago
Aurelien Jacobs 3abe5fbdc4 improve CRC API 17 years ago
Justin Ruggles 7564658bbc cosmetics: indentation and add a TODO comment 17 years ago
Justin Ruggles 471db688c6 only check ac3 crc if AVCodecContext.error_resilience > 0 17 years ago
Justin Ruggles d6939960d5 add crc check to ac3 decoder 17 years ago
Justin Ruggles 12eaa3b760 simplify 17 years ago
Justin Ruggles b35c67e58b pass an AC3DecodeContext to ac3_downmix() instead of multiple arguments 17 years ago
Justin Ruggles 866181e5e8 cosmetics: rename sampling_rate to sample_rate 17 years ago
Justin Ruggles 0345fade94 do not need to cast a (void *) 17 years ago
Justin Ruggles 1b70d88b7a cosmetics: vertical realignment after last commit 17 years ago
Justin Ruggles d802d7ca12 cosmetics: rename all AC3DecodeContext variables from ctx to s 17 years ago
Justin Ruggles 23c8cb89c9 cosmetics: rename GetBitContext gb to gbc 17 years ago
Justin Ruggles 005ab694ae remove unused context variable 17 years ago
Justin Ruggles 1408352ada Add option for user to scale the amount of dynamic range compression which is 17 years ago
Justin Ruggles 03726b7042 Skip dialog normalization. It shouldn't be used by the decoder, and there is 17 years ago
Justin Ruggles 224bc440b2 Revert commit made in revision 11228. I'm getting some strange results in the 17 years ago
Justin Ruggles b40211ff67 downmix before the IMDCT if no block switching is used 17 years ago
Andreas Öman 6708eefe55 Make AC3 decoder honor avctx->request_channels 17 years ago
Justin Ruggles e2270b4e1e cosmetics: rename ac3 decoder variables 17 years ago
Justin Ruggles e59cc20593 cosmetics: rename common ac3 variables 17 years ago
Justin Ruggles 5ce2134258 cosmetics: rename ac3 bit allocation variables 17 years ago
Justin Ruggles 66ecf18e38 cosmetics: rename ac3 tables 17 years ago
Diego Biurrun 56cc85a068 Misc spelling fixes, prefer American over British English. 17 years ago
Justin Ruggles a135bea507 skip incomplete frames 17 years ago
Justin Ruggles 3df880934e better AC3 header error reporting 17 years ago
Justin Ruggles d5b7144e1f fix random dithering of zero-bit mantissas 17 years ago
Justin Ruggles bfcf690c68 cosmetics: rename variables. tbl->tab for consistency with other AC3 tables 17 years ago
Justin Ruggles 396a6ee50e fix decoding of DolbyNet AC3 17 years ago
Justin Ruggles 222ae64c3d cosmetics: vertical alignment 17 years ago
Justin Ruggles 5066f51502 comments modification: add, clean up, Doxygenize, and reword 17 years ago
Justin Ruggles f5cefb21d5 cosmetics: blank lines, remove some comments 17 years ago
Justin Ruggles 82758fd690 add pointer to the parent context for use with av_log() 17 years ago
Justin Ruggles 77416325cb use array for dynamic range scaling factors 17 years ago
Justin Ruggles 01f354531d add dialogue normalization 17 years ago
Justin Ruggles 3bbb0bf82c add support for downmixing to stereo or mono 17 years ago
Justin Ruggles 4e09232070 use dsputil for float to signed 16-bit sample conversion 17 years ago
Justin Ruggles 775369e028 cosmetics: indentation 17 years ago
Justin Ruggles 7b4076a777 consolidate decoding of lfe and coupling channels with decoding of full-bandwidth channels. 17 years ago
Justin Ruggles 5e61de0cc1 there are only 4 rematrixing bands 17 years ago
Justin Ruggles 75b9b0369b cosmetics: use more appropriate names for iterator variables. 17 years ago
Justin Ruggles 8e2eb3b674 move some variables to a more local scope. 17 years ago
Justin Ruggles 0bff58a59a make exponent decoding consistent (prepare for merging coupling and lfe code with normal channel code). 17 years ago
Justin Ruggles eaf84d970f cosmetics: use braces when it makes the code easier to read. 17 years ago
Justin Ruggles fc59010bbf change AC3DecodeContext variable to local variable 17 years ago