- 02 Apr, 2015 1 commit
-
-
Tim Nicholson authored
-vtag is an input and output option. Signed-off-by:
Tim Nicholson <tim.nicholson@bbc.co.uk> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 Mar, 2015 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket4254 Reviewed-by:
Nicolas George <george@nsup.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Feb, 2015 1 commit
-
-
Nicolas George authored
-
- 18 Feb, 2015 1 commit
-
-
Michael Niedermayer authored
Fixes: CID1270809 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Feb, 2015 1 commit
-
-
Anshul Maheshwari authored
Signed-off-by:
Anshul Maheshwari <er.anshul.maheshwari@gmail.com> if input codec Id match with expected data stream of output format context then only new stream with same codec id is created. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 Feb, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Jan, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Jan, 2015 1 commit
-
-
Christophe Gisquet authored
While the shortened format specifiers are valid C99 ones, they are not supported by e.g. some Visual Studio runtimes (and thus mingw). Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Jan, 2015 1 commit
-
-
Anshul Maheshwari authored
This adds data codec/stream handling where previously there was only audio/video/subtitles Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Jan, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Jan, 2015 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 Dec, 2014 1 commit
-
-
Simon Thelen authored
Allow printing of sdp information to a file specified by -sdp_file This allows users to print sdp information when at least one of the outputs isn't an rtp stream. Signed-off-by:
Simon Thelen <ffmpeg-dev@c-14.de> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Nov, 2014 1 commit
-
-
Christophe Gisquet authored
The format is now: -bsf:X filter1[=opt1=str1/opt2=str2],filter2 ie the parameters are appended after the filter name using '='. As ',' has been reserved already for the list of filters, '/' is just an example of token separation for now, but that could become part of the API to avoid each bsf using its own tokenization. The proper solution would be using AVOption, but this is overkill for now. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Nov, 2014 1 commit
-
-
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>
-
- 16 Nov, 2014 1 commit
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- 09 Nov, 2014 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #3762.
-
- 08 Nov, 2014 1 commit
-
-
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>
-
- 05 Nov, 2014 1 commit
-
-
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>
-
- 04 Nov, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes canvas size Fixes Ticket4074 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Oct, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Oct, 2014 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #4041.
-
- 21 Oct, 2014 1 commit
-
-
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>
-
- 11 Oct, 2014 1 commit
-
-
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>
-
- 06 Oct, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Sep, 2014 1 commit
-
-
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>
-
- 27 Aug, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Aug, 2014 1 commit
-
-
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>
-
- 15 Aug, 2014 2 commits
-
-
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>
-
- 07 Aug, 2014 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #3819.
-
- 04 Aug, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 02 Aug, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes part of ticket2236 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Jul, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Jun, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes combining -ab with -target pal-dvd Fixes Ticket3736 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 18 Jun, 2014 1 commit
-
-
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>
-
- 07 Jun, 2014 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Jun, 2014 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-