summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer (unfollow)
Commit message (Expand)Author
2010-11-30HD300 - plugins keymapsMarcin Bukat
2010-11-26FS#8607: MPEG video playlistTeruaki Kawashima
2010-11-03These should be the last of the plugin keymaps requiredRobert Menes
2010-11-02MPIO HD200: rename button defines to adhere how they are labeled on the device.Marcin Bukat
2010-09-17Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts
2010-08-30Plugins: modify IRAM copying codeRafaël Carré
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz
2010-08-01mpegplayer mad: apply r27655 fixRafaël Carré
2010-07-18Revert accidental commit of "%z" support in r26071 (the implementation assume...Frank Gevaerts
2010-06-29r27159 broke mpegplayer but not the mpa codec because its libmad init wasn't ...Michael Sevakis
2010-06-11CPP substitution isn't made inside " ", but we need " " when using , in a gas...Rafaël Carré
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré
2010-06-04Add a wrapper header, mylcd.h, in the lib subdirectory, which lets plugins' c...Michael Sevakis
2010-05-21mpegplayer: use OFF_T_MIN/MAX instead of LONG_MIN/MAX in one spot. Define OFF...Michael Sevakis
2010-05-17Simplify mpegplayer a bit and use array-based lists rather than linked lists ...Michael Sevakis
2010-05-17I think I intended a different expression.Michael Sevakis
2010-05-16How punny. Just one more whack-a-mole to get.Michael Sevakis
2010-05-16MPEGPlayer: reconceal the point punsMichael Sevakis
2010-05-16MPEGPlayer: Add a second layer of caching to help speed up byte-wise scanning...Michael Sevakis
2010-05-15Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feat...Michael Sevakis
2010-05-15Fix yellow: missed a castJeffrey Goode
2010-05-15Eliminate %zd tag in printf format strings, replace them with %ld. The %z for...Jeffrey Goode
2010-05-14Fix various size_t related warnings and errorsFrank Gevaerts
2010-05-14another cast ssize_t -> longRafaël Carré
2010-05-07mpegplayer: One last dealie-O for now: Change all "WVS" usage in the code for...Michael Sevakis
2010-05-07mpegplayer: make button timeout half the OSD update interval so that it updat...Michael Sevakis
2010-05-07Add support for the next/prev side buttons to mpegplayer on the Gigabeat S to...Michael Sevakis
2010-05-06Fix some size_t related warnings (hopefully, they seem system dependant).Thomas Martitz
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-05-02Improve motion compensation for ARM: * Use less registers in the simple copy ...Jens Arnold
2010-05-02Gigabeat S: Reduce stalling in the ARMv6 IDCT. Also save one instruction per ...Jens Arnold
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat
2010-03-28Fuzev2: add dithering option for mpegplayerRafaël Carré
2010-03-25fix redRafaël Carré
2010-03-25mpegplayer: align video output data structure only on multicoreRafaël Carré
2010-03-09Get rid of unnecessary alignment of struct member which also caused arm-elf-e...Jens Arnold
2010-02-14Packard Bell Vibe 500: Finish plugin keymaps. Rockbox compiles clean now for ...Szymon Dziok
2010-01-21mpegplayer: reset foreground/background color and clear display in case they ...Teruaki Kawashima
2010-01-13mpegplayer:Teruaki Kawashima
2009-12-15Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, andTomer Shalev
2009-12-07Yet more GoGear SA9200 plugin keymaps. Almost done!Robert Menes
2009-11-20Merge mpeg_malloc_reason_t and mpeg2_alloc_t, add STATE_INTERNAL_NORETURN to ...Andrew Mahone
2009-11-09Make the codecs use more IRAM on S5L870x, as we have plenty of it.Michael Sparmann
2009-10-20Fix red caused by ancient incorrect #ifdefs.Thomas Martitz
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz
2009-08-31 * Fix plugin keymaps for VX777Maurus Cuelenaere
2009-08-27fix red.Teruaki Kawashima
2009-08-27Rearange menu of mpegplayer. Add new menu with "settings" and "quit", and rem...Teruaki Kawashima