- 16 Apr, 2012 1 commit
-
-
Michael Niedermayer authored
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Mar, 2012 1 commit
-
-
Kostya Shishkov authored
-
- 07 Mar, 2012 2 commits
-
-
Ronald S. Bultje authored
The argument is not a literal, thus causing the ARM v6 or later builds to break.
-
Ronald S. Bultje authored
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
- 05 Mar, 2012 1 commit
-
-
Justin Ruggles authored
-
- 29 Feb, 2012 3 commits
-
-
Michael Niedermayer authored
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes a out of array read. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Its not clear from the spec what to do with values larger than 127 so iam opting for the safe side and ask for a sample. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Feb, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 07 Jan, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Jan, 2012 1 commit
-
-
Shitiz Garg authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 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.
-
- 27 Nov, 2011 1 commit
-
-
Alex Converse authored
-
- 25 Nov, 2011 2 commits
-
-
Mans Rullgard authored
It makes more sense for a bit mask to use an unsigned type. The change should be source and binary compatible on all supported systems, hence micro version bump. Fixes a few invalid shifts. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This is a hand-tuned version of the code with impossible parts of the FASTDIV function ommitted. 2-5% faster overall on Cortex-A8. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 29 Oct, 2011 3 commits
-
-
Justin Ruggles authored
Return error if core block decoding fails. Do not enable XCh if XCh extension block decoding fails.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
- 28 Oct, 2011 4 commits
-
-
Carl Eugen Hoyos authored
Still be less verbose about channel count change from 0 channels.
-
Carl Eugen Hoyos authored
Only inform the user that the number of channels changed if it was set before.
-
Carl Eugen Hoyos authored
-
Hendrik Leppkes authored
(cherry picked from commit 42e78d2296752293cd08c5727f76c3b37c68fb24) Review-by: Benjamin Larsson Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Oct, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit 08e3dea3f7f69309574dafc0af6671615e909720) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Oct, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 30 Sep, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 29 Sep, 2011 1 commit
-
-
Mans Rullgard authored
Writing zeros to the high entries in the array need only be done once as the cutoff position is constant throughout the loop. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 28 Sep, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 04 Jul, 2011 1 commit
-
-
John Stebbins authored
Set the frame size when decoding DTS audio. This has the side effect of fixing the computation of timestamps for DTS-HD in compute_pkt_fields. Since frame_size is not currently set, the duration of a frame is being guessed based on the streams bitrate. But for DTS-HD, the bitrate currently used is the rate of the DTS core which is much different than the whole DTS-HD stream and leads to a wildly inaccurate frame duration estimate. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 30 Jun, 2011 1 commit
-
-
Diego Biurrun authored
-
- 20 Jun, 2011 1 commit
-
-
Justin Ruggles authored
av_get_bits_per_sample_fmt() is deprecated.
-
- 02 Jun, 2011 1 commit
-
-
Mans Rullgard authored
-
- 29 May, 2011 1 commit
-
-
Clément Bœsch authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 18 May, 2011 1 commit
-
-
Justin Ruggles authored
decoders. Based on patches by clsid2 in ffdshow-tryout.
-
- 12 May, 2011 1 commit
-
-
Alexandre Colucci authored
-
- 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.
-
- 26 Apr, 2011 1 commit
-
-
Vitor Sessak authored
Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
- 25 Apr, 2011 1 commit
-
-
Reimar Döffinger authored
-
- 23 Apr, 2011 1 commit
-
-
Diego Biurrun authored
-
- 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
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-