- Nov 27, 2014
-
-
Lukasz Marek authored
So far ffmpeg used recommended configuration only for codec priv options. ffmpeg will use now codec defaults and then apply recommended configuration for all options. Recommended configuration possibly contains minimal set of options to filful user configuration. Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- Nov 16, 2014
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- Nov 09, 2014
-
-
Carl Eugen Hoyos authored
Fixes ticket #3762.
-
- Nov 08, 2014
-
-
Lukasz Marek authored
new_output_stream creates a codec context with arbitraty picked codec. Later data is updated, but priv_data are left alone. There is a bit chance there is a mismatch between codecs. Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Nov 05, 2014
-
-
Lou Logan authored
Replace "frames to record" with "frames to output". The "to record" makes it seem like an input option, or that it would capture the frames instead of outputting them. Reviewed-by:
Timothy Gu <timothygu99@gmail.com> Signed-off-by:
Lou Logan <lou@lrcd.com>
-
- Nov 04, 2014
-
-
Michael Niedermayer authored
Fixes canvas size Fixes Ticket4074 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 26, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 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
-