summaryrefslogtreecommitdiff
path: root/libavcodec/sipr.h
Commit message (Collapse)AuthorAge
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
|
* sipr: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
|
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* sipr: use a function pointer to select the decode_frame functionJustin Ruggles2011-11-09
|
* sipr: Drop unused DSPContextAlex Converse2011-06-18
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
| | | | | | | These macros are redundant. All uses are replaced with the generic DECLARE_ALIGNED macro instead. Originally committed as revision 22233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
| | | | Originally committed as revision 21377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SIPR16k decoderVitor Sessak2010-01-16
| | | | Originally committed as revision 21234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split some SIPR structs to a header file for the upcoming SIPR16k commitVitor Sessak2010-01-16
Originally committed as revision 21232 to svn://svn.ffmpeg.org/ffmpeg/trunk