- 24 Apr, 2017 1 commit
-
-
Anton Khirnov authored
-
- 19 Apr, 2017 1 commit
-
-
Luca Barbato authored
Bug-Id: 1037 CC: libav-stable@libav.org
-
- 29 Mar, 2017 1 commit
-
-
Anton Khirnov authored
num_core_channels is always equal to s->audio_header.prim_channels, neither one of those variables ever get changed. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 21 Mar, 2017 2 commits
-
-
Luca Barbato authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Having a mismatch between the number of channels in the stream and those in the channel map will lead to a segfault or worse. Bug-Id: 1016 CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 31 May, 2016 1 commit
-
-
foo86 authored
Remove half-working attempt at supporting unchecked bitstream reader by always copying input data into intermediate buffer with large amount of padding at the end. Convert LBR decoder to checked bitstream reader. Convert dcadec_decode_frame() to parse input data directly if possible. Signed-off-by: James Almer <jamrial@gmail.com>
-
- 21 May, 2016 1 commit
-
-
foo86 authored
Move this from separate structure field to a packet flag. Behavior should be equivalent, except that residual flag is now properly cleared when packet has no core frame at all. Also print a message when forcing recovery mode due to invalid residual to make debugging easier. Signed-off-by: James Almer <jamrial@gmail.com>
-
- 20 May, 2016 1 commit
-
-
foo86 authored
Valid sample_fmt will be set by dcadec_decode_frame() based on stream type. Signed-off-by: James Almer <jamrial@gmail.com>
-
- 14 May, 2016 1 commit
-
-
foo86 authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 10 May, 2016 1 commit
-
-
foo86 authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
- 04 May, 2016 1 commit
-
-
Vittorio Giovara authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 03 May, 2016 1 commit
-
-
foo86 authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
- 01 May, 2016 1 commit
-
-
foo86 authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
- 31 Jan, 2016 2 commits
- 02 Jan, 2016 1 commit
-
-
Hendrik Leppkes authored
-
- 31 Dec, 2015 1 commit
-
-
Alexandra Hájková authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
- 24 Dec, 2015 1 commit
-
-
Alexandra Hájková authored
They were superseded with their integer equivalents. Rename integer decode_hf to decode_hf.
-
- 23 Dec, 2015 1 commit
-
-
Alexandra Hájková authored
The DCA core decoder converts integer coefficients read from the bitstream to floats just after reading them (along with dequantization). All the other steps of the audio reconstruction are done with floats which makes the output for the DTS lossless extension (XLL) actually lossy. This patch changes the DCA core to work with integer coefficients until QMF. At this point the integer coefficients are converted to floats. The coefficients for the LFE channel (lfe_data) are not touched. This is the first step for the really lossless XLL decoding.
-
- 12 Dec, 2015 1 commit
-
-
Anton Khirnov authored
The profiles are a property of the codec, so it makes sense to export them through AVCodecDescriptors, not just the codec implementations.
-
- 04 Dec, 2015 1 commit
-
-
Clément Bœsch authored
-
- 23 Nov, 2015 1 commit
-
-
Tim Walker authored
The auxiliary data length field is not reliable, and incorrect overread errors could be returned for valid, real-world bitstreams. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 07 Oct, 2015 1 commit
-
-
Alexandra Khirnova authored
place primary audio coding header data into DCAAudioHeader structure to make DCAContext clearer and move channel related data to DCAChan structure to make them easier to use by extensions Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 04 Oct, 2015 1 commit
-
-
Vittorio Giovara authored
Silence an uninitialized warning from clang.
-
- 01 Oct, 2015 1 commit
-
-
Alexandra Khirnova authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 19 Sep, 2015 1 commit
-
-
Ganesh Ajjanagadde authored
This fixes a genuine -Wsometimes-unitialized reported on clang, e.g http://fate.ffmpeg.org/log.cgi?time=20150918181527&log=compile&slot=x86_64-darwin-clang-polly-vectorize-stripmine-3.7. Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 16 Sep, 2015 2 commits
-
-
Alexandra Hájková authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Alexandra Hájková authored
to make dca_decode_frame more readable Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 28 Aug, 2015 1 commit
-
-
Vittorio Giovara authored
Deprecated in 04/2011.
-
- 27 Jul, 2015 2 commits
-
-
Vittorio Giovara authored
Express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
Convert doxygen to multiline and express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 12 Jul, 2015 1 commit
-
-
James Almer authored
This also prevents an eventual compilation failure once request_channels is removed. Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
-
- 23 May, 2015 1 commit
-
-
Michael Niedermayer authored
This fixes decoding the first frame of some dts files Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 15 May, 2015 2 commits
-
-
Michael Niedermayer authored
Fixes CID1297594 part2 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes CID1297594 part 1 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 14 May, 2015 2 commits
-
-
Michael Niedermayer authored
Fixes: CID1239152 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes CID1239110 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 19 Apr, 2015 1 commit
-
-
Vittorio Giovara authored
-
- 18 Mar, 2015 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #4375. Reviewed-by: Hendrik Leppkes
-
- 16 Mar, 2015 1 commit
-
-
Michael Niedermayer authored
Fixes outputting 14 channels instead of 7 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-