]> git.sesse.net Git - ffmpeg/history - libavcodec/qdm2.c
cosmetics: use a better function name than uncouple_channels()
[ffmpeg] / libavcodec / qdm2.c
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-07-19 Benjamin LarssonPrevent the qdm2 code from overreading/overflowing...
2008-07-19 Benjamin LarssonFix for possible null pointer dereferencing, closes...
2008-07-18 Michael Niedermayerminor simplification of qdm2_decode_fft_packets()
2008-06-24 Stefan Gehrermark read-only data as const
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-02-13 Diego Biurruntypo fix: inited --> initialized
2008-02-01 Michael Niedermayerconst
2008-01-06 Diego BiurrunRename two structures, identifiers starting with _...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-05-15 Reimar DöffingerUse DECLARE_ALIGNED to ease porting
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-06-02 Benjamin LarssonFixed a possible bug, checked against the assembly.
2006-05-29 Roberto Togni10000l don't reuse outer loop index in inner loops
2006-03-02 Michael Niedermayerfix infinite loop
2006-01-30 Dieteradd static keyword to some functions
2006-01-14 Diego BiurrunFix a bunch of spelling/grammar mistakes in doxygen...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-06 Roberto TogniSupport for samples with fft_order = 7
2005-12-06 Roberto TogniRemove duplicated fft init
2005-10-19 Steve L'Hommeinit_get_bits() requires size in bits, not bytes
2005-10-18 Roberto TogniQDM2 compatible decoder