summaryrefslogtreecommitdiffstats
path: root/libavcodec/cook.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-36/+2
|\
| * 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
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-1/+1
|\ \ | |/
| * Add AVX FFT implementation.Vitor Sessak2011-04-261-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-241-1/+1
|\ \ | |/
| * cook: Fix small typo in av_log_ask_for_sample message.Diego Biurrun2011-04-231-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-231-1/+3
|\ \ | |/
| * Use av_log_ask_for_sample() to request samples from users.Diego Biurrun2011-04-221-1/+3
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-221-6/+6
|\ \ | |/
| * Use av_log_ask_for_sample() where appropriate.Diego Biurrun2011-04-211-6/+6
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-211-1/+2
|\ \ | |/
| * 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
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-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-281-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
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-1/+1
* cook: use constant seed for dithering RNGMåns Rullgård2009-11-291-1/+1
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-201-1/+1
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-161-1/+1
* Bugfix for bug introduced in the multichannel cook patchset.Benjamin Larsson2009-05-151-2/+3
* Proper subpacket size check for cook multichannel files.Benjamin Larsson2009-04-251-1/+5
* Remove parenthesesBenjamin Larsson2009-04-251-1/+1
* Set the type of size in COOKSubpacket to unsignedBenjamin Larsson2009-04-251-1/+1
* Make sure we only parse max amount of subpackets (5) in the cook decoder.Benjamin Larsson2009-04-251-0/+4
* IndentBenjamin Larsson2009-04-251-4/+4
* Remove redundant codeBenjamin Larsson2009-04-251-2/+0
* Support cook multichannel files.Benjamin Larsson2009-04-251-3/+31
* Fix the COOKDEBUG codeBenjamin Larsson2009-04-251-11/+11
* Factor out COOKSubpacket, in preparation for multichannel support.Benjamin Larsson2009-04-251-188/+235
OpenPOWER on IntegriCloud