- 05 Apr, 2011 4 commits
-
-
Nathan Caldwell authored
Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
Alexander Strange authored
thread_count passed to ff_thread_init() is only used to set AVCodecContext. thread_count, and can be removed. Instead move it to the legacy implementation of avcodec_thread_init(). This also fixes the problem that calling avcodec_thread_init() with pthreads enabled did not set it since ff1efc52. Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
Janne Grunau authored
This reverts commit 36864ac3 since it breaks LATM decoding in ffplay.
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 04 Apr, 2011 3 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Young Han Lee authored
Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
Justin Ruggles authored
full-bandwidth channels. This reduces high-frequency artifacts and improves the quality of the lower frequency audio at low bit rates.
-
- 03 Apr, 2011 5 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This makes the AC3 encoder use the shared fixed-point MDCT rather than its own implementation. The checksum changes are due to different rounding in the MDCT. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
It's been unused since mp3float decoder was added.
-
Anton Khirnov authored
They've been unused and deprecated for about five years.
-
- 02 Apr, 2011 6 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
It's not used anywhere and apparrently hasn't been for a very long time.
-
Anton Khirnov authored
It has been deprecated for about five years, skip_idct/skip_frame should be used instead.
-
Anton Khirnov authored
Fixes build with the bump, since the prototype is already marked for removal.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 01 Apr, 2011 4 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Part of the fft8() function corresponds to the BUTTERFLIES macro, so use it. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 31 Mar, 2011 2 commits
-
-
Mans Rullgard authored
-
Mans Rullgard authored
These expressions are equivalent since levels is always odd, and overflow is impossible due to the constraints set by the assert(). Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 30 Mar, 2011 6 commits
-
-
John Stebbins authored
The channel layout isn't getting set for mlp and truehd audio. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
anatoly authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
anatoly authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
anatoly authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
anatoly authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 29 Mar, 2011 5 commits
-
-
Mans Rullgard authored
These fields are only used in quantize_mantissas() and reset on each call, no need to store them in the main context. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Ronald S. Bultje authored
-
Alexander Strange authored
-
- 28 Mar, 2011 2 commits
-
-
Justin Ruggles authored
exponent reference blocks.
-
Kostya Shishkov authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 27 Mar, 2011 1 commit
-
-
Justin Ruggles authored
-
- 26 Mar, 2011 1 commit
-
-
Alexander Strange authored
-
- 25 Mar, 2011 1 commit
-
-
Justin Ruggles authored
and decoder, and vice-versa for the AC-3 encoder.
-