summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/mpegplayer.c (unfollow)
Commit message (Expand)Author
2007-04-21Missed a couple. Hopefully fix all warnings.Michael Sevakis
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis
2007-04-21mpegplayer: Fix jumping past the frame waiting if Limit FPS is on but Skip Fr...Michael Sevakis
2007-04-18mpegplayer: Better frame dropping code adapted to the using correct timestamp...Michael Sevakis
2007-04-16Oops. Have to do dropping based on future frame type but based upon the curre...Michael Sevakis
2007-04-16mpegplayer: Better sync, smoother frames - corrected a few minor flaws. Keep ...Michael Sevakis
2007-04-14mpegplayer: Get it in better shape for dual core targets. Utilize the newly a...Michael Sevakis
2007-04-12Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold
2007-04-12mpegplayer: Recover from audio stream errors better. Correct some sizes. Add ...Michael Sevakis
2007-04-12mpegplayer: oops, added an IRAM init/buffer get order switch that should have...Michael Sevakis
2007-04-12mpegplayer: do some reordering, add some needed volatiles, make sure thread c...Michael Sevakis
2007-04-11mpegplayer: Hopefully help some problems on dual core. Make USB mode exit cor...Michael Sevakis
2007-04-10mpegplayer: do a little post commit cleanup.Michael Sevakis
2007-04-10mpegplayer: Get A-V synchronized. Improve frame sync and dropping logic and t...Michael Sevakis
2007-04-04just pass the struct to vo_setup instead of multiple argumentsMarcoen Hirschberg
2007-04-04add support for non 16x16 frame sizesMarcoen Hirschberg
2007-03-31Change file reads from 128KB to 32KB chunks - this prevents audio dropouts on...Dave Chapman
2007-03-30Another AV sync bugfix - the initial avdelay was being incorrectly calculated...Dave Chapman
2007-03-30Be less aggressive when dropping frames - mpegplayer was dropping any frame w...Dave Chapman
2007-03-28Use the left and right buttons for changing volume in mpegplayer on the gigab...Tom Ross
2007-03-26Those pesky 64-bit simulator builds..Dave Chapman
2007-03-26Improved (I hope) A/V sync. mpegplayer now takes account of the difference i...Dave Chapman
2007-03-26mpegplayer for grayscale targets. Note that performance is slow...Dave Chapman
2007-03-25Initial attempt at rebufferingDave Chapman
2007-03-22Clamp output when converting from libmad's s3.28 format to 16-bit integers.Dave Chapman
2007-03-22Some small mpegplayer improvements/bug-fixes, and improved A/V sync. Audio i...Dave Chapman
2007-03-18Volume control for mpegplayer - based on FS #6814 by Jacob Gardner and Pascal...Dave Chapman
2007-03-17Fix simulator builds, and some debugf() format strings.Jens Arnold
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers
2007-02-18Fix CONFIG_BACKLIGHT warnings.Jens Arnold
2007-01-02Fix audio for Coldfire targets - the EMAC was being initialised in the main t...Dave Chapman
2007-01-01Initial implementation of audio support (44.1KHz only, mp2 or mp3, mono/stere...Dave Chapman
2006-11-26FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski
2006-11-18SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two...Michael Sevakis
2006-11-15one more for the backdrop stuffKarl Kurbjun
2006-10-26Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ...Barry Wardell
2006-08-20Move FPS display out of video_out_rockbox.c and into mpegplayer.c. Also add ...Dave Chapman
2006-08-17Clean up the video output code - remove the final traces of libvo (used by mp...Dave Chapman
2006-08-16Allow exiting of plugin whilst pausedDave Chapman
2006-08-11Patch #5731 by Barry Wardell: more iriver h10 work. Thanks!Hristo Kovachev
2006-08-09fix button mappings for the gigabeatMarcoen Hirschberg
2006-08-09Add STOP and PAUSE features (mapped to OFF/ON on iriver H300, MENU/PLAY on ip...Dave Chapman
2006-08-07Initial commit of work-in-progress MPEG video player plugin based on libmpeg2...Dave Chapman