- 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 3 commits
-
-
Diego Biurrun authored
It is only used on the host and may not compile on the target.
-
Diego Biurrun authored
-
Mans Rullgard authored
eval.c has moved to libavutil, move the TESTPROGS entry too. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 04 Jun, 2011 1 commit
-
-
Diego Biurrun authored
-
- 27 May, 2011 1 commit
-
-
Justin Ruggles authored
This adds basic stream format support and allows for arbitrary bit rates rather than just those supported in AC-3.
-
- 24 May, 2011 1 commit
-
-
Anton Khirnov authored
The encoder has never produced files that could be decoded with any software and there should be no reason to create such files anyway.
-
- 19 May, 2011 5 commits
-
-
Diego Biurrun authored
This is consistent with how all other table generation programs are named. Moreover this ensures that the cos table generation program is correctly deleted when cleaning the tree.
-
Diego Biurrun authored
tableprint.c serves little purpose on its own and removing it allows building the table generator programs with the normal HOSTPROGS Makefile rules.
-
Mans Rullgard authored
This collapses the make rules for the trig tables into a pattern rule. Based on a patch by Diego, modified to avoid using fragile make constructs and allow future addition of fixed-point sin tables. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
Also ensures that generated file cos_fixed_tables.c is deleted on 'make clean'.
-
Mans Rullgard authored
This separation allows these functions to be used in a cleaner fashion from other codecs (e.g. qdm2) and simplifies creating optimised versions of them. Signed-off-by: Mans Rullgard <mans@mansr.com>
-