- 04 Dec, 2014 3 commits
-
-
Steve Jiekak authored
add av_dv_codec_profile2 : uses framerate to select best matching profile. default on first matching profile Signed-off-by:
Steve Jiekak <devaureshy@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes null pointer exception Found-by: stoupeace Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Dec, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Dec, 2014 1 commit
-
-
Christophe Gisquet authored
This looks more like a seed than an amount, as the variable name could lead to think. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Nov, 2014 3 commits
-
-
Andreas Cadhalpun authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Andreas Cadhalpun authored
succesfully => successfully, reproducable => reproducible, specifiying => specifying, isnt => isn't, seperated => separated Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
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>
-
- 26 Nov, 2014 1 commit
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- 25 Nov, 2014 2 commits
-
-
Benoit Fouet authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
A cleaner fix is very welcome Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Nov, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket3355 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Nov, 2014 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
TOYAMA Shin-ichi authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Nov, 2014 1 commit
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- 19 Nov, 2014 1 commit
-
-
Clément Bœsch authored
Less likely to change, and under our control. Thanks-to: Michael Niedermayer
-
- 18 Nov, 2014 5 commits
-
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Simon Thelen authored
Using colons to separate the outdefs is deprecated. Switch to using '|' to separate the list items. Signed-off-by:
Simon Thelen <ffmpeg-dev@c-14.de> 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>
-
- 16 Nov, 2014 4 commits
-
-
Lukasz Marek authored
This commit allows to set codec's private option. As side effect, it also improves preset support. Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
Lukasz Marek authored
Function allows to create string containing object's serialized options. Such string may be passed back to av_set_options_string() in order to restore options. Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
Lukasz Marek authored
New function allows to check if option is set to its default value Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- 15 Nov, 2014 1 commit
-
-
Shin-ichi Toyama authored
Suggested-by:
Nicolas George <george@nsup.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Nov, 2014 1 commit
-
-
Thilo Borgmann authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Nov, 2014 2 commits
-
-
Clément Bœsch authored
-
Arwa Arif authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Nov, 2014 1 commit
-
-
Martin Storsjö authored
QuickTime does support files with an empty initial movie these days. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 07 Nov, 2014 1 commit
-
-
Michael Niedermayer authored
This is the same logic as is invoked on AVFMT_TS_NEGATIVE, but which can be enabled manually, or can be enabled in muxers which only need it in certain conditions. Also allow using the same mechanism to force streams to start at 0. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 06 Nov, 2014 2 commits
-
-
Thilo Borgmann authored
Reviewed-by:
Lou Logan <lou@lrcd.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
It is required by (at least) the ogg demuxer. Mark the current semi-public apriv API for removal.
-
- 05 Nov, 2014 2 commits
-
-
Kevin Mitchell authored
This can be useful for determining telecine. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
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>
-
- 03 Nov, 2014 2 commits
-
-
Michael Niedermayer authored
Reviewed-by:
Benoit Fouet <benoit.fouet@free.fr> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Kevin Mitchell authored
This can be useful for videos in which the interlacing pattern changes. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Nov, 2014 1 commit
-
-
Kevin Mitchell authored
Fixes ticket 3832 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 31 Oct, 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>
-