]> git.sesse.net Git - ffmpeg/history - libavcodec/cook.c
Use full internal pathname in doxygen @file directives.
[ffmpeg] / libavcodec / cook.c
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-18 Stefano SabatiniReplace calls to the deprecated function av_init_random...
2008-11-16 Benjamin LarssonSet channel_layout
2008-08-12 Loren Merrittmdct wrapper function to match fft
2008-08-12 Loren Merrittremove mdct tmp buffer
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-06-22 Robert SwainRemove now unused variable
2008-06-22 Robert SwainAdd generic ff_sine_window_init function and implement...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes
2008-05-24 Michael NiedermayerMove const *pow2tab out of context.
2008-05-24 Michael Niedermayersimplify init_pow2table
2008-05-24 Michael NiedermayerMerge init_rootpow2table and init_pow2table.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-02-01 Michael Niedermayerconst
2008-01-30 Baptiste Coudurieradd const, fix warning: cook.c:276: warning: passing...
2007-08-11 Aurelien Jacobsuse av_clip_int16() where it makes sense
2007-08-08 Carl Eugen Hoyoskill warning
2007-08-02 Diego BiurrunRemove unused variable.
2007-07-28 Diego Biurruncosmetics: misc typo fixes
2007-07-17 Marc Hoffmanfixpoint: renaming all lowlevel arithmetic routines...
2007-07-17 Marc Hoffmancosmetics: adding some white space to align the argumen...
2007-07-16 Marc Hoffmanfloat_t was a typo that compiled on macosx
2007-07-16 Marc Hoffmanfixpoint: move cplscales to context structure and provi...
2007-07-16 Marc Hoffmanfixpoint: lowlevel functional abstraction for all buffe...
2007-07-16 Marc Hoffmanfixpoint: separate windowing arithmetic imlt_window_float
2007-07-16 Marc Hoffmanseparate the actual math for recovering stereo from...
2007-07-16 Marc Hoffmanseparating saturation codes so that we can support...
2007-07-15 Marc Hoffmanmoving automatic allocation of joint_decode/decode_buffer
2007-07-15 Marc Hoffmancosmetic changing hardwired 20 to SUBBAND_SIZE
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-05-09 Ramiro PollaUse 1 array with double the size instead of 2 arrays...
2007-05-09 Ramiro PollaAdd bias instead of -32 or 0, as is done in g.722.1
2007-05-09 Ramiro PollaIndentation for previous patch
2007-05-09 Ramiro PollaAdd another tmpbias variable, as bias' value will be...
2007-05-09 Ramiro PollaFix logic for return value of init_vlc
2007-05-05 Diego BiurrunFix multiple "‘inline/static’ is not at beginning of...
2007-04-18 Ramiro PollaSimplify, patch by Ramiro Polla.
2007-04-18 Ramiro PollaRemove unused vars, patch by Ramiro Polla.
2007-04-18 Ramiro PollaRemove unused vars, patch by Ramiro Polla.
2007-04-18 Ramiro PollaCosmetics, patch by Ramiro Polla.
2007-04-12 Benjamin LarssonAs usual Real actually took something existing and...
2007-03-20 Ian BraithwaiteSmall simplifications to subband coefficient handling...
2007-03-15 Ian Braithwaitesubband_coef_noise -> subband_coef_sign
2007-03-13 Ian BraithwaiteCombine the window and overlap loops,
2007-03-11 Ian BraithwaiteReplace custom modified discrete cosine transform with...
2007-03-08 Ian BraithwaiteSimplify gain block handling.
2007-03-08 Ian BraithwaiteDon't output the first two frames, since they don't...
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-02-18 Benjamin LarssonClairyfication of the gain tool struct.
2007-02-18 Benjamin LarssonDon't use byte swaps and use the more portable way
2007-01-29 Benjamin LarssonCheck that js_vlc_bits from the extradata is in a valid...
2007-01-29 Benjamin LarssonGet rid of the COOKextradata struct. And use valid...
2007-01-29 Benjamin LarssonKill a warning and don't use modulus.
2007-01-29 Benjamin Larssondecode_subpacket cleanup by Ian Braithwaite ian braithw...
2007-01-28 Benjamin LarssonSort out the diffrent cook versions.
2007-01-28 Benjamin LarssonCook stereo (MONO_COOK2) bugfix, by Ian Braithwaite.
2007-01-27 Benjamin LarssonGet rid of one warning.
2006-12-14 Benjamin Larssonav_log(NULL,... -> av_log(avctx,.. where appropriate.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-24 Aurelien Jacobscook shouldn't try to enforce the bitstream reader...
2006-05-13 Michael Niedermayersanity checks, some might have been exploitable ...
2006-02-10 Alexander StrasserDon't use pow/powf functions where we just need integer...
2006-02-06 Benjamin LarssonFix broken cosmetics commit and add a check for valid...
2006-02-06 Benjamin LarssonSmall cosmetics and better variable names.
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2006-01-07 Benjamin LarssonIncorrect check removed.
2006-01-06 Benjamin LarssonDual mono stereo strems sound ok now, added sanity...
2006-01-04 Benjamin LarssonFix an out of array access and some minor cleanup of...
2005-12-11 Benjamin LarssonThis patch adds some support for non-joint stereo strea...
2005-12-09 Benjamin LarssonCook compatibe decoder, patch by Benjamin Larsson