summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer (follow)
Commit message (Expand)AuthorAge
* Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, andTomer Shalev2009-12-15
* Yet more GoGear SA9200 plugin keymaps. Almost done!Robert Menes2009-12-07
* Merge mpeg_malloc_reason_t and mpeg2_alloc_t, add STATE_INTERNAL_NORETURN to ...Andrew Mahone2009-11-20
* Make the codecs use more IRAM on S5L870x, as we have plenty of it.Michael Sparmann2009-11-09
* Fix red caused by ancient incorrect #ifdefs.Thomas Martitz2009-10-20
* Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz2009-10-20
* * Fix plugin keymaps for VX777Maurus Cuelenaere2009-08-31
* fix red.Teruaki Kawashima2009-08-27
* Rearange menu of mpegplayer. Add new menu with "settings" and "quit", and rem...Teruaki Kawashima2009-08-27
* Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius2009-08-20
* FS#10526: mpegplayer audio out of sync, reverts r22280Jeffrey Goode2009-08-15
* FS#10504: Make mpegplayer audio thread use correct sample countJeffrey Goode2009-08-12
* Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann ...Michael Giacomelli2009-08-04
* Revert r21912 : "Storage API : remove undeeded target-specific functions"Rafaël Carré2009-07-17
* Storage API : remove undeeded target-specific functionsRafaël Carré2009-07-17
* Gigabeat S can do dithered YUV blitting too, so put it into the plugin API an...Jens Arnold2009-07-15
* Further ARMv6 imdct optimisation, ~5.5% speedup.Jens Arnold2009-07-15
* FS#10080Nils Wallménius2009-07-14
* * Fix overlooked r12 usage possibility in mpegplayer ARM idct Jens Arnold2009-07-12
* * ARM asm DSP and codec/plugin functions: Use r12 scratch register properlyJens Arnold2009-07-12
* Fix plugins for the changed pitch scale from r21781Jens Arnold2009-07-11
* Accept FS#10210: "Mpegplayer playback controls on portrait oriented players" ...Bertrik Sikken2009-07-08
* Faster idct for ARMv6. Overall mpegplayer speedup is quite minimal though.Jens Arnold2009-06-20
* Accept FS#10094 by Teruaki Kawashima:Jonathan Gordon2009-06-16
* Sansa Fuze : Fix r20680/FS#10075 (long HOME to exit plugins)Rafaël Carré2009-05-13
* FS#10118 & FS#10165 : lcd_blit_yuv() for Sansa Fuze & Sansa e200v2Rafaël Carré2009-05-12
* M:Robe 500: Make some plugins work with the touchscreen (remote support needs...Karl Kurbjun2009-05-06
* Enable plugins on the Onda VX747Maurus Cuelenaere2009-04-07
* Fix warningsKarl Kurbjun2009-04-01
* Add initial support for changing the LCD mode in MPEG player for hardware YUV...Karl Kurbjun2009-04-01
* Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz2009-03-17
* Philips HDD1630 - add LCD YUV functions so mpegplayer works.Mark Arigo2009-02-13
* Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis2009-02-11
* Gigabeat S: Get remote keymaps up to snuff and working. Do a couple tweaks on...Michael Sevakis2009-02-03
* MPEGPlayer: If valid start AND end timestamps for a stream are not found then...Michael Sevakis2009-01-29
* remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...Andrew Mahone2009-01-24
* Plugins for the Philips HDD1630. The keymaps are largely untested on the devi...Mark Arigo2009-01-24
* unify pointers to value for configfile, and add TYPE_BOOL type, used byAndrew Mahone2009-01-17
* loader-initialized global plugin API:Andrew Mahone2009-01-16
* remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER macro...Andrew Mahone2009-01-13
* Have the codec thread do callbacks instead of messing with the stack which is...Michael Sevakis2009-01-05
* Commit FS#9617 - Keymaps for Plugins fuze by Thomas Martitz.Michael Giacomelli2009-01-04
* m200v4: rename Keys, so they match better other targets with similar key-layo...Dominik Wenger2008-12-12
* Use cookies for thread identification instead of pointers directly which give...Michael Sevakis2008-12-10
* Commit FS#9607 by Adam Hogan: fix plugin keymaps for Creative Zen Vision:MMaurus Cuelenaere2008-12-08
* Added keymaps for ZVM to plugins. Enabled zvm plugin building in tools/config...Björn Stenberg2008-12-04
* Sansa Clip: build plugins (FS#9578)Rafaël Carré2008-11-28
* Added 'keywords' and 'eol-style' properties.Björn Stenberg2008-11-25
* Macros should be ALL CAPS, so rename (un)likely() to (UN)LIKELY()Nils Wallménius2008-11-22
* Introduce likely() and unlikely() macros, use to give gcc hints about which b...Nils Wallménius2008-11-20