- 15 Feb, 2012 2 commits
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 28 Jan, 2012 1 commit
-
-
Alex Converse authored
-
- 25 Jan, 2012 1 commit
-
-
Alex Converse authored
The MDCT buffers in the decoder are only sized for up to 11 bits. The reverse engineered documentation for WMA1/2 headers say that that for all samplerates above 32kHz 11 bits are used. 12 and 13 bit support were added for WMAPro. I was unable to make any Microsoft tools generate a test file at a samplerate above 48kHz. Discovered by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
- 22 Nov, 2011 1 commit
-
-
Justin Ruggles authored
The initial values are not checked against the number of block sizes. Initializing them to frame_len_bits will result in a block size index of 0 in these cases instead of something that might be out-of-range. Fixes Bug 81.
-
- 20 Mar, 2011 1 commit
-
-
Mans Rullgard authored
These windows do not really belong in fft/mdct files and were easily confused with the similarly named tables used by rdft. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 02 Feb, 2011 1 commit
-
-
Justin Ruggles authored
This will be beneficial for use with the audio conversion API without requiring it to depend on all of dsputil. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 29 Jan, 2011 1 commit
-
-
Luca Barbato authored
dprintf clashes with POSIX.1-2008
-
- 02 Jul, 2010 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 23984 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Jan, 2010 1 commit
-
-
Daniel Verkamp authored
Originally committed as revision 21391 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Jan, 2010 1 commit
-
-
Reimar Döffinger authored
Originally committed as revision 21108 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Sep, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 20078 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Sep, 2009 1 commit
-
-
Vitor Sessak authored
that FF_ELEMS(ff_sine_windows[x]) == 1 << x. Fix issue 1384. Originally committed as revision 19862 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Jun, 2009 5 commits
-
-
Sascha Sommer authored
Originally committed as revision 19235 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Sascha Sommer authored
- remove unneeded vlc code < 0 check - reorder vlc code handling so that the unlikely escape decoding part comes last - move overflow check out of the decode loop - branchless sign conversion Originally committed as revision 19234 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Sascha Sommer authored
Originally committed as revision 19233 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Sascha Sommer authored
Originally committed as revision 19232 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Sascha Sommer authored
and change default type to float so that the run level decoding functionality can be shared with wmapro Originally committed as revision 19231 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jun, 2009 5 commits
-
-
Sascha Sommer authored
so that it can be reused for wmapro Originally committed as revision 19171 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Sascha Sommer authored
Originally committed as revision 19170 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Sascha Sommer authored
Originally committed as revision 19169 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Sascha Sommer authored
so that it can be reused for wmapro Originally committed as revision 19167 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 19165 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Aug, 2008 1 commit
-
-
Robert Swain authored
order. Originally committed as revision 14940 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Aug, 2008 1 commit
-
-
Robert Swain authored
Originally committed as revision 14775 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Aug, 2008 2 commits
-
-
Robert Swain authored
256, 512, 1024 and 2048) to mdct.c. Make them accessible via dsputil.h. Make wma.c use these shared tables. Originally committed as revision 14758 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Robert Swain authored
Originally committed as revision 14757 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Jul, 2007 1 commit
-
-
Zdenek Kabelac authored
patch by Zdenek Kabelac: [zdenek kabelac gmail com] Originally committed as revision 9740 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 May, 2007 1 commit
-
-
Michael Niedermayer authored
should fix sf bug #1547313 Originally committed as revision 9164 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Mar, 2007 1 commit
-
-
Ian Braithwaite authored
Patch by Ian Braithwaite ian .. braithwaite . dk [Ffmpeg-devel] WMA decoder speedup 2007-03-22 22:56 Originally committed as revision 8526 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Mar, 2007 1 commit
-
-
Michel Bardiaux authored
Originally committed as revision 8338 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Mar, 2007 1 commit
-
-
Michel Bardiaux authored
Originally committed as revision 8295 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Feb, 2007 2 commits
-
-
Michel Bardiaux authored
Originally committed as revision 8143 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michel Bardiaux authored
Originally committed as revision 8142 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Feb, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 8114 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Feb, 2007 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 7855 to svn://svn.ffmpeg.org/ffmpeg/trunk
-