- Sep 12, 2011
-
-
Justin Ruggles authored
Move shared tables to a separate file as well.
-
- Sep 07, 2011
-
-
Kieran Kunhya authored
Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- Aug 17, 2011
-
-
Kostya Shishkov authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Jul 27, 2011
-
-
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>
-
- Jul 22, 2011
-
-
Kostya Shishkov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- Jul 20, 2011
-
-
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>
-
- Jul 19, 2011
-
-
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.
-
- Jul 08, 2011
-
-
Anton Khirnov authored
-
- Jun 28, 2011
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Jun 25, 2011
-
-
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.
-
- Jun 13, 2011
-
-
Justin Ruggles authored
Function pointers are used for templated functions instead of needlessly duplicating many functions.
-
- Jun 10, 2011
-
-
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>
-
- Jun 07, 2011
-
-
Justin Ruggles authored
-
- Jun 05, 2011
-
-
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>
-
- Jun 04, 2011
-
-
Diego Biurrun authored
-
- May 27, 2011
-
-
Justin Ruggles authored
This adds basic stream format support and allows for arbitrary bit rates rather than just those supported in AC-3.
-
- May 24, 2011
-
-
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.
-
- May 19, 2011
-
-
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>
-
- May 17, 2011
-
-
Mans Rullgard authored
This builds the float and fixed-point versions of dct32 separately instead of #including the file in dct.c and mpegaudiodec.c. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- May 16, 2011
-
-
Diego Biurrun authored
The header is a part of an MP3 encoder that never saw the light of day.
-
- May 11, 2011
-
-
Baptiste Coudurier authored
-
- May 09, 2011
-
-
Mans Rullgard authored
The low quality mode is off by default and never tested. The high quality mode is also plenty fast enough. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- May 04, 2011
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- May 01, 2011
-
-
Peter Ross authored
-
- Apr 23, 2011
-
-
Diego Biurrun authored
-
- Apr 21, 2011
-
-
Anton Khirnov authored
AVOptions were moved to libavutil only recently.
-
- Apr 19, 2011
-
-
Anton Khirnov authored
Fixes make install after 3453a231.
-
Anton Khirnov authored
-
- Apr 11, 2011
-
-
Martin Storsjö authored
The wrapper code is based on the libamr wrapper removed in SVN rev 19365. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Apr 01, 2011
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Mar 31, 2011
-
-
Mans Rullgard authored
-