OSDN Git Service

doc: explain __STDC_CONSTANT_MACROS in C++
[coroid/libav_saccubus.git] / libavcodec / wma.c
2011-03-20 Mans RullgardMove sine windows to a separate file
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-02 Justin RugglesSeparate format conversion DSP functions from DSPContext.
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2010-07-02 Diego BiurrunFix Doxygen documentation of gb parameter in ff_wma_get...
2010-01-23 Daniel VerkampExport wma_critical_freqs as ff_wma_critical_freqs
2010-01-09 Reimar DöffingerAdd support for hard-coded MDCT-related ff_sine_windows...
2009-09-29 Måns RullgårdWMA: store level_table as floats, use type punning...
2009-09-15 Vitor SessakAdd two more sizes to ff_sine_windows[] and also pad...
2009-06-20 Sascha SommerMake remaining run level decode comments doxygen comments
2009-06-20 Sascha SommerSimplify run level decoding:
2009-06-20 Sascha SommerFix indentation after the previous commit
2009-06-20 Sascha SommerAdd support for escape coded wmapro run level coefficients
2009-06-20 Sascha SommerIntroduce WMACoef typedef for decoded coefficients
2009-06-12 Sascha SommerMove run level decode functionality to ff_wma_run_level...
2009-06-12 Sascha Sommercosmetics: Add brackets between if/else
2009-06-12 Sascha SommerAdd additional sample rates to the frame len bits calcu...
2009-06-12 Sascha SommerMove frame len bits calculation to ff_wma_get_frame_len...
2009-06-12 Diego Biurruncosmetics: Prettyprint and reformat wma.c closer to...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-08-24 Robert SwainFix index to ff_sine_windows[]. Previously the index...
2008-08-15 Robert SwainDon't try to free shared ff_sine_* tables pointed to...
2008-08-14 Robert SwainAdd declarations for the sine tables used in wma.c...
2008-08-14 Robert SwainChange wma.c to use the ff_sine_window_init() from...
2007-07-18 Zdenek Kabelacfix mem leak
2007-05-30 Michael Niedermayersanity checks (should prevent hypothetical div by zero...
2007-03-26 Ian BraithwaiteOptimize by building the mdct window and multipying...
2007-03-12 Michel BardiauxGive context to dprintf
2007-03-08 Michel BardiauxCorrections so that builds with DEBUG work
2007-02-27 Michel BardiauxRename WMADecodeContext to WMACodecContext
2007-02-27 Michel BardiauxSupply context to tprintf
2007-02-24 Diego Biurruncosmetics: Fix another common typo, dependAnt --> depen...
2007-02-06 Michael Niedermayerwma encoder