| Commit message (Expand) | Author | Age | Files | Lines |
* | trigger for the audio scope vissualization | Michael Niedermayer | 2007-01-29 | 1 | -1/+17 |
* | seek based on currently active stream fixes seeking in ffwma2_broken.wma whic... | Michael Niedermayer | 2007-01-23 | 1 | -1/+12 |
* | command line option to select the audio stream | Michael Niedermayer | 2007-01-23 | 1 | -1/+3 |
* | remember the size after switching back from fullscreen | Michael Niedermayer | 2006-12-31 | 1 | -2/+2 |
* | dont use SDL_WM_ToggleFullScreen() as that doesnt seem to work reliably if a ... | Michael Niedermayer | 2006-12-31 | 1 | -16/+13 |
* | check x/y validity | Michael Niedermayer | 2006-12-31 | 1 | -0/+8 |
* | cosmetic (move video_open() up to avoid prototype) | Michael Niedermayer | 2006-12-31 | 1 | -40/+38 |
* | 10l (fix segfault with audio only files) | Michael Niedermayer | 2006-12-31 | 1 | -3/+4 |
* | remove code duplication | Michael Niedermayer | 2006-12-30 | 1 | -14/+1 |
* | 1st attempt to fix width/height | Michael Niedermayer | 2006-12-30 | 1 | -28/+45 |
* | remove broken decoder locking code | Michael Niedermayer | 2006-11-16 | 1 | -27/+24 |
* | call AVCodec.flush() for audio too | Michael Niedermayer | 2006-11-14 | 1 | -0/+1 |
* | add "seek by bytes" support to ffplay | Steve L'Homme | 2006-11-07 | 1 | -3/+17 |
* | kill AVImageFormat | Baptiste Coudurier | 2006-11-02 | 1 | -18/+0 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Update copyright year and mention other copyright holders. | Diego Biurrun | 2006-10-01 | 1 | -1/+1 |
* | Better tag support: | Panagiotis Issaris | 2006-09-07 | 1 | -0/+4 |
* | Align the input buffer in ffplay, introduce a public macro for aligned declar... | Luca Barbato | 2006-08-31 | 1 | -1/+1 |
* | Move output_example.c and ffplay.c to the swscale interface | Luca Abeni | 2006-08-03 | 1 | -3/+16 |
* | CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just | Diego Biurrun | 2006-07-11 | 1 | -2/+2 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -2/+2 |
* | 100l to whoever write this | Michael Niedermayer | 2006-07-06 | 1 | -1/+1 |
* | Make debug work early on ffplay | Luca Barbato | 2006-06-25 | 1 | -2/+1 |
* | Use Subversion revision for FFMPEG_VERSION. | Diego Biurrun | 2006-06-20 | 1 | -0/+1 |
* | Add const to (mostly) char* and make some functions static, which aren't used | Stefan Huehner | 2006-06-18 | 1 | -8/+8 |
* | check for SDL_VideoInfo.current_[wh] availability in configure, and | Måns Rullgård | 2006-06-14 | 1 | -12/+19 |
* | don't use xlib in ffplay, and bump required sdl version | Måns Rullgård | 2006-06-09 | 1 | -41/+15 |
* | Fix segfault on Mac OS X, patch by Earl Levine elevine**@**gmail**.**com. | Earl Levine | 2006-05-19 | 1 | -2/+7 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -23/+23 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -120/+120 |
* | doxygenize a few comments | Michael Niedermayer | 2005-09-20 | 1 | -13/+13 |
* | CAREFULL --> CAREFUL typo fix | Diego Biurrun | 2005-09-12 | 1 | -1/+1 |
* | support fixing missing pts by parsing future frames | Michael Niedermayer | 2005-08-15 | 1 | -0/+6 |
* | subtitles support for ffplay patch by (Ian Caulfield, imc25 : cam ac uk) | Ian Caulfield | 2005-08-14 | 1 | -6/+491 |
* | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer | 2005-07-17 | 1 | -36/+36 |
* | make error concealment related options accessable from ffplays command line | Michael Niedermayer | 2005-07-17 | 1 | -0/+6 |
* | skip_idct | Michael Niedermayer | 2005-07-14 | 1 | -0/+9 |
* | ffplay seeking because url_feof() not working patch by (Andy Parkins: andypar... | Andy Parkins | 2005-06-28 | 1 | -1/+1 |
* | ffplay crashes patch by (Ivan Wong: email, ivanwong info) | Ivan Wong | 2005-06-24 | 1 | -5/+11 |
* | set log level to AV_LOG_DEBUG if -debug ... is used | Michael Niedermayer | 2005-06-07 | 1 | -0/+2 |
* | switch to native time bases | Michael Niedermayer | 2005-04-30 | 1 | -4/+3 |
* | os2.diff by (Paul Smedley // paul smedley info) | Michael Niedermayer | 2005-04-25 | 1 | -0/+25 |
* | dont kill the buffers while the decoder is using them | Michael Niedermayer | 2005-02-07 | 1 | -0/+14 |
* | workaround missuse of url_feof() | Michael Niedermayer | 2005-01-04 | 1 | -0/+1 |
* | raw rgb flip fix | Michael Niedermayer | 2004-11-30 | 1 | -10/+0 |
* | BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more ge... | François Revol | 2004-11-21 | 1 | -2/+2 |
* | * fixing a problem with ffplay being stuck (and not responding to | Roman Shaposhnik | 2004-10-13 | 1 | -1/+5 |
* | use native timebase for seeking | Michael Niedermayer | 2004-10-10 | 1 | -5/+7 |
* | lowres needs EMU_EDGE | Michael Niedermayer | 2004-10-09 | 1 | -0/+1 |