]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/cook.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / cook.c
2009-04-25 bananProper subpacket size check for cook multichannel files.
2009-04-25 bananRemove parentheses
2009-04-25 bananSet the type of size in COOKSubpacket to unsigned
2009-04-25 bananMake sure we only parse max amount of subpackets (5...
2009-04-25 bananIndent
2009-04-25 bananRemove redundant code
2009-04-25 bananSupport cook multichannel files.
2009-04-25 bananFix the COOKDEBUG code
2009-04-25 bananFactor out COOKSubpacket, in preparation for multichann...
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-20 bananGet rid of av_random in cook.c
2009-03-17 ramirouse intptr_t to cast pointers to int in codecs maintain...
2009-03-15 bananAdd cook channel count function, part of multichannel...
2009-03-15 bananAdd max allowed subpackets in multichannel cook
2009-03-15 banansave avctx in cook decoder context and use it for av_log
2009-03-15 bananmemset when category is >=7, part of cook multichannel
2009-02-22 stefanoAdd missing av_cold in static init/close functions.
2009-02-08 diegoAdd av_cold attribute to init function.
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-18 stefanoReplace calls to the deprecated function av_init_random...
2008-11-16 bananSet channel_layout
2008-08-12 lorenmmdct wrapper function to match fft
2008-08-12 lorenmremove mdct tmp buffer
2008-07-31 prossModify all codecs to report their supported input and...
2008-06-22 superdumpRemove now unused variable
2008-06-22 superdumpAdd generic ff_sine_window_init function and implement...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-26 diegoconsistency cosmetics: indices --> indexes
2008-05-24 michaelMove const *pow2tab out of context.
2008-05-24 michaelsimplify init_pow2table
2008-05-24 michaelMerge init_rootpow2table and init_pow2table.
2008-05-09 diegoUse full path for #includes from another directory.
2008-04-27 diegoAdd long names to many AVCodec declarations.
2008-02-01 michaelconst
2008-01-30 bcoudurieradd const, fix warning: cook.c:276: warning: passing...
2007-08-11 aureluse av_clip_int16() where it makes sens
2007-08-08 benoitkill warning
2007-08-02 diegoRemove unused variable.
2007-07-28 diegocosmetics: misc typo fixes
2007-07-17 mhoffmanfixpoint: renaming all lowlevel arithmetic routines...
2007-07-17 mhoffmancosmetics: adding some white space to align the argumen...
2007-07-16 mhoffmanfloat_t was a typo that compiled on macosx
2007-07-16 mhoffmanfixpoint: move cplscales to context structure and provi...
2007-07-16 mhoffmanfixpoint: lowlevel functional abstraction for all buffe...
2007-07-16 mhoffmanfixpoint: separate windowing arithmetic imlt_window_float
2007-07-16 mhoffmanseparate the actual math for recovering stereo from...
2007-07-16 mhoffmanseparating saturation codes so that we can support...
2007-07-15 mhoffmanmoving automatic allocation of joint_decode/decode_buffer
2007-07-15 mhoffmancosmetic changing hardwired 20 to SUBBAND_SIZE
2007-07-05 diegolicense header consistency cosmetics
2007-05-10 diegoRemove redundant #inclusion of common.h, avcodec.h...
2007-05-09 ramiroUse 1 array with double the size instead of 2 arrays...
2007-05-09 ramiroAdd bias instead of -32 or 0, as is done in g.722.1
2007-05-09 ramiroIndentation for previous patch
2007-05-09 ramiroAdd another tmpbias variable, as bias' value will be...
2007-05-09 ramiroFix logic for return value of init_vlc
2007-05-05 diegoFix multiple "‘inline/static’ is not at beginning of...
2007-04-18 bananSimplify, patch by Ramiro Polla.
2007-04-18 bananRemove unused vars, patch by Ramiro Polla.
2007-04-18 bananRemove unused vars, patch by Ramiro Polla.
2007-04-18 bananCosmetics, patch by Ramiro Polla.
2007-04-12 bananAs usual Real actually took something existing and...
2007-03-20 bananSmall simplifications to subband coefficient handling...
2007-03-15 banansubband_coef_noise -> subband_coef_sign
2007-03-13 bananCombine the window and overlap loops,
2007-03-11 bananReplace custom modified discrete cosine transform with...
2007-03-08 bananSimplify gain block handling.
2007-03-08 bananDon't output the first two frames, since they don't...
2007-02-25 reimarAdd av_ prefix to clip functions
2007-02-18 bananClairyfication of the gain tool struct.
2007-02-18 bananDon't use byte swaps and use the more portable way
2007-01-29 bananCheck that js_vlc_bits from the extradata is in a valid...
2007-01-29 bananGet rid of the COOKextradata struct. And use valid...
2007-01-29 bananKill a warning and don't use modulus.
2007-01-29 banandecode_subpacket cleanup by Ian Braithwaite ian braithw...
2007-01-28 bananSort out the diffrent cook versions.
2007-01-28 bananCook stereo (MONO_COOK2) bugfix, by Ian Braithwaite.
2007-01-27 bananGet rid of one warning.
2006-12-14 bananav_log(NULL,... -> av_log(avctx,.. where appropriate.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-08-24 aurelcook shouldn't try to enforce the bitstream reader...
2006-05-13 michaelsanity checks, some might have been exploitable ...
2006-02-10 alDon't use pow/powf functions where we just need integer...
2006-02-06 bananFix broken cosmetics commit and add a check for valid...
2006-02-06 bananSmall cosmetics and better variable names.
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2006-01-07 bananIncorrect check removed.
2006-01-06 rtognimpDual mono stereo strems sound ok now, added sanity...
2006-01-04 diegoFix an out of array access and some minor cleanup of...
2005-12-11 rtognimpThis patch adds some support for non-joint stereo strea...
2005-12-09 rtognimpCook compatibe decoder, patch by Benjamin Larsson