- Jul 18, 2017
-
-
Clément Bœsch authored
-
Clément Bœsch authored
-
- Apr 23, 2017
-
-
Muhammad Faiz authored
Reviewed-by:
wm4 <nfxjfg@googlemail.com> Signed-off-by:
Muhammad Faiz <mfcc64@gmail.com>
-
- Apr 15, 2017
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Feb 08, 2017
-
-
Marton Balint authored
The command line parameter remains linear. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Feb 04, 2017
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Feb 01, 2017
-
-
Lucas Sandery authored
For a pure video tile effect, and enabling better integration of playback windows into other programs. It would improve the looks in many situations and avoid ugly hacks like this: http://stackoverflow.com/q/31465630/315024 Signed-off-by:
Lucas Sandery <lucas-sandery@users.noreply.github.com> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Jan 22, 2017
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Since the uploads happen in the main display function, it does not matter much. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Jan 12, 2017
-
-
Nicolas George authored
-
- Dec 25, 2016
-
-
Ganesh Ajjanagadde authored
Fixes Ticket 5389. Reviewed-by:
Marton Balint <cus@passwd.hu> Signed-off-by:
Ganesh Ajjanagadde <gajjanag@alum.mit.edu>
-
- Dec 10, 2016
-
-
Marton Balint authored
As I used simple RGBA formats for subtitles and for the video texture if avfilter is disabled I kind of assumed that sws_scale won't access data pointers and strides above index 0, but apparently that is not the case. Fixes Coverity CID 1396737, 1396738, 1396739, 1396740. Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Nov 20, 2016
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
This fixes the crash reported in ticket #5947. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Oct 02, 2016
-
-
Marton Balint authored
Reviewed-by:
Josh de Kock <josh@itanimul.li> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Fixes ticket #5873. Reviewed-by:
Josh de Kock <josh@itanimul.li> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Sep 24, 2016
-
-
Marton Balint authored
This commit also drops SDL1 support for ffplay. Tested-by: James Almer <jamrial@gmail.com> (Windows, mingw-w64) Signed-off-by:
Josh de Kock <josh@itanimul.li>
-
- Aug 08, 2016
-
-
Hendrik Leppkes authored
Reviewed-by:
Matt Oliver <protogonoi@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Aug 03, 2016
-
-
Michael Niedermayer authored
Found-by:
Thomas Guilbert <tguilbert@google.com> Fixes: clusterfuzz_usan-2016-08-02 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Jun 29, 2016
-
-
Timo Rothenpieler authored
Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Jun 19, 2016
-
-
Marton Balint authored
In order to do that, we keep track of the total duration of packets in a packet queue. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- May 30, 2016
-
-
Marton Balint authored
And get rid of frame_queue_prev. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- May 07, 2016
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Apr 12, 2016
-
-
Marton Balint authored
Tested-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Apr 04, 2016
-
-
Marton Balint authored
Insertion of silence was a bit broken since df34b700 because the info whether or not the source buffer supposed to be silence must be kept between callbacks. Failing to do so causes rogue samples from the last buffer to be presented, I guess even a crash can occur under some circumstances. This patch uses a NULL audio_buf to keep the silence state across audio callbacks. Reviewed-by: Lukasz Marek <lukasz.m.luki2 at gmail.com> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Mar 21, 2016
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- Mar 20, 2016
-
-
Michael Niedermayer authored
Reviewed-by:
Marton Balint <cus@passwd.hu> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Jan 20, 2016
-
-
Vittorio Gambaletta (VittGam) authored
Signed-off-by:
Vittorio Gambaletta <ffmpeg-dev@vittgam.net> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Jan 19, 2016
-
-
Vittorio Gambaletta (VittGam) authored
Now that the seek only happens with the right mouse button, it makes sense to toggle full screen when double-clicking with the left mouse button, like other video players do. Signed-off-by:
Vittorio Gambaletta <ffmpeg-dev@vittgam.net> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Vittorio Gambaletta (VittGam) authored
Seeking by clicking on the video window can be annoying, because the user might click on it accidentally while eg. trying to get focus on it, and ffplay seeks instead. This commit changes that behaviour to seek only when the right mouse button is used to click and drag on the window. Signed-off-by:
Vittorio Gambaletta <ffmpeg-dev@vittgam.net> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Dec 28, 2015
-
-
Michael Niedermayer authored
Revert requested by Balint Marton <cus@passwd.hu> See: [FFmpeg-devel] ffplay: insertion point of the auto rotation filter - Github ticket #141 This reverts commit 9cc1e644.
-
- Dec 25, 2015
-
-
Ganesh Ajjanagadde authored
avoids the float to integer cast, and is slightly superior in terms of rounding ("Dutch/Gauss rounding"). Reviewed-by:
Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by:
Ganesh Ajjanagadde <gajjanagadde@gmail.com>
-
wanzhang authored
Fixes watermark rotation for videos using auto rotation Closes #141
-
- Dec 19, 2015
-
-
Marton Balint authored
It is deprecated. Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Dec 06, 2015
-
-
Ganesh Ajjanagadde authored
Reviewed-by:
Marton Balint <cus@passwd.hu> Signed-off-by:
Ganesh Ajjanagadde <gajjanagadde@gmail.com>
-
- Oct 27, 2015
-
-
Hendrik Leppkes authored
-
- Oct 24, 2015
-
-
Marton Balint authored
Current code segfaults since the deprecation of AVSubtitleRect.pict because it freed/realloced AVSubtitleRect.pict.data by itself. The new code stores the generated YUVA AVSubtitle rectangles in their own struct and keeps the original AVSubtitle structure untouched, because overwriting it is considered invalid API usage. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Oct 11, 2015
-
-
Marton Balint authored
No change in fuctionality. Signed-off-by:
Marton Balint <cus@passwd.hu>
-