summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer
AgeCommit message (Expand)Author
2008-01-16mpegplayer: fix a small mistake in validating the start time.Michael Sevakis
2008-01-16libmpeg2: Change a couple style points for consistency and some spacing.Michael Sevakis
2008-01-16libmpeg2: Decode only Y on grayscale targets. The chroma skip code is probabl...Michael Sevakis
2008-01-13Oops, looks like I overlooked a leftover from the old graylib...Jens Arnold
2008-01-13Greyscale library: Plugins can now put the management structure in IRAM for h...Jens Arnold
2008-01-12mpegplayer: A) Replace 'Start Menu' option with 'Resume Settings' 1) Start me...Michael Sevakis
2008-01-11Greyscale mpegplayer: * Use uncached greyscale buffers on dual core targets, ...Jens Arnold
2008-01-10Fully clone the gray_show(false) procedure without the forced lcd update.Michael Sevakis
2008-01-10Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...Jonathan Gordon
2008-01-09mpegplayer on grayscale targets: use greylib to display all text and graphics...Michael Sevakis
2008-01-09Prevent idle poweroff in the MPEG player plugin. Also save the settings when ...Linus Nielsen Feltzing
2008-01-07mpegplayer: Fix a bitflag value. Add some commenting to the WVS code to help ...Michael Sevakis
2008-01-07mpegplayer: Misc seeking tweaks 1) Consolidate some code amongst functions. 2...Michael Sevakis
2008-01-04All-new greyscale library, replacing the old one. Features: (1) Drawing/updat...Jens Arnold
2008-01-04Stop wasting binary size + ram for several plugins. Plugins are supposed to b...Jens Arnold
2008-01-04mpegplayer seek tweak: Have video keep the time and duration of the last deco...Michael Sevakis
2008-01-03Ok...really fix the red. :)Michael Sevakis
2008-01-03Fix some warnings/errors.Michael Sevakis
2008-01-03Initial WVS for mpegplayer. Adjusts to the user's preferred font and uses FF/...Michael Sevakis
2007-12-30mpegplayer: Whoa. Left out a buffer wrap calculation when reading elementary ...Michael Sevakis
2007-12-29mpegplayer loose ends: Move gray_release to the exit routine where it should ...Michael Sevakis
2007-12-29Fix some DEBUGF warnings for sims.Michael Sevakis
2007-12-29mpegplayer: Make playback engine fully seekable and frame-accurate and split ...Michael Sevakis
2007-12-07Reformat and code police (tabs, trailing whitespace, annoying overuse of pare...Michael Sevakis
2007-11-21Okay. Really fix the red. It's a little ugly at this point, and clearly Paul Louden
2007-11-21Fix my rampant making of mistakes.Paul Louden
2007-11-21Allow use of either A or Select to pause in mpegplayer. This means you Paul Louden
2007-11-12Remove unused x11 and win32 simulator rulesDave Chapman
2007-10-25enable jpeg, mpegplayer and midiplay on the mr500 (only jpeg is actually usab...Jonathan Gordon
2007-10-22Phase in thread_wait when waiting for a thread to exit. Begin phasing out the...Michael Sevakis
2007-10-21 FS#7997 - mpegplayer - enable/disable start menuRobert Kukla
2007-10-21Implement YUV dithering for c200, and enable the option in mpegplayer.Jens Arnold
2007-10-21Really tiny tweak to the coldfire idct. * Comment fix.Jens Arnold
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin
2007-10-19Code police strike. Every line was padded with trailing space. Trim it.Michael Sevakis
2007-10-18Just fix a typo.Mustapha Senhaji
2007-10-18Fix a warning in the simDave Chapman
2007-10-18Put some arrays used in the decoder into IRAM for a few percent speedup (main...Jens Arnold
2007-10-18Use the core codec thread's stack for the mpegplayer audio thread - this will...Dave Chapman
2007-10-18Less stack hogging in the coldfire IDCT for mpegplayer. Speedup might or migh...Jens Arnold
2007-10-17Move some tables that aren't performance critical out of iram, const policeNils Wallménius
2007-10-17Mpegplayer: Assembler optimised motion compensation for coldfire (just the va...Jens Arnold
2007-10-17Try to fix the non-working $ replacement.Jens Arnold
2007-10-17Mpegplayer: Convert the assembler optimised ARM IDCT into a proper assembler ...Jens Arnold
2007-10-16Mpegplayer: Assembler optimised IDCT for coldfire, based on FS #5995 by Karim...Jens Arnold
2007-10-16FS#7971 - mpegplayer - start menu loads quicker - menu clean up - code clean upRobert Kukla
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis
2007-10-15Delay boosting and backlight on until after the menu selection is done. Fixes...Peter D'Hoye
2007-10-14Use the CLOCK_RATE define instead of 44100.Antoine Cellerier
2007-10-11Cosmetic change - change the "loading ..." splashes to "Loading...", as used ...Dave Chapman