summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer
AgeCommit message (Expand)Author
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-26Fix warningDave 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-02-15Replaced some explicit options for target linking with to be consistent with...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-12-31fix for the inline asm in CLIP on the gigabeat by Steve Gotthard (fs#6488). T...Marcoen Hirschberg
2006-12-30assume the YUV code rotates on portrait screensMarcoen Hirschberg
2006-12-30add a workaround for gigabeat crashesMarcoen Hirschberg
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-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold
2006-10-26Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ...Barry Wardell
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold
2006-10-22Speed up build process in general by using internal functions of make instead...Jens Arnold
2006-09-29Cleaner implementation of the recent OSX simulator build fix. No need to defi...Barry Wardell
2006-09-29Allow UI simulator to be build on OS (Slightly updated version of FS5767)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-12Clean up the #ifdefs surrounding the definition of lcd_yuv_blit() and add an ...Dave Chapman
2006-08-11Accepted FS #5786 by Michael Sevakis - lcd_yuv_blit() for X5.Rani Hod
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-08Do the clipping with inline asm instead of a huge lookup table. Tiny speedup,...Jens Arnold
2006-08-08Implementation of lcd_yuv_blit() for the ipod 5g.Dave Chapman
2006-08-08mpegplayer FPS display: * Don't count the first frame if we don't know the de...Jens Arnold
2006-08-08Fix corrupted videos on target.Jens Arnold
2006-08-08H300: * Implemented lcd_yuv_blit(). Speeds up video playback by about 7%. No ...Jens Arnold
2006-08-07Initial commit of work-in-progress MPEG video player plugin based on libmpeg2...Dave Chapman