- 27 Oct, 2013 1 commit
-
-
Michael Niedermayer authored
The flag was and is intended to be a sane default and thus does not enable time consuming checks. This also matches how the flag is used in decoders and demuxers. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Sep, 2013 1 commit
-
-
Michael Niedermayer authored
Contains text suggested by carl Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Sep, 2013 1 commit
-
-
Luca Barbato authored
This is enabled by default and can be disabled with "-fflags -flush_packets". Inspired by a patch from Nicolas George <nicolas.george@normalesup.org>. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 02 Aug, 2013 1 commit
-
-
Diego Biurrun authored
-
- 04 Jul, 2013 1 commit
-
-
Stefano Sabatini authored
Prefer "non-negative" over "positive", the former is more accurate.
-
- 29 Jun, 2013 1 commit
-
-
Timothy Gu authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Mar, 2013 1 commit
-
-
Nicolas George authored
Note: a lot of muxers already do the flushing explicitly.
-
- 07 Feb, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 13 Jan, 2013 1 commit
-
-
Stefano Sabatini authored
"analyzeduration" is not used to detect the input duration, but to specify the max probe data duration. Fix option description and related doc entry accordingly.
-
- 17 Dec, 2012 1 commit
-
-
Diego Biurrun authored
-
- 15 Dec, 2012 1 commit
-
-
Harald Axmann authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Dec, 2012 1 commit
-
-
Reimar Döffinger authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Dec, 2012 2 commits
-
-
Michael Niedermayer authored
Found-by: ubitux Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Nov, 2012 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #1909.
-
- 26 Sep, 2012 1 commit
-
-
Michael Niedermayer authored
This allows avoiding negative timestamps. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 Sep, 2012 3 commits
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 18 Aug, 2012 1 commit
-
-
Michael Niedermayer authored
This may fix Ticket730 Reviewed-by:
Nicolas George <nicolas.george@normalesup.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Jul, 2012 1 commit
-
-
Luca Barbato authored
Useful in cases where a significant analyzeduration is still needed, while minimizing buffering before output. An example is processing low-latency streams where all media types won't necessarily come in if the analyzeduration is small. Additional changes by Josh Allmann <joshua.allmann@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 08 May, 2012 1 commit
-
-
Alex Converse authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 04 Apr, 2012 1 commit
-
-
Reimar Döffinger authored
Allows avoiding the buffer when using avio read, write and seek functions. When using the ffmpeg executable -avioflags direct can be used to enable this mode for input files, but has no effect on output files. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 20 Mar, 2012 2 commits
-
-
Martin Storsjö authored
Make the muxers/demuxers that use the field handle the default -1 in the same way as 0. This allows distinguishing an intentionally set 0 from the default value where the user hasn't set it. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
This will allow us to automatically generate manpages for them.
-
- 27 Jan, 2012 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 21 Jan, 2012 2 commits
-
-
Michael Niedermayer authored
The old constants are more useful to the end user and have orthogonal meanings to the new ones. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Dustin Brody authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 01 Dec, 2011 2 commits
-
-
Michael Niedermayer authored
This is similar to MP4Boxs -inter Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Nov, 2011 1 commit
-
-
Luca Barbato authored
And fix the error introduced when adding private option to avio. See 32caa7b1
-
- 13 Nov, 2011 1 commit
-
-
Anton Khirnov authored
-
- 17 Oct, 2011 1 commit
-
-
Anton Khirnov authored
Deprecate AVFormatContext.mux_rate.
-
- 12 Oct, 2011 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
This will allow the caller to enumerate child contexts in a generic way and since the API is recursive, it also allows for deeper nesting (e.g. AVFormatContext->AVIOContext->URLContext) This will also allow the new setting/reading API to transparently apply to children contexts.
-
- 03 Sep, 2011 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
It allows to search for options only with AVClass, without allocating the corresponding context.
-
- 12 Aug, 2011 1 commit
-
-
Dustin Brody authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-