Mercurial > libavcodec.hg
graph
-
Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating it libavcodecSun, 31 Aug 2008 07:05:55 +0000, by conrad
-
Don't declare SSE vp3 idct data static, so it can be used in the mmx version libavcodecSun, 31 Aug 2008 07:05:08 +0000, by conrad
-
turn on E-AC-3 decoding support and update the Changelog libavcodecSun, 31 Aug 2008 03:08:18 +0000, by jbr
-
simplify code and comment regarding determination whether or not AHT is used. libavcodecSun, 31 Aug 2008 03:01:56 +0000, by jbr
-
Misc cosmetics in compute_lpc_coefs(): braces removal and empty lines libavcodecSun, 31 Aug 2008 02:39:55 +0000, by vitor
-
skip converter exponent strategy for all channels at once libavcodecSun, 31 Aug 2008 02:38:38 +0000, by jbr
-
merge declaration and init. variable is not used outside the loop. libavcodecSun, 31 Aug 2008 02:35:58 +0000, by jbr
-
Merge declaration and initialization of a few vars in compute_lpc_coefs() libavcodecSun, 31 Aug 2008 02:31:05 +0000, by vitor
-
Fix lossless jpeg encoder to comply to spec and store full redundant libavcodecSat, 30 Aug 2008 20:39:12 +0000, by michael
-
Remove unused dequantization code from SSE VP3 IDCT libavcodecSat, 30 Aug 2008 19:47:47 +0000, by conrad
-
Remove the cos_mod table that has become unused after replacing the imdct libavcodecSat, 30 Aug 2008 11:01:58 +0000, by michael
-
Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half(). libavcodecSat, 30 Aug 2008 10:47:13 +0000, by michael
-
Remove 'currently unused' warning about SAMPLE_FMT_xxx. libavcodecSat, 30 Aug 2008 04:26:45 +0000, by pross
-
Remove unnecessary portion of a condition. This fixes issue607 and avoids libavcodecFri, 29 Aug 2008 20:18:34 +0000, by superdump
-
Half the size of subband_fir_noidea and get rid of memmove & memset of it. libavcodecFri, 29 Aug 2008 18:37:40 +0000, by michael
-
Make X264_init() no longer assign avctx->rc_eq to libx264's context. libavcodecFri, 29 Aug 2008 17:37:32 +0000, by stefano
-
Move t1 and t2 declaration from the QMF code closer to where they are used. libavcodecFri, 29 Aug 2008 14:53:07 +0000, by michael
-
Simplify (drop useless intermediate sum and diff arrays). libavcodecFri, 29 Aug 2008 14:44:47 +0000, by michael
-
5,1l: samples_chanptr[] should be (const float *) libavcodecFri, 29 Aug 2008 10:14:01 +0000, by andoma
-
dca: Do float -> int16 interleaving in-place using s->dsp.float_to_int16_interleave() libavcodecFri, 29 Aug 2008 10:09:51 +0000, by andoma
-
While APE changed container format in 3.98, frequency tables for range coding libavcodecFri, 29 Aug 2008 06:14:53 +0000, by kostya
-
Bump libavcodec minor version number for r15017. libavcodecFri, 29 Aug 2008 04:02:04 +0000, by pross
-
Change AVCodecContext.bits_per_sample to bits_per_coded_sample. libavcodecFri, 29 Aug 2008 03:52:10 +0000, by pross
-
Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as libavcodecThu, 28 Aug 2008 22:41:00 +0000, by romansh
-
Introducing video_stype for holding the value of VAUX source pack libavcodecThu, 28 Aug 2008 19:21:59 +0000, by romansh
-
Add generic IIR filter interface with Butterworth lowpass filter implementation libavcodecThu, 28 Aug 2008 04:53:57 +0000, by kostya
-
Fix mid/side stereo buggy output zeroing, fixes issue264 part 2. libavcodecThu, 28 Aug 2008 00:46:09 +0000, by michael
-
do not read exponent strategies from each block for E-AC-3 since they are in the header libavcodecWed, 27 Aug 2008 23:11:05 +0000, by jbr
-
Cosmetic change aimed at making it easier to see how bits are consumed libavcodecWed, 27 Aug 2008 20:25:47 +0000, by romansh
-
Factoring out chan_slice / 27 into seq variable libavcodecWed, 27 Aug 2008 20:21:17 +0000, by romansh
-
Simplification of how dct_mode affects decoding. libavcodecWed, 27 Aug 2008 20:17:01 +0000, by romansh
-
Cosmetics (format ff_nelly_dequantization_table nicer) libavcodecWed, 27 Aug 2008 18:56:50 +0000, by michael
-
add definitions and documentation for shared functions for E-AC-3 decoding libavcodecWed, 27 Aug 2008 01:47:03 +0000, by jbr
-
copy default coupling band structure from table to decoding context (used for E-AC-3) libavcodecWed, 27 Aug 2008 01:40:46 +0000, by jbr
-
add more OKed parts of the E-AC-3 decoder: structural changes to support AHT mode mantissa decoding libavcodecWed, 27 Aug 2008 01:36:20 +0000, by jbr
-
cosmetics: rename some functions from *get_* to *decode_* libavcodecWed, 27 Aug 2008 01:24:43 +0000, by jbr