Age | Commit message (Expand) | Author |
2007-10-09 | FS#7487 - mpegplayer - video start time seek with resume | Robert Kukla |
2007-10-06 | Discontinue any use of 'swp(b)' on PP5020. While clocking is stable, some tes... | Michael Sevakis |
2007-10-03 | Just temporarily disable talk menus, in case the player is reset whilst in mp... | Steve Bavin |
2007-10-02 | This should fix the voice issues in menus in mpegplayer. | Michael Sevakis |
2007-10-02 | Fix signed/unsigned warning | Steve Bavin |
2007-09-28 | Get the plugins synced up with the threading changes. | Michael Sevakis |
2007-09-25 | Oops. Actually add the IDCT file for ARM. :p | Michael Sevakis |
2007-09-25 | Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for A... | Michael Sevakis |
2007-09-20 | Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max... | Marianne Arnold |
2007-09-09 | Repair mpegplayer on 64 bit sims. No reason for doing fancy bitshifting opts,... | Jens Arnold |
2007-08-16 | Pass plugin api pointer to funtion directly, fixes crashes when doing increme... | Peter D'Hoye |
2007-08-15 | Bring mpegplayer backlight fix to the other plugins, this also fixes some wro... | Peter D'Hoye |
2007-08-13 | Also keep the backlight on in mpegplayer when plugged in. Fixes FS #7584. Cre... | Peter D'Hoye |
2007-08-04 | Mpegplayer: Clear up some other cache issues. Use the better sleep loops for ... | Michael Sevakis |
2007-07-27 | Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet. | Jens Arnold |
2007-07-23 | Remove the mad_frame_overlap[] buffer from the main (IRAM) stack in order to ... | Dave Chapman |
2007-07-20 | mpegplayer: Refine the earlier additions and be more explicit about a message... | Michael Sevakis |
2007-07-19 | MpegPlayer: Add a simple messaging scheme for sending stream commands. Remove... | Michael Sevakis |
2007-06-19 | change the fps calculation so setting changes are visible without delay | Marcoen Hirschberg |
2007-06-19 | move button_loop to prepare for the next commit | Marcoen Hirschberg |
2007-06-10 | Plugins that play sound must be sure to set inputs and outputs on audio muxed... | Michael Sevakis |
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 |