]> git.sesse.net Git - ffmpeg/history - libavcodec/wma.c
Drop pointless assert.h #includes
[ffmpeg] / libavcodec / wma.c
2016-05-03 Diego BiurrunDrop pointless assert.h #includes
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2015-02-28 Anton Khirnovlavc: remove unused traces of fmtconvert usage
2014-12-18 Vittorio Giovarawma: check memory allocations and propagate errors
2014-09-04 Diego Biurrunbuild: Split WMA frequencies into a separate object...
2014-09-03 Gabriel Dumewma: K&R formatting cosmetics
2013-07-25 Diego Biurrunmiscellaneous typo fixes
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
2013-02-12 Justin Ruggleswmaenc: alloc/free coded_frame instead of keeping it...
2013-01-22 Ronald S. Bultjefloatdsp: move butterflies_float from dsputil to avfloa...
2012-11-01 Justin Ruggleswma: do not keep private copies of some AVCodecContext...
2012-10-06 Justin Ruggleswmaenc: use float planar sample format
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-01 Martin Storsjöwma: Lower the maximum number of channels to 2
2012-03-07 Diego Biurrunwma: Refactor common code to fix standalone compilation...
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2012-01-25 Alex Conversewma: Clip WMA1 and WMA2 frame length to 11 bits.
2011-11-22 Justin Ruggleswma: initialize prev_block_len_bits, next_block_len_bit...
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