summaryrefslogtreecommitdiff
path: root/ffplay.c
Commit message (Collapse)AuthorAge
* Better tag support:Panagiotis Issaris2006-09-07
| | | | | | | | | | | - Make ffplay show comments and copyright info besides the current track, title, author, album, year and genre. - Makes the AVI demuxer parse the album name stores in the IPRD tag by the AVI muxer. Patch by takis P issaris A uhasselt P be Original thread: [Ffmpeg-devel] [PATCH] Better tag support Date: 09/06/06 16:58 Originally committed as revision 6186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Align the input buffer in ffplay, introduce a public macro for aligned ↵Luca Barbato2006-08-31
| | | | | | | | declarations Update the avcodec_decode_audio and the float_to_int16 descriptions accordingly Originally committed as revision 6147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move output_example.c and ffplay.c to the swscale interfaceLuca Abeni2006-08-03
| | | | Originally committed as revision 5923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-11
| | | | | | CONFIG_MINGW or __MINGW32__ instead. Originally committed as revision 5718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l to whoever write thisMichael Niedermayer2006-07-06
| | | | Originally committed as revision 5638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make debug work early on ffplayLuca Barbato2006-06-25
| | | | Originally committed as revision 5525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use Subversion revision for FFMPEG_VERSION.Diego Biurrun2006-06-20
| | | | | | based on a patch by Ismail Dönmez ismail$$at$$pardus$$dot$$org$$dot$$tr Originally committed as revision 5502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
| | | | | | | outside their declaring source file and which have no corresponding prototype. patch by Stefan Huehner stefan^^@^^huehner^^.^^org Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for SDL_VideoInfo.current_[wh] availability in configure, andMåns Rullgård2006-06-14
| | | | | | fall back on SDL_WM_ToggleFullScreen() if not available Originally committed as revision 5477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't use xlib in ffplay, and bump required sdl versionMåns Rullgård2006-06-09
| | | | Originally committed as revision 5463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix segfault on Mac OS X, patch by Earl Levine elevine**@**gmail**.**com.Earl Levine2006-05-19
| | | | Originally committed as revision 5408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxygenize a few commentsMichael Niedermayer2005-09-20
| | | | | | very minor cleanup Originally committed as revision 4601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CAREFULL --> CAREFUL typo fixDiego Biurrun2005-09-12
| | | | Originally committed as revision 4590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support fixing missing pts by parsing future framesMichael Niedermayer2005-08-15
| | | | Originally committed as revision 4526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* subtitles support for ffplay patch by (Ian Caulfield, imc25 : cam ac uk)Ian Caulfield2005-08-14
| | | | Originally committed as revision 4521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer2005-07-17
| | | | | | AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make error concealment related options accessable from ffplays command lineMichael Niedermayer2005-07-17
| | | | Originally committed as revision 4450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip_idctMichael Niedermayer2005-07-14
| | | | | | | skip_frame skip_loop_filter Originally committed as revision 4440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffplay seeking because url_feof() not working patch by (Andy Parkins: ↵Andy Parkins2005-06-28
| | | | | | andyparkins, gmail com) Originally committed as revision 4404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffplay crashes patch by (Ivan Wong: email, ivanwong info)Ivan Wong2005-06-24
| | | | Originally committed as revision 4389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set log level to AV_LOG_DEBUG if -debug ... is usedMichael Niedermayer2005-06-07
| | | | Originally committed as revision 4359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-30
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* os2.diff by (Paul Smedley // paul smedley info)Michael Niedermayer2005-04-25
| | | | Originally committed as revision 4160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont kill the buffers while the decoder is using themMichael Niedermayer2005-02-07
| | | | Originally committed as revision 3949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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