- 18 Jun, 2011 2 commits
-
-
Ronald S. Bultje authored
-
Daniel Kang authored
Mainly ported from 8-bit H.264 MC Chroma. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 17 Jun, 2011 1 commit
-
-
Anton Khirnov authored
Fixes encoder private options, which are broken now in ffmpeg, because opt_default2() can't find them, thus making opt_default() to fail.
-
- 16 Jun, 2011 2 commits
-
-
Alexander Strange authored
By observation it did not seem to handle prev_frame_num > frame_num. This does not affect any files I have. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Mike Scheutzow authored
One of the causes of this bug is that the h264 parser defaults low_delay to 1, but the h264 codec defaults low_delay to 0. Really Ugly. After many hours of looking at this, I'm still not sure how has_b_frames is *intended* to behave, but to me the implementation appears way more complicated than it ought to be. My patch relies on the encoder to set an optional field in the SPS. This works for libx264 streams, but I'm not sure that all h264 encoders will set it. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 15 Jun, 2011 2 commits
-
-
Justin Ruggles authored
This fixes a segfault when using the C version of ac3dsp.float_to_fixed24().
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 14 Jun, 2011 4 commits
-
-
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 20 commits
-
-
Justin Ruggles authored
sizeof(SampleType) is different for fixed and float encoders.
-
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.
-
Philip Langdale authored
Signed-off-by:
Philip Langdale <philipl@overt.org> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Philip Langdale authored
Currently, the parser is buggy and only processes the stream extradata when the flag is set. This fixes it to actually inspect the frames. Whitespce will be fixed in a separate change. Signed-off-by:
Philip Langdale <philipl@overt.org> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Michael Niedermayer authored
Fixes issue2517 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Wim Lewis authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Reimar Döffinger authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Michael Niedermayer authored
The new tables is large enough to prevent this together with our image size checks. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Use push/pop instead of stmdb/ldmia for stack operations. This is the preferred syntax. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
- use 'const' macro to define coeff table - add missing endfunc - remove superflous directives Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 10 Jun, 2011 6 commits
-
-
Alex Converse authored
-
Jason Garrett-Glaser authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Oskar Arvidsson authored
The tc variable was not splatted correctly. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Justin Ruggles authored
The code was originally committed to Libav on March 25, 2011.
-
Juan Carlos Rodriguez authored
This is enabled with an AVOption on the RTP muxer. The SDP generator looks for a latm flag in the rtpflags field. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
Fixes issue1613, 621, 562 simultaneously Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 09 Jun, 2011 2 commits
-
-
Anton Khirnov authored
patch submitted by xvid_fan freenet de
-
Anton Khirnov authored
fixes issue2449 patch submitted by xvid_fan freenet de
-
- 08 Jun, 2011 1 commit
-
-
Diego Biurrun authored
-