957 Commits (7f9978b0bdfc80ac23248df743645d1efc7e123f)

Author SHA1 Message Date
Nicolas George 448f2972f9 ffplay: use buffersink accessors. 8 years ago
Ganesh Ajjanagadde 7b557bf63f ffplay: add startup volume option 8 years ago
Marton Balint 1f3910262e ffplay: fix sws_scale possible out of bounds array access 8 years ago
Marton Balint 28d87899e3 ffplay: allow fallback to software renderer 8 years ago
Marton Balint 58af48f1c3 ffplay: add support for negative RGBA linesize 8 years ago
Marton Balint 4fdcd2f188 ffplay: remove unused viddec_width/viddec_height 8 years ago
Marton Balint d14b240ecf ffplay: use decoder avctx for decoded subtitle width/height 8 years ago
Marton Balint 9c5fab5ed4 ffplay: add SDL2 support 8 years ago
Hendrik Leppkes 3bf142c773 cmdutils: remove the current working directory from the DLL search path on win32 8 years ago
Michael Niedermayer 6cd9a8b67a ffplay: Fix invalid array index 8 years ago
Timo Rothenpieler 1bd9fb6de5 ffplay: Fix usage of private lavfi API 9 years ago
Marton Balint e32857f30e ffplay: ensure that we buffer at least 1 second of content 9 years ago
Marton Balint 8594a8fbf9 ffplay: factorize checking if a stream needs additional packets 9 years ago
Marton Balint 37d201aad9 ffplay: simplify display code 9 years ago
Marton Balint 215a2d7678 ffplay: force setting alsa buffer size 9 years ago
Marton Balint ee94b1a50a ffplay: convert to codecpar 9 years ago
Marton Balint a07934d51b ffplay: fix silence insertion on error or pause 9 years ago
Lukasz Marek df34b70098 ffplay: remove redundant silence buffer 9 years ago
Michael Niedermayer 7916f04b89 ffplay: Remove "&& 0" from already disabled debug code 9 years ago
Vittorio Gambaletta (VittGam) 4590811fc2 ffplay: update docs after previous changes in ffplay mouse behaviour 9 years ago
Vittorio Gambaletta (VittGam) acd37069ae ffplay: toggle full screen when double-clicking the video window with the left mouse button 9 years ago
Vittorio Gambaletta (VittGam) cde4b99f47 ffplay: seek only when pressing the right mouse button on the video window 9 years ago
Michael Niedermayer 3c6781b48a Revert "ffplay: Fix auto insertion point of rotation filter" 9 years ago
Ganesh Ajjanagadde f16e4a0857 ffplay: replace rint by lrint 9 years ago
wanzhang 9cc1e644f3 ffplay: Fix auto insertion point of rotation filter 9 years ago
Marton Balint c413d9e635 ffplay: remove existing AVPicture usage 9 years ago
Ganesh Ajjanagadde 65440916c1 ffplay: use hypot() 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Marton Balint 03037a4aad ffplay: use a separate struct for the rescaled YUVA AVSubtitle rectangles 9 years ago
Marton Balint 148418a2bc ffplay: eliminate stream_component_close forward declaration 9 years ago
Marton Balint 4ce75387cd ffplay: close streams and AVFormatContext in the main thread 9 years ago
Ganesh Ajjanagadde 4c2bfabc3a ffplay: use correct context for av_log 9 years ago
Ganesh Ajjanagadde b67c1ab58c ffplay: more robust condition variable creation 9 years ago
Ganesh Ajjanagadde 4802b8368a ffplay: log SDL error messages 9 years ago
Ganesh Ajjanagadde 7c6dd90eed ffplay: more robust mutex creation 9 years ago
Ganesh Ajjanagadde c3e8de1c24 ffplay: more robust thread creation 9 years ago
Ganesh Ajjanagadde 8dc6e92c3d ffplay: more robust mutex, condition variable handling 9 years ago
Ganesh Ajjanagadde fd44892073 doc/ffplay, ffplay: add information regarding volume control 9 years ago
Ganesh Ajjanagadde f1a9583305 ffplay: add support for interactive volume control 9 years ago
Ganesh Ajjanagadde 23acb982a3 ffplay: dynamically allocate filename buffer 9 years ago
Ganesh Ajjanagadde 265b106b92 ffplay: introduce key repeats 9 years ago
Hendrik Leppkes 144fb06806 Remove left-over FF_API_AVFILTERBUFFER cruft 9 years ago
Ronald S. Bultje 2fb593dcb9 Put remaining pieces of CODEC_FLAG_EMU_EDGE under FF_API_EMU_EDGE. 9 years ago
Zhang Rui 92d378067e ffplay: remove unused include libavutil/colorspace.h 9 years ago
Marton Balint 8628b06b31 ffplay: increase MIN_FRAMES to 25 9 years ago
Marton Balint 0166d329c3 ffplay: add specific constants for buffer fullness settings when using external clock 9 years ago
Michael Niedermayer 5edab1d207 cmdutils: remove sws_opts usage, simplify code 9 years ago
Michael Niedermayer e755954a84 ffplay: pass all sws options to the filter graph 9 years ago
Marton Balint b1f78632c6 ffplay: do not block audio thread on WIN32 9 years ago
Michael Niedermayer d64ba25a4d ffplay: Use sws_scale to scale subtitles 9 years ago