summaryrefslogtreecommitdiff
path: root/libavcodec/nellymoser.c
Commit message (Collapse)AuthorAge
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-22
| | | | | | | Also remove other unnecessary headers and include headers directly while at it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/nellymoser: Fix multiple left shift of negative value -8591Michael Niedermayer2017-05-05
| | | | | | | Fixes: 1342/clusterfuzz-testcase-minimized-5490842129137664 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Remove unnecessary get_bits.h #includesDiego Biurrun2016-06-07
|
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
|
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
|
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-22
| | | | | The prefix is a historic remnant that probably meant "alternative". Now that the A32 bitstream reader has been dropped it makes no sense anymore.
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
| | | | Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused libavutil/random.h #include.Diego Biurrun2009-03-20
| | | | Originally committed as revision 18067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics (format ff_nelly_dequantization_table nicer)Michael Niedermayer2008-08-27
| | | | Originally committed as revision 14993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* redundant assignment found by ClangBenjamin Larsson2008-07-07
| | | | Originally committed as revision 14096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separating from nellymoserdec.c parts required by encoderBartlomiej Wolowiec2008-06-08
Originally committed as revision 13713 to svn://svn.ffmpeg.org/ffmpeg/trunk