- 25 Jan, 2012 2 commits
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Diego Biurrun authored
-
- 24 Jan, 2012 1 commit
-
-
Justin Ruggles authored
The stereo layout and extradata is significantly different from that in Westwood IMA ADPCM, so a separate codec_id is warranted.
-
- 23 Jan, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Kostya Shishkov <kostya.shishkov@gmail.com>
-
- 11 Jan, 2012 1 commit
-
-
Justin Ruggles authored
The WAVE demuxer returns packets with many blocks per frame, which needs to be parsed into single blocks. This has a side-effect of fixing the timestamps.
-
- 06 Jan, 2012 1 commit
-
-
Carl Eugen Hoyos authored
-
- 04 Jan, 2012 3 commits
-
-
Carl Eugen Hoyos authored
Reviewed-by: Derek Buitenhuis Reviewed-by: Paul B Mahol
-
Carl Eugen Hoyos authored
Reviewed-by: Derek Buitenhuis Reviewed-by: Paul B Mahol
-
Carl Eugen Hoyos authored
Fixes ticket #525. Reviewed-by: Paul B Mahol
-
- 02 Jan, 2012 1 commit
-
-
Paul B Mahol authored
y41p is a packed 12-bit 4:1:1 YUV format used by Brooktree. Fixes issue 1123 / ticket #102. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 Dec, 2011 1 commit
-
-
Kostya Shishkov authored
Signed-off-by:
Kostya Shishkov <kostya.shishkov@gmail.com>
-
- 20 Dec, 2011 2 commits
-
-
Diego Biurrun authored
The encoder depends on the common code, so link against it.
-
Diego Biurrun authored
The generic ADPCM codes depends on the ADPCM data tables.
-
- 15 Dec, 2011 1 commit
-
-
Nicolas George authored
-
- 14 Dec, 2011 1 commit
-
-
Derek Buitenhuis authored
v410 is a packed 10-bit 4:4:4 YCbCr format used in QuickTime. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 13 Dec, 2011 2 commits
-
-
Derek Buitenhuis authored
v410 is a packed 10-bit 4:4:4 YCbCr format used in QuickTime. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 10 Dec, 2011 1 commit
-
-
Kostya Shishkov authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 01 Dec, 2011 1 commit
-
-
Eli Friedman authored
-
- 26 Nov, 2011 3 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
This simplifies the decoder so it doesn't have to process an in-packet header or handle arbitrary-sized packets. It also fixes decoding of files with large headers.
-
Justin Ruggles authored
Instead of using fixed coefficients, the correct way is to calculate the coefficients using the highpass cutoff frequency from the ADX stream header and the sample rate.
-
- 24 Nov, 2011 1 commit
-
-
Luca Barbato authored
The common non inlined code goes in snow.c, the common inlined code in snow.h, tables move in snowdata.h (included only by snow.c)
-
- 20 Nov, 2011 1 commit
-
-
Andreas Öman authored
-
- 18 Nov, 2011 1 commit
-
-
Michael Bradshaw authored
Note: Some of the previous patches have had two bugs that have been fixed in this patch. Signed-off-by:
Michael Bradshaw <mbradshaw@sorensonmedia.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Nov, 2011 2 commits
-
-
Michael Bradshaw authored
Note: Some of the previous patches have had two bugs that have been fixed in this patch.
-
Michael Bradshaw authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Nov, 2011 1 commit
-
-
Sebastien Zwickert authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 13 Nov, 2011 1 commit
-
-
KO Myung-Hun authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Nov, 2011 1 commit
-
-
Derek Buitenhuis authored
Add a decoder for the VBLE Lossless Codec, which still has a cult following. Used to be popular several years ago on doom9. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Nov, 2011 1 commit
-
-
Derek Buitenhuis authored
Add a decoder for the VBLE Lossless Codec, which still has a cult following. Used to be popular several years ago on doom9. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 09 Nov, 2011 1 commit
-
-
Justin Ruggles authored
It is found in some 8svx files (e.g. ones created by SoX). Currently the decoder reuses the 8svx functions because we already have handling of a single large planar packet for the compressed 8svx codecs.
-
- 07 Nov, 2011 1 commit
-
-
Kostya Shishkov authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 02 Nov, 2011 1 commit
-
-
Sebastien Zwickert authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Oct, 2011 1 commit
-
-
multiple authors authored
Look for MMX_DISABLED to find the disabled functions. Authors of this code are Marco Gerards <marco@gnu.org> and David Conrad <lessen42@gmail.com> With changes from Jordi Ortiz <nenjordi@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Oct, 2011 1 commit
-
-
Anatoliy Wasserman authored
Signed-off-by:
Anatoliy Wasserman <anatoliy.wasserman@yandex.ru> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Oct, 2011 1 commit
-
-
Anton Khirnov authored
-
- 26 Oct, 2011 1 commit
-
-
Justin Ruggles authored
The Zork PCM decoder does not decode the 1 sample we have correctly, therefore the encoder based on the decoder is also incorrect. There is no good reason to keep the encoder.
-
- 24 Oct, 2011 1 commit
-
-
Andreas Öman authored
(cherry picked from commit 929822111bc10fdf19ca66b7ed09e0ebf802878b) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Oct, 2011 1 commit
-
-
Justin Ruggles authored
-