| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'b5f19f7478492307e4b4763aeac3180faf50e17f' | James Almer | 2017-10-30 | 1 | -4/+6 |
|\ |
|
| * | aac: Split function to parse ADTS header data into public and private part | Diego Biurrun | 2017-05-02 | 1 | -4/+6 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
| * | aac_parser: add required padding for GetBitContext buffer | Janne Grunau | 2015-06-09 | 1 | -1/+1 |
* | | avcodec: fix aac/ac3 parser bitstream buffer size | Michael Niedermayer | 2014-08-22 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for parsers. | Anton Khirnov | 2011-11-02 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | lavc: use avpriv_ prefix for ff_aac_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 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Split the ADTS header decoder off of the ADTS parser. | Alex Converse | 2010-07-12 | 1 | -44/+1 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -1/+1 |
* | bswap: change ME to NE in macro names | Måns Rullgård | 2010-07-10 | 1 | -1/+1 |
* | Allow parsing and decoding of ADTS AAC files with channel config = 0 | Alex Converse | 2009-05-13 | 1 | -3/+0 |
* | Move the ADTS header size to the parser's header file. | Alex Converse | 2009-05-13 | 1 | -5/+3 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Close the AAC parse context, discovered by Netgem. | Alex Converse | 2009-02-23 | 1 | -1/+1 |
* | Correctly map ADTS profile_ObjectType to MPEG-4 AOT | Alex Converse | 2009-02-13 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -2/+2 |
* | Support ADTS AAC files in the ffaac decoder (limited to streams containing one | Robert Swain | 2009-01-07 | 1 | -32/+54 |
* | AAC: fix strict aliasing violation in parser | Måns Rullgård | 2008-12-17 | 1 | -3/+6 |
* | aac_parser: fix strict aliasing violation | Måns Rullgård | 2008-10-11 | 1 | -2/+3 |
* | 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 | -2/+1 |
* | undo changes in aac_ac3_parser | Bartlomiej Wolowiec | 2008-04-09 | 1 | -6/+4 |
* | 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 | -4/+6 |
* | use mpeg4audio common code in aac parser | Baptiste Coudurier | 2008-04-01 | 1 | -16/+5 |
* | removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag | Bartlomiej Wolowiec | 2008-03-28 | 1 | -3/+2 |
* | adding lacking include to aac3_parser.c | Bartlomiej Wolowiec | 2008-03-24 | 1 | -0/+1 |
* | using EAC3_STREAM_TYPE_* instead of numbers | Bartlomiej Wolowiec | 2008-03-24 | 1 | -1/+1 |
* | using stream type in eac3 parser | Bartlomiej Wolowiec | 2008-03-24 | 1 | -0/+1 |
* | 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 |
* | prevent infinite loop and memcpy of negative amounts | Michael Niedermayer | 2007-10-13 | 1 | -0/+3 |
* | 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/+97 |