11153 Commits (8ef4e65e94caad90b2d63ff421c8a8155045cb15)

Author SHA1 Message Date
  Kostya Shishkov d1cc6e46f2 simplify 4-point transform part a bit 18 years ago
  Kostya Shishkov f3647f59f1 Factor out constant addition 18 years ago
  Kostya Shishkov 34093ab58e Save quantizer values as well 18 years ago
  Kostya Shishkov b008e6b869 Save coded block patterns for future loop filtering. 18 years ago
  Diego Biurrun 61dbf4e557 Simplify preprocessor expression as suggested by Mans. 18 years ago
  Diego Biurrun f9cac0a778 Replace puts() by dprintf where appropriate. 18 years ago
  Michael Niedermayer 76d7c327eb Replace idiotic (what moron wrote that code?) "buffer overflow" message by 18 years ago
  Diego Biurrun 426d18b85b Rename illegal identifiers, _ followed by capital is reserved for the system. 18 years ago
  Kostya Shishkov 95e3fdb846 pqindex=0 is forbidden 18 years ago
  Michael Niedermayer 9ccbc672aa qscale==0 is invalid 18 years ago
  Diego Biurrun 7f390307db Add const qualifiers to unmodified function parameters, fixes the warning: 18 years ago
  Diego Biurrun 744496e3e3 Remove bogus cast. 18 years ago
  Sigbjørn Skjæret 9ad5675f25 Add a couple of missing consts. 18 years ago
  Christophe Gisquet 750e37eb83 Select scan tables for 8x4 and 4x8 blocks only once. 18 years ago
  Michael Niedermayer 526e037b95 Remove green clouds. 18 years ago
  Luca Barbato 3174c77a3e gcc2 doesn't have bogus mergel, patch from Sigbjørn Skjæret cisc...broadpark___no 18 years ago
  Robert Swain 3ed546fe52 Add variable alpha and size of half window for Kaiser-Bessel Derived window 18 years ago
  Reimar Döffinger 99fac0806b Get rid of fft_rev table, use ff_reverse and a shift. 18 years ago
  Reimar Döffinger f952b30cd1 Use FFSWAP instead of "manual" swap 18 years ago
  Robert Swain 4eb7a735cb Make the Kaiser-Bessel window generator a common function 18 years ago
  Michael Niedermayer 9f7458b285 Factorize some code into functions, had this in my tree and will be 18 years ago
  Brian Brice 812f29ffb8 Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com. 18 years ago
  Brian Brice 4a69055bad Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com. 18 years ago
  Christophe Gisquet 28748a9128 Factorize some duplicated code from CAVS and H.264 into a common file. 18 years ago
  Andreas Öman 48aecf5a7d Fix a bug causing the generated stream to be corrupt if the buffer 18 years ago
  Justin Ruggles f34b221bd2 used defined name for testing error resilience level 18 years ago
  Diego Biurrun aa6b38c29d Fix random typos. 18 years ago
  Michael Niedermayer 787e135391 Randomly change the amount of noise if nothing is explicitly set. 18 years ago
  Diego Pettenò 81fe0cfc0b Mark the ff_svq1_frame_size_table as constant. 18 years ago
  Diego Pettenò a1f89639a8 Move wmv1_scantable to .rodata section by making it an array of arrays. 18 years ago
  Diego Pettenò 9307db13f6 Mark the tables in g726.c as constant. 18 years ago
  Diego Pettenò b2a9177017 Remove unused symbol. 18 years ago
  Justin Ruggles f0b3a7ba12 split out init of downmix coeffs into a separate function that can be called 18 years ago
  Justin Ruggles 82a6c4811a remove unneeded variable from AC3DecodeContext 18 years ago
  Justin Ruggles 4bc829bb8f make sure that the last coupling band stops at the end of the coupling range 18 years ago
  Justin Ruggles b02fbf7536 fix phase flag processing for the case when coupling coordinates are reused 18 years ago
  Diego Biurrun 621d7fe936 Rename two structures, identifiers starting with _[A-Z] are reserved. 18 years ago
  Kostya Shishkov 81df386929 Fractional parts of motion vectors should be accounted separately too 18 years ago
  Justin Ruggles cfec09e914 check for request_channels in dca init function 18 years ago
  Justin Ruggles ef7f2bb782 add downmixing support to libfaad decoder 18 years ago
  Justin Ruggles 1d8cfa3168 cosmetics: indentation after last commit 18 years ago
  Justin Ruggles 646800f79c move E-AC3 header parsing to ff_ac3_parse_header() 18 years ago
  Justin Ruggles 86ad4c7e1b remove unneeded variables from AC3HeaderInfo 18 years ago
  Justin Ruggles 3eca1e6fad do not set channels before checking request_channels 18 years ago
  Justin Ruggles dc7009ea1b use request_channels in liba52 decoder 18 years ago
  Justin Ruggles 2816d32310 cosmetics: indentation 18 years ago
  Justin Ruggles 95283c1701 check for request_channels at codec init 18 years ago
  Justin Ruggles 6cd325c106 do not set channels before checking request_channels 18 years ago
  Justin Ruggles f228eb737b adjust output channels based on AVCodecContext.request_channels in AC3 parser 18 years ago
  Michael Niedermayer 9bd005bdbc Drop non key frames before the first key frame. 18 years ago