summaryrefslogtreecommitdiffstats
path: root/apps/plugins/mpegplayer/mpeg_parser.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-19MPEGPlayer: Move some code that's probably better situated in the stream mana...Michael Sevakis1-105/+67
2010-12-19MPEGPlayer: Fix leakage of file decriptors if file wasn't accepted by playbac...Michael Sevakis1-0/+2
2010-11-26FS#8607: MPEG video playlistTeruaki Kawashima1-0/+1
2010-05-21mpegplayer: use OFF_T_MIN/MAX instead of LONG_MIN/MAX in one spot. Define OFF...Michael Sevakis1-2/+2
2010-05-16MPEGPlayer: reconceal the point punsMichael Sevakis1-5/+5
2010-05-16MPEGPlayer: Add a second layer of caching to help speed up byte-wise scanning...Michael Sevakis1-21/+29
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 Goode1-14/+18
2010-05-14Fix various size_t related warnings and errorsFrank Gevaerts1-7/+7
2010-01-13mpegplayer:Teruaki Kawashima1-11/+11
2009-01-29MPEGPlayer: If valid start AND end timestamps for a stream are not found then...Michael Sevakis1-5/+7
2008-12-10Use cookies for thread identification instead of pointers directly which give...Michael Sevakis1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis1-1/+1
2008-04-01Place a limit on the estimate fudging when searching timestamps in mpegplayer...Michael Sevakis1-5/+16
2008-01-27mpegplayer: End of data would not be detected correctly if mpeg parser was in...Michael Sevakis1-4/+13
2008-01-11Greyscale mpegplayer: * Use uncached greyscale buffers on dual core targets, ...Jens Arnold1-22/+1
2008-01-09mpegplayer on grayscale targets: use greylib to display all text and graphics...Michael Sevakis1-1/+22
2008-01-04mpegplayer seek tweak: Have video keep the time and duration of the last deco...Michael Sevakis1-0/+2
2008-01-03Initial WVS for mpegplayer. Adjusts to the user's preferred font and uses FF/...Michael Sevakis1-2/+4
2007-12-30mpegplayer: Whoa. Left out a buffer wrap calculation when reading elementary ...Michael Sevakis1-0/+2
2007-12-29mpegplayer: Make playback engine fully seekable and frame-accurate and split ...Michael Sevakis1-0/+1182