- 01 Dec, 2018 2 commits
-
-
Marton Balint authored
Previously if only -y was used then nothing happened, if only -x then zero window height was set which is undefined in SDL and caused a black window. From now on if only one dimension is set we calculate the other based on size/aspect of the shown content. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 27 Nov, 2018 3 commits
-
-
Carl Eugen Hoyos authored
Fixes ticket #7506.
-
Jun Zhao authored
There are come from 2012 ago and have never been used from this time. Signed-off-by:
Jun Zhao <mypopydev@gmail.com>
-
Jun Zhao authored
commit 196765a7 missed the reindet. Signed-off-by:
Jun Zhao <mypopydev@gmail.com>
-
- 16 Nov, 2018 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 11 Nov, 2018 3 commits
-
-
Jun Zhao authored
Signed-off-by:
Jun Zhao <mypopydev@gmail.com>
-
Jun Zhao authored
move the variable declaration at start of upper for block and remove the redundant brace. Signed-off-by:
Jun Zhao <mypopydev@gmail.com>
-
Jun Zhao authored
They are come from 2003 and delete them. Signed-off-by:
Jun Zhao <mypopydev@gmail.com>
-
- 14 Oct, 2018 1 commit
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 09 Oct, 2018 1 commit
-
-
Marton Balint authored
Fixes Coverity CID 1427273. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 07 Oct, 2018 1 commit
-
-
Dave Rice authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 30 Sep, 2018 1 commit
-
-
xiaofeng authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 17 Sep, 2018 1 commit
-
-
Gyan Doshi authored
Fixes #4655
-
- 05 Sep, 2018 1 commit
-
-
Gyan Doshi authored
At present, left and right keys are hardcoded to seek by 10 seconds.
-
- 01 Sep, 2018 1 commit
-
-
Marton Balint authored
After a seek we drop all frames from the filter anyway. Audio filters already had a similar approach. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 28 Aug, 2018 1 commit
-
-
Gyan Doshi authored
PTS is in microseconds, so correct field name is out_time_us. Old field out_time_ms kept for now - will be removed after a suitable transition period. Fixes #7345
-
- 07 Aug, 2018 2 commits
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
Zhong Li authored
Currently extra_hw_frames can't be applied to qsv since it doesn't call function avcodec_get_hw_frames_parameters(). Give an option to fix ticket #7261 though it is not a perfect soultion (allocate the minimum pool size internally and automatically). Signed-off-by:
Zhong Li <zhong.li@intel.com>
-
- 28 Jul, 2018 1 commit
-
-
James Almer authored
Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 13 Jul, 2018 1 commit
-
-
Marton Balint authored
SDL from version 2.0.8 has support for full range YUV and specifying BT601/BT709 color space for YUV->RGB conversion. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 02 Jul, 2018 2 commits
-
-
Marton Balint authored
The input thread needs to be properly cleaned up and re-initalized before we can start reading again in threaded mode. (Threaded input reading is used when there is mode than one input file). Fixes ticket #6121 and #7043. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 28 Jun, 2018 1 commit
-
-
Gyan Doshi authored
-
- 26 Jun, 2018 1 commit
-
-
Gyan Doshi authored
Prioritize -ss
-
- 22 Jun, 2018 1 commit
-
-
Hans Carlson authored
Fixes ticket #4450. Fixes ticket #6248. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 20 Jun, 2018 1 commit
-
-
Marton Balint authored
Current ffplay code assumes that the read thread is in its main loop before any key events are captured, but apparently on IOS even keypresses without a window are forwared. Fixes ticket #7252. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 17 Jun, 2018 3 commits
-
-
Jun Zhao authored
Replace the number by macro for bprint init. Signed-off-by:
Jun Zhao <mypopydev@gmail.com>
-
Jun Zhao authored
Replace the number by macro for bprint init. Signed-off-by:
Jun Zhao <mypopydev@gmail.com>
-
Jun Zhao authored
Replace the number by macro for bprint init. Signed-off-by:
Jun Zhao <mypopydev@gmail.com>
-
- 14 Jun, 2018 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Regression since: af1761f7 Fixes: Division by 0 Fixes: ffmpeg_crash_1 Found-by: Thuan Pham, Marcel Böhme, Andrew Santosa and Alexandru Razvan Caciulescu with AFLSmart Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 09 Jun, 2018 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #7239.
-
- 08 Jun, 2018 1 commit
-
-
Gyan Doshi authored
-
- 04 Jun, 2018 1 commit
-
-
Vishwanath Dixit authored
Forced key frames generation functionality was assuming the first PTS value as zero, but, when 'copyts' is enabled, the first PTS can be any big number. This was eventually forcing all the frames as key frames. To resolve this issue, update has been made to use first input pts as reference pts. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 29 May, 2018 1 commit
-
-
Carl Eugen Hoyos authored
Reviewed-by: Marton Balint
-
- 28 May, 2018 2 commits
-
-
Jun Zhao authored
dump the supported hardware devices for codec when use the command like ./ffmpeg -h decoder=h264. Signed-off-by:
Jun Zhao <mypopydev@gmail.com>
-
Jun Zhao authored
print full caps type in print_codec(). Signed-off-by:
Jun Zhao <mypopydev@gmail.com>
-
- 09 May, 2018 1 commit
-
-
Aman Gupta authored
Signed-off-by:
Aman Gupta <aman@tmm1.net>
-
- 02 May, 2018 1 commit
-
-
Tobias Rapp authored
Fixes stream field order written by avformat_write_header when "top" option is specified on the command-line. Signed-off-by:
Tobias Rapp <t.rapp@noa-archive.com>
-