- 05 Jun, 2012 8 commits
-
-
Anton Khirnov authored
They are only useful inside filters and we don't allow user filters for now.
-
Anton Khirnov authored
They are only useful inside filters and we don't allow user filters for now.
-
Anton Khirnov authored
It is only useful inside filters and we don't allow user filters for now.
-
Anton Khirnov authored
We do not allow user filters, so avtools shouldn't use them either. It also allows to reuse buffer management code from avconv, thus reducing duplication.
-
Anton Khirnov authored
It will be used by avplay.
-
Anton Khirnov authored
Use just the pointer to the head of the buffer pool. This will allow sharing the code with avplay.
-
Anton Khirnov authored
frame number should never be strictly larger than max frames, so the if() was never triggered.
-
Kostya Shishkov authored
In Musepack SV8 codec property tell the maximum nonzero band, but every frame codes maximum band as a limit (i.e. strictly less than given value). Synthesis also expects maximum nonzero band, so there's a need to convert frame maximum band limit value.
-
- 04 Jun, 2012 9 commits
-
-
Alex Converse authored
-
Alex Converse authored
-
Jindřich Makovička authored
Per suggestion by Michael Niedermayer. Signed-off-by: Jindřich Makovička <makovick@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
-
Anton Khirnov authored
The specs say they are unsigned 32bit integers.
-
Anton Khirnov authored
There may be multiple frames returned, so with just one check we can write more than requested to the output.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
They are not used outside of avfiltergraph.c
-
- 03 Jun, 2012 6 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
This makes it easier to switch between native rtmp and librtmp.
-
Kostya Shishkov authored
This makes decoder handle random data passed as BMV frame data.
-
Anton Khirnov authored
Use correct side data size instead of just zeroed field.
-
Luca Barbato authored
Adobe specifies onTextData as the standard message to use to deliver text information. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 02 Jun, 2012 4 commits
-
-
Jindrich Makovicka authored
This adds the avoption mpegts_flags and converts the existing resend_headers option into a flag, keeping the old option as fallback for now. Signed-off-by: Jindrich Makovicka <makovick@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
-
Jindrich Makovicka authored
This isn't required any longer, when the mpegts muxer uses it as a proper chained muxer. Signed-off-by: Jindrich Makovicka <makovick@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
-
Jindrich Makovicka authored
This removes the dependency on adts.c internals, and simplifies adding other packetization formats. Signed-off-by: Jindrich Makovicka <makovick@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
-
Jindrich Makovicka authored
Signed-off-by: Jindrich Makovicka <makovick@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 01 Jun, 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
This fixes issues with opening http urls that have authentication or redirects, introduced in commit e999b641. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 31 May, 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>
-
Oka Motofumi authored
avisynth is a non-unicode application and cannot accept UTF-8 characters. Therefore, the input filename should be converted to the correct code page that it expects. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 30 May, 2012 7 commits
-
-
Michael Niedermayer authored
The default mmxext and sse implementations of apply_window_int16 aren't bitexact. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Samuel Pitoiset authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Samuel Pitoiset authored
This allows doing http posts with a content-length header sent in advance, avoiding chunked encoding. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Justin Ruggles authored
fixes use of the amix filter with only 1 input
-
Ronald S. Bultje authored
This prevents gcc from assuming that contents of it may have changed between calls to vp56_range_get_prob(), thus preventing countless (and unnecessary) movs. Decoding of sintel trailer goes from (avg+SG) 9.796 +/- 0.003 to 9.635 +/- 0.010.
-
Ronald S. Bultje authored
-
Christian Schmidt authored
We support every defined value for channel layout, bitrate and sample depth. All other values are not unsupported, but reserved. Update comments to say "are used" instead of "are known or exist". Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-