]> git.sesse.net Git - ffmpeg/history - libavcodec/qdm2.c
Add a function to match a 2 element vector of uint16_t and use it in h263 and svq1
[ffmpeg] / libavcodec / qdm2.c
2009-10-19 Reimar Döffingermpegaudiodec, mpc and qdm2 all use the same mpa_synth...
2009-05-17 Benjamin LarssonIndent
2009-05-17 Benjamin LarssonSwitch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STA...
2009-04-22 Benjamin LarssonRemove redundant code, found by CSA
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-30 Alex ConverseUse the new RDFT code in the QDM2 decoder.
2009-01-14 Diego BiurrunUse CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRE...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
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