summaryrefslogtreecommitdiff
path: root/libavcodec/cook.c
Commit message (Expand)AuthorAge
* cook: K&R formatting cosmeticsShitiz Garg2011-12-31
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* cook: use a table for xor key rotationMans Rullgard2011-11-26
* cook: fix apparent typo in extradata parsingK.Y.H2011-11-26
* cook: return AVERROR_PATCHWELCOME instead of ENOTSUPJustin Ruggles2011-10-29
* cook: check output buffer size before decodingJustin Ruggles2011-10-29
* cook: do not needlessly set *data_size to 0Justin Ruggles2011-10-29
* cook: remove pointless return statementsJustin Ruggles2011-10-29
* cook: simplify decouple_info()Justin Ruggles2011-10-29
* cook: return appropriate error codes instead of -1Justin Ruggles2011-10-29
* cook: avoid hardcoded sizes in sizeof()Justin Ruggles2011-10-29
* cook: remove unneeded #includesJustin Ruggles2011-10-29
* cook: output float samples instead of converting to int16Justin Ruggles2011-10-29
* cook: Fix js_vlc_bits value validation for joint stereoLaurent Aimar2011-10-06
* doxygen: Drop array size declarations from Doxygen parameter names.Diego Biurrun2011-07-03
* Remove statements immediately following unconditional jumpsMans Rullgard2011-07-03
* Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-03
* cook: Remove non-compiling debug output.Diego Biurrun2011-06-03
* cook: Remove unused debug functions.Diego Biurrun2011-06-03
* Add AVX FFT implementation.Vitor Sessak2011-04-26
* cook: Fix small typo in av_log_ask_for_sample message.Diego Biurrun2011-04-23
* Use av_log_ask_for_sample() to request samples from users.Diego Biurrun2011-04-22
* Use av_log_ask_for_sample() where appropriate.Diego Biurrun2011-04-21
* Move sine windows to a separate fileMans Rullgard2011-03-20
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-06
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-10
* Improve variable names in imlt_window_float() and mlt_compensate_output().Diego Biurrun2010-07-08
* Restore array sizes in doxygen parameter names.Diego Biurrun2010-07-08
* Move DECODE_BYTES_PAD* macros before Doxygen comments.Diego Biurrun2010-07-02
* Fix doxy of gb parameter in decode_gain_info().Diego Biurrun2010-07-02
* Avoid one more instance of angular brackets in Doxygen comments.Diego Biurrun2010-07-02
* Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun2010-07-02
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-02
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* cook: use constant seed for dithering RNGMåns Rullgård2009-11-29
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-20
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-16
* Bugfix for bug introduced in the multichannel cook patchset.Benjamin Larsson2009-05-15
* Proper subpacket size check for cook multichannel files.Benjamin Larsson2009-04-25
* Remove parenthesesBenjamin Larsson2009-04-25