]> git.sesse.net Git - ffmpeg/history - libavcodec/mdct.c
Add a function to match a 2 element vector of uint16_t and use it in h263 and svq1
[ffmpeg] / libavcodec / mdct.c
2010-01-09 Reimar DöffingerAdd support for hard-coded MDCT-related ff_sine_windows...
2009-09-21 Måns RullgårdAllow arch-specific mdct code to request interleaving...
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-09-15 Vitor SessakAdd two more sizes to ff_sine_windows[] and also pad...
2009-09-11 Måns RullgårdPrepare for optimised forward MDCT implementations
2009-09-06 Reimar Döffingerff_sine_windows table contains only constant data,...
2009-05-16 Siarhei SiamashkaSupport for getting (i)MDCT output multiplied by a...
2009-04-17 Michael NiedermayerRemove useless += from ff_imdct_half_c() found by CSA.
2009-02-04 Diego BiurrunRemove documentation of non-existing function parameters.
2009-02-03 Alex ConverseAdd av_cold attributes to *_init and *_end functions.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-11 Benjamin LarssonAdd size that is needed for the wmapro codec
2008-09-08 Michael NiedermayerTry to fix wma regression.
2008-08-26 Aurelien JacobsAdd a temp variable to ff_sine_window_init() to match...
2008-08-14 Robert SwainThe ff_sine_#[] should be aligned as they will commonly...
2008-08-14 Robert SwainAdd declarations for the sine tables used in wma.c...
2008-08-12 Loren Merrittmdct wrapper function to match fft
2008-08-12 Loren Merrittremove mdct tmp buffer
2008-08-12 Loren Merrittremove a float->double->float conversion.
2008-08-12 Loren Merrittoptimize imdct_half:
2008-07-13 Loren Merrittexploit mdct symmetry
2008-06-22 Robert SwainAdd generic ff_sine_window_init function and implement...
2008-03-16 Måns Rullgårdimprove precision in mdct.c using double for some tempo...
2008-01-13 Robert SwainAdd variable alpha and size of half window for Kaiser...
2008-01-12 Robert SwainMake the Kaiser-Bessel window generator a common function
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2004-03-13 Gildas Bazinfft_*() renamed into ff_fft_*() patch by (Gildas Bazin...
2003-03-06 Michael Niedermayerper file doxy
2003-01-07 Fabrice Bellarduse av_malloc instead of malloc
2002-10-29 Fabrice Bellardavoid name clash
2002-10-28 Fabrice Bellardnew generic FFT/MDCT code for audio codecs