summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/mpeg_parser.c (follow)
Commit message (Expand)AuthorAge
* 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: Move some code that's probably better situated in the stream mana...Michael Sevakis2010-12-19
* MPEGPlayer: Fix leakage of file decriptors if file wasn't accepted by playbac...Michael Sevakis2010-12-19
* FS#8607: MPEG video playlistTeruaki Kawashima2010-11-26
* mpegplayer: use OFF_T_MIN/MAX instead of LONG_MIN/MAX in one spot. Define OFF...Michael Sevakis2010-05-21
* 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
* 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
* mpegplayer:Teruaki Kawashima2010-01-13
* MPEGPlayer: If valid start AND end timestamps for a stream are not found then...Michael Sevakis2009-01-29
* Use cookies for thread identification instead of pointers directly which give...Michael Sevakis2008-12-10
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis2008-04-06
* Place a limit on the estimate fudging when searching timestamps in mpegplayer...Michael Sevakis2008-04-01
* mpegplayer: End of data would not be detected correctly if mpeg parser was in...Michael Sevakis2008-01-27
* Greyscale mpegplayer: * Use uncached greyscale buffers on dual core targets, ...Jens Arnold2008-01-11
* mpegplayer on grayscale targets: use greylib to display all text and graphics...Michael Sevakis2008-01-09
* mpegplayer seek tweak: Have video keep the time and duration of the last deco...Michael Sevakis2008-01-04
* Initial WVS for mpegplayer. Adjusts to the user's preferred font and uses FF/...Michael Sevakis2008-01-03
* mpegplayer: Whoa. Left out a buffer wrap calculation when reading elementary ...Michael Sevakis2007-12-30
* mpegplayer: Make playback engine fully seekable and frame-accurate and split ...Michael Sevakis2007-12-29