| Commit message (Expand) | Author | Age |
| * | Ged rid of uisimulator/common/io.c for android builds. | Thomas Martitz | 2010-09-01 |
| * | libdemac: ARMv7 assembler optimisation for the filters, tested on Nokia N900.... | Jens Arnold | 2010-08-30 |
| * | Restore libfaad's IRAM configuration. | Andree Buschmann | 2010-08-29 |
| * | Fix FS#11539. Undo r23967 and use another way to achieve results for negative... | Andree Buschmann | 2010-08-29 |
| * | Fix red. | Andree Buschmann | 2010-08-29 |
| * | Clean up alac/acc demux structure on next track. Solves issues with some file... | Andree Buschmann | 2010-08-29 |
| * | Make M4A demuxer more flexible when handling the stsd atom. Allows file repor... | Magnus Holmgren | 2010-08-29 |
| * | Use system headers a bit more: use host's fcntl.h for O_RDONLY etc. | Thomas Martitz | 2010-08-27 |
| * | Fix residual aac-he distortion reported via forum. Bug was introduded with r2... | Andree Buschmann | 2010-08-26 |
| * | Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i... | Thomas Martitz | 2010-08-24 |
| * | Fix libfaad error that was introduced with r27225. Noise bursts during playba... | Andree Buschmann | 2010-08-23 |
| * | Reinitialise ogg_malloc system on each track change with the vorbis codec - p... | Bertrik Sikken | 2010-08-23 |
| * | Move ffmpeg functions to their own file to avoid mixing code under different ... | Nils Wallménius | 2010-08-22 |
| * | forgot comment | Nils Wallménius | 2010-08-22 |
| * | libtremor: use render_line from ffmpeg (libavcodec/vorbis.c), speedup ~1% on ... | Nils Wallménius | 2010-08-22 |
| * | Correct the check for the requested vs returned sizes in libasf. | Mohamed Tarek | 2010-08-14 |
| * | Add uppercase M4A file type to the mp4 parser. Technically Apple says to use... | Michael Giacomelli | 2010-08-14 |
| * | Update libwmavoice's README. | Mohamed Tarek | 2010-08-13 |
| * | Fix a bug in the asf parser that led to dropping packets in WMA voice. WMA vo... | Mohamed Tarek | 2010-08-13 |
| * | Missed some more debug statements in libasf. | Michael Giacomelli | 2010-08-12 |
| * | Remove old debug line from wma.c. | Michael Giacomelli | 2010-08-12 |
| * | Move memset6() declaration to string-extra.h, kills a warning compiling for a... | Thomas Martitz | 2010-08-12 |
| * | libtremor: fix possible memoryleak when playing several ogg vorbis files in s... | Nils Wallménius | 2010-08-12 |
| * | add a patch to libwmavoice to make it easier to enable/disable building it. | Mohamed Tarek | 2010-08-09 |
| * | WMA Voice now plays and seeks in the sim. The code is still in floating point... | Mohamed Tarek | 2010-08-07 |
| * | Remove dsputil.[ch], they are not needed. | Mohamed Tarek | 2010-08-07 |
| * | Add missing files from ffmpeg, write a README.rockbox and a makefile. | Mohamed Tarek | 2010-08-07 |
| * | Mistakenly committed a modification. The files in libwmavoice currently are e... | Mohamed Tarek | 2010-08-07 |
| * | Initial commit for a WMA Voice decoder; Import a minimal set of files for lib... | Mohamed Tarek | 2010-08-07 |
| * | Another minor ARM speedup for libwmapro. Drop lsb of multiplication result in... | Andree Buschmann | 2010-08-05 |
| * | Minor of libwmapro on ARM. Swap operands for fixmul31, is 1% faster. | Andree Buschmann | 2010-08-05 |
| * | Remove the comment about Coldfire asm. The current code (using fixmul16 macro... | Mohamed Tarek | 2010-08-05 |
| * | libwmapro: remove coldfire fixmul24 as it is both incorrect and unused, fix f... | Nils Wallménius | 2010-08-05 |
| * | update wmapro's README. | Mohamed Tarek | 2010-08-05 |
| * | Fix reds. | Mohamed Tarek | 2010-08-05 |
| * | oops ! shouldn't have removed mdct_tables. | Mohamed Tarek | 2010-08-05 |
| * | Drop the the mdct files from libwmapro since they are no longer needed. | Mohamed Tarek | 2010-08-05 |
| * | Increase wmapro decoder output sample depth to 24 bits, makes the mean error ... | Mohamed Tarek | 2010-08-04 |
| * | Fix red by removing sine_512 from iram (2KB). minor slowdown for PP5024 (~0.0... | Mohamed Tarek | 2010-08-04 |
| * | Use codeclib's mdct in wmapro. Input coeffs to the transform needed to be sca... | Mohamed Tarek | 2010-08-04 |
| * | Fix the sample count in wma pro. | Mohamed Tarek | 2010-08-03 |
| * | faad: move inline function in header | Rafaël Carré | 2010-08-03 |
| * | wma: move inline functions into .h file | Rafaël Carré | 2010-08-03 |
| * | flac: error out if max blocksize is larger than we can handle. | Nils Wallménius | 2010-08-03 |
| * | Rockbox as an application: Commit current Android port progress. | Thomas Martitz | 2010-08-02 |
| * | Use higher precision for libwmapro's quant_tab[]. | Andree Buschmann | 2010-08-01 |
| * | mpa: remove bad enum comparison spotted by gcc 4.5.1 | Rafaël Carré | 2010-08-01 |
| * | Housekeeping for libwmapro. Define some multiple used constants, use more pre... | Andree Buschmann | 2010-07-31 |
| * | libwmapro: fix comment for coldfire fixmul31. | Nils Wallménius | 2010-07-30 |
| * | Maintenance and minor speedup of libwmapro. Comment unused arrays, fix commen... | Andree Buschmann | 2010-07-29 |