- 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
-
- 07 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 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.
-
- 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.
-
- 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.
-
- 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 3 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>
-
- 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>
-
- 31 Jan, 2011 1 commit
-
-
Justin Ruggles authored
DSPContext.vector_fmul_window() DCADSPContext.lfe_fir() SynthFilterContext.synth_filter_float() Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 28 Jan, 2011 2 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
- 26 Jan, 2011 2 commits
-
-
Diego Elio Pettenò authored
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Justin Ruggles authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 12 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
SampleFormat with AVSampleFormat. Originally committed as revision 25730 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 May, 2010 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 23131 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Apr, 2010 1 commit
-
-
Justin Ruggles authored
frame_size. Originally committed as revision 22950 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Apr, 2010 1 commit
-
-
Stefano Sabatini authored
AVERROR(ENOMEM). AVERROR_NOMEM is deprecated and will be dropped at the next libavutil major bump. Originally committed as revision 22791 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Mar, 2010 2 commits
-
-
Stefano Sabatini authored
is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Carl Eugen Hoyos authored
Original patch by Justin, updated and resubmitted by Christophe Gisquet, christophe D gisquet A gmail Originally committed as revision 22734 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Jan, 2010 1 commit
-
-
Justin Ruggles authored
buffer size vs. frame size errors. Originally committed as revision 21519 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Jan, 2010 1 commit
-
-
Justin Ruggles authored
Originally committed as revision 21439 to svn://svn.ffmpeg.org/ffmpeg/trunk
-