summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2010-07-19Make libdemac compile again on OSX x86 and x86_64 by replacing .rept with ↵Jens Arnold1-38/+53
fancy preprocessor stuff. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27490 a1c6a512-1295-4272-9138-f99709370657
2010-07-19Update of Czech language - FS #11488 by Marek SalabaBertrik Sikken1-13/+13
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27489 a1c6a512-1295-4272-9138-f99709370657
2010-07-18FS#11454 Tuning of codec compiler optionsNils Wallménius7-6/+73
Tested with h300 and sansa c200v1 h300 speedups: a52: 2% cook: 9-17% aac: 0.5% vorbis: 0.5% wma: 6-12% c200v1 speedups: alac: 1.5% wma 3-4% wavpack 2% git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27486 a1c6a512-1295-4272-9138-f99709370657
2010-07-18Add a 'ab_repeat_buttons' featureRafaël Carré1-49/+60
Use it in the manual instead of a built in list of models Sort all features which aren't used in apps/lang/* Fix FS#11379 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27485 a1c6a512-1295-4272-9138-f99709370657
2010-07-18Properly initialize tagcache headers when doing commit() duringMiika Pekkarinen1-5/+14
boot-up. Should fix "Recently added" entries remaining empty when dircache is not used nor database is loaded to ram. Also, don't load load hibernated statefile on H1xx targets when database loading to ram has been disabled explicitly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27484 a1c6a512-1295-4272-9138-f99709370657
2010-07-18AB_REPEAT_ENABLE was never defined to 2Rafaël Carré3-15/+1
There's only 2 possibilities: defined or undefined git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27483 a1c6a512-1295-4272-9138-f99709370657
2010-07-18Update Chinese (simple) translation - FS #11484 by Purling NayukiBertrik Sikken1-11/+357
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27480 a1c6a512-1295-4272-9138-f99709370657
2010-07-18Revert accidental commit of "%z" support in r26071 (the implementation ↵Frank Gevaerts4-6/+6
assumed size_t==long, which is not always the case in hosted environments) Remove four remaining uses of %z, three of which were in DEBUGF git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27479 a1c6a512-1295-4272-9138-f99709370657
2010-07-17Prettier genlang-features output. Use the same style for max_language_size.h.Thomas Martitz2-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27469 a1c6a512-1295-4272-9138-f99709370657
2010-07-17Beautify view_battery() graph in debug menu. FS#11324 by meMarcin Bukat1-15/+57
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27467 a1c6a512-1295-4272-9138-f99709370657
2010-07-17Oops, revert unintentional commitNils Wallménius1-1045/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27466 a1c6a512-1295-4272-9138-f99709370657
2010-07-17Delete unused headerNils Wallménius2-14/+1045
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27465 a1c6a512-1295-4272-9138-f99709370657
2010-07-17Walloon language update - FS #11039 by Stéphane QuertinmontBertrik Sikken1-3/+650
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27464 a1c6a512-1295-4272-9138-f99709370657
2010-07-17libwma: void pointer voodoo to get rid ov strict aliasing warningsNils Wallménius2-8/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27463 a1c6a512-1295-4272-9138-f99709370657
2010-07-17libwma: Reuse a static buffer that was unused while decoding lsp files for ↵Nils Wallménius2-4/+7
some lsp related tables. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27462 a1c6a512-1295-4272-9138-f99709370657
2010-07-17Check for errors from decode_packet in wmapro.cMohamed Tarek1-0/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27461 a1c6a512-1295-4272-9138-f99709370657
2010-07-17Increase the size of quant table in libwmapro to accomodate more values for ↵Mohamed Tarek2-5/+13
exp. Fixes wma pro failure on test files in download.rockbox.org/test_files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27460 a1c6a512-1295-4272-9138-f99709370657
2010-07-17libwma: Reduce size of runtab and levtab buffers, only one set can get the ↵Nils Wallménius1-3/+5
worst case size so make the other set the second worst case size. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27459 a1c6a512-1295-4272-9138-f99709370657
2010-07-17Remove unused 2kB buffer and some dead code.Nils Wallménius2-6/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27458 a1c6a512-1295-4272-9138-f99709370657
2010-07-17Begin shoehorning wma into the clip codec buffer again. Reduce the static ↵Nils Wallménius1-2/+2
buffer used by init_vlc so that it is no larger than is needed. Make the VLCcode struct packed to save space. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27457 a1c6a512-1295-4272-9138-f99709370657
2010-07-17libwmapro no longer needs libm in the sim; update the makefile and ↵Mohamed Tarek2-33/+6
README.rockbox. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27456 a1c6a512-1295-4272-9138-f99709370657
2010-07-17libwmapro : remove dead/unneeded code from wma.[ch]Mohamed Tarek2-371/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27455 a1c6a512-1295-4272-9138-f99709370657
2010-07-17libwmapro : Rename all FIXED occurrances to int32_t and remove types.hMohamed Tarek3-47/+37
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27454 a1c6a512-1295-4272-9138-f99709370657
2010-07-17More cleaning for libwmapro; use codeclib's bitstream functions and drop ↵Mohamed Tarek8-1925/+5
those from the libwmapro. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27453 a1c6a512-1295-4272-9138-f99709370657
2010-07-17Enable ff_copy_bits in ffmpeg_bitstream.c and put_bits.h and intreadwrite.h ↵Mohamed Tarek4-13/+813
to codeclib. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27452 a1c6a512-1295-4272-9138-f99709370657
2010-07-16libwma has Huffman tables that are too big for the stack temp buffer. Make ↵Nils Wallménius1-2/+9
temp buffer static. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27446 a1c6a512-1295-4272-9138-f99709370657
2010-07-16prevent the parser crashing if a font fails to load and is refresencd in ↵Jonathan Gordon1-1/+5
more than one viewport git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27443 a1c6a512-1295-4272-9138-f99709370657
2010-07-15Remove two unused macros.Nils Wallménius1-3/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27438 a1c6a512-1295-4272-9138-f99709370657
2010-07-15Correction of bug in Czech language - FS #11428 by Marek SalabaBertrik Sikken1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27437 a1c6a512-1295-4272-9138-f99709370657
2010-07-15Properly fix warning by copying the swap16 and swap32 inline functions from ↵Nils Wallménius1-1/+1
system.h to mips/ingenic_jz47xx/system-target.h to replace the defines. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27433 a1c6a512-1295-4272-9138-f99709370657
2010-07-15Use codeclib version of the ffmpeg bitstream code for wma rather then ↵Michael Giacomelli5-1244/+5
ancient hacked up version. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27432 a1c6a512-1295-4272-9138-f99709370657
2010-07-15Hopefully fix 'comparison between signed and unsigned' warningNils Wallménius1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27431 a1c6a512-1295-4272-9138-f99709370657
2010-07-15Sync codeclib bitstream code with upstream ffmpeg code. Build ↵Nils Wallménius11-788/+315
ffmpeg_bitstream.c as a part of the codec lib. Use this codeclib implementation in libffmpegFLAC. Implement adapted version of the unaligned longword reading optimization for coldfire from the libwma version of this code. Speeds up cook decoding by 2-3% on h300 and flac by 25% on h300, also speeds up flac decoding by 2% on c200 (decoding speed of cook on c200 is unchanged). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27430 a1c6a512-1295-4272-9138-f99709370657
2010-07-15Slovak language update - FS #11481 by Peter LeckyBertrik Sikken1-0/+65
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27429 a1c6a512-1295-4272-9138-f99709370657
2010-07-15Update of Czech language - FS #11479 by Marek SalabaBertrik Sikken1-23/+87
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27428 a1c6a512-1295-4272-9138-f99709370657
2010-07-15Update Thai translation - FS #11474 by Phinitnun ChanasabaengBertrik Sikken1-9/+487
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27427 a1c6a512-1295-4272-9138-f99709370657
2010-07-15Initial cleanup for libwmapro.Mohamed Tarek33-12233/+126
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27425 a1c6a512-1295-4272-9138-f99709370657
2010-07-14Updated italian translation.Alessio Lenzi1-0/+93
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27424 a1c6a512-1295-4272-9138-f99709370657
2010-07-14Build wmapro, disabled on targets with less than 2MB of ramRafaël Carré2-0/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27423 a1c6a512-1295-4272-9138-f99709370657
2010-07-14remove unused CODECLIBS variable from makefileRafaël Carré1-6/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27422 a1c6a512-1295-4272-9138-f99709370657
2010-07-14wmapro: silence some warnings related to function prototypes unused in rockboxRafaël Carré1-0/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27421 a1c6a512-1295-4272-9138-f99709370657
2010-07-14wmapro: don't force little endiannessRafaël Carré1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27420 a1c6a512-1295-4272-9138-f99709370657
2010-07-14Check if ROCKBOX_LITTLE_ENDIAN and ROCKBOX_BIG_ENDIAN are defined, no which ↵Rafaël Carré1-2/+2
value they have git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27419 a1c6a512-1295-4272-9138-f99709370657
2010-07-14Remove WMA Pro again from the main build temporarily till the ↵Mohamed Tarek2-4/+1
errors/warnings are sorted out. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27418 a1c6a512-1295-4272-9138-f99709370657
2010-07-14Add WMA Pro to the main build. WMA Pro now plays on target and decodes in ↵Mohamed Tarek19-206/+81
151% realtime in a 320kbps sample on a sansa e200. Lots of cleanup still need to be done, and optimisations should start soon too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27417 a1c6a512-1295-4272-9138-f99709370657
2010-07-14Remove the floating point code from wmaprodec.c and change variable names ↵Mohamed Tarek5-322/+75
accordingly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27416 a1c6a512-1295-4272-9138-f99709370657
2010-07-14Add a lcd_contrast feature and use it for the relevant manual sectionRafaël Carré1-0/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27414 a1c6a512-1295-4272-9138-f99709370657
2010-07-13Oops, one explicit colon is enough (though an extra one doesn't hurt).Jens Arnold1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27411 a1c6a512-1295-4272-9138-f99709370657
2010-07-13The simplification from r27406 changed the format of 'genlang-features': it ↵Jens Arnold1-1/+1
used to have a leading colon. Fix missing target and feature specific strings resulting from that (mashed target name and first feature) by inserting a colon into the command line explicitly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27410 a1c6a512-1295-4272-9138-f99709370657
2010-07-13genlang-features: simplify generationRafaël Carré1-2/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27406 a1c6a512-1295-4272-9138-f99709370657