| Commit message (Expand) | Author | Age | Files | Lines |
* | Cosmetics: Re-indent after last commit. | Alex Converse | 2010-03-04 | 1 | -13/+13 |
* | AAC parser: Don't write channels, sample rate, and frame size each frame. | Alex Converse | 2010-03-04 | 1 | -3/+11 |
* | Cosmetics after last commit | Alex Converse | 2009-05-13 | 1 | -3/+1 |
* | Allow parsing and decoding of ADTS AAC files with channel config = 0 | Alex Converse | 2009-05-13 | 1 | -0/+2 |
* | Add channel layout support to the AC-3 decoder and AC-3 parser. | Justin Ruggles | 2009-04-19 | 1 | -0/+1 |
* | Allow AC-3 parser to modify codec_id. | Joakim Plate | 2009-02-19 | 1 | -0/+3 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -2/+2 |
* | Reset state after some frame header is found. | Michael Niedermayer | 2008-10-29 | 1 | -0/+1 |
* | Fix all the recent problems Justin had run into with the AC3 parser, | Michael Niedermayer | 2008-09-22 | 1 | -1/+1 |
* | create a separate codec_id for E-AC-3 | Justin Ruggles | 2008-09-01 | 1 | -1/+2 |
* | cosmetics: make all references to AC-3 capitalized and hyphenated | Justin Ruggles | 2008-08-03 | 1 | -2/+2 |
* | 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 |