- Dec 19, 2013
-
-
Jan Gerber authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Nov 28, 2013
-
-
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>
-
- Nov 21, 2013
-
-
Michael Niedermayer authored
might fix Ticket3056 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Nov 19, 2013
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Nov 16, 2013
-
-
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>
-
- Nov 10, 2013
-
-
Michael Niedermayer authored
Found-by: ramiro Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Nov 08, 2013
-
-
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>
-
- Oct 25, 2013
-
-
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>
-
- Oct 23, 2013
-
-
Michael Niedermayer authored
Found-by: durandal_1707 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 10, 2013
-
-
Michael Niedermayer authored
Fixes one testcase in Ticket2969 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 07, 2013
-
-
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>
-
- Oct 06, 2013
-
-
Michael Niedermayer authored
-
- Oct 02, 2013
-
-
Michael Niedermayer authored
Found-by: Daemon404 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 10, 2013
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This fixes formating issues with multi-line replies Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 18, 2013
-
-
Carl Eugen Hoyos authored
Fixes ticket #2870.
-
- Aug 01, 2013
-
-
Stefano Sabatini authored
Increase visibility, in order to decrease troubleshooting for users generating non playable H.264 content. Signed-off-by:
Carl Eugen Hoyos <cehoyos@ag.or.at>
-
- Jun 29, 2013
-
-
Derek Buitenhuis authored
The header is private, and ffmpeg.c doesn't use it for anything. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- Jun 02, 2013
-
-
Nicolas George authored
EOF is not a fatal condition, it is normally produced by a few filters. TODO: take it into account to avoid useless decoding.
-
- May 28, 2013
-
-
Justin Ruggles authored
The ist->pts value at this point does not necessarily match the actual packet pts, which is what should be used to decide whether to discard the packet. Without this change, some video packets that have pts on or after the start time are getting discarded when they should not be. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- May 14, 2013
-
-
Michael Niedermayer authored
Fixes Ticket2562 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 08, 2013
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 03, 2013
-
-
Michael Niedermayer authored
All bugs should now be fixed in the new so the old can be droped. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This moves the code to after the bitstream filters Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 02, 2013
-
-
Michael Niedermayer authored
Found-by: <durandal_1707> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 18, 2013
-
-
Nicolas George authored
-
- Apr 14, 2013
-
-
Stefano Sabatini authored
-
- Apr 10, 2013
-
-
Stefano Sabatini authored
-