60 Commits (f36925201c591015b1fbd366df71317f0290cef2)

Author SHA1 Message Date
Diego Biurrun b7f98659f2 Remove unnecessary get_bits.h #includes 9 years ago
Ganesh Ajjanagadde 7b11eead1b avcodec/ac3: always use hardcoded tables 9 years ago
Andreas Cadhalpun bc4fee7f2a ac3: validate end in ff_ac3_bit_alloc_calc_mask 10 years ago
Michael Niedermayer e3f5b6f16d avcodec/ac3: Fix undefined shift in ff_ac3_bit_alloc_calc_mask() 10 years ago
Justin Ruggles 4c64c8e95a ac3dec: fix processing of delta bit allocation information. 14 years ago
Mans Rullgard 6d9f52b2cd ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Justin Ruggles dff80041e3 Add ff_ prefix to ac3_common_init(). 14 years ago
Justin Ruggles e732af87fc ac3: Remove ff_ac3_critical_band_size_tab. 14 years ago
Justin Ruggles 4c57cde942 Add ff_ prefix to ac3_common_init(). 14 years ago
Justin Ruggles 24e3ad3031 ac3: Remove ff_ac3_critical_band_size_tab. 14 years ago
Diego Elio Pettenò 6b784f1b91 Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables. 14 years ago
Diego Elio Pettenò a172126c38 Remove unused ac3_parametric_bit_allocation function. 14 years ago
Diego Elio Pettenò 6ed3b504f9 Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables. 14 years ago
Diego Elio Pettenò 362bfe2997 Remove unused ac3_parametric_bit_allocation function. 14 years ago
Justin Ruggles ce571ceb45 Use AC3_MAX_COEFS instead of 256 in a couple places in ac3.c 14 years ago
Justin Ruggles 47ae6e795b define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder. 14 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Reimar Döffinger 29b75f0b67 Change code so it uses 2 adds instead of one FFABS. 15 years ago
Justin Ruggles 31f8c10983 Simplify AC-3 critical band end calculation (correctly this time). 15 years ago
Justin Ruggles 94593c9b52 Revert r20050, which caused decoding errors with at least one valid AC-3 file. 15 years ago
Justin Ruggles 09e03847b9 Remove unneeded table lookup. 15 years ago
Justin Ruggles 444ce49a7a Cosmetics: Rename some variables to be more descriptive of their use. 15 years ago
Justin Ruggles 4e745ea83e Move some variable declarations to inside of loops. 15 years ago
Justin Ruggles 3538a2e47a Remove unneeded variable. 15 years ago
Justin Ruggles 84cb4bc6a2 Cosmetics: Rename some variables to be more descriptive of their use. 15 years ago
Justin Ruggles 8a547c25a0 Remove some unneeded variables. 15 years ago
Justin Ruggles 403b1543b5 Cosmetics: Rename some variables 15 years ago
Justin Ruggles f805d5fc9d simplify 2 lines into 1 using FFMIN 15 years ago
Justin Ruggles 612bdf1808 Cosmetics: Do some basic pretty-printing. 15 years ago
Justin Ruggles bf8643838b Simplify by combining increment with array access. 15 years ago
Justin Ruggles 89e6317b5b cosmetics: Rename some variables to be more descriptive of their use. Do some 15 years ago
Justin Ruggles a7e7417c41 Move 2 variable declarations to inside of loop. 15 years ago
Justin Ruggles 20520421a1 simplify by combining increment with array access 15 years ago
Justin Ruggles be5830ea7a Remove unneeded variable 15 years ago
Justin Ruggles b05e4195d4 Hardcode AC-3 critical band tables when CONFIG_HARDCODED_TABLES is set. 15 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Justin Ruggles 20e047262f cosmetics: alignment after last commit 16 years ago
Justin Ruggles 72a6244b5d ac3: detect dba errors and prevent writing past end of array 16 years ago
Justin Ruggles 14b7062829 cosmetics: make all references to AC-3 capitalized and hyphenated 17 years ago
Justin Ruggles 687671f03b pass bap table to ff_ac3_bit_alloc_calc_bap() 17 years ago
Justin Ruggles 31bc6b4549 prevent crash when dba params are invalid 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 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
Justin Ruggles cc2a8443eb move some common values to ac3.h and utilize them 18 years ago
Aurelien Jacobs 7adb10bedf move ac3 tables from a .h to a .c 18 years ago