summaryrefslogtreecommitdiff
path: root/libavcodec/aacadtsdec.h
Commit message (Collapse)AuthorAge
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
| | | | Anonymous structs cannot be forward declared and have no benefit.
* lavc: use avpriv_ prefix for ff_aac_parse_header().Anton Khirnov2011-10-20
| | | | It's used in lavf.
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Restore mistakenly removed [in]/[out] Doxygen parameter attributes.Diego Biurrun2010-07-14
| | | | Originally committed as revision 24241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the ADTS header decoder off of the ADTS parser.Alex Converse2010-07-12
The AAC decoder and ADTS-to-ASC BSF both require the header decoder but not full parsing capabilities. Originally committed as revision 24217 to svn://svn.ffmpeg.org/ffmpeg/trunk