log

age author description
Tue, 26 Aug 2008 23:25:29 +0000 bcoudurier simplify mpeg12 avctx->pix_fmt set libavcodec
Tue, 26 Aug 2008 19:40:53 +0000 aurel Add a temp variable to ff_sine_window_init() to match the way wma.c computed libavcodec
Tue, 26 Aug 2008 19:38:17 +0000 voroshil Add explicit (int) cast to i386 optimized MUL* macros. libavcodec
Tue, 26 Aug 2008 18:06:07 +0000 voroshil (cosmetics) Remove incorrect comment. libavcodec
Tue, 26 Aug 2008 16:47:31 +0000 voroshil (cosmetics) Describe for which tests clipping is required. libavcodec
Tue, 26 Aug 2008 16:41:23 +0000 voroshil (cosmetics) Remove wrong comments. libavcodec
Tue, 26 Aug 2008 07:13:43 +0000 voroshil (cosmetics) Align comments consistently. libavcodec
Tue, 26 Aug 2008 07:10:38 +0000 voroshil Another set of definitions for G.729 libavcodec
Mon, 25 Aug 2008 22:51:47 +0000 michael Replace cliping in ff_acelp_interpolate() by a check&av_log, this should be the libavcodec
Mon, 25 Aug 2008 16:32:03 +0000 lu_zero Missing static in float_to_int16_altivec declaration libavcodec
Mon, 25 Aug 2008 08:53:14 +0000 bwolowiec Little-endian bitstream writer libavcodec
Mon, 25 Aug 2008 06:28:52 +0000 kostya fir_32bands_perfect[] contents were mixed, restore original order libavcodec
Mon, 25 Aug 2008 02:29:04 +0000 mru ARM: add prefetch function using ARMv5 PLD instruction libavcodec
Mon, 25 Aug 2008 01:59:06 +0000 mru ARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for NEON libavcodec
Mon, 25 Aug 2008 00:15:29 +0000 jbr right shift the values by 8 in GAQ remap "B" table. data now fits in int8_t. libavcodec
Sun, 24 Aug 2008 22:57:25 +0000 jbr 1000l to me. committed to wrong repo. revert last commit. libavcodec
Sun, 24 Aug 2008 22:55:08 +0000 jbr cosmetics: rename some functions from *get_* to *decode_* libavcodec
Sun, 24 Aug 2008 08:41:20 +0000 gpoirier stricter constraints of asm() blocks libavcodec
Sun, 24 Aug 2008 08:31:19 +0000 superdump Fix index to ff_sine_windows[]. Previously the index was usually in reverse libavcodec
Sun, 24 Aug 2008 05:56:23 +0000 kostya okayed chunks of AAC encoder libavcodec
Sun, 24 Aug 2008 05:47:45 +0000 kostya Correct scaling factor in DCA decoder synthesis. libavcodec
Sun, 24 Aug 2008 04:55:32 +0000 jbr change eac3dec.c license to LGPL libavcodec
Sun, 24 Aug 2008 04:03:02 +0000 lorenm document some dsp alignments libavcodec
Sat, 23 Aug 2008 22:45:03 +0000 pross Upgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32. Patch supplied by lars dot taeuber at gmx dot net. libavcodec
Sat, 23 Aug 2008 21:10:38 +0000 lu_zero Remove unused variables libavcodec
Sat, 23 Aug 2008 21:09:46 +0000 lu_zero Introduce float_to_int16_interleave_altivec, tested with vorbis libavcodec
Sat, 23 Aug 2008 21:02:30 +0000 lu_zero Introduce float_to_int16_one_altivec libavcodec
Sat, 23 Aug 2008 15:49:58 +0000 kostya Simple lowpass filter implementation. libavcodec
Sat, 23 Aug 2008 15:25:57 +0000 kostya Do not pass unnecessary arguments to AAC encoder functions libavcodec
Sat, 23 Aug 2008 13:35:12 +0000 michael Remove redundant FFMIN(). libavcodec
Sat, 23 Aug 2008 13:29:13 +0000 michael Increase buffer size to 16384 patch by Alexander E. Patrakov" patrakov gmail libavcodec
Sat, 23 Aug 2008 12:49:13 +0000 voroshil Remove unnecessary header inclusion from g729.h libavcodec
Sat, 23 Aug 2008 12:38:45 +0000 voroshil Move from g729.h all definitions which are used only in g729dec.c libavcodec
Sat, 23 Aug 2008 03:30:08 +0000 jbr fix decoding of coupling leak info for normal AC-3 libavcodec
Sat, 23 Aug 2008 02:04:36 +0000 jbr add more OKed parts of the E-AC-3 decoder libavcodec
Sat, 23 Aug 2008 01:55:52 +0000 jbr cosmetics: indentation libavcodec
Sat, 23 Aug 2008 01:51:42 +0000 jbr add some approved parts of the E-AC-3 decoder libavcodec
Fri, 22 Aug 2008 18:21:22 +0000 superdump Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. Reduce libavcodec
Fri, 22 Aug 2008 18:19:18 +0000 superdump Whitespace cosmetics after the last commit libavcodec
Fri, 22 Aug 2008 18:18:50 +0000 superdump Separate code in imdct_and_windowing() into distinct IMDCT, windowing and libavcodec
Fri, 22 Aug 2008 15:09:20 +0000 jai_menon alac : check readsamplesize to ensure get_bits() doesn't libavcodec
Fri, 22 Aug 2008 14:57:35 +0000 jai_menon alacenc : perform decorrelation only for stereo samples libavcodec
Thu, 21 Aug 2008 23:52:48 +0000 michael Make equation in doxy of ff_acelp_weighted_vector_sum() more readable by libavcodec
Thu, 21 Aug 2008 23:51:25 +0000 michael doxygen consistency libavcodec
Thu, 21 Aug 2008 23:49:58 +0000 michael Make comments doxygen compatible. libavcodec
Thu, 21 Aug 2008 23:45:20 +0000 michael Doxygen syntax consistency. libavcodec
Thu, 21 Aug 2008 23:39:52 +0000 michael Mention cut-off freq of ff_acelp_high_pass_filter() instead of some libavcodec
Thu, 21 Aug 2008 23:25:41 +0000 michael Remove mathops.h dependancy. libavcodec
Thu, 21 Aug 2008 23:23:01 +0000 michael vertical align libavcodec
Thu, 21 Aug 2008 23:22:11 +0000 michael Remove ff_acelp_weighted_filter() which is just a function wrapping a 1 libavcodec
Thu, 21 Aug 2008 22:41:20 +0000 michael Rename subframe_size to a name that is not specific to some specific use libavcodec
Thu, 21 Aug 2008 22:36:32 +0000 michael rename pitch_delay_frac in ff_acelp_interpolate() libavcodec
Thu, 21 Aug 2008 22:34:13 +0000 michael Try to improve parameter doxy of ff_acelp_interpolate(). libavcodec
Thu, 21 Aug 2008 22:05:14 +0000 michael Clarify how generic ff_acelp_interpolate() is. libavcodec
Thu, 21 Aug 2008 22:02:04 +0000 michael Correct incorrect length parameter doxy for ff_acelp_interpolate(). libavcodec
Thu, 21 Aug 2008 21:59:42 +0000 michael Right half is clearer than positive half for specifying which part of libavcodec
Thu, 21 Aug 2008 21:56:48 +0000 michael Mention the fixed-point scale of the FIR filter coefficients. libavcodec
Thu, 21 Aug 2008 21:52:56 +0000 michael Cleanup comment for ff_acelp_interp_filter. libavcodec
Thu, 21 Aug 2008 21:37:53 +0000 michael Make doxygen comments consistent with the rest of FFmpeg. libavcodec
Thu, 21 Aug 2008 21:33:31 +0000 michael Document code, do not document difference to a irrelevant reference implementation. libavcodec