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