- 29 Nov, 2013 23 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
The field still remains in MpegEncContext because it is used by the mpeg4 decoder.
-
Anton Khirnov authored
It is only used in one place immediately after it is set.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
That field is never set for encoding.
-
Anton Khirnov authored
The field remains in MpegEncContext for use in the encoder.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
The line setting it was mistakenly removed in ecf442a5
-
- 28 Nov, 2013 12 commits
-
-
Tim Walker authored
This supplements the deprecated request_channels-based control of XCh decoding. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Tim Walker authored
The check for (prim_channels > 2) before calling dca_downmix made these cases unreachable, but now 2.1 layouts will go through the downmix code. Having dual mono, Lt/Rt and sum-difference layouts print errors when regular Stereo doesn't seems pointless. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Tim Walker authored
Embedded downmix coefficients can use this. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Tim Walker authored
Previous coefficients were producing a non-normalized, incorrect Lt/Rt downmix. The new coefficients produce a standard Lo/Ro downmix with 3dB attenuation. This should match the typical default coefficients used by DTS encoders. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Tim Walker authored
As per ETSI TS 102 114 V1.4.1 specification. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Tim Walker authored
It was based on an old, seemingly incorrect specification, so default coefficients were always used anyway. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Tim Walker authored
Easier to read, modify, and avoids relying on an outdated table. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Tim Walker authored
The 7-bit codes previously used are absent from the ETSI 102 114 V1.4.1 spec. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Tim Walker authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Diego Biurrun authored
These parts are scheduled for removal on the next version bump. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Michael Niedermayer authored
Fixes out of array accesses and integer overflows.
-
Vittorio Giovara authored
This will check if -wN '..@*' is available and fall back on -x if not; when none are available, do not run strip at all to prevent removing functions that might be actually needed.
-
- 27 Nov, 2013 4 commits
-
-
Anton Khirnov authored
Call ff_mpeg4_decode_picture_header() only when the decoder has the MPEG4 codec id, not based on a vaguely related value of h263_pred.
-
Anton Khirnov authored
Fixes invalid writes. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org
-
Derek Buitenhuis authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Andreas Unterweger authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 26 Nov, 2013 1 commit
-
-
Diego Biurrun authored
Some systems provide Perl without pod2man.
-