summaryrefslogtreecommitdiffstats
path: root/libavcodec/latm_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
|
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-1/+1
|
* lavc: use designated initialisers for parsers.Anton Khirnov2011-11-021-5/+4
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
| | | | | | | None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com>
* latm: remove superflous #includesMans Rullgard2011-01-251-6/+1
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add single stream LATM/LOAS decoderJanne Grunau2010-11-021-0/+119
The decoder is just a wrapper around the AAC decoder. based on patch by Paul Kendall { paul <ät> kcbbs gen nz } Originally committed as revision 25642 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud