- 28 Apr, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket3477 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 17 Apr, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 10 Apr, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket3344 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 04 Apr, 2014 1 commit
-
-
Michael Niedermayer authored
This reverts part of 41e7e46c See: http://thread.gmane.org/gmane.comp.video.ffmpeg.user/51229Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 24 Mar, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 23 Mar, 2014 1 commit
-
-
Nicolas George authored
Fix trac ticket #3420.
-
- 21 Mar, 2014 1 commit
-
-
Michael Niedermayer authored
This is unsafe and can deadlock amongth other things Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 20 Mar, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 16 Mar, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket3427 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 03 Mar, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 20 Feb, 2014 1 commit
-
-
Nicolas George authored
If a packet is not ready on the input selected by ffmpeg, it will read from another input instead. If that happens repeatedly, frames will accumulate somewhere later in the processing to ensure streams synchronization. It can happen in particular when reading from a slow medium or an expensive lavfi filter graph. Make reading from normal demuxers on non-streamed data and from the lavfi pseudo-device blocking to avoid that. Should fix trac ticket #3079.
-
- 19 Feb, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 10 Feb, 2014 1 commit
-
-
Michael Niedermayer authored
Broken by: 394fb56cSigned-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 02 Feb, 2014 1 commit
-
-
Stefano Sabatini authored
Help with debugging timestamp issues.
-
- 31 Jan, 2014 1 commit
-
-
Michael Niedermayer authored
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 30 Jan, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes wrong error message about empty output file Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 26 Jan, 2014 1 commit
-
-
Stefano Sabatini authored
-
- 23 Jan, 2014 2 commits
-
-
Stefano Sabatini authored
Simplify.
-
Stefano Sabatini authored
-
- 17 Jan, 2014 6 commits
-
-
Michael Niedermayer authored
Idea-by: ramiro Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes muxing frames after av_interleaved_write_frame() failure Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
No testcase but it seems logic to stop when finished is set Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This avoids finished output streams continuing to receive frames Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 22 Dec, 2013 1 commit
-
-
Michael Niedermayer authored
ffmpeg: use timestamp from before and after the decoder to detect backward moving dts for discontinuity detection This should make discontinuity detection more robust and detect more cases. Timestamps after the decoder can be delayed due to threads, timestamps before can be missing no testcase available/known Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 19 Dec, 2013 1 commit
-
-
Jan Gerber authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 28 Nov, 2013 4 commits
-
-
Marton Balint authored
When fix_sub_duration is used, and the duration fixing code is generating 0 duration, that is definitely zero, and not undefined or infinite (which may be the case for decoded AVSubtitles depending on the codec), so it is safe to drop it. It fixes teletext subtitle sources, when the subtitles are transmitted twice after each other for some reason. Signed-off-by: Marton Balint <cus@passwd.hu> Reviewed-by: Nicolas George <george@nsup.org>
-
Marton Balint authored
Even if it does not matter at the moment, because subtitles with num_rect == 0 have no memory allocated, this is how we expect the users to use the API, a returned AVSubtitle should be freed with avsubtitle_free. Signed-off-by: Marton Balint <cus@passwd.hu> Reviewed-by: Nicolas George <george@nsup.org>
-
Marton Balint authored
It should not matter for real-life usage, it is just cleaner this way. Signed-off-by: Marton Balint <cus@passwd.hu> Reviewed-by: Nicolas George <george@nsup.org>
-
Michael Niedermayer authored
This fixes unreasonable initial frame repeats Fixes Ticket3176 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 21 Nov, 2013 1 commit
-
-
Michael Niedermayer authored
might fix Ticket3056 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 19 Nov, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 16 Nov, 2013 1 commit
-
-
Michael Niedermayer authored
ffmpeg: Do not fill gap before the first decodable frame on single stream input files unless the user explicitly requests it. Fixes different behavior to JM and probably several if not all reference decoders. We cannot just do this unconditionally as it would ruin AV sync in some use cases. Bug-Found-by: BugMaster Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 10 Nov, 2013 1 commit
-
-
Michael Niedermayer authored
Found-by: ramiro Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 08 Nov, 2013 1 commit
-
-
Michael Niedermayer authored
It can be debated if avi is vfr or cfr, it can be either depending on the definition of vfr and cfr. This commit ensures that avi is treated correctly independent of the AVFMT_VARIABLE_FPS value. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 25 Oct, 2013 1 commit
-
-
Michael Niedermayer authored
ffmpeg: make stream default if its the only of its kind and no source can be unambigously assigned to it Fixes Ticket2969 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 23 Oct, 2013 1 commit
-
-
Michael Niedermayer authored
Found-by: durandal_1707 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 10 Oct, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes one testcase in Ticket2969 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 07 Oct, 2013 1 commit
-
-
Michael Niedermayer authored
ffmpeg: add max_error_rate to allow tuning the point decoding errors are considered a failure of the whole transcoding. Suggested-by: Daemon404 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-