- 26 Jun, 2012 13 commits
-
-
Anton Khirnov authored
Place related fields together, remove holes, move private fields to the end and mark them as private.
-
Anton Khirnov authored
Place related fields together, remove holes.
-
Anton Khirnov authored
Place related fields together, remove holes.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
It is not used in any filters currently and is inherently evil. If passing binary data to filters is required in the future, it should be done with some AVOptions-based system.
-
Carl Eugen Hoyos authored
Fixes bug 308. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
parse_forced_keyframes() relies in encoder timebase being set, so call it from transcode_init() after it is known.
-
Hendrik Leppkes authored
The MBAFF flag may only be signaled if we're actually dealing with a full frame, and not singular fields, as it can happen in mixed content. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 25 Jun, 2012 8 commits
-
-
Mans Rullgard authored
In a 64-bit PIC build, external functions must be called through the PLT. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Ronald S. Bultje authored
This is required for isatty, which exists on MSVC and is found by configure, but is provided by io.h instead of unistd.h. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Justin Ruggles authored
-
Mans Rullgard authored
This adds whitespace around operators, aligns line continuation backslashes, and breaks long lines. Also fixes an ifdef halfway through a statement. The one line of duplication this saved is not worth the ugliness. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
-
Martin Storsjö authored
On MSVC, gmtime returns NULL for values outside of their supported range (and these show up in our fate test). This doesn't seem to affect the actual fate test result. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Mans Rullgard authored
-
Ronald S. Bultje authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 24 Jun, 2012 9 commits
-
-
Martin Storsjö authored
MSVC has isatty (in io.h), but not unistd.h. (isatty isn't called at all for windows, since there's a special case block for that.) Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
Tags may contain attached picture, which will be exported as video streams. This ensures that the audio stream is always the first.
-
Anton Khirnov authored
Right now, it's uint16_t, but for itunes metadata a 32bit number is stored in it.
-
Mashiat Sarker Shakkhar authored
Currently if a pattern is given we look for up to the fifth file name in the sequence. This option sets that limit to an arbitrary number. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Mashiat Sarker Shakkhar authored
This adds the capability to start counting file number from an arbitrary integer. This includes a few lines of trivial code from FFmpeg codebase. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Anton Khirnov authored
Also ensure that all such filters get a non-NULL name. Should fix FATE failures on some architectures after 58b049f2.
-
Anton Khirnov authored
Because of a mistake during merging the code for simple and complex filtergraphs, -async inserts an asyncts filter both on input and output. Remove the output hunk.
-
Anton Khirnov authored
-
- 23 Jun, 2012 5 commits
-
-
Mans Rullgard authored
This removes a dependency on implementation details from generic code and allows easy addition of the equivalent optimisation for other architectures than x86. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 22 Jun, 2012 5 commits
-
-
Alex Converse authored
Inspired by MPlayer's af_channels filter and SoX's remix effect.
-
Anton Khirnov authored
It joins multiple input streams into one multi-channel output.
-
Anton Khirnov authored
This makes synchronization simpler for filters with multiple inputs.
-
Anton Khirnov authored
This breaks libavfilter ABI.
-
Anton Khirnov authored
It currently does the following: 1) get a zeroed audio buffer 2) copy some properties (but not the data) of the input buffer to it 3) pass this buffer to the output filter This looks useless and is indeed not used by any filters, therefore delete it. Make ff_null_filter_samples() (just pass the buffer to the next filter) the new default.
-