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