summaryrefslogtreecommitdiffstats
path: root/apps/codecs/wma.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-20Enforce that codecs wait for their metadata in a proper-ish and consistent ma...Michael Sevakis1-5/+7
2011-02-03Correctly re-initialize wma decoder on next track. This fixes strange observe...Andree Buschmann1-0/+2
2010-08-12Remove old debug line from wma.c.Michael Giacomelli1-2/+0
2010-07-28Modify WMA to produce non-interleaved stereo output (FS#11503 by me). speeds ...Mohamed Tarek1-9/+2
2010-05-21Rename seek() to asf_seek()Mohamed Tarek1-1/+1
2010-05-21Move seek() from wma.c to libasf since it's really ASF-specific.Mohamed Tarek1-54/+0
2010-05-02Remove unnecessary parameter (struct codec_api* ci) passed to libasf function...Mohamed Tarek1-4/+4
2010-05-02Add the Rockbox GPL header to apps/codecs/libasf/asf.c and fix the one in app...Mohamed Tarek1-4/+0
2010-05-02- Factor out container specific code from apps/codecs/wma.c.Mohamed Tarek1-369/+5
2009-02-08Commit fix suggested by Siaoru Lee in FS#9776. Fixes a bug in our ASF parser.Michael Giacomelli1-0/+3
2009-01-10Calculate watermark from bitrate and harddisk spinup time.Björn Stenberg1-2/+0
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg1-1/+1
2008-08-10Actually put the output in IRAM this time by combining some buffers that were...Michael Giacomelli1-1/+1
2008-07-17Use Tremor IMDCT for WMA. Gives a ~20% speedup on ARM and coldfire. All my ...Michael Giacomelli1-3/+3
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
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