summaryrefslogtreecommitdiff
path: root/libavcodec/amr.h
Commit message (Collapse)AuthorAge
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* amr: remove shift out of the AMR_BIT() macro.Ronald S. Bultje2012-07-04
| | | | | | MSVC doesn't like the offsetof(..) >> 1 construct, it interprets it as a non-literal, thus causing use of this in static tables to fail compilation.
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Fix headers so that "make checkheaders" passes againMartin Storsjö2010-10-08
| | | | Originally committed as revision 25411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move AMR-NB frame unpacking code to a common file so it can be reused inMarcelo Galvăo Póvoa2010-09-10
the AMR-WB decoder. Patch by Marcelo Galvăo Póvoa. Originally committed as revision 25100 to svn://svn.ffmpeg.org/ffmpeg/trunk