summaryrefslogtreecommitdiffstats
path: root/apps/plugins/mpegplayer
AgeCommit message (Expand)AuthorFilesLines
2008-06-28implement smooth seeking acceleration for audio playback and mpegplayerMarcoen Hirschberg1-7/+3
2008-05-28Oops. Have to explicitly remove the lcd enable notify before exiting or it wi...Michael Sevakis1-0/+6
2008-05-28Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis3-0/+48
2008-05-18Fix a typo even though it's only in a comment.Marianne Arnold1-1/+1
2008-05-18Fix yellow.Michael Sevakis1-0/+2
2008-05-18MPEGPlayer quickie: add an option to set the backlight brightness to a plugin...Michael Sevakis3-16/+144
2008-05-13Plugin parameters should be const.Steve Bavin4-5/+5
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2008-05-02Build the remaining plugins for Gigabeat S and straigten out the fake IRAM in...Michael Sevakis2-0/+22
2008-04-27FS#8708: D2/m:robe500 touchscreen keymaps by Andreas Mueller.Rob Purchase2-12/+53
2008-04-13Make mpegplayer sleep the disk after buffering to save battery. * Add a simul...Jens Arnold1-0/+3
2008-04-13The greylib now takes care of the necessary aligment and uncached addressing ...Jens Arnold1-21/+7
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis9-20/+20
2008-04-04Greyscale library: Optionally put the greyscale ISR on COP on portalplayertar...Jens Arnold1-1/+1
2008-04-01Place a limit on the estimate fudging when searching timestamps in mpegplayer...Michael Sevakis1-5/+16
2008-03-25iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~...Jens Arnold2-0/+17
2008-03-25Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold2-17/+0
2008-03-25Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold2-0/+17
2008-03-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis4-6/+14
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold1-1/+1
2008-03-22D2: Enable plugin building (using initial keymaps from FS#8708 by Andreas Mue...Rob Purchase2-0/+19
2008-03-02Greyscale library: Preparations for a gamma measurement plugin.Jens Arnold1-2/+2
2008-03-01M:Robe 100: add button definition/bitmaps to plugins and enable compilationRobert Kukla2-2/+21
2008-02-01mpegplayer: Use the core DSP to process audio. Removes the sample rate restri...Michael Sevakis8-75/+285
2008-01-27Now that headphone plug pause/resume should be better behaved, support it in ...Michael Sevakis3-1/+71
2008-01-27fix yellowMarcoen Hirschberg1-6/+6
2008-01-27add support for the gigabeat remote control in mpegplayerMarcoen Hirschberg2-0/+71
2008-01-27mpegplayer: End of data would not be detected correctly if mpeg parser was in...Michael Sevakis1-4/+13
2008-01-26mpegplayer: make sure 'floating' videos are even-aligned on color displays or...Michael Sevakis1-2/+7
2008-01-26H10 20GB: Assembly YUV blitting and dithering.Michael Sevakis1-1/+2
2008-01-16mpegplayer: fix a small mistake in validating the start time.Michael Sevakis1-1/+1
2008-01-16libmpeg2: Change a couple style points for consistency and some spacing.Michael Sevakis2-14/+8
2008-01-16libmpeg2: Decode only Y on grayscale targets. The chroma skip code is probabl...Michael Sevakis7-115/+680
2008-01-13Oops, looks like I overlooked a leftover from the old graylib...Jens Arnold1-1/+1
2008-01-13Greyscale library: Plugins can now put the management structure in IRAM for h...Jens Arnold1-0/+4
2008-01-12mpegplayer: A) Replace 'Start Menu' option with 'Resume Settings' 1) Start me...Michael Sevakis4-277/+434
2008-01-11Greyscale mpegplayer: * Use uncached greyscale buffers on dual core targets, ...Jens Arnold7-96/+9
2008-01-10Fully clone the gray_show(false) procedure without the forced lcd update.Michael Sevakis1-1/+5
2008-01-10Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...Jonathan Gordon2-4/+4
2008-01-09mpegplayer on grayscale targets: use greylib to display all text and graphics...Michael Sevakis9-258/+261
2008-01-09Prevent idle poweroff in the MPEG player plugin. Also save the settings when ...Linus Nielsen Feltzing1-0/+5
2008-01-07mpegplayer: Fix a bitflag value. Add some commenting to the WVS code to help ...Michael Sevakis1-15/+72
2008-01-07mpegplayer: Misc seeking tweaks 1) Consolidate some code amongst functions. 2...Michael Sevakis2-112/+85
2008-01-04All-new greyscale library, replacing the old one. Features: (1) Drawing/updat...Jens Arnold4-24/+21
2008-01-04Stop wasting binary size + ram for several plugins. Plugins are supposed to b...Jens Arnold1-1/+1
2008-01-04mpegplayer seek tweak: Have video keep the time and duration of the last deco...Michael Sevakis3-58/+58
2008-01-03Ok...really fix the red. :)Michael Sevakis1-2/+2
2008-01-03Fix some warnings/errors.Michael Sevakis2-7/+3
2008-01-03Initial WVS for mpegplayer. Adjusts to the user's preferred font and uses FF/...Michael Sevakis11-102/+1329
2007-12-30mpegplayer: Whoa. Left out a buffer wrap calculation when reading elementary ...Michael Sevakis1-0/+2