index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ffplay.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ffplay: allow fallback to software renderer
Marton Balint
2016-11-20
1
-0
/
+4
*
ffplay: add support for negative RGBA linesize
Marton Balint
2016-11-20
1
-2
/
+12
*
Merge commit 'beb62dac629603eb074a44c44389c230b5caac7c'
Hendrik Leppkes
2016-10-07
1
-6
/
+2
|
\
*
|
ffplay: remove unused viddec_width/viddec_height
Marton Balint
2016-10-02
1
-9
/
+0
*
|
ffplay: use decoder avctx for decoded subtitle width/height
Marton Balint
2016-10-02
1
-3
/
+2
*
|
ffplay: add SDL2 support
Marton Balint
2016-09-24
1
-348
/
+246
*
|
cmdutils: remove the current working directory from the DLL search path on win32
Hendrik Leppkes
2016-08-08
1
-0
/
+2
*
|
ffplay: Fix invalid array index
Michael Niedermayer
2016-08-03
1
-1
/
+1
*
|
ffplay: Fix usage of private lavfi API
Timo Rothenpieler
2016-06-29
1
-1
/
+1
*
|
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
Clément Bœsch
2016-06-21
1
-1
/
+1
|
\
\
|
|
/
*
|
ffplay: ensure that we buffer at least 1 second of content
Marton Balint
2016-06-19
1
-1
/
+5
*
|
ffplay: factorize checking if a stream needs additional packets
Marton Balint
2016-06-19
1
-4
/
+10
*
|
ffplay: simplify display code
Marton Balint
2016-05-31
1
-30
/
+13
*
|
ffplay: force setting alsa buffer size
Marton Balint
2016-05-07
1
-0
/
+7
*
|
ffplay: convert to codecpar
Marton Balint
2016-04-12
1
-22
/
+34
*
|
ffplay: fix silence insertion on error or pause
Marton Balint
2016-04-04
1
-4
/
+4
*
|
ffplay: remove redundant silence buffer
Lukasz Marek
2016-03-22
1
-7
/
+6
*
|
ffplay: Remove "&& 0" from already disabled debug code
Michael Niedermayer
2016-03-20
1
-1
/
+1
*
|
ffplay: update docs after previous changes in ffplay mouse behaviour
Vittorio Gambaletta (VittGam)
2016-01-20
1
-1
/
+2
*
|
ffplay: toggle full screen when double-clicking the video window with the lef...
Vittorio Gambaletta (VittGam)
2016-01-19
1
-0
/
+10
*
|
ffplay: seek only when pressing the right mouse button on the video window
Vittorio Gambaletta (VittGam)
2016-01-19
1
-1
/
+3
*
|
Revert "ffplay: Fix auto insertion point of rotation filter"
Michael Niedermayer
2015-12-28
1
-5
/
+4
*
|
ffplay: replace rint by lrint
Ganesh Ajjanagadde
2015-12-25
1
-2
/
+2
*
|
ffplay: Fix auto insertion point of rotation filter
wanzhang
2015-12-25
1
-4
/
+5
*
|
ffplay: remove existing AVPicture usage
Marton Balint
2015-12-19
1
-24
/
+27
*
|
ffplay: use hypot()
Ganesh Ajjanagadde
2015-12-06
1
-3
/
+3
*
|
Replace remaining occurances of av_free_packet with av_packet_unref
Hendrik Leppkes
2015-10-27
1
-5
/
+5
*
|
Merge commit 'a5d42043093a39636a1f4021a37dd9c612479f6f'
Hendrik Leppkes
2015-10-27
1
-4
/
+0
|
\
\
|
|
/
*
|
ffplay: use a separate struct for the rescaled YUVA AVSubtitle rectangles
Marton Balint
2015-10-24
1
-22
/
+26
*
|
ffplay: eliminate stream_component_close forward declaration
Marton Balint
2015-10-12
1
-59
/
+57
*
|
ffplay: close streams and AVFormatContext in the main thread
Marton Balint
2015-10-12
1
-14
/
+14
*
|
ffplay: use correct context for av_log
Ganesh Ajjanagadde
2015-10-05
1
-3
/
+3
*
|
ffplay: more robust condition variable creation
Ganesh Ajjanagadde
2015-10-05
1
-1
/
+4
*
|
ffplay: log SDL error messages
Ganesh Ajjanagadde
2015-10-05
1
-3
/
+10
*
|
ffplay: more robust mutex creation
Ganesh Ajjanagadde
2015-10-05
1
-0
/
+6
*
|
ffplay: more robust thread creation
Ganesh Ajjanagadde
2015-10-04
1
-4
/
+12
*
|
ffplay: more robust mutex, condition variable handling
Ganesh Ajjanagadde
2015-10-03
1
-4
/
+14
*
|
doc/ffplay, ffplay: add information regarding volume control
Ganesh Ajjanagadde
2015-09-27
1
-0
/
+3
*
|
ffplay: add support for interactive volume control
Ganesh Ajjanagadde
2015-09-27
1
-1
/
+35
*
|
ffplay: dynamically allocate filename buffer
Ganesh Ajjanagadde
2015-09-27
1
-2
/
+5
*
|
ffplay: introduce key repeats
Ganesh Ajjanagadde
2015-09-27
1
-0
/
+2
*
|
Remove left-over FF_API_AVFILTERBUFFER cruft
Hendrik Leppkes
2015-09-05
1
-1
/
+0
*
|
Put remaining pieces of CODEC_FLAG_EMU_EDGE under FF_API_EMU_EDGE.
Ronald S. Bultje
2015-08-28
1
-0
/
+4
*
|
ffplay: remove unused include libavutil/colorspace.h
Zhang Rui
2015-08-28
1
-1
/
+0
*
|
ffplay: increase MIN_FRAMES to 25
Marton Balint
2015-08-09
1
-1
/
+1
*
|
ffplay: add specific constants for buffer fullness settings when using extern...
Marton Balint
2015-08-09
1
-4
/
+6
*
|
cmdutils: remove sws_opts usage, simplify code
Michael Niedermayer
2015-08-08
1
-2
/
+13
*
|
ffplay: pass all sws options to the filter graph
Michael Niedermayer
2015-08-08
1
-3
/
+11
*
|
ffplay: do not block audio thread on WIN32
Marton Balint
2015-08-05
1
-0
/
+7
*
|
ffplay: Use sws_scale to scale subtitles
Michael Niedermayer
2015-07-29
1
-213
/
+71
[next]