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