6035 Commits (1ca5d97fc8e513fb6f2ca62dee3c1e6ef4218c12)

Author SHA1 Message Date
Diego Biurrun 426d18b85b Rename illegal identifiers, _ followed by capital is reserved for the system. 17 years ago
Kostya Shishkov 95e3fdb846 pqindex=0 is forbidden 17 years ago
Michael Niedermayer 9ccbc672aa qscale==0 is invalid 17 years ago
Diego Biurrun 7f390307db Add const qualifiers to unmodified function parameters, fixes the warning: 17 years ago
Diego Biurrun 744496e3e3 Remove bogus cast. 17 years ago
Sigbjørn Skjæret 9ad5675f25 Add a couple of missing consts. 17 years ago
Christophe Gisquet 750e37eb83 Select scan tables for 8x4 and 4x8 blocks only once. 17 years ago
Michael Niedermayer 526e037b95 Remove green clouds. 17 years ago
Luca Barbato 3174c77a3e gcc2 doesn't have bogus mergel, patch from Sigbjørn Skjæret cisc...broadpark___no 17 years ago
Robert Swain 3ed546fe52 Add variable alpha and size of half window for Kaiser-Bessel Derived window 17 years ago
Reimar Döffinger 99fac0806b Get rid of fft_rev table, use ff_reverse and a shift. 17 years ago
Reimar Döffinger f952b30cd1 Use FFSWAP instead of "manual" swap 17 years ago
Robert Swain 4eb7a735cb Make the Kaiser-Bessel window generator a common function 17 years ago
Michael Niedermayer 9f7458b285 Factorize some code into functions, had this in my tree and will be 17 years ago
Brian Brice 812f29ffb8 Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com. 17 years ago
Brian Brice 4a69055bad Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com. 17 years ago
Christophe Gisquet 28748a9128 Factorize some duplicated code from CAVS and H.264 into a common file. 17 years ago
Andreas Öman 48aecf5a7d Fix a bug causing the generated stream to be corrupt if the buffer 17 years ago
Justin Ruggles f34b221bd2 used defined name for testing error resilience level 17 years ago
Diego Biurrun aa6b38c29d Fix random typos. 17 years ago
Michael Niedermayer 787e135391 Randomly change the amount of noise if nothing is explicitly set. 17 years ago
Diego Pettenò 81fe0cfc0b Mark the ff_svq1_frame_size_table as constant. 17 years ago
Diego Pettenò a1f89639a8 Move wmv1_scantable to .rodata section by making it an array of arrays. 17 years ago
Diego Pettenò 9307db13f6 Mark the tables in g726.c as constant. 17 years ago
Diego Pettenò b2a9177017 Remove unused symbol. 17 years ago
Justin Ruggles f0b3a7ba12 split out init of downmix coeffs into a separate function that can be called 17 years ago
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
Diego Biurrun 621d7fe936 Rename two structures, identifiers starting with _[A-Z] are reserved. 17 years ago
Kostya Shishkov 81df386929 Fractional parts of motion vectors should be accounted separately too 17 years ago
Justin Ruggles cfec09e914 check for request_channels in dca init function 17 years ago
Justin Ruggles ef7f2bb782 add downmixing support to libfaad decoder 17 years ago
Justin Ruggles 1d8cfa3168 cosmetics: indentation after last commit 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 3eca1e6fad do not set channels before checking request_channels 17 years ago
Justin Ruggles dc7009ea1b use request_channels in liba52 decoder 17 years ago
Justin Ruggles 2816d32310 cosmetics: indentation 17 years ago
Justin Ruggles 95283c1701 check for request_channels at codec init 17 years ago
Justin Ruggles 6cd325c106 do not set channels before checking request_channels 17 years ago
Justin Ruggles f228eb737b adjust output channels based on AVCodecContext.request_channels in AC3 parser 17 years ago
Michael Niedermayer 9bd005bdbc Drop non key frames before the first key frame. 17 years ago
Aurelien Jacobs 3abe5fbdc4 improve CRC API 17 years ago
Benjamin Larsson 9389e63c83 Enable proper output from the LFE channel, based on patch from Mathias Rauen dear dot madshi at net 17 years ago
Kostya Shishkov f1917274cc RV30 thirdpel motion compensation support 17 years ago
Diego Biurrun 0c89322463 Change some files to only include the necessary headers. 17 years ago
Benoit Fouet 1234585fac Initialize "saved" buffer to zero. 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