summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-08-15remove duplicates of bswap.h from libwma, libcook and libatrac. Create codecs...Mohamed Tarek6-303/+3
2009-08-15Fix handling of unaligned input buffers in libatrac.Mohamed Tarek1-10/+5
2009-08-15FS#10526: mpegplayer audio out of sync, reverts r22280Jeffrey Goode1-12/+3
2009-08-15Correct the ffmpeg revision of libatrac and write more import details.Mohamed Tarek1-1/+5
2009-08-14Fix yellow.Mohamed Tarek1-1/+1
2009-08-14Support for playback of atrac3 audio in rm, in sim.Mohamed Tarek10-12/+227
2009-08-14Revert the asm fixmul stuff for now.Mohamed Tarek1-10/+1
2009-08-14Use the bytestream reading functions form librm and drop bytestream.h and lib...Mohamed Tarek6-716/+26
2009-08-14Factor out bytestream reading functions needed in rm parsers/codecs.Mohamed Tarek5-66/+62
2009-08-14Move main() outside atrac3.c and create atrac3.hMohamed Tarek4-244/+251
2009-08-14Replace av_log() with DEBUGF and drop some now-useless files.Mohamed Tarek10-4256/+19
2009-08-14Fix a (stupid) mistake in libatrac/atrac3.cMohamed Tarek1-1/+1
2009-08-13Call the asm definitions of fixmul functions when possible.Mohamed Tarek1-1/+11
2009-08-13Remove a forgotten DEBUGF from librm/rm.c - No functional changes.Mohamed Tarek1-1/+0
2009-08-13Remove mallocs from libatrac.Mohamed Tarek1-29/+5
2009-08-13Modify libatrac to use fixed-point arithmetic.Mohamed Tarek10-5756/+324
2009-08-13Modify libcook to use rockbox's mdct library in its standalone test program.Mohamed Tarek5-870/+14
2009-08-13Also modify mdct_lookup.c for compiling outside rockbox.Mohamed Tarek1-1/+4
2009-08-13Modify the mdct library to enable using it outside rockbox - No functional ch...Mohamed Tarek3-0/+9
2009-08-13Update the french translation.Mustapha Senhaji1-25/+217
2009-08-13Make quickscreen items enum name lower-case, as per docs/CONTRIBUTING.Thomas Martitz2-3/+3
2009-08-13Make gui_syncquickscreen_run() static as it's not used anywhere.Thomas Martitz2-4/+1
2009-08-12FS#10446: Bug defense in dsp.c, minor tweaks and commentsJeffrey Goode2-24/+16
2009-08-12FS#10512: Bookmarking does not behave correctly (fixes r22192)Jeffrey Goode1-2/+2
2009-08-12FS#10504: Make mpegplayer audio thread use correct sample countJeffrey Goode1-3/+12
2009-08-12Adds DSP testing and WAV writing to test_codecJeffrey Goode3-10/+87
2009-08-12Protect viewport.h against multiple inclusion.Thomas Martitz1-0/+6
2009-08-12Fix mistake at checking the return in rockboy. Thanks Al Le for spotting.Thomas Martitz1-1/+1
2009-08-12Fix yellows.Thomas Martitz2-2/+4
2009-08-12Both of this isn't needed anymore as it's done at the end of the function.Thomas Martitz1-5/+0
2009-08-12Make kbd_input() show a cancel splash to indicate user abort better and for b...Thomas Martitz9-19/+24
2009-08-12Remove unneeded symbols and improve the comment to the VP parsing functionAlexander Levin2-16/+19
2009-08-12Fix FS#10505 - "Background changes to inverted when cleared" as well as a pr...Thomas Martitz1-9/+7
2009-08-11Consolidate day of week calculationFrank Gevaerts1-8/+1
2009-08-11Fix logf() multilines handlingRafaël Carré1-2/+2
2009-08-11Fix logfdump multilines handlingRafaël Carré1-2/+2
2009-08-11Fix defines from the last commit that made replaygain depend on crossfade. T...Michael Giacomelli1-1/+5
2009-08-11FS#10506. Don't compile various crossfade only functions in pcmbuf.c on low ...Michael Giacomelli3-4/+15
2009-08-11Disable crossfade menu option (but nothing more) on lowmem (<=2MB) targets be...Michael Giacomelli2-1/+5
2009-08-10Fix yellow.Mohamed Tarek1-0/+4
2009-08-10Import libatrac from ffmpeg and modify librm to support ATRAC3.Mohamed Tarek25-9/+13440
2009-08-10r22135 overwrote mcuelenaere's changes in r22068 to add slider-type regions f...Jonathan Gordon1-5/+43
2009-08-09FS#10496: remove function read_image_file_offset, it had a bug and is not use...Bertrik Sikken2-18/+0
2009-08-09Don't set the drawmode twice and simplify two cases in viewport_parse_viewport.Thomas Martitz2-21/+19
2009-08-09Fix the yellows.Thomas Martitz1-1/+1
2009-08-09Fix player and greyscale reds.Thomas Martitz2-13/+27
2009-08-09r22135 overwrote mcuelenaere's changes in r22068 to add slider-type regions f...Jonathan Gordon2-19/+39
2009-08-09Factor out WPS' %V parsing function into viewport.c, in preperation of custom...Thomas Martitz3-92/+116
2009-08-09M:Robe 500: Add missing filesKarl Kurbjun4-0/+0
2009-08-09Rockboy: Cleanup redKarl Kurbjun2-6/+8