summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer
AgeCommit message (Expand)Author
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
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius
2009-08-15FS#10526: mpegplayer audio out of sync, reverts r22280Jeffrey Goode
2009-08-12FS#10504: Make mpegplayer audio thread use correct sample countJeffrey Goode
2009-08-04Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann ...Michael Giacomelli
2009-07-17Revert r21912 : "Storage API : remove undeeded target-specific functions"Rafaël Carré
2009-07-17Storage API : remove undeeded target-specific functionsRafaël Carré
2009-07-15Gigabeat S can do dithered YUV blitting too, so put it into the plugin API an...Jens Arnold
2009-07-15Further ARMv6 imdct optimisation, ~5.5% speedup.Jens Arnold
2009-07-14FS#10080Nils Wallménius
2009-07-12* Fix overlooked r12 usage possibility in mpegplayer ARM idct Jens Arnold
2009-07-12* ARM asm DSP and codec/plugin functions: Use r12 scratch register properlyJens Arnold
2009-07-11Fix plugins for the changed pitch scale from r21781Jens Arnold
2009-07-08Accept FS#10210: "Mpegplayer playback controls on portrait oriented players" ...Bertrik Sikken
2009-06-20Faster idct for ARMv6. Overall mpegplayer speedup is quite minimal though.Jens Arnold
2009-06-16Accept FS#10094 by Teruaki Kawashima:Jonathan Gordon
2009-05-13Sansa Fuze : Fix r20680/FS#10075 (long HOME to exit plugins)Rafaël Carré
2009-05-12FS#10118 & FS#10165 : lcd_blit_yuv() for Sansa Fuze & Sansa e200v2Rafaël Carré
2009-05-06M:Robe 500: Make some plugins work with the touchscreen (remote support needs...Karl Kurbjun
2009-04-07Enable plugins on the Onda VX747Maurus Cuelenaere
2009-04-01Fix warningsKarl Kurbjun
2009-04-01Add initial support for changing the LCD mode in MPEG player for hardware YUV...Karl Kurbjun
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz
2009-02-13Philips HDD1630 - add LCD YUV functions so mpegplayer works.Mark Arigo
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis
2009-02-03Gigabeat S: Get remote keymaps up to snuff and working. Do a couple tweaks on...Michael Sevakis
2009-01-29MPEGPlayer: If valid start AND end timestamps for a stream are not found then...Michael Sevakis
2009-01-24remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...Andrew Mahone
2009-01-24Plugins for the Philips HDD1630. The keymaps are largely untested on the devi...Mark Arigo
2009-01-17unify pointers to value for configfile, and add TYPE_BOOL type, used byAndrew Mahone
2009-01-16loader-initialized global plugin API:Andrew Mahone
2009-01-13remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER macro...Andrew Mahone
2009-01-05Have the codec thread do callbacks instead of messing with the stack which is...Michael Sevakis
2009-01-04Commit FS#9617 - Keymaps for Plugins fuze by Thomas Martitz.Michael Giacomelli
2008-12-12m200v4: rename Keys, so they match better other targets with similar key-layo...Dominik Wenger
2008-12-10Use cookies for thread identification instead of pointers directly which give...Michael Sevakis
2008-12-08Commit FS#9607 by Adam Hogan: fix plugin keymaps for Creative Zen Vision:MMaurus Cuelenaere
2008-12-04Added keymaps for ZVM to plugins. Enabled zvm plugin building in tools/config...Björn Stenberg
2008-11-28Sansa Clip: build plugins (FS#9578)Rafaël Carré
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg
2008-11-22Macros should be ALL CAPS, so rename (un)likely() to (UN)LIKELY()Nils Wallménius
2008-11-20Introduce likely() and unlikely() macros, use to give gcc hints about which b...Nils Wallménius
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts