| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | cosmetics: rename variables. tbl->tab for consistency with other AC3 tables | Justin Ruggles | 2007-09-15 | 1 | -17/+17 |
* | fix decoding of DolbyNet AC3 | Justin Ruggles | 2007-09-15 | 1 | -2/+2 |
* | cosmetics: vertical alignment | Justin Ruggles | 2007-08-09 | 1 | -18/+18 |
* | comments modification: add, clean up, Doxygenize, and reword | Justin Ruggles | 2007-08-09 | 1 | -113/+146 |
* | cosmetics: blank lines, remove some comments | Justin Ruggles | 2007-08-05 | 1 | -8/+1 |
* | add pointer to the parent context for use with av_log() | Justin Ruggles | 2007-08-05 | 1 | -5/+7 |
* | use array for dynamic range scaling factors | Justin Ruggles | 2007-08-05 | 1 | -15/+10 |
* | add dialogue normalization | Justin Ruggles | 2007-08-05 | 1 | -4/+16 |
* | add support for downmixing to stereo or mono | Justin Ruggles | 2007-08-04 | 1 | -13/+110 |
* | use dsputil for float to signed 16-bit sample conversion | Justin Ruggles | 2007-08-04 | 1 | -17/+19 |
* | cosmetics: indentation | Justin Ruggles | 2007-08-04 | 1 | -7/+7 |
* | consolidate decoding of lfe and coupling channels with decoding of full-bandw... | Justin Ruggles | 2007-08-04 | 1 | -204/+138 |
* | there are only 4 rematrixing bands | Justin Ruggles | 2007-08-04 | 1 | -1/+1 |
* | cosmetics: use more appropriate names for iterator variables. | Justin Ruggles | 2007-08-04 | 1 | -66/+66 |