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