| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace puts() by dprintf where appropriate. | Diego Biurrun | 2008-01-17 | 1 | -6/+2 |
* | Replace idiotic (what moron wrote that code?) "buffer overflow" message by | Michael Niedermayer | 2008-01-17 | 1 | -1/+1 |
* | Rename illegal identifiers, _ followed by capital is reserved for the system. | Diego Biurrun | 2008-01-16 | 1 | -8/+8 |
* | pqindex=0 is forbidden | Kostya Shishkov | 2008-01-16 | 1 | -0/+2 |
* | qscale==0 is invalid | Michael Niedermayer | 2008-01-16 | 1 | -1/+1 |
* | Add const qualifiers to unmodified function parameters, fixes the warning: | Diego Biurrun | 2008-01-16 | 1 | -1/+1 |
* | Remove bogus cast. | Diego Biurrun | 2008-01-16 | 1 | -1/+1 |
* | Add a couple of missing consts. | Sigbjørn Skjæret | 2008-01-14 | 1 | -1/+1 |
* | Select scan tables for 8x4 and 4x8 blocks only once. | Christophe Gisquet | 2008-01-14 | 2 | -12/+12 |
* | Remove green clouds. | Michael Niedermayer | 2008-01-14 | 1 | -4/+16 |
* | gcc2 doesn't have bogus mergel, patch from Sigbjørn Skjæret cisc...broadpar... | Luca Barbato | 2008-01-13 | 1 | -1/+1 |
* | Add variable alpha and size of half window for Kaiser-Bessel Derived window | Robert Swain | 2008-01-13 | 3 | -9/+12 |
* | Get rid of fft_rev table, use ff_reverse and a shift. | Reimar Döffinger | 2008-01-13 | 1 | -11/+1 |
* | Use FFSWAP instead of "manual" swap | Reimar Döffinger | 2008-01-12 | 1 | -6/+2 |
* | Make the Kaiser-Bessel window generator a common function | Robert Swain | 2008-01-12 | 3 | -25/+29 |
* | Factorize some code into functions, had this in my tree and will be | Michael Niedermayer | 2008-01-11 | 1 | -53/+67 |
* | Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com. | Brian Brice | 2008-01-11 | 1 | -0/+1 |
* | Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com. | Brian Brice | 2008-01-11 | 1 | -0/+1 |
* | Factorize some duplicated code from CAVS and H.264 into a common file. | Christophe Gisquet | 2008-01-11 | 4 | -73/+57 |
* | Fix a bug causing the generated stream to be corrupt if the buffer | Andreas Öman | 2008-01-09 | 1 | -2/+2 |
* | used defined name for testing error resilience level | Justin Ruggles | 2008-01-08 | 1 | -1/+1 |
* | Fix random typos. | Diego Biurrun | 2008-01-08 | 1 | -1/+1 |
* | Randomly change the amount of noise if nothing is explicitly set. | Michael Niedermayer | 2008-01-08 | 1 | -1/+1 |
* | Mark the ff_svq1_frame_size_table as constant. | Diego Pettenò | 2008-01-07 | 2 | -2/+2 |
* | Move wmv1_scantable to .rodata section by making it an array of arrays. | Diego Pettenò | 2008-01-07 | 2 | -48/+42 |
* | Mark the tables in g726.c as constant. | Diego Pettenò | 2008-01-07 | 1 | -22/+22 |
* | Remove unused symbol. | Diego Pettenò | 2008-01-07 | 2 | -4/+0 |
* | split out init of downmix coeffs into a separate function that can be called | Justin Ruggles | 2008-01-07 | 1 | -10/+30 |
* | remove unneeded variable from AC3DecodeContext | Justin Ruggles | 2008-01-06 | 1 | -3/+1 |
* | make sure that the last coupling band stops at the end of the coupling range | Justin Ruggles | 2008-01-06 | 1 | -0/+1 |
* | fix phase flag processing for the case when coupling coordinates are reused | Justin Ruggles | 2008-01-06 | 1 | -4/+7 |
* | Rename two structures, identifiers starting with _[A-Z] are reserved. | Diego Biurrun | 2008-01-06 | 1 | -2/+2 |
* | Fractional parts of motion vectors should be accounted separately too | Kostya Shishkov | 2008-01-06 | 1 | -7/+6 |
* | check for request_channels in dca init function | Justin Ruggles | 2008-01-05 | 1 | -0/+7 |
* | add downmixing support to libfaad decoder | Justin Ruggles | 2008-01-05 | 2 | -3/+24 |
* | cosmetics: indentation after last commit | Justin Ruggles | 2008-01-05 | 1 | -34/+34 |
* | move E-AC3 header parsing to ff_ac3_parse_header() | Justin Ruggles | 2008-01-05 | 2 | -47/+40 |
* | remove unneeded variables from AC3HeaderInfo | Justin Ruggles | 2008-01-05 | 3 | -17/+11 |
* | do not set channels before checking request_channels | Justin Ruggles | 2008-01-05 | 1 | -1/+2 |
* | use request_channels in liba52 decoder | Justin Ruggles | 2008-01-05 | 1 | -5/+11 |
* | cosmetics: indentation | Justin Ruggles | 2008-01-05 | 1 | -1/+1 |
* | check for request_channels at codec init | Justin Ruggles | 2008-01-05 | 1 | -0/+7 |
* | do not set channels before checking request_channels | Justin Ruggles | 2008-01-05 | 1 | -1/+2 |
* | adjust output channels based on AVCodecContext.request_channels in AC3 parser | Justin Ruggles | 2008-01-05 | 1 | -0/+7 |
* | Drop non key frames before the first key frame. | Michael Niedermayer | 2008-01-05 | 1 | -1/+3 |
* | improve CRC API | Aurelien Jacobs | 2008-01-04 | 5 | -18/+12 |
* | Enable proper output from the LFE channel, based on patch from Mathias Rauen ... | Benjamin Larsson | 2008-01-04 | 1 | -1/+1 |
* | RV30 thirdpel motion compensation support | Kostya Shishkov | 2008-01-04 | 2 | -16/+267 |
* | Change some files to only include the necessary headers. | Diego Biurrun | 2008-01-04 | 4 | -5/+3 |
* | Initialize "saved" buffer to zero. | Benoit Fouet | 2008-01-04 | 1 | -1/+1 |