971 Commits (b7fbb3516a99ebfa511143bdd8f63d8bd0d89385)

Author SHA1 Message Date
Marton Balint 3bd2228d05 ffplay: add support for more SDL pixel formats when rendering video 7 years ago
Marton Balint 7004ac5eeb ffplay: add support for displaying rgb images with alpha 7 years ago
Marton Balint 493f637d1e ffplay: add support for rendering yuv images with negative line size 7 years ago
Clément Bœsch af50fbaaeb ffplay: reindent after previous commit 7 years ago
Clément Bœsch 998687f1b2 ffplay: add -(no)find_stream_info expert option 7 years ago
Muhammad Faiz 8893c943a9 ff*: do not use AVFrame accessor 8 years ago
Marton Balint e854764729 ffplay: fix indentation 8 years ago
Marton Balint 915bb78815 ffplay: convert to new decode API 8 years ago
Marton Balint 3aae1eff12 ffplay: change keyboard volume control to logarithmic 8 years ago
Marton Balint af621b6d6e ffplay: fix borderless mode on Windows 8 years ago
Lucas Sandery 15d7e31dcb ffplay: allow borderless playback windows 8 years ago
Marton Balint f1214ad5d9 ffplay: fix indentation after last commit 8 years ago
Marton Balint 076fc75bdb ffplay: do not preallocate video texture 8 years ago
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