Age | Commit message (Expand) | Author |
2007-05-19 | attempt to make the Gigabeat button mappings in the plugins more logical and ... | Marcoen Hirschberg |
2007-05-19 | Prevent idle poweroff in the MPEG video player plugin. Fixes FS#6091. | Linus Nielsen Feltzing |
2007-05-08 | Move the old api out of the core and into the plugin lib. | Jonathan Gordon |
2007-04-24 | Do the clamping a little better. | Michael Sevakis |
2007-04-24 | mpeglayer: Give the simulator YCbCr blit similar behavior to the target. | Michael Sevakis |
2007-04-21 | Missed a couple. Hopefully fix all warnings. | Michael Sevakis |
2007-04-21 | General housekeeping: Make plugin buffer functions take size_t * instead of i... | Michael Sevakis |
2007-04-21 | mpegplayer: Fix jumping past the frame waiting if Limit FPS is on but Skip Fr... | Michael Sevakis |
2007-04-18 | mpegplayer: Better frame dropping code adapted to the using correct timestamp... | Michael Sevakis |
2007-04-16 | Oops. Have to do dropping based on future frame type but based upon the curre... | Michael Sevakis |
2007-04-16 | mpegplayer: Better sync, smoother frames - corrected a few minor flaws. Keep ... | Michael Sevakis |
2007-04-14 | Woops forgot a file | Michael Sevakis |
2007-04-14 | mpeg2dec in mpegplayer: Do a little code slashing and organizing. Much more t... | Michael Sevakis |
2007-04-14 | mpegplayer: Get it in better shape for dual core targets. Utilize the newly a... | Michael Sevakis |
2007-04-13 | Build libmad separately for mpegplayer. This provides flexibility to adjust ... | Dave Chapman |
2007-04-12 | Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC... | Jens Arnold |
2007-04-12 | mpegplayer: Recover from audio stream errors better. Correct some sizes. Add ... | Michael Sevakis |
2007-04-12 | mpegplayer: oops, added an IRAM init/buffer get order switch that should have... | Michael Sevakis |
2007-04-12 | mpegplayer: do some reordering, add some needed volatiles, make sure thread c... | Michael Sevakis |
2007-04-11 | mpegplayer: Hopefully help some problems on dual core. Make USB mode exit cor... | Michael Sevakis |
2007-04-10 | mpegplayer: do a little post commit cleanup. | Michael Sevakis |
2007-04-10 | mpegplayer: Get A-V synchronized. Improve frame sync and dropping logic and t... | Michael Sevakis |
2007-04-05 | optimized motion compensation for ARM from the mplayer-w100 project. Elefants... | Marcoen Hirschberg |
2007-04-04 | just pass the struct to vo_setup instead of multiple arguments | Marcoen Hirschberg |
2007-04-04 | add support for non 16x16 frame sizes | Marcoen Hirschberg |
2007-03-31 | Change file reads from 128KB to 32KB chunks - this prevents audio dropouts on... | Dave Chapman |
2007-03-30 | Another AV sync bugfix - the initial avdelay was being incorrectly calculated... | Dave Chapman |
2007-03-30 | Be less aggressive when dropping frames - mpegplayer was dropping any frame w... | Dave Chapman |
2007-03-28 | Use the left and right buttons for changing volume in mpegplayer on the gigab... | Tom Ross |
2007-03-26 | Those pesky 64-bit simulator builds.. | Dave Chapman |
2007-03-26 | Improved (I hope) A/V sync. mpegplayer now takes account of the difference i... | Dave Chapman |
2007-03-26 | Fix warning | Dave Chapman |
2007-03-26 | mpegplayer for grayscale targets. Note that performance is slow... | Dave Chapman |
2007-03-25 | Initial attempt at rebuffering | Dave Chapman |
2007-03-22 | Clamp output when converting from libmad's s3.28 format to 16-bit integers. | Dave Chapman |
2007-03-22 | Some small mpegplayer improvements/bug-fixes, and improved A/V sync. Audio i... | Dave Chapman |
2007-03-18 | Volume control for mpegplayer - based on FS #6814 by Jacob Gardner and Pascal... | Dave Chapman |
2007-03-17 | Fix simulator builds, and some debugf() format strings. | Jens Arnold |
2007-03-16 | Rename some macros to account for the recently added M5 port. No code changes. | Jens Arnold |
2007-03-16 | Get rid of the 'center' parameter for splashes. There were only 2 of almost 5... | Jens Arnold |
2007-03-04 | Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ... | Daniel Ankers |
2007-02-18 | Fix CONFIG_BACKLIGHT warnings. | Jens Arnold |
2007-02-15 | Replaced some explicit options for target linking with to be consistent with... | Jens Arnold |
2007-01-02 | Fix audio for Coldfire targets - the EMAC was being initialised in the main t... | Dave Chapman |
2007-01-01 | Initial implementation of audio support (44.1KHz only, mp2 or mp3, mono/stere... | Dave Chapman |
2006-12-31 | fix for the inline asm in CLIP on the gigabeat by Steve Gotthard (fs#6488). T... | Marcoen Hirschberg |
2006-12-30 | assume the YUV code rotates on portrait screens | Marcoen Hirschberg |
2006-12-30 | add a workaround for gigabeat crashes | Marcoen Hirschberg |
2006-11-26 | FS#6357, patch 1: let iramcopy and bss share the same space in codecs and | Tomasz Malesinski |
2006-11-18 | SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two... | Michael Sevakis |