- 20 Apr, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes out of array write. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 28 Mar, 2012 1 commit
-
-
Diego Biurrun authored
Also remove one pointless zero initialization in rangecoder.c.
-
- 23 Feb, 2012 1 commit
-
-
Justin Ruggles authored
fixes Bug 225
-
- 15 Feb, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 10 Feb, 2012 1 commit
-
-
Michael Niedermayer authored
That way all mix levels as exported by avpriv_ac3_parse_header() will have the same meaning. Previously the 3-bit center mix level for E-AC-3 was used to index in a 4-entry table, leading to out-of-array reads. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com> Signed-off-by: Alex Converse <alex.converse@gmail.com>
-
- 27 Jan, 2012 1 commit
-
-
Anton Khirnov authored
-
- 21 Jan, 2012 1 commit
-
-
Michael Niedermayer authored
That way all mix levels as exported by the parser will have the same meaning. Previously the 3bit center mix level for eac3 was used to index in a 4 entry table leading to out of array reads. this change removes the table and offsets the ac3 variable by 4 so it matches the meanings for eac3 except the reserved case. The reserved case is then explicitly handled. Idea-by: Justin Ruggles <justin.ruggles@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 07 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 13 Dec, 2011 1 commit
-
-
Michael Niedermayer authored
A user who wishes to use default error concealment cannot set the AV_EF_CRCCHECK flag because not every CRC in every format is a reliable indicator of bitstream damage. In some formats crcrs can be nonsensical in absence of any damage. We thus add the AV_EF_CAREFUL flag in addition to the AV_EF_CRCCHECK flag to allow a user to enable this reliable CRC check without having to enable all CRC checks in all formats. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 04 Dec, 2011 1 commit
-
-
Chris Berov authored
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
- 02 Dec, 2011 1 commit
-
-
Justin Ruggles authored
Deprecate avcodec_decode_audio3(). Implement audio support in avcodec_default_get_buffer(). Implement the new audio decoder API in all audio decoders.
-
- 22 Oct, 2011 1 commit
-
-
Dustin Brody authored
lavc: replace references to deprecated AVCodecContext.error_recognition to use AVCodecContext.err_recognition Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 20 Oct, 2011 1 commit
-
-
Anton Khirnov authored
It's used in lavf.
-
- 12 Oct, 2011 1 commit
-
-
Anton Khirnov authored
-
- 09 Oct, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 05 Oct, 2011 1 commit
-
-
Anton Khirnov authored
This is needed by the new AVOptions API.
-
- 21 Sep, 2011 1 commit
-
-
Anton Khirnov authored
-
- 06 Sep, 2011 1 commit
-
-
Reimar Döffinger authored
Since we now always allocate it, it can simply be made part of the context instead.
-
- 12 Aug, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 10 Jul, 2011 1 commit
-
-
Anton Khirnov authored
Deprecate corresponding AVCodecContext option. This is the first test of decoder private options.
-
- 20 Jun, 2011 1 commit
-
-
Justin Ruggles authored
av_get_bits_per_sample_fmt() is deprecated.
-
- 18 May, 2011 1 commit
-
-
Justin Ruggles authored
decoders. Based on patches by clsid2 in ffdshow-tryout.
-
- 01 May, 2011 1 commit
-
-
Reimar Döffinger authored
They use now code identical to the AAC decoder. The AC3 decoder previously did not check the data_size and the dca decoder checked against and set wrong values for float.
-
- 25 Apr, 2011 1 commit
-
-
Reimar Döffinger authored
-
- 17 Apr, 2011 1 commit
-
-
Justin Ruggles authored
The number of dba segments is the coded value + 1. The coupling dba offset starts at the first coupling band, not at zero.
-
- 05 Apr, 2011 1 commit
-
-
Reimar Döffinger authored
Since we now always allocate it, it can simply be made part of the context instead.
-
- 03 Apr, 2011 1 commit
-
-
clsid2 authored
git-svn-id: https://ffdshow-tryout.svn.sourceforge.net/svnroot/ffdshow-tryout@3769 3b938f2f-1a1a-0410-8054-a526ea5ff92c
-
- 29 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 27 Mar, 2011 1 commit
-
-
Justin Ruggles authored
-
- 25 Mar, 2011 1 commit
-
-
Justin Ruggles authored
and decoder, and vice-versa for the AC-3 encoder.
-
- 22 Mar, 2011 3 commits
-
-
Reimar Döffinger authored
This allows the AC-3 decoder to be used directly with RealMedia decoders that unlike the libavformat one do not byte-swap automatically. Since the new code is only used in case we would fail directly otherwise there should be no risk for regressions.
-
Justin Ruggles authored
-
Justin Ruggles authored
Depending on error_recognition is not correct, low values do certainly not mean it is ok to crash. Based on a patch by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 19 Mar, 2011 5 commits
-
-
Mans Rullgard authored
This function is not tightly coupled to mdct, and it's in the way of making a fixed-point mdct implementation. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This removes the rather pointless wrappers (one not even inline) for calling the fft_calc and related function pointers. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Reimar Döffinger authored
-
Reimar Döffinger authored
This allows the AC-3 decoder to be used directly with RealMedia decoders that unlike the libavformat one do not byte-swap automatically. Since the new code is only used in case we would fail directly otherwise there should be no risk for regressions. The "buf" pointer needs to be overwritten since otherwise the CRC check fails.
-
- 04 Feb, 2011 1 commit
-
-
Justin Ruggles authored
This will be beneficial for use with the audio conversion API without requiring it to depend on all of dsputil. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit c73d99e6)
-
- 02 Feb, 2011 1 commit
-
-
Justin Ruggles authored
This will be beneficial for use with the audio conversion API without requiring it to depend on all of dsputil. Signed-off-by: Mans Rullgard <mans@mansr.com>
-