- 12 Jun, 2012 3 commits
-
-
Alex Converse authored
-
Anton Khirnov authored
Our w32pthreads wrapper has various issues and is only supposed to be used in libavcodec.
-
Samuel Pitoiset authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 11 Jun, 2012 3 commits
-
-
Samuel Pitoiset authored
This fixes bugzilla bug #304. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Samuel Pitoiset authored
Allow using connection parameters in order to append arbitrary AMF data like "B:1 S:authMe O:1 NN:code:1.23 NS:flag:ok O:0" to the Connect message. You can pass these parameters through the -rtmp_conn option. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Samuel Pitoiset authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 10 Jun, 2012 9 commits
-
-
Michael Niedermayer authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
When there are multiple input files, run demuxing for each input file in a separate thread, so reading packets does not block. This is useful for achieving low latency when reading from multiple (possibly slow) input streams.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Fix build after b74a1da4.
-
Kostya Shishkov authored
-
- 09 Jun, 2012 4 commits
-
-
Mans Rullgard authored
Override the frame size from the SPS with AVCodecContext values if the latter specify a size smaller by less than one macroblock. This is required for correct cropping of MOV files from Canon cameras. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This is required for correct cropping of files from Canon cameras. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Kostya Shishkov authored
Unlike its predecessor, Indeo Audio codec generates tables depending on sampling rate. Previously decoder used pre-generated tables for 22050 Hz which obviously doesn't work with other frequencies. Many thanks to Maxim Poliakovsky for providing all needed information for this.
-
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 12 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.
-