- 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.
-
- 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.
-
- 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>
-
- 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)
-
- 14 Nov, 2011 1 commit
-
-
Sebastien Zwickert authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 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>
-
- 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.
-
- 23 Oct, 2011 1 commit
-
-
Justin Ruggles authored
-
- 20 Oct, 2011 1 commit
-
-
Justin Ruggles authored
-
- 19 Oct, 2011 2 commits
-
-
Diego Biurrun authored
This fixes 'make checkheaders' on non-W32THREADS systems.
-
Kostya Shishkov authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 16 Oct, 2011 1 commit
-
-
Steven Walters authored
Replace our incomplete w32threads implementation with x264's pthreads w32threads wrapper. Relicensed to LGPL with kind permission by Pegasys Inc. Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- 12 Oct, 2011 1 commit
-
-
Janne Grunau authored
-
- 11 Oct, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 22 Sep, 2011 1 commit
-
-
Maxim Poliakovski authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 12 Sep, 2011 1 commit
-
-
Justin Ruggles authored
Move shared tables to a separate file as well.
-
- 07 Sep, 2011 1 commit
-
-
Kieran Kunhya authored
Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- 17 Aug, 2011 1 commit
-
-
Kostya Shishkov authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 27 Jul, 2011 1 commit
-
-
Kostya Shishkov authored
Since IDCT transforming 32-bit input to 8-bit output is unusual and unpractical for most codecs, move Bink IDCT into separate context. Get rid of an additional permutation table while at it since SIMD support for Bink IDCT is unlikely to be implemented in foreseeable future. Quantisation tables also have to change type to signed for proper dequantisation of DCT coefficients. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 22 Jul, 2011 1 commit
-
-
Kostya Shishkov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 20 Jul, 2011 1 commit
-
-
Mans Rullgard authored
This test program so full of programming errors it is impossible to make sense of it. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 19 Jul, 2011 2 commits
-
-
Justin Ruggles authored
This checks if the set of selected exponent strategies for all blocks in a channel are in the frame exponent strategy table, and if so, writes the table index instead of each strategy. This saves up to 7 bits per channel per frame, so the overall effect on quality is small.
-
Justin Ruggles authored
be used in the E-AC-3 encoder.
-
- 08 Jul, 2011 1 commit
-
-
Anton Khirnov authored
-
- 28 Jun, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 25 Jun, 2011 1 commit
-
-
Diego Biurrun authored
Calling Make from subdirectories is not supported and config.mak has multiple inclusion guards anyway, so the top-level include is enough.
-
- 13 Jun, 2011 1 commit
-
-
Justin Ruggles authored
Function pointers are used for templated functions instead of needlessly duplicating many functions.
-
- 10 Jun, 2011 1 commit
-
-
Juan Carlos Rodriguez authored
This is enabled with an AVOption on the RTP muxer. The SDP generator looks for a latm flag in the rtpflags field. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 07 Jun, 2011 1 commit
-
-
Justin Ruggles authored
-
- 05 Jun, 2011 1 commit
-
-
Diego Biurrun authored
It is only used on the host and may not compile on the target.
-