| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -10/+11 |
* | lavc: remove unused traces of fmtconvert usage | Anton Khirnov | 2015-02-28 | 1 | -1/+0 |
* | wma: check memory allocations and propagate errors | Vittorio Giovara | 2014-12-18 | 1 | -9/+19 |
* | build: Split WMA frequencies into a separate object file | Diego Biurrun | 2014-09-04 | 1 | -0/+1 |
* | wma: K&R formatting cosmetics | Gabriel Dume | 2014-09-03 | 1 | -117/+108 |
* | miscellaneous typo fixes | Diego Biurrun | 2013-07-25 | 1 | -1/+1 |
* | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -4/+5 |
* | lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft | Anton Khirnov | 2013-03-09 | 1 | -5/+0 |
* | wmaenc: alloc/free coded_frame instead of keeping it in the WMACodecContext | Justin Ruggles | 2013-02-12 | 1 | -0/+5 |
* | floatdsp: move butterflies_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -1/+0 |
* | wma: do not keep private copies of some AVCodecContext fields | Justin Ruggles | 2012-11-01 | 1 | -20/+16 |
* | wmaenc: use float planar sample format | Justin Ruggles | 2012-10-06 | 1 | -0/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | wma: Lower the maximum number of channels to 2 | Martin Storsjö | 2012-07-01 | 1 | -1/+1 |
* | wma: Refactor common code to fix standalone compilation of WMA lossless decoder. | Diego Biurrun | 2012-03-07 | 1 | -40/+1 |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | wma: Clip WMA1 and WMA2 frame length to 11 bits. | Alex Converse | 2012-01-25 | 1 | -1/+1 |
* | wma: initialize prev_block_len_bits, next_block_len_bits, and block_len_bits. | Justin Ruggles | 2011-11-22 | 1 | -0/+3 |
* | Move sine windows to a separate file | Mans Rullgard | 2011-03-20 | 1 | -0/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -5/+5 |
* | Separate format conversion DSP functions from DSPContext. | Justin Ruggles | 2011-02-02 | 1 | -0/+1 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -4/+4 |
* | Fix Doxygen documentation of gb parameter in ff_wma_get_large_val(). | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | Export wma_critical_freqs as ff_wma_critical_freqs | Daniel Verkamp | 2010-01-23 | 1 | -2/+2 |
* | Add support for hard-coded MDCT-related ff_sine_windows tables. | Reimar Döffinger | 2010-01-09 | 1 | -3/+1 |
* | WMA: store level_table as floats, use type punning for sign flip in decode | Måns Rullgård | 2009-09-29 | 1 | -6/+13 |
* | Add two more sizes to ff_sine_windows[] and also pad it with NULLs so | Vitor Sessak | 2009-09-15 | 1 | -2/+2 |
* | Make remaining run level decode comments doxygen comments | Sascha Sommer | 2009-06-20 | 1 | -4/+4 |
* | Simplify run level decoding: | Sascha Sommer | 2009-06-20 | 1 | -30/+21 |
* | Fix indentation after the previous commit | Sascha Sommer | 2009-06-20 | 1 | -4/+4 |
* | Add support for escape coded wmapro run level coefficients | Sascha Sommer | 2009-06-20 | 1 | -0/+40 |
* | Introduce WMACoef typedef for decoded coefficients | Sascha Sommer | 2009-06-20 | 1 | -2/+2 |
* | Move run level decode functionality to ff_wma_run_level_decode | Sascha Sommer | 2009-06-12 | 1 | -0/+61 |
* | cosmetics: Add brackets between if/else | Sascha Sommer | 2009-06-12 | 1 | -23/+30 |
* | Add additional sample rates to the frame len bits calculation code | Sascha Sommer | 2009-06-12 | 1 | -1/+17 |
* | Move frame len bits calculation to ff_wma_get_frame_len_bits | Sascha Sommer | 2009-06-12 | 1 | -8/+26 |
* | cosmetics: Prettyprint and reformat wma.c closer to K&R style. | Diego Biurrun | 2009-06-12 | 1 | -43/+44 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Fix index to ff_sine_windows[]. Previously the index was usually in reverse | Robert Swain | 2008-08-24 | 1 | -2/+2 |
* | Don't try to free shared ff_sine_* tables pointed to by s->windows[] | Robert Swain | 2008-08-15 | 1 | -2/+0 |
* | Add declarations for the sine tables used in wma.c (half window sizes: 128, | Robert Swain | 2008-08-14 | 1 | -4/+2 |
* | Change wma.c to use the ff_sine_window_init() from mdct.c | Robert Swain | 2008-08-14 | 1 | -6/+2 |
* | fix mem leak | Zdenek Kabelac | 2007-07-18 | 1 | -0/+1 |
* | sanity checks (should prevent hypothetical div by zero issue) | Michael Niedermayer | 2007-05-30 | 1 | -0/+5 |
* | Optimize by building the mdct window and multipying/adding at the same time. | Ian Braithwaite | 2007-03-26 | 1 | -1/+1 |
* | Give context to dprintf | Michel Bardiaux | 2007-03-12 | 1 | -4/+4 |
* | Corrections so that builds with DEBUG work | Michel Bardiaux | 2007-03-08 | 1 | -1/+1 |