summaryrefslogtreecommitdiffstats
path: root/libavcodec/cook.c
Commit message (Expand)AuthorAgeFilesLines
* cook: Make constants passed to AV_BE2NE32C() unsigned to avoid signed overflow.Alex Converse2012-04-171-2/+2
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-14/+6
* cook: error out on quant_index values outside [-63, 63] range.Ronald S. Bultje2012-03-101-14/+36
* cook: expand dither_tab[], and make sure indexes into it don't overflow.Ronald S. Bultje2012-03-101-1/+5
* cook: extend channel uncoupling tables so the full bit range is covered.Ronald S. Bultje2012-03-071-2/+2
* cook: prevent div-by-zero if channels is zero.Ronald S. Bultje2012-02-171-0/+4
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-3/+3
* cook: K&R formatting cosmeticsShitiz Garg2011-12-311-364/+366
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-13/+30
* cook: use a table for xor key rotationMans Rullgard2011-11-261-1/+5
* cook: fix apparent typo in extradata parsingK.Y.H2011-11-261-1/+1
* cook: return AVERROR_PATCHWELCOME instead of ENOTSUPJustin Ruggles2011-10-291-7/+7
* cook: check output buffer size before decodingJustin Ruggles2011-10-291-3/+9
* cook: do not needlessly set *data_size to 0Justin Ruggles2011-10-291-1/+0
* cook: remove pointless return statementsJustin Ruggles2011-10-291-2/+0
* cook: simplify decouple_info()Justin Ruggles2011-10-291-17/+14
* cook: return appropriate error codes instead of -1Justin Ruggles2011-10-291-22/+23
* cook: avoid hardcoded sizes in sizeof()Justin Ruggles2011-10-291-10/+11
* cook: remove unneeded #includesJustin Ruggles2011-10-291-5/+0
* cook: output float samples instead of converting to int16Justin Ruggles2011-10-291-14/+13
* cook: Fix js_vlc_bits value validation for joint stereoLaurent Aimar2011-10-061-2/+3
* doxygen: Drop array size declarations from Doxygen parameter names.Diego Biurrun2011-07-031-1/+1
* Remove statements immediately following unconditional jumpsMans Rullgard2011-07-031-1/+0
* Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-031-3/+2
* cook: Remove non-compiling debug output.Diego Biurrun2011-06-031-1/+0
* cook: Remove unused debug functions.Diego Biurrun2011-06-031-32/+0
* Add AVX FFT implementation.Vitor Sessak2011-04-261-1/+1
* cook: Fix small typo in av_log_ask_for_sample message.Diego Biurrun2011-04-231-1/+1
* Use av_log_ask_for_sample() to request samples from users.Diego Biurrun2011-04-221-1/+3
* Use av_log_ask_for_sample() where appropriate.Diego Biurrun2011-04-211-6/+6
* Move sine windows to a separate fileMans Rullgard2011-03-201-0/+1
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-061-1/+2
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-2/+2
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-2/+2
* Improve variable names in imlt_window_float() and mlt_compensate_output().Diego Biurrun2010-07-081-6/+6
* Restore array sizes in doxygen parameter names.Diego Biurrun2010-07-081-2/+2
* Move DECODE_BYTES_PAD* macros before Doxygen comments.Diego Biurrun2010-07-021-2/+3
* Fix doxy of gb parameter in decode_gain_info().Diego Biurrun2010-07-021-1/+1
* Avoid one more instance of angular brackets in Doxygen comments.Diego Biurrun2010-07-021-1/+1
* Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun2010-07-021-3/+0
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-021-3/+3
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-0/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-1/+1
OpenPOWER on IntegriCloud