- 09 Jun, 2012 1 commit
-
-
Kostya Shishkov authored
It turns out that this frame type is actually intra and should be used as a reference for interframes too.
-
- 08 Jun, 2012 7 commits
-
-
Justin Ruggles authored
Needed to properly export avpriv_* symbols.
-
Justin Ruggles authored
Also include config.h so that HAVE_ALTIVEC will be defined. Fixes compilation on PPC with Altivec enabled.
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Justin Ruggles authored
Move vector_fmul() from DSPContext to AVFloatDSPContext.
-
Justin Ruggles authored
This will allow for easier implementation of Altivec functions in libraries other than libavcodec.
-
Justin Ruggles authored
This will allow for easier implementation of ARM-optimized functions in libraries other than libavcodec.
-
Mans Rullgard authored
This ensures that these functions are inlined into the per-position entry points, allowing constant propagation as needed for proper optimisation. 18% faster VC1 decoding on Cortex-A9. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 07 Jun, 2012 2 commits
-
-
Alex Converse authored
-
Mans Rullgard authored
A number of systems do not implement freopen() with a NULL filename correctly. This changes these programs to output individual images if opening a named output argument as a file fails, in this case assuming it is a directory. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 05 Jun, 2012 15 commits
-
-
Alex Converse authored
Duplicate values in this vector are explicitly banned by the Vorbis I spec and cause divide-by-zero crashes later on.
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
-
Kostya Shishkov authored
-
Kostya Shishkov authored
This will be useful for Indeo Audio decoder which is almost the same but supports stereo.
-
Kostya Shishkov authored
This will be useful for Indeo Audio decoder which is almost the same but supports stereo.
-
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>
-