summaryrefslogtreecommitdiffstats
path: root/apps/codecs/wma.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-29Fix skipping back to the start of WMA files, broken by the addition of resume...Magnus Holmgren1-2/+3
2008-04-16Correct copyright date and add acknowledgement of projects (libasf and VLC) t...Dave Chapman1-1/+5
2008-04-13Remove redundant init call.Magnus Holmgren1-2/+0
2008-04-12Commit FS#8822 by Magnus Holmgren. Fixes resuming previously playing WMA fil...Michael Giacomelli1-9/+19
2008-04-07Make the WMA decoder less noisy in the sim.Michael Giacomelli1-7/+4
2008-03-09Fix (another) overflow when seeking in long WMA files.Michael Giacomelli1-1/+1
2008-03-09Don't assume reading the duration field advances the buffer 12 bytes, instead...Michael Giacomelli1-2/+4
2008-01-06If seek fails, don't insert nonsense for the current position. Also, make on...Michael Giacomelli1-3/+4
2007-12-01Code-police raid - cosmetic changes only.Dave Chapman1-86/+94
2007-11-30Use the correct variable name - fixes warningDave Chapman1-1/+1
2007-11-30Fix warning when compiling the sim.Michael Giacomelli1-1/+1
2007-11-30Fix overflow when seeking in long files wma. Also, add a simple sanity check...Michael Giacomelli1-24/+24
2007-11-22Add seeking support for wma. Works quite well on my Sansa, and theres some e...Michael Giacomelli1-19/+187
2007-11-05Remove conf_filechunk, it should never have been a setting and its implementa...Brandon Low1-1/+0
2007-10-17Make a fix for the WMA seek to start bug that actually works...Thom Johansen1-2/+4
2007-10-17Fix FS #7973. Hack a way to make skip to start of track work for WMA until we...Thom Johansen1-2/+5
2007-08-06use the full resolution we get from the WMA decoder and let the DSP code do t...Marcoen Hirschberg1-2/+2
2007-07-18Cosmetic changes - update a comment and add more info to a DEBUGFDave Chapman1-2/+3
2007-07-11TAB and whitespace policeDave Chapman1-4/+4
2007-07-11Don't assume files are WMAv2, instead actually check that they are and quit g...Michael Giacomelli1-4/+8
2007-07-10ASF parser improvements - it now correctly handles files containing multiple ...Dave Chapman1-42/+66
2007-07-09Reorganise the wma_decode_superframe() function - split into a separate init ...Dave Chapman1-22/+29
2007-07-03WMA clean-up commit - fix 64-bit sim warnings, set svn keywords property, and...Dave Chapman1-1/+1
2007-07-03Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...Dave Chapman1-0/+385