summaryrefslogtreecommitdiff
path: root/apps/codecs/wma.c (follow)
Commit message (Expand)AuthorAge
* Add codecs to librbcodec.Sean Bartell2012-04-25
* More completely flush WMA decoder state on seek to prevent artifact.Michael Giacomelli2012-04-03
* Don't filter out -O for sims.Thomas Martitz2012-01-22
* Commit work started in FS#12153 to put timing/position information in PCMMichael Sevakis2011-08-28
* Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis2011-04-27
* Enforce that codecs wait for their metadata in a proper-ish and consistent ma...Michael Sevakis2011-02-20
* Correctly re-initialize wma decoder on next track. This fixes strange observe...Andree Buschmann2011-02-03
* Remove old debug line from wma.c.Michael Giacomelli2010-08-12
* Modify WMA to produce non-interleaved stereo output (FS#11503 by me). speeds ...Mohamed Tarek2010-07-28
* Rename seek() to asf_seek()Mohamed Tarek2010-05-21
* Move seek() from wma.c to libasf since it's really ASF-specific.Mohamed Tarek2010-05-21
* Remove unnecessary parameter (struct codec_api* ci) passed to libasf function...Mohamed Tarek2010-05-02
* Add the Rockbox GPL header to apps/codecs/libasf/asf.c and fix the one in app...Mohamed Tarek2010-05-02
* - Factor out container specific code from apps/codecs/wma.c.Mohamed Tarek2010-05-02
* Commit fix suggested by Siaoru Lee in FS#9776. Fixes a bug in our ASF parser.Michael Giacomelli2009-02-08
* Calculate watermark from bitrate and harddisk spinup time.Björn Stenberg2009-01-10
* New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg2008-11-20
* Actually put the output in IRAM this time by combining some buffers that were...Michael Giacomelli2008-08-10
* Use Tremor IMDCT for WMA. Gives a ~20% speedup on ARM and coldfire. All my ...Michael Giacomelli2008-07-17
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Fix skipping back to the start of WMA files, broken by the addition of resume...Magnus Holmgren2008-04-29
* Correct copyright date and add acknowledgement of projects (libasf and VLC) t...Dave Chapman2008-04-16
* Remove redundant init call.Magnus Holmgren2008-04-13
* Commit FS#8822 by Magnus Holmgren. Fixes resuming previously playing WMA fil...Michael Giacomelli2008-04-12
* Make the WMA decoder less noisy in the sim.Michael Giacomelli2008-04-07
* Fix (another) overflow when seeking in long WMA files.Michael Giacomelli2008-03-09
* Don't assume reading the duration field advances the buffer 12 bytes, instead...Michael Giacomelli2008-03-09
* If seek fails, don't insert nonsense for the current position. Also, make on...Michael Giacomelli2008-01-06
* Code-police raid - cosmetic changes only.Dave Chapman2007-12-01
* Use the correct variable name - fixes warningDave Chapman2007-11-30
* Fix warning when compiling the sim.Michael Giacomelli2007-11-30
* Fix overflow when seeking in long files wma. Also, add a simple sanity check...Michael Giacomelli2007-11-30
* Add seeking support for wma. Works quite well on my Sansa, and theres some e...Michael Giacomelli2007-11-22
* Remove conf_filechunk, it should never have been a setting and its implementa...Brandon Low2007-11-05
* Make a fix for the WMA seek to start bug that actually works...Thom Johansen2007-10-17
* Fix FS #7973. Hack a way to make skip to start of track work for WMA until we...Thom Johansen2007-10-17
* use the full resolution we get from the WMA decoder and let the DSP code do t...Marcoen Hirschberg2007-08-06
* Cosmetic changes - update a comment and add more info to a DEBUGFDave Chapman2007-07-18
* TAB and whitespace policeDave Chapman2007-07-11
* Don't assume files are WMAv2, instead actually check that they are and quit g...Michael Giacomelli2007-07-11
* ASF parser improvements - it now correctly handles files containing multiple ...Dave Chapman2007-07-10
* Reorganise the wma_decode_superframe() function - split into a separate init ...Dave Chapman2007-07-09
* WMA clean-up commit - fix 64-bit sim warnings, set svn keywords property, and...Dave Chapman2007-07-03
* Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...Dave Chapman2007-07-03