45 Commits (5ed032fb8b34d5655b606c20bcc238116f96e816)

Author SHA1 Message Date
  Mans Rullgard 7087ce08c8 Fixed-point FFT and MDCT 14 years ago
  Mans Rullgard 4538729afe Move sine windows to a separate file 14 years ago
  Mans Rullgard a45fbda994 Move ff_kbd_window_init() to a separate file 14 years ago
  Mans Rullgard 26f548bb59 fft: remove inline wrappers for function pointers 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Young Han Lee 979395bbbb mdct: remove unnecessary multiplication 14 years ago
  Loren Merritt e6b1ed693a FFT: factor a shuffle out of the inner loop and merge it into fft_permute. 14 years ago
  Måns Rullgård dd93649b71 Remove VLA in ff_kbd_window_init, limit window size to 1024 15 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
  Måns Rullgård 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
  Måns Rullgård 1429224b04 Move FFT parts from dsputil.h to fft.h 15 years ago
  Reimar Döffinger 14b8607065 Add support for hard-coded MDCT-related ff_sine_windows tables. 15 years ago
  Måns Rullgård 94274b82f6 Allow arch-specific mdct code to request interleaving of cos/sin tables 15 years ago
  Måns Rullgård 01b2214758 Merge FFTContext and MDCTContext 15 years ago
  Vitor Sessak 6776061b04 Add two more sizes to ff_sine_windows[] and also pad it with NULLs so 15 years ago
  Måns Rullgård 46c32e2654 Prepare for optimised forward MDCT implementations 15 years ago
  Reimar Döffinger c55e5b5fee ff_sine_windows table contains only constant data, too. 15 years ago
  Siarhei Siamashka 7d485f165f Support for getting (i)MDCT output multiplied by a constant scaling factor. 16 years ago
  Michael Niedermayer b278a1ed1c Remove useless += from ff_imdct_half_c() found by CSA. 16 years ago
  Diego Biurrun f0d5437275 Remove documentation of non-existing function parameters. 16 years ago
  Alex Converse 5363c43ea8 Add av_cold attributes to *_init and *_end functions. 16 years ago
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
  Benjamin Larsson 336c2ca585 Add size that is needed for the wmapro codec 16 years ago
  Michael Niedermayer 71375e0500 Try to fix wma regression. 16 years ago
  Aurelien Jacobs 67f718bd11 Add a temp variable to ff_sine_window_init() to match the way wma.c computed 16 years ago
  Robert Swain 47698b83fd The ff_sine_#[] should be aligned as they will commonly be used in dsputil 16 years ago
  Robert Swain 69fc4da360 Add declarations for the sine tables used in wma.c (half window sizes: 128, 16 years ago
  Loren Merritt d46ac5bfde mdct wrapper function to match fft 16 years ago
  Loren Merritt 0a570e826d remove mdct tmp buffer 16 years ago
  Loren Merritt e8dd7b0c9a remove a float->double->float conversion. 16 years ago
  Loren Merritt 46803f4f67 optimize imdct_half: 16 years ago
  Loren Merritt b9fa32082c exploit mdct symmetry 17 years ago
  Robert Swain 9146e4d61c Add generic ff_sine_window_init function and implement in codecs appropriately 17 years ago
  Måns Rullgård 77f11d8a4c improve precision in mdct.c using double for some temporaries 17 years ago
  Robert Swain 3ed546fe52 Add variable alpha and size of half window for Kaiser-Bessel Derived window 17 years ago
  Robert Swain 4eb7a735cb Make the Kaiser-Bessel window generator a common function 17 years ago
  Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
  Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
  Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
  Gildas Bazin 68951ecf0c fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot org>) 21 years ago
  Michael Niedermayer 983e3246b7 per file doxy 22 years ago
  Fabrice Bellard d9823692f5 use av_malloc instead of malloc 22 years ago
  Fabrice Bellard 82696beed3 avoid name clash 22 years ago
  Fabrice Bellard bb6f569072 new generic FFT/MDCT code for audio codecs 22 years ago