- 28 Jun, 2014 1 commit
-
-
Michael Niedermayer authored
Found-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Jun, 2014 1 commit
-
-
Carl Eugen Hoyos authored
-
- 06 Jun, 2014 1 commit
-
-
Carl Eugen Hoyos authored
-
- 28 May, 2014 1 commit
-
-
Luca Barbato authored
Provide f_strict for avconv usage. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 26 May, 2014 1 commit
-
-
Michael Niedermayer authored
this way we can do better tha a single fixed constant value Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 May, 2014 1 commit
-
-
Michael Niedermayer authored
Currently probesize is cliped at 1mb before being used for format detection. Alternatively this cliping could be removed but this would then tie various things like stream analysis to the file detection. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 May, 2014 1 commit
-
-
Anton Khirnov authored
Use it instead of checking CODEC_FLAG_BITEXACT in the first stream's codec context. Using codec options inside lavf is fragile and can easily break when the muxing codec context is not the encoding context.
-
- 04 May, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Mar, 2014 1 commit
-
-
Fred Rothganger authored
For muxing, it accepts both 0 and AV_NOPTS_VALUE. For demuxing, it will present AV_NOPTS_VALUE when start_time_realtime is unknown. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Feb, 2014 1 commit
-
-
Michael Niedermayer authored
Idea-by: ubitux Reviewed-by:
Timothy Gu <timothygu99@gmail.com> Reviewed-by:
Clément Bœsch <u@pkh.me> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Feb, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 Feb, 2014 1 commit
-
-
Luca Barbato authored
Currently ff_interleave_packet_per_dts() waits until it gets a frame for each stream before outputting packets in interleaved order. Sparse streams (i.e. streams with much fewer packets than the other streams, like subtitles or audio with DTX) tend to add up latency and in specific cases end up allocating a large amount of memory. Emit the top packet from the packet_buffer if it has a time delta larger than a specified threshold. Original report of the issue and initial proposed solution by mus.svz@gmail.com. Bug-id: 31 Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 02 Feb, 2014 1 commit
-
-
Stefano Sabatini authored
This option can be generally useful to set an output offset, needed when setting an absolute index in the output.
-
- 24 Jan, 2014 1 commit
-
-
James Darnley authored
This field is used to store the number of bytes that should be written as padding to a metadata header of a file. For example: - The FLAC format's METADATA_BLOCK_PADDING [1] - The ID3v2 tag format's padding [2] [1] http://xiph.org/flac/format.html#metadata_block_padding [2] http://id3.org/id3v2.3.0#ID3v2_overviewSigned-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 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 1 commit
-
-
Anton Khirnov authored
-