| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-21 | 1 | -1/+1 |
|\ |
|
| * | lavc: use avpriv_ prefix for ff_ac3_parse_header. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Remove unused ff_ac3_parse_header_full function. | Diego Elio Pettenò | 2011-01-25 | 1 | -11/+0 |
* | | Remove unused ff_ac3_parse_header_full function. | Diego Elio Pettenò | 2011-01-26 | 1 | -11/+0 |
|/ |
|
* | Restore mistakenly removed [in]/[out] Doxygen parameter attributes. | Diego Biurrun | 2010-07-14 | 1 | -4/+4 |
* | Avoid square brackets in Doxygen comments; Doxygen chokes on them. | Diego Biurrun | 2010-07-02 | 1 | -4/+4 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -4/+4 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | 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 | -9/+0 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | cosmetics: make all references to AC-3 capitalized and hyphenated | Justin Ruggles | 2008-08-03 | 1 | -1/+1 |
* | use enum value for CRC error | Justin Ruggles | 2008-05-31 | 1 | -0/+1 |
* | add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header() | Bartlomiej Wolowiec | 2008-04-24 | 1 | -0/+11 |
* | change ff_ac3_parse_header() to take a GetBitContext instead of const char* | Bartlomiej Wolowiec | 2008-04-22 | 1 | -2/+3 |
* | change name from stream type to frame type in AC3 code | Bartlomiej Wolowiec | 2008-03-28 | 1 | -1/+1 |
* | using stream type in eac3 parser | Bartlomiej Wolowiec | 2008-03-24 | 1 | -0/+1 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | better AC3 header error reporting | Justin Ruggles | 2007-09-15 | 1 | -0/+7 |
* | move aac and ac3 parsers in their own files | Aurelien Jacobs | 2007-05-08 | 1 | -0/+40 |