summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Collapse)AuthorAge
* workaround missuse of url_feof()Michael Niedermayer2005-01-04
| | | | Originally committed as revision 3804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw rgb flip fixMichael Niedermayer2004-11-30
| | | | Originally committed as revision 3724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more ↵François Revol2004-11-21
| | | | | | generic "if HAVE_THREADS" Originally committed as revision 3702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a problem with ffplay being stuck (and not responding toRoman Shaposhnik2004-10-13
| | | | | | anything but 'q') when it reaches the end of stream. Originally committed as revision 3591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use native timebase for seekingMichael Niedermayer2004-10-10
| | | | | | direction flag for seeking Originally committed as revision 3577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lowres needs EMU_EDGEMichael Niedermayer2004-10-09
| | | | Originally committed as revision 3575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l pts vs. dtsMichael Niedermayer2004-10-07
| | | | Originally committed as revision 3567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a few of gcc 'clean-code' warningsZdenek Kabelac2004-10-06
| | | | Originally committed as revision 3563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1/2 resolution decodingMichael Niedermayer2004-09-25
| | | | Originally committed as revision 3507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optional non spec compliant optimizationsMichael Niedermayer2004-09-02
| | | | Originally committed as revision 3429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleak found by ("wxWindows_study" <quicktime2008 at hotmail dot com>)Michael Niedermayer2004-08-16
| | | | Originally committed as revision 3396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* much better AV sync, for some filesMichael Niedermayer2004-05-30
| | | | Originally committed as revision 3172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -bugMichael Niedermayer2004-04-30
| | | | Originally committed as revision 3098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (vismv fix)Michael Niedermayer2004-04-02
| | | | Originally committed as revision 2949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* multithreaded mpeg2 decodingMichael Niedermayer2004-02-23
| | | | Originally committed as revision 2810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont let the demuxer thread die before the video has actually been played as ↵Michael Niedermayer2004-01-14
| | | | | | seeking would become impossible shortly before EOF Originally committed as revision 2705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ignore damaged video framesMichael Niedermayer2004-01-11
| | | | Originally committed as revision 2692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oopsMichael Niedermayer2004-01-11
| | | | Originally committed as revision 2691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix b frame after seeking blockmessMichael Niedermayer2004-01-11
| | | | Originally committed as revision 2690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing some seek failure issuesMichael Niedermayer2004-01-10
| | | | Originally committed as revision 2688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at ↵Wolfgang Hesseler2003-12-30
| | | | | | multimediaware dot com>) Originally committed as revision 2636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* frame stepping patch by (Wolfgang Hesseler <qv at multimediaware dot com>)Wolfgang Hesseler2003-12-28
| | | | Originally committed as revision 2632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek by mouse in ffplay patch by (Michel Bardiaux <mbardiaux at peaktime dot ↵Michel Bardiaux2003-11-28
| | | | | | be>) Originally committed as revision 2535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* debug parameter patch by (Wolfgang Hesseler <qv at multimediaware dot com>)Wolfgang Hesseler2003-11-28
| | | | Originally committed as revision 2534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial seek supportFabrice Bellard2003-11-10
| | | | Originally committed as revision 2505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVRationalMichael Niedermayer2003-10-20
| | | | | | | | | | sample_aspect_ratio aspect ratio in JPEG JFIF is SAR not DAR ! removed nonsense SAR guessing code various related cleanups bugs? Originally committed as revision 2403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Trivial error reporting patch by (Glenn Maynard <g_sf at zewt dot org>)Glenn Maynard2003-09-29
| | | | Originally committed as revision 2316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init AVFrame with defaultsMichael Niedermayer2003-09-28
| | | | Originally committed as revision 2312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better image sequence support (Charles Yates) - suppressed unused non ↵Fabrice Bellard2003-09-16
| | | | | | overlay support Originally committed as revision 2283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplified version handlingFabrice Bellard2003-09-11
| | | | Originally committed as revision 2264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* show stream info with -statsFabrice Bellard2003-09-08
| | | | Originally committed as revision 2239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Small Patch for "ffplay -" instead of "ffplay pipe:" by (Bill Eldridge <bill ↵Michael Niedermayer2003-08-29
| | | | | | at rfa dot org>) Originally committed as revision 2181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffplay diff commenting out rtsp for no network by (Bill Eldridge <bill at ↵Michael Niedermayer2003-08-28
| | | | | | rfa dot org>) Originally committed as revision 2176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more sections in help - copyright fixesFabrice Bellard2003-08-24
| | | | Originally committed as revision 2143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fine A-V synchronisation support with either audio or video as master clock ↵Fabrice Bellard2003-08-06
| | | | | | source - MPEG2 A-V synchronisation fixes - fixed format selection - fixed error reporting - audio and video component selection Originally committed as revision 2106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added correct RTSP aborting - added option to force TCP usage in RTSP ↵Fabrice Bellard2003-07-17
| | | | | | playback - added experimental RTSP pause support Originally committed as revision 2062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 compile fix for ffplay by gbazin at altern dot orgFabrice Bellard2003-06-14
| | | | Originally committed as revision 1958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better pause when displaying audio samplesFabrice Bellard2003-06-09
| | | | Originally committed as revision 1941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added ffplay utilityFabrice Bellard2003-06-07
Originally committed as revision 1936 to svn://svn.ffmpeg.org/ffmpeg/trunk