- 16 Jun, 2011 12 commits
-
-
Anton Khirnov authored
Deprecate the last remaining member of AVFormatParameters.
-
Anton Khirnov authored
Add support for demuxer private options.
-
Anton Khirnov authored
-
Anton Khirnov authored
This way the caller can pass all the options in one nice package.
-
Anton Khirnov authored
It's broken with multiple files or video streams.
-
Anton Khirnov authored
It's broken with multiple files or video streams.
-
Anton Khirnov authored
Fixes choosing supported samplerate and framerate.
-
Anton Khirnov authored
There's no point in keeping them separate.
-
Diego Biurrun authored
-
Martin Storsjö authored
In this case, the string that was passed couldn't contain user-defined data and thus there was no risk for injection bugs, but it's safer this way, if we later change the content of the options string. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Kirill Zorin authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
-
- 15 Jun, 2011 6 commits
-
-
Justin Ruggles authored
This fixes a segfault when using the C version of ac3dsp.float_to_fixed24().
-
Anton Khirnov authored
It's broken with multiple files or video streams.
-
Anton Khirnov authored
It's broken with multiple files or audio streams.
-
Anton Khirnov authored
It's broken with multiple files or audio streams. This removes the default samplerate of 44100 for raw input, hence all the FATE changes.
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Janne Grunau authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 14 Jun, 2011 12 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
Some MMX2 functions were being referenced without proper #ifdefs.
-
Ronald S. Bultje authored
The comment should have been placed only in yuv2rgb48_X_c_template, not yuv2rgb48_1_c_template.
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
This is part of the Great Evil Plan to simplify swscale. Note that you'll see some code duplication between the output functions for different RGB variants, and even between packed-YUV and RGB variants. This is intentional because it improves readability.
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Michael Niedermayer authored
YUV planes were marked as uint16_t, but they contained signed data. Fixes issue 1108 and 675. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Jason Garrett-Glaser authored
-
Jason Garrett-Glaser authored
It was broken in 4:4:4, and still did chroma deblocking for no reason in 4:2:0.
-
Jason Garrett-Glaser authored
Note: this is 4:4:4 from the 2007 spec revision, not the previous (now deprecated) 4:4:4 mode in H.264.
-
- 13 Jun, 2011 10 commits
-
-
Justin Ruggles authored
sizeof(SampleType) is different for fixed and float encoders.
-
Diego Biurrun authored
-
Justin Ruggles authored
-
Justin Ruggles authored
Function pointers are used for templated functions instead of needlessly duplicating many functions.
-
Justin Ruggles authored
This will allow the same struct to be used for both the fixed and float ac3 encoders.
-
Justin Ruggles authored
functions.
-
Jason Garrett-Glaser authored
Needs some ARM/PPC asm modifications.
-
Jason Garrett-Glaser authored
-
Jason Garrett-Glaser authored
It was broken in 4:4:4, and still did chroma deblocking for no reason in 4:2:0.
-
Jason Garrett-Glaser authored
Note: this is 4:4:4 from the 2007 spec revision, not the previous (now deprecated) 4:4:4 mode in H.264.
-