summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer (follow)
Commit message (Expand)AuthorAge
...
* MPEGPlayer: Account for drivers that pass pointers to their internal state va...Michael Sevakis2011-01-25
* * Rename backlight_force_on to backlight_ignore_timeout to make it clear what...Teruaki Kawashima2011-01-24
* SA9200: Add YUV blitting, do full-screen updates more efficiently and properl...Michael Sevakis2011-01-11
* Put illustrative switch case back, because it clarifies intention...maybe ;).Michael Sevakis2011-01-07
* MPEGPlyaer: A bit of audio mutation. Remove a useless thread state. Take some...Michael Sevakis2011-01-07
* Fix another comment typoAlexander Levin2011-01-04
* MPEGPlayer: Give the parser a little stronger going over this time so it tole...Michael Sevakis2011-01-04
* mpeg_parser: fix a typo in the commentAlexander Levin2011-01-04
* MPEGPlayer: Try a few timestamps for all streams at the beginning, not just v...Michael Sevakis2011-01-03
* MPEGPlayer graphics mutation: Implement a more visible FPS display and remove...Michael Sevakis2011-01-03
* MPEGPlayer: Some UI tweaking and bugfixingMichael Sevakis2010-12-22
* MPEGPlayer: Fix a bug where seeking a stream into the same frame more than on...Michael Sevakis2010-12-20
* MPEGPlayer: Move some code that's probably better situated in the stream mana...Michael Sevakis2010-12-19
* MPEGPlayer: Skip to next file when there is a problem with a video file in al...Michael Sevakis2010-12-19
* MPEGPlayer: Fix leakage of file decriptors if file wasn't accepted by playbac...Michael Sevakis2010-12-19
* MPEGPlayer playlist should as well support all viewer-handled file extensions...Michael Sevakis2010-12-18
* HD300 - plugins keymapsMarcin Bukat2010-11-30
* FS#8607: MPEG video playlistTeruaki Kawashima2010-11-26
* These should be the last of the plugin keymaps requiredRobert Menes2010-11-03
* MPIO HD200: rename button defines to adhere how they are labeled on the device.Marcin Bukat2010-11-02
* Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts2010-09-17
* Plugins: modify IRAM copying codeRafaël Carré2010-08-30
* Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz2010-08-24
* Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz2010-08-23
* Introduce plugin_crt0.c that every plugin links.Thomas Martitz2010-08-23
* mpegplayer mad: apply r27655 fixRafaël Carré2010-08-01
* Revert accidental commit of "%z" support in r26071 (the implementation assume...Frank Gevaerts2010-07-18
* r27159 broke mpegplayer but not the mpa codec because its libmad init wasn't ...Michael Sevakis2010-06-29
* CPP substitution isn't made inside " ", but we need " " when using , in a gas...Rafaël Carré2010-06-11
* FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré2010-06-11
* Add a wrapper header, mylcd.h, in the lib subdirectory, which lets plugins' c...Michael Sevakis2010-06-04
* mpegplayer: use OFF_T_MIN/MAX instead of LONG_MIN/MAX in one spot. Define OFF...Michael Sevakis2010-05-21
* Simplify mpegplayer a bit and use array-based lists rather than linked lists ...Michael Sevakis2010-05-17
* I think I intended a different expression.Michael Sevakis2010-05-17
* How punny. Just one more whack-a-mole to get.Michael Sevakis2010-05-16
* MPEGPlayer: reconceal the point punsMichael Sevakis2010-05-16
* MPEGPlayer: Add a second layer of caching to help speed up byte-wise scanning...Michael Sevakis2010-05-16
* Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feat...Michael Sevakis2010-05-15
* Fix yellow: missed a castJeffrey Goode2010-05-15
* Eliminate %zd tag in printf format strings, replace them with %ld. The %z for...Jeffrey Goode2010-05-15
* Fix various size_t related warnings and errorsFrank Gevaerts2010-05-14
* another cast ssize_t -> longRafaël Carré2010-05-14
* mpegplayer: One last dealie-O for now: Change all "WVS" usage in the code for...Michael Sevakis2010-05-07
* mpegplayer: make button timeout half the OSD update interval so that it updat...Michael Sevakis2010-05-07
* Add support for the next/prev side buttons to mpegplayer on the Gigabeat S to...Michael Sevakis2010-05-07
* Fix some size_t related warnings (hopefully, they seem system dependant).Thomas Martitz2010-05-06
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Improve motion compensation for ARM: * Use less registers in the simple copy ...Jens Arnold2010-05-02
* Gigabeat S: Reduce stalling in the ARMv6 IDCT. Also save one instruction per ...Jens Arnold2010-05-02
* Add MPIO HD200 port - changed filesMarcin Bukat2010-04-26