- Oct 23, 2014
-
-
Carl Eugen Hoyos authored
Fixes ticket #4041.
-
- Oct 21, 2014
-
-
Rodger Combs authored
This automatically shifts input timestamps to start at 0 instead of the file's starting timestamp when using -copyts. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 11, 2014
-
-
Simon Thelen authored
Makes ffmpeg abort instead of continuing when stop_time <= start_time. Closes ticket #4015. Signed-off-by:
Simon Thelen <ffmpeg-dev@c-14.de> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 06, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 25, 2014
-
-
Thilo Borgmann authored
Prevents a segfault if a stream featuring a known but unavailable codec (like external lib codec) should be opened. Bug found by: Jonas Geistert <j.geistert@yahoo.de> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 27, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 16, 2014
-
-
Reimar Döffinger authored
Get rid of the many, slightly differing, implementations of basically the same thing. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- Aug 15, 2014
-
-
Clément Bœsch authored
This patch is the same as 8a1714ad but applied to encoding. It fixes the current clash of the -password option between tta decoder and the icecast protocol.
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 07, 2014
-
-
Carl Eugen Hoyos authored
Fixes ticket #3819.
-
- Aug 04, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 02, 2014
-
-
Michael Niedermayer authored
Fixes part of ticket2236 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jul 15, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 29, 2014
-
-
Michael Niedermayer authored
Fixes combining -ab with -target pal-dvd Fixes Ticket3736 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 18, 2014
-
-
Michael Niedermayer authored
This allows "-codec copy -f framecrc" on files with only unindentifyable streams Reviewed-by:
Stefano Sabatini <stefasab@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 07, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jun 01, 2014
-
-
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>
-
- May 21, 2014
-
-
Michael Niedermayer authored
Simplifies code and should correct timing values when -*sync drop is used Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 20, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 19, 2014
-
-
Michael Niedermayer authored
Fixes 1 frame error in the duration and derived values, introduced by not using AVStream.pts in the previous commit Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Mar 16, 2014
-
-
Michael Niedermayer authored
Fixes Ticket3470 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Mar 15, 2014
-
-
Michael Niedermayer authored
Fixes segfault and instead provides an error message Fixes Ticket3465 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 24, 2014
-
-
Timothy Gu authored
avio_open2() only return < 0 when error. Signed-off-by:
Timothy Gu <timothygu99@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 18, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 16, 2014
-
-
Alexander Strasser authored
Currently the file overwrite check does not work for paths that contain a colon. Use avio_find_protocol to always execute the existence check if the file protocol is going to be used. Fix remaining part of ticket #3249. Signed-off-by:
Alexander Strasser <eclipse7@gmx.net>
-
- Jan 03, 2014
-
-
Michael Niedermayer authored
Fixes setting frame_size for pulse demuxer Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Dec 25, 2013
-
-
Carl Eugen Hoyos authored
The removed line makes no sense and doesnt work fixes ticket #3239 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 13, 2013
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Nov 09, 2013
-
-
Stefano Sabatini authored
In particular, distinguish if the option was -filter or -filter_script. Suggested-by: Nicolas George
-
Stefano Sabatini authored
Avoid the need for multiple potentially inconsistent access operations, slightly factorize code.
-
- Nov 03, 2013
-
-
Stefano Sabatini authored
In particular, warn in case -filter and streamcopy is used at the same time, fix trac ticket #678.
-
- Oct 21, 2013
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 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 03, 2013
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 02, 2013
-
-
Michael Niedermayer authored
previously only codec_ids could be forced, which did not allow forcing a specific implementation like libopenjpeg vs jpeg2000. Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Aug 06, 2013
-
-
Michael Niedermayer authored
This would otherwise conflict with the semantics of using -t for the input Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-