| Commit message (Expand) | Author | Age | Files | Lines |
* | Add channel layout support to the AC-3 decoder and AC-3 parser. | Justin Ruggles | 2009-04-19 | 1 | -0/+4 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Set the correct number of samples for E-AC-3 in the AC3 parser. | Justin Ruggles | 2009-02-20 | 1 | -1/+1 |
* | Allow AC-3 parser to modify codec_id. | Joakim Plate | 2009-02-19 | 1 | -0/+4 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -2/+2 |
* | Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that | Alex Converse | 2009-01-07 | 1 | -7/+7 |
* | AC3: fix strict aliasing violation in parser | Måns Rullgård | 2008-12-17 | 1 | -2/+5 |
* | create a separate codec_id for E-AC-3 | Justin Ruggles | 2008-09-01 | 1 | -1/+1 |
* | cosmetics: make all references to AC-3 capitalized and hyphenated | Justin Ruggles | 2008-08-03 | 1 | -1/+1 |
* | Close parse context. | David Liu | 2008-06-25 | 1 | -1/+1 |
* | move mix level tables from parser to decoder. have parser read bitstream valu... | Justin Ruggles | 2008-06-07 | 1 | -16/+4 |
* | add more gain levels and adjust mix level tables accordingly. | Justin Ruggles | 2008-06-07 | 1 | -2/+2 |
* | set default mix levels regardless of bitstream id | Justin Ruggles | 2008-06-07 | 1 | -4/+4 |
* | get substreamid from ac3 parser | Justin Ruggles | 2008-06-07 | 1 | -1/+2 |
* | get the number of blocks from the ac3 parser and use in the ac3 decoder. | Justin Ruggles | 2008-06-07 | 1 | -4/+4 |
* | add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header() | Bartlomiej Wolowiec | 2008-04-24 | 1 | -0/+29 |
* | change ff_ac3_parse_header() to take a GetBitContext instead of const char* | Bartlomiej Wolowiec | 2008-04-22 | 1 | -29/+44 |
* | Make most of E-AC-3 work without breaking regression tests. | Michael Niedermayer | 2008-04-19 | 1 | -3/+3 |
* | Part 2 of EAC3 support, this is still disabled as it breaks regressions | Michael Niedermayer | 2008-04-19 | 1 | -2/+2 |
* | Add new_frame_start and need_next_header. | Michael Niedermayer | 2008-04-19 | 1 | -1/+4 |
* | Change aac and ac3 parsers to use ff_combine_frame(). | Michael Niedermayer | 2008-04-19 | 1 | -3/+3 |
* | remove AACAC3FrameFlag | Michael Niedermayer | 2008-04-18 | 1 | -12/+1 |
* | undo changes in aac_ac3_parser | Bartlomiej Wolowiec | 2008-04-09 | 1 | -6/+14 |
* | Corrections of errors in aac_ac3_parser | Bartlomiej Wolowiec | 2008-04-07 | 1 | -1/+1 |
* | change of aac_ac3_parser, so it is able to send complete portion of data to d... | Bartlomiej Wolowiec | 2008-04-05 | 1 | -14/+6 |
* | change name from stream type to frame type in AC3 code | Bartlomiej Wolowiec | 2008-03-28 | 1 | -8/+8 |
* | removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag | Bartlomiej Wolowiec | 2008-03-28 | 1 | -1/+13 |
* | using EAC3_STREAM_TYPE_* instead of numbers | Bartlomiej Wolowiec | 2008-03-24 | 1 | -2/+2 |
* | using stream type in eac3 parser | Bartlomiej Wolowiec | 2008-03-24 | 1 | -1/+5 |
* | Pass AACAC3ParseContext to sync() instead of individual arguments. Patch by | Justin Ruggles | 2008-03-23 | 1 | -7/+6 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -1/+1 |
* | 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 | 1 | -47/+37 |
* | remove unneeded variables from AC3HeaderInfo | Justin Ruggles | 2008-01-05 | 1 | -8/+9 |
* | cosmetics: rename common ac3 variables | Justin Ruggles | 2007-12-09 | 1 | -35/+35 |
* | cosmetics: rename ac3 bit allocation variables | Justin Ruggles | 2007-12-09 | 1 | -14/+14 |
* | cosmetics: rename ac3 tables | Justin Ruggles | 2007-12-09 | 1 | -7/+7 |
* | prevent infinite loop and memcpy of negative amounts | Michael Niedermayer | 2007-10-13 | 1 | -0/+3 |
* | better AC3 header error reporting | Justin Ruggles | 2007-09-15 | 1 | -4/+4 |
* | move some common values to ac3.h and utilize them | Justin Ruggles | 2007-07-15 | 1 | -2/+2 |
* | cosmetics: rename for consistency after previous aac and ac3 parsers move | Aurelien Jacobs | 2007-05-08 | 1 | -3/+3 |
* | move aac and ac3 parsers in their own files | Aurelien Jacobs | 2007-05-08 | 1 | -0/+162 |