88 Commits (f6618b0f43bfb533b040ca49f2d47ef78ba82f7a)

Author SHA1 Message Date
Limin Wang e4b895228f add support for more pixel format (yuv422p, yuv444p, etc instead of yuv420 only.) 18 years ago
Michael Niedermayer 7e0429129c fix rawvideo 18 years ago
Luca Abeni ab1c6dc95c Directly access av_log_level instead of calling av_log_{set, get}_level() 18 years ago
Diego Biurrun 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 years ago
Michael McConnell 917fa192c7 Fix to loss of sync in ffplay when paused patch by (Michael McConnell /// soruk put at here eridani and here a dot co.uk) 18 years ago
Michael Niedermayer ac50bcc834 trigger for the audio scope vissualization 18 years ago
Michael Niedermayer 8e606cc88c seek based on currently active stream fixes seeking in ffwma2_broken.wma which had some "empty" streams 18 years ago
Michael Niedermayer a8062103dd command line option to select the audio stream 18 years ago
Michael Niedermayer c57d34693b remember the size after switching back from fullscreen 18 years ago
Michael Niedermayer fb84155b67 dont use SDL_WM_ToggleFullScreen() as that doesnt seem to work reliably if a SDL_SetVideoMode() is called quickly afterwards 18 years ago
Michael Niedermayer cfe9cfede8 check x/y validity 18 years ago
Michael Niedermayer 990c84384f cosmetic (move video_open() up to avoid prototype) 18 years ago
Michael Niedermayer 8c982c5da7 10l (fix segfault with audio only files) 18 years ago
Michael Niedermayer c03312ccac remove code duplication 18 years ago
Michael Niedermayer fccb19e3c5 1st attempt to fix width/height 18 years ago
Michael Niedermayer 39c6a118f0 remove broken decoder locking code 18 years ago
Michael Niedermayer 0bc5ccb899 call AVCodec.flush() for audio too 18 years ago
Steve L'Homme 94b594c68a add "seek by bytes" support to ffplay 18 years ago
Baptiste Coudurier f932cdf209 kill AVImageFormat 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 3e66a74072 Update copyright year and mention other copyright holders. 18 years ago
Panagiotis Issaris f0861f466f Better tag support: 18 years ago
Luca Barbato 9814587500 Align the input buffer in ffplay, introduce a public macro for aligned declarations 18 years ago
Luca Abeni 03ae87a3e8 Move output_example.c and ffplay.c to the swscale interface 18 years ago
Diego Biurrun 2f30a81d19 CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just 18 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
Michael Niedermayer 0540cad324 100l to whoever write this 18 years ago
Luca Barbato 521f258701 Make debug work early on ffplay 19 years ago
Diego Biurrun f1cc88a5d6 Use Subversion revision for FFMPEG_VERSION. 19 years ago
Stefan Huehner 7b49ce2e34 Add const to (mostly) char* and make some functions static, which aren't used 19 years ago
Måns Rullgård 29f3b38a91 check for SDL_VideoInfo.current_[wh] availability in configure, and 19 years ago
Måns Rullgård 3ef17d626f don't use xlib in ffplay, and bump required sdl version 19 years ago
Earl Levine 4b0e85d4ab Fix segfault on Mac OS X, patch by Earl Levine elevine**@**gmail**.**com. 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer 267e9dfa9d doxygenize a few comments 19 years ago
Diego Biurrun 1471c6c2e8 CAREFULL --> CAREFUL typo fix 19 years ago
Michael Niedermayer 30bc6613fe support fixing missing pts by parsing future frames 19 years ago
Ian Caulfield 72ce053b9c subtitles support for ffplay patch by (Ian Caulfield, imc25 : cam ac uk) 19 years ago
Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 19 years ago
Michael Niedermayer 1b51e051c0 make error concealment related options accessable from ffplays command line 19 years ago
Michael Niedermayer 8c3eba7c62 skip_idct 19 years ago
Andy Parkins 22e50022f2 ffplay seeking because url_feof() not working patch by (Andy Parkins: andyparkins, gmail com) 20 years ago
Ivan Wong 687fae2b42 ffplay crashes patch by (Ivan Wong: email, ivanwong info) 20 years ago
Michael Niedermayer 1ab1f099eb set log level to AV_LOG_DEBUG if -debug ... is used 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago
Michael Niedermayer 3ca4b65479 os2.diff by (Paul Smedley // paul smedley info) 20 years ago
Michael Niedermayer b514ed3c6d dont kill the buffers while the decoder is using them 20 years ago
Michael Niedermayer 2536c5fde4 workaround missuse of url_feof() 20 years ago