summaryrefslogtreecommitdiffstats
path: root/libavcodec/aacps_tablegen.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec: Table creation for AAC_fixed_decoder (PS-module)Jovan Zelincevic2015-07-221-71/+2
| | | | | | | Add fixed point implementation of functions for generating tables. Signed-off-by: Nedeljko Babic <nedeljko.babic@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* aacps_tablegen: replace TABLE_CONST by const.Reimar Döffinger2014-08-311-1/+1
| | | | | | | Doesn't change generated code, just is more consistent and a bit less error-prone. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-221-1/+1
|\ | | | | | | | | | | | | * qatar/master: aacps: Adjust some const qualifiers to suppress warnings Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * aacps: Adjust some const qualifiers to suppress warningsDiego Biurrun2013-11-221-1/+1
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-061-10/+10
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (28 commits) dfa: use more meaningful return codes eatgv: check vector_bits eatgv: check motion vectors Mark a number of variables only used in av_dlog() calls as av_unused. dvdec: drop const qualifier from variable to eliminate a warning avcodec: Improve comment for thread_safe_callbacks to avoid misinterpretation. tests/utils: don't ignore the return value of fwrite() lavfi/formats: use sizeof(var) instead of sizeof(type). lavfi: remove avfilter_default_config_input_link() declaration lavfi: always enable the scale filter and depend on sws. vf_split: support user-specifiable number of outputs. avconv: remove stray useless comment. mpegmux: add stuffing to avoid incomplete PCM frames rtsp: avoid const warnings from strtol() call avserver: check return value of ftruncate() lagarith: make offset array type unsigned dfa: add some checks to ensure that decoder won't write past frame end aacps: NEON optimisations aacps: align some arrays aacps: move some loops to function pointers ... Conflicts: configure doc/filters.texi libavcodec/dfa.c libavcodec/eatgv.c libavfilter/Makefile libavfilter/allfilters.c libavfilter/avfilter.h libavfilter/formats.c libavfilter/vf_split.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * aacps: align some arraysMans Rullgard2012-05-051-10/+10
| | | | | | | | | | | | This is required for SIMD optimisations. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/ | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Move Parametric Stereo related ps* files to aacps*.Alex Converse2010-06-221-0/+93
Originally committed as revision 23720 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud