| Commit message (Expand) | Author | Age | Files | Lines |
* | This fixes the code so it is correct on both sides of the if(). | Michael Niedermayer | 2008-04-19 | 1 | -1/+3 |
* | indent | Michael Niedermayer | 2008-04-19 | 1 | -14/+14 |
* | 100l I broke AC3 in MPEG seeking. | Michael Niedermayer | 2008-04-19 | 1 | -1/+1 |
* | part 1 of EAC3 support | Michael Niedermayer | 2008-04-19 | 1 | -1/+4 |
* | Add new_frame_start and need_next_header. | Michael Niedermayer | 2008-04-19 | 1 | -1/+2 |
* | Change aac and ac3 parsers to use ff_combine_frame(). | Michael Niedermayer | 2008-04-19 | 1 | -37/+32 |
* | remove AACAC3FrameFlag | Michael Niedermayer | 2008-04-18 | 1 | -2/+1 |
* | undo changes in aac_ac3_parser | Bartlomiej Wolowiec | 2008-04-09 | 1 | -39/+34 |
* | Correction of typo in aac_ac3_parser | Bartlomiej Wolowiec | 2008-04-08 | 1 | -1/+1 |
* | Corrections of errors in aac_ac3_parser | Bartlomiej Wolowiec | 2008-04-07 | 1 | -1/+8 |
* | change of aac_ac3_parser, so it is able to send complete portion of data to d... | Bartlomiej Wolowiec | 2008-04-05 | 1 | -34/+32 |
* | removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag | Bartlomiej Wolowiec | 2008-03-28 | 1 | -1/+2 |
* | Pass AACAC3ParseContext to sync() instead of individual arguments. Patch by | Justin Ruggles | 2008-03-23 | 1 | -8/+7 |
* | add downmixing support to libfaad decoder | Justin Ruggles | 2008-01-05 | 1 | -3/+4 |
* | 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 |
* | cosmetics: indentation after last commit | Justin Ruggles | 2008-01-03 | 1 | -1/+1 |
* | remove workaround which is no longer needed due to | Justin Ruggles | 2008-01-03 | 1 | -7/+0 |
* | factorize code and add safety check to prevent memcpying negative amounts | Michael Niedermayer | 2007-10-13 | 1 | -13/+8 |
* | cosmetics: rename for consistency after previous aac and ac3 parsers move | Aurelien Jacobs | 2007-05-08 | 1 | -2/+2 |
* | move aac and ac3 parsers in their own files | Aurelien Jacobs | 2007-05-08 | 1 | -0/+91 |