summaryrefslogtreecommitdiff
path: root/libavcodec/cook.c
Commit message (Expand)AuthorAge
...
* 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
* Set the type of size in COOKSubpacket to unsignedBenjamin Larsson2009-04-25
* Make sure we only parse max amount of subpackets (5) in the cook decoder.Benjamin Larsson2009-04-25
* IndentBenjamin Larsson2009-04-25
* Remove redundant codeBenjamin Larsson2009-04-25
* Support cook multichannel files.Benjamin Larsson2009-04-25
* Fix the COOKDEBUG codeBenjamin Larsson2009-04-25
* Factor out COOKSubpacket, in preparation for multichannel support.Benjamin Larsson2009-04-25
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Get rid of av_random in cook.cBenjamin Larsson2009-03-20
* use intptr_t to cast pointers to int in codecs maintained by benjamin larssonRamiro Polla2009-03-17
* Add cook channel count function, part of multichannel cookBenjamin Larsson2009-03-15
* Add max allowed subpackets in multichannel cookBenjamin Larsson2009-03-15
* save avctx in cook decoder context and use it for av_logBenjamin Larsson2009-03-15