Mercurial > libavcodec.hg
graph
-
Disable encoders by undefining CONFIG_FOO_ENCODER once instead of littering libavcodecWed, 03 Sep 2008 12:43:18 +0000, by diego
-
Surround some encoding-specific functions with the appropriate libavcodecWed, 03 Sep 2008 12:35:17 +0000, by diego
-
Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific libavcodecWed, 03 Sep 2008 12:33:21 +0000, by diego
-
gain codebook (first stage), 8k mode for G.729 libavcodecWed, 03 Sep 2008 04:45:01 +0000, by voroshil
-
Another set of approved G.729 chunks (from decoder core) libavcodecWed, 03 Sep 2008 01:07:03 +0000, by voroshil
-
theoradec: skip decoding of uncoded MV in 4MV code libavcodecWed, 03 Sep 2008 00:17:11 +0000, by aurel
-
theoradec: small 4MV code reorganization to ease future improvements libavcodecWed, 03 Sep 2008 00:10:30 +0000, by aurel
-
Replace generic CONFIG_DECODERS preprocessor conditionals by more specific libavcodecTue, 02 Sep 2008 23:25:57 +0000, by diego
-
Silence a couple of 'defined but not used' warnings by adding an av_unused libavcodecTue, 02 Sep 2008 23:14:11 +0000, by diego
-
Prevent a division by 0 in the g726 decoder when the configured samplerate is 0. libavcodecTue, 02 Sep 2008 23:09:14 +0000, by diego
-
Try to support invalid h264 that does not mark IDR with POC=0. libavcodecTue, 02 Sep 2008 16:31:18 +0000, by michael
-
add a separate line in Makefile for E-AC-3 decoder and only compile it when libavcodecTue, 02 Sep 2008 04:04:26 +0000, by jbr
-
make pcm encoder setting bits_per_sample field libavcodecMon, 01 Sep 2008 21:13:05 +0000, by bcoudurier
-
1000l Fix snow regression test that i broke in r15135. libavcodecMon, 01 Sep 2008 00:22:00 +0000, by michael
-
Warn the user about me_method values that are not supported. libavcodecSun, 31 Aug 2008 23:55:47 +0000, by michael
-
Optimize vorbis_residue_decode() so that vr->type is a constant. libavcodecSun, 31 Aug 2008 22:49:42 +0000, by michael
-
Remove debuging junk that probably hasnt been used by anyone since years. libavcodecSun, 31 Aug 2008 20:26:28 +0000, by michael
-
reduce code duplication by moving common header parsing libavcodecSun, 31 Aug 2008 08:09:54 +0000, by stefang
-
Globally rename the header inclusion guard names. libavcodecSun, 31 Aug 2008 07:39:47 +0000, by stefano
-
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
-
Add a temp variable to ff_sine_window_init() to match the way wma.c computed libavcodecTue, 26 Aug 2008 19:40:53 +0000, by aurel
-
Add explicit (int) cast to i386 optimized MUL* macros. libavcodecTue, 26 Aug 2008 19:38:17 +0000, by voroshil
-
(cosmetics) Describe for which tests clipping is required. libavcodecTue, 26 Aug 2008 16:47:31 +0000, by voroshil
-
Replace cliping in ff_acelp_interpolate() by a check&av_log, this should be the libavcodecMon, 25 Aug 2008 22:51:47 +0000, by michael
-
Missing static in float_to_int16_altivec declaration libavcodecMon, 25 Aug 2008 16:32:03 +0000, by lu_zero
-
fir_32bands_perfect[] contents were mixed, restore original order libavcodecMon, 25 Aug 2008 06:28:52 +0000, by kostya
-
ARM: add prefetch function using ARMv5 PLD instruction libavcodecMon, 25 Aug 2008 02:29:04 +0000, by mru
-
ARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for NEON libavcodecMon, 25 Aug 2008 01:59:06 +0000, by mru
-
right shift the values by 8 in GAQ remap "B" table. data now fits in int8_t. libavcodecMon, 25 Aug 2008 00:15:29 +0000, by jbr
-
1000l to me. committed to wrong repo. revert last commit. libavcodecSun, 24 Aug 2008 22:57:25 +0000, by jbr
-
cosmetics: rename some functions from *get_* to *decode_* libavcodecSun, 24 Aug 2008 22:55:08 +0000, by jbr
-
Fix index to ff_sine_windows[]. Previously the index was usually in reverse libavcodecSun, 24 Aug 2008 08:31:19 +0000, by superdump
-
Correct scaling factor in DCA decoder synthesis. libavcodecSun, 24 Aug 2008 05:47:45 +0000, by kostya
-
Upgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32. Patch supplied by lars dot taeuber at gmx dot net. libavcodecSat, 23 Aug 2008 22:45:03 +0000, by pross
-
Introduce float_to_int16_interleave_altivec, tested with vorbis libavcodecSat, 23 Aug 2008 21:09:46 +0000, by lu_zero
-
Do not pass unnecessary arguments to AAC encoder functions libavcodecSat, 23 Aug 2008 15:25:57 +0000, by kostya
-
Increase buffer size to 16384 patch by Alexander E. Patrakov" patrakov gmail libavcodecSat, 23 Aug 2008 13:29:13 +0000, by michael
-
Remove unnecessary header inclusion from g729.h libavcodecSat, 23 Aug 2008 12:49:13 +0000, by voroshil
-
Move from g729.h all definitions which are used only in g729dec.c libavcodecSat, 23 Aug 2008 12:38:45 +0000, by voroshil
-
fix decoding of coupling leak info for normal AC-3 libavcodecSat, 23 Aug 2008 03:30:08 +0000, by jbr