Age | Commit message (Expand) | Author |
2007-04-08 | Make some functions which aren't used outside their declaring source file | Stefan Huehner |
2007-03-27 | prevent exit missuse | Michael Niedermayer |
2007-03-15 | fix indention | Michael Niedermayer |
2007-03-15 | support reordering pts in the decoder (this might be equivalent to mplayers -... | Michael Niedermayer |
2007-03-12 | Remove superfluous HAVE_THREADS #ifdef. | Ramiro Polla |
2007-03-08 | As avcodec_decode_audio() is deprecated, replace it with avcodec_decode_audio... | Limin Wang |
2007-03-02 | Fix A/V sync error in ffplay with wmv3/wmav2 medias | Ryan Martell |
2007-03-02 | fix typo | Baptiste Coudurier |
2007-03-01 | fix frame size option, patch by Limin Wang, lance lmwang gmail com | Limin Wang |
2007-02-22 | add support for more pixel format (yuv422p, yuv444p, etc instead of yuv420 on... | Limin Wang |
2007-02-09 | fix rawvideo | Michael Niedermayer |
2007-02-08 | Directly access av_log_level instead of calling av_log_{set, get}_level() | Luca Abeni |
2007-02-07 | Replace deprecated PIX_FMT names by the newer variants. | Diego Biurrun |
2007-02-07 | Fix to loss of sync in ffplay when paused patch by (Michael McConnell /// sor... | Michael McConnell |
2007-01-29 | trigger for the audio scope vissualization | Michael Niedermayer |
2007-01-23 | seek based on currently active stream fixes seeking in ffwma2_broken.wma whic... | Michael Niedermayer |
2007-01-23 | command line option to select the audio stream | Michael Niedermayer |
2006-12-31 | remember the size after switching back from fullscreen | Michael Niedermayer |
2006-12-31 | dont use SDL_WM_ToggleFullScreen() as that doesnt seem to work reliably if a ... | Michael Niedermayer |
2006-12-31 | check x/y validity | Michael Niedermayer |
2006-12-31 | cosmetic (move video_open() up to avoid prototype) | Michael Niedermayer |
2006-12-31 | 10l (fix segfault with audio only files) | Michael Niedermayer |
2006-12-30 | remove code duplication | Michael Niedermayer |
2006-12-30 | 1st attempt to fix width/height | Michael Niedermayer |
2006-11-16 | remove broken decoder locking code | Michael Niedermayer |
2006-11-14 | call AVCodec.flush() for audio too | Michael Niedermayer |
2006-11-07 | add "seek by bytes" support to ffplay | Steve L'Homme |
2006-11-02 | kill AVImageFormat | Baptiste Coudurier |
2006-10-07 | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun |
2006-10-01 | Update copyright year and mention other copyright holders. | Diego Biurrun |
2006-09-07 | Better tag support: | Panagiotis Issaris |
2006-08-31 | Align the input buffer in ffplay, introduce a public macro for aligned declar... | Luca Barbato |
2006-08-03 | Move output_example.c and ffplay.c to the swscale interface | Luca Abeni |
2006-07-11 | CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just | Diego Biurrun |
2006-07-09 | give AVInput/OutputFormat structs consistent names | Måns Rullgård |
2006-07-06 | 100l to whoever write this | Michael Niedermayer |
2006-06-25 | Make debug work early on ffplay | Luca Barbato |
2006-06-20 | Use Subversion revision for FFMPEG_VERSION. | Diego Biurrun |
2006-06-18 | Add const to (mostly) char* and make some functions static, which aren't used | Stefan Huehner |
2006-06-14 | check for SDL_VideoInfo.current_[wh] availability in configure, and | Måns Rullgård |
2006-06-09 | don't use xlib in ffplay, and bump required sdl version | Måns Rullgård |
2006-05-19 | Fix segfault on Mac OS X, patch by Earl Levine elevine**@**gmail**.**com. | Earl Levine |
2006-01-12 | Update licensing information: The FSF changed postal address. | Diego Biurrun |
2005-12-22 | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun |
2005-12-17 | COSMETICS: Remove all trailing whitespace. | Diego Biurrun |
2005-09-20 | doxygenize a few comments | Michael Niedermayer |
2005-09-12 | CAREFULL --> CAREFUL typo fix | Diego Biurrun |
2005-08-15 | support fixing missing pts by parsing future frames | Michael Niedermayer |
2005-08-14 | subtitles support for ffplay patch by (Ian Caulfield, imc25 : cam ac uk) | Ian Caulfield |
2005-07-17 | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer |