| Commit message (Expand) | Author | Age | Files | Lines |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -2/+2 |
* | Add long names to AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | change ff_ac3_parse_header() to take a GetBitContext instead of const char* | Bartlomiej Wolowiec | 2008-04-22 | 1 | -32/+3 |
* | change name from stream type to frame type in AC3 code | Bartlomiej Wolowiec | 2008-03-28 | 1 | -2/+2 |
* | only allocate context input buffer if AVCodecContext.error_reslience is great... | Justin Ruggles | 2008-03-26 | 1 | -2/+11 |
* | cosmetics: indentation after last commit | Justin Ruggles | 2008-03-25 | 1 | -1/+1 |
* | additional protection from segmentation faults and memory access errors by | Justin Ruggles | 2008-03-25 | 1 | -0/+11 |
* | using stream type in eac3 parser | Bartlomiej Wolowiec | 2008-03-24 | 1 | -0/+3 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -3/+3 |
* | make input buffer const, as it should be. fixes a warning. | Justin Ruggles | 2008-03-10 | 1 | -1/+2 |
* | downmix before imdct unless different size transforms are used. about 20% | Justin Ruggles | 2008-03-09 | 1 | -21/+76 |
* | use scale factor instead of sum for downmix level adjustment. avoids division | Justin Ruggles | 2008-03-01 | 1 | -6/+9 |
* | pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing. | Justin Ruggles | 2008-03-01 | 1 | -6/+11 |
* | Use 24-bit fixed-point transform coefficients until just before MDCT. This | Justin Ruggles | 2008-03-01 | 1 | -45/+37 |
* | Add variable alpha and size of half window for Kaiser-Bessel Derived window | Robert Swain | 2008-01-13 | 1 | -1/+1 |
* | Make the Kaiser-Bessel window generator a common function | Robert Swain | 2008-01-12 | 1 | -25/+1 |
* | used defined name for testing error resilience level | Justin Ruggles | 2008-01-08 | 1 | -1/+1 |
* | 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 |
* | move E-AC3 header parsing to ff_ac3_parse_header() | Justin Ruggles | 2008-01-05 | 1 | -0/+3 |
* | remove unneeded variables from AC3HeaderInfo | Justin Ruggles | 2008-01-05 | 1 | -4/+2 |
* | 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 |
* | improve CRC API | Aurelien Jacobs | 2008-01-04 | 1 | -1/+1 |
* | cosmetics: indentation and add a TODO comment | Justin Ruggles | 2008-01-04 | 1 | -4/+5 |
* | only check ac3 crc if AVCodecContext.error_resilience > 0 | Justin Ruggles | 2008-01-03 | 1 | -0/+2 |
* | add crc check to ac3 decoder | Justin Ruggles | 2008-01-03 | 1 | -3/+10 |
* | simplify | Justin Ruggles | 2007-12-30 | 1 | -2/+2 |
* | pass an AC3DecodeContext to ac3_downmix() instead of multiple arguments | Justin Ruggles | 2007-12-30 | 1 | -14/+12 |
* | cosmetics: rename sampling_rate to sample_rate | Justin Ruggles | 2007-12-30 | 1 | -3/+3 |
* | do not need to cast a (void *) | Justin Ruggles | 2007-12-30 | 1 | -2/+2 |
* | cosmetics: vertical realignment after last commit | Justin Ruggles | 2007-12-30 | 1 | -7/+6 |
* | cosmetics: rename all AC3DecodeContext variables from ctx to s | Justin Ruggles | 2007-12-30 | 1 | -251/+251 |
* | cosmetics: rename GetBitContext gb to gbc | Justin Ruggles | 2007-12-30 | 1 | -83/+83 |
* | remove unused context variable | Justin Ruggles | 2007-12-30 | 1 | -2/+0 |
* | Add option for user to scale the amount of dynamic range compression which is | Justin Ruggles | 2007-12-20 | 1 | -1/+2 |
* | Skip dialog normalization. It shouldn't be used by the decoder, and there is | Justin Ruggles | 2007-12-17 | 1 | -16/+4 |
* | Revert commit made in revision 11228. I'm getting some strange results in the | Justin Ruggles | 2007-12-17 | 1 | -34/+13 |
* | downmix before the IMDCT if no block switching is used | Justin Ruggles | 2007-12-16 | 1 | -13/+34 |
* | Make AC3 decoder honor avctx->request_channels | Andreas Ă–man | 2007-12-15 | 1 | -16/+5 |
* | cosmetics: rename ac3 decoder variables | Justin Ruggles | 2007-12-09 | 1 | -162/+162 |
* | cosmetics: rename common ac3 variables | Justin Ruggles | 2007-12-09 | 1 | -39/+39 |
* | cosmetics: rename ac3 bit allocation variables | Justin Ruggles | 2007-12-09 | 1 | -34/+34 |
* | cosmetics: rename ac3 tables | Justin Ruggles | 2007-12-09 | 1 | -6/+6 |
* | Misc spelling fixes, prefer American over British English. | Diego Biurrun | 2007-12-02 | 1 | -4/+4 |
* | skip incomplete frames | Justin Ruggles | 2007-09-15 | 1 | -0/+6 |
* | better AC3 header error reporting | Justin Ruggles | 2007-09-15 | 1 | -5/+21 |
* | fix random dithering of zero-bit mantissas | Justin Ruggles | 2007-09-15 | 1 | -1/+1 |