summaryrefslogtreecommitdiffstats
path: root/ffplay.c
Commit message (Expand)AuthorAgeFilesLines
* add "seek by bytes" support to ffplaySteve L'Homme2006-11-071-3/+17
* kill AVImageFormatBaptiste Coudurier2006-11-021-18/+0
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update copyright year and mention other copyright holders.Diego Biurrun2006-10-011-1/+1
* Better tag support:Panagiotis Issaris2006-09-071-0/+4
* Align the input buffer in ffplay, introduce a public macro for aligned declar...Luca Barbato2006-08-311-1/+1
* Move output_example.c and ffplay.c to the swscale interfaceLuca Abeni2006-08-031-3/+16
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-111-2/+2
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* 100l to whoever write thisMichael Niedermayer2006-07-061-1/+1
* Make debug work early on ffplayLuca Barbato2006-06-251-2/+1
* Use Subversion revision for FFMPEG_VERSION.Diego Biurrun2006-06-201-0/+1
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-181-8/+8
* check for SDL_VideoInfo.current_[wh] availability in configure, andMåns Rullgård2006-06-141-12/+19
* don't use xlib in ffplay, and bump required sdl versionMåns Rullgård2006-06-091-41/+15
* Fix segfault on Mac OS X, patch by Earl Levine elevine**@**gmail**.**com.Earl Levine2006-05-191-2/+7
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-23/+23
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-120/+120
* doxygenize a few commentsMichael Niedermayer2005-09-201-13/+13
* CAREFULL --> CAREFUL typo fixDiego Biurrun2005-09-121-1/+1
* support fixing missing pts by parsing future framesMichael Niedermayer2005-08-151-0/+6
* subtitles support for ffplay patch by (Ian Caulfield, imc25 : cam ac uk)Ian Caulfield2005-08-141-6/+491
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-36/+36
* make error concealment related options accessable from ffplays command lineMichael Niedermayer2005-07-171-0/+6
* skip_idctMichael Niedermayer2005-07-141-0/+9
* ffplay seeking because url_feof() not working patch by (Andy Parkins: andypar...Andy Parkins2005-06-281-1/+1
* ffplay crashes patch by (Ivan Wong: email, ivanwong info)Ivan Wong2005-06-241-5/+11
* set log level to AV_LOG_DEBUG if -debug ... is usedMichael Niedermayer2005-06-071-0/+2
* switch to native time basesMichael Niedermayer2005-04-301-4/+3
* os2.diff by (Paul Smedley // paul smedley info)Michael Niedermayer2005-04-251-0/+25
* dont kill the buffers while the decoder is using themMichael Niedermayer2005-02-071-0/+14
* workaround missuse of url_feof()Michael Niedermayer2005-01-041-0/+1
* raw rgb flip fixMichael Niedermayer2004-11-301-10/+0
* BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more ge...François Revol2004-11-211-2/+2
* * fixing a problem with ffplay being stuck (and not responding toRoman Shaposhnik2004-10-131-1/+5
* use native timebase for seekingMichael Niedermayer2004-10-101-5/+7
* lowres needs EMU_EDGEMichael Niedermayer2004-10-091-0/+1
* 10l pts vs. dtsMichael Niedermayer2004-10-071-12/+2
* * fixing a few of gcc 'clean-code' warningsZdenek Kabelac2004-10-061-1/+1
* 1/2 resolution decodingMichael Niedermayer2004-09-251-0/+6
* optional non spec compliant optimizationsMichael Niedermayer2004-09-021-0/+3
* memleak found by ("wxWindows_study" <quicktime2008 at hotmail dot com>)Michael Niedermayer2004-08-161-0/+1
* much better AV sync, for some filesMichael Niedermayer2004-05-301-2/+2
* -bugMichael Niedermayer2004-04-301-0/+3
* 10l (vismv fix)Michael Niedermayer2004-04-021-2/+2
* multithreaded mpeg2 decodingMichael Niedermayer2004-02-231-2/+17
* dont let the demuxer thread die before the video has actually been played as ...Michael Niedermayer2004-01-141-1/+2
* ignore damaged video framesMichael Niedermayer2004-01-111-2/+2
* oopsMichael Niedermayer2004-01-111-4/+1
OpenPOWER on IntegriCloud