summaryrefslogtreecommitdiff
path: root/libavcodec/cook.c
Commit message (Expand)AuthorAge
* 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
* memset when category is >=7, part of cook multichannelBenjamin Larsson2009-03-15
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
* Add av_cold attribute to init function.Diego Biurrun2009-02-08
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Replace calls to the deprecated function av_init_random() withStefano Sabatini2009-01-18
* Set channel_layoutBenjamin Larsson2008-11-16
* mdct wrapper function to match fftLoren Merritt2008-08-12
* remove mdct tmp bufferLoren Merritt2008-08-12
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Remove now unused variableRobert Swain2008-06-22
* Add generic ff_sine_window_init function and implement in codecs appropriatelyRobert Swain2008-06-22
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-26
* Move const *pow2tab out of context.Michael Niedermayer2008-05-24
* simplify init_pow2tableMichael Niedermayer2008-05-24
* Merge init_rootpow2table and init_pow2table.Michael Niedermayer2008-05-24
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* constMichael Niedermayer2008-02-01
* add const, fix warning: cook.c:276: warning: passing argument 2 of 'maybe_ref...Baptiste Coudurier2008-01-30
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-11
* kill warningCarl Eugen Hoyos2007-08-08
* Remove unused variable.Diego Biurrun2007-08-02
* cosmetics: misc typo fixesDiego Biurrun2007-07-28
* fixpoint: renaming all lowlevel arithmetic routines to xxx_floatMarc Hoffman2007-07-17