Mercurial > libavcodec.hg
graph
-
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