- 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>
-
- Jul 09, 2013
-
-
Michael Niedermayer authored
The option is injected by generic code and being sometimes unused is normal. Fixes Ticket2762 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jul 08, 2013
-
-
Michael Niedermayer authored
Fixes Ticket1970 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 08, 2013
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 07, 2013
-
-
Nicolas George authored
Fix a segfault when using the -map option without input files.
-
- Apr 18, 2013
-
-
Nicolas George authored
-
- Apr 09, 2013
-
-
Nicolas George authored
-
- Apr 07, 2013
-
-
Michael Niedermayer authored
Fixes Ticket2395 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Mar 26, 2013
-
-
Michael Niedermayer authored
This fixes a warning on openbsd and is more robust Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-