- 25 Jun, 2012 2 commits
-
-
Mans Rullgard authored
-
Ronald S. Bultje authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 23 Jun, 2012 4 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
-
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 4 commits
-
-
Anton Khirnov authored
-
Hendrik Leppkes authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Carl Eugen Hoyos authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Diego Biurrun authored
-
- 21 Jun, 2012 3 commits
-
-
Janne Grunau authored
Add -D_XOPEN_SOURCE=600 to host cflags to make the constants in math.h available. Include math.h where necessary and remove redundant M_PI defines.
-
Ronald S. Bultje authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
Its documentation states that it is allocated/freed by the caller, but it is declared as an AV_OPT_TYPE_STRING AVOption. Since 36773283 the AVOptions system frees strings automatically. This can be considered an API break, since it won't work when the caller doesn't use av_malloc() to allocate the memory or wants to use the string after closing the codec. Since there is not much value in this field being an AVOption, the best solution is to remove it from the options table.
-
- 20 Jun, 2012 4 commits
-
-
Kostya Shishkov authored
-
Alex Converse authored
'channel_layout' not 'channels' from the stored configuration should go to AVCodecContext's 'channel_layout'.
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
-
- 19 Jun, 2012 2 commits
-
-
Diego Biurrun authored
-
Simon A. Eugster authored
Add a note that pkt->data and pkt->size must be initialized. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 18 Jun, 2012 4 commits
-
-
Justin Ruggles authored
-
Martin Storsjö authored
The library is 3-clause BSD licensed. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Ronald S. Bultje authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
2x speedup of surround decoding on Cortex-A9. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 17 Jun, 2012 1 commit
-
-
Ronald S. Bultje authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 14 Jun, 2012 1 commit
-
-
Diego Biurrun authored
We generally do not declare variables within for statements and there are compilers that choke on such constructs.
-
- 12 Jun, 2012 2 commits
-
-
Diego Biurrun authored
-
Justin Ruggles authored
Fixes infinite loop in FLAC decoding in case of a truncated bitstream due to the safe bitstream reader returning 0's at the end. Fixes Bug 310. CC:libav-stable@libav.org
-
- 10 Jun, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 09 Jun, 2012 3 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>
-
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 4 commits
-
-
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>
-
- 05 Jun, 2012 5 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.
-
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.
-
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.
-