Sat, 06 Sep 2008 11:45:10 +0000 |
vitor |
Remove useless parentheses.
libavcodec
|
Fri, 05 Sep 2008 16:31:26 +0000 |
reimar |
Fix nuv decoder to use reget_buffer for non-keyframes and correctly
libavcodec
|
Fri, 05 Sep 2008 00:01:23 +0000 |
vitor |
Cosmetics: indent after last commit and remove useless braces
libavcodec
|
Fri, 05 Sep 2008 00:00:20 +0000 |
vitor |
Simplify: use a for instead of unrolling by hand
libavcodec
|
Thu, 04 Sep 2008 23:54:57 +0000 |
vitor |
Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This commit
libavcodec
|
Thu, 04 Sep 2008 23:18:28 +0000 |
vitor |
Simplify: use two distinct functions to decode MACE3 and MACE6, since the
libavcodec
|
Thu, 04 Sep 2008 23:12:20 +0000 |
vitor |
Simplify mace_decode_frame()
libavcodec
|
Thu, 04 Sep 2008 23:02:08 +0000 |
vitor |
Remove useless comments
libavcodec
|
Thu, 04 Sep 2008 23:00:34 +0000 |
vitor |
Reindent mace.c, its indentation was completly inconsistent with the coding rules.
libavcodec
|
Thu, 04 Sep 2008 22:17:27 +0000 |
vitor |
Cosmetics: s/LPC_type/LPC_TYPE/
libavcodec
|
Thu, 04 Sep 2008 15:04:08 +0000 |
vitor |
Multiply table by -1. This avoid doing this calculation (that was introduced
libavcodec
|
Thu, 04 Sep 2008 12:21:06 +0000 |
michael |
Fix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack of IDR pictures and
libavcodec
|
Thu, 04 Sep 2008 11:03:14 +0000 |
vitor |
Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC decoders.
libavcodec
|
Wed, 03 Sep 2008 19:04:46 +0000 |
michael |
Ignore the spec, and calculate aspect ratio on width/height.
libavcodec
|
Wed, 03 Sep 2008 17:43:00 +0000 |
michael |
Clarify sample_aspect_ratio.
libavcodec
|
Wed, 03 Sep 2008 13:31:33 +0000 |
jai_menon |
fix issue 616 on roundup : decoding of short flac files
libavcodec
|
Wed, 03 Sep 2008 12:43:18 +0000 |
diego |
Disable encoders by undefining CONFIG_FOO_ENCODER once instead of littering
libavcodec
|
Wed, 03 Sep 2008 12:35:17 +0000 |
diego |
Surround some encoding-specific functions with the appropriate
libavcodec
|
Wed, 03 Sep 2008 12:33:21 +0000 |
diego |
Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific
libavcodec
|
Wed, 03 Sep 2008 04:45:01 +0000 |
voroshil |
gain codebook (first stage), 8k mode for G.729
libavcodec
|
Wed, 03 Sep 2008 01:07:03 +0000 |
voroshil |
Another set of approved G.729 chunks (from decoder core)
libavcodec
|
Wed, 03 Sep 2008 00:19:08 +0000 |
aurel |
theoradec: cosmetics: indentation
libavcodec
|
Wed, 03 Sep 2008 00:17:11 +0000 |
aurel |
theoradec: skip decoding of uncoded MV in 4MV code
libavcodec
|
Wed, 03 Sep 2008 00:10:30 +0000 |
aurel |
theoradec: small 4MV code reorganization to ease future improvements
libavcodec
|
Tue, 02 Sep 2008 23:25:57 +0000 |
diego |
Replace generic CONFIG_DECODERS preprocessor conditionals by more specific
libavcodec
|
Tue, 02 Sep 2008 23:14:11 +0000 |
diego |
Silence a couple of 'defined but not used' warnings by adding an av_unused
libavcodec
|
Tue, 02 Sep 2008 23:09:14 +0000 |
diego |
Prevent a division by 0 in the g726 decoder when the configured samplerate is 0.
libavcodec
|
Tue, 02 Sep 2008 17:15:28 +0000 |
voroshil |
Parity bit calculation routine for G.729
libavcodec
|
Tue, 02 Sep 2008 16:31:18 +0000 |
michael |
Try to support invalid h264 that does not mark IDR with POC=0.
libavcodec
|
Tue, 02 Sep 2008 04:04:26 +0000 |
jbr |
add a separate line in Makefile for E-AC-3 decoder and only compile it when
libavcodec
|
Mon, 01 Sep 2008 21:13:05 +0000 |
bcoudurier |
make pcm encoder setting bits_per_sample field
libavcodec
|
Mon, 01 Sep 2008 14:33:54 +0000 |
jbr |
create a separate codec_id for E-AC-3
libavcodec
|
Mon, 01 Sep 2008 11:19:26 +0000 |
bwolowiec |
Remaining parts of Nellymoser encoder
libavcodec
|
Mon, 01 Sep 2008 00:28:51 +0000 |
michael |
Check ff_init_me()s return value.
libavcodec
|
Mon, 01 Sep 2008 00:22:00 +0000 |
michael |
1000l Fix snow regression test that i broke in r15135.
libavcodec
|
Sun, 31 Aug 2008 23:55:47 +0000 |
michael |
Warn the user about me_method values that are not supported.
libavcodec
|
Sun, 31 Aug 2008 22:49:42 +0000 |
michael |
Optimize vorbis_residue_decode() so that vr->type is a constant.
libavcodec
|
Sun, 31 Aug 2008 20:26:28 +0000 |
michael |
Remove debuging junk that probably hasnt been used by anyone since years.
libavcodec
|
Sun, 31 Aug 2008 19:26:33 +0000 |
bwolowiec |
Okayed parts of nellymoserenc.c
libavcodec
|
Sun, 31 Aug 2008 08:09:54 +0000 |
stefang |
reduce code duplication by moving common header parsing
libavcodec
|
Sun, 31 Aug 2008 07:39:47 +0000 |
stefano |
Globally rename the header inclusion guard names.
libavcodec
|
Sun, 31 Aug 2008 07:05:55 +0000 |
conrad |
Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating it
libavcodec
|
Sun, 31 Aug 2008 07:05:29 +0000 |
conrad |
Declare ff_vp3_idct_data to be uint16_t
libavcodec
|
Sun, 31 Aug 2008 07:05:08 +0000 |
conrad |
Don't declare SSE vp3 idct data static, so it can be used in the mmx version
libavcodec
|
Sun, 31 Aug 2008 03:08:18 +0000 |
jbr |
turn on E-AC-3 decoding support and update the Changelog
libavcodec
|
Sun, 31 Aug 2008 03:01:56 +0000 |
jbr |
simplify code and comment regarding determination whether or not AHT is used.
libavcodec
|
Sun, 31 Aug 2008 02:58:21 +0000 |
jbr |
use correct table name
libavcodec
|
Sun, 31 Aug 2008 02:39:55 +0000 |
vitor |
Misc cosmetics in compute_lpc_coefs(): braces removal and empty lines
libavcodec
|
Sun, 31 Aug 2008 02:38:38 +0000 |
jbr |
skip converter exponent strategy for all channels at once
libavcodec
|
Sun, 31 Aug 2008 02:37:04 +0000 |
vitor |
Remove useless var in compute_lpc_coefs()
libavcodec
|
Sun, 31 Aug 2008 02:35:58 +0000 |
jbr |
merge declaration and init. variable is not used outside the loop.
libavcodec
|
Sun, 31 Aug 2008 02:32:08 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Sun, 31 Aug 2008 02:31:05 +0000 |
vitor |
Merge declaration and initialization of a few vars in compute_lpc_coefs()
libavcodec
|
Sun, 31 Aug 2008 02:30:09 +0000 |
jbr |
commit more OKed parts of the E-AC-3 decoder
libavcodec
|
Sat, 30 Aug 2008 23:19:23 +0000 |
jbr |
commit more OKed parts of the E-AC-3 decoder
libavcodec
|
Sat, 30 Aug 2008 23:13:10 +0000 |
jbr |
commit more OKed parts of the E-AC-3 decoder
libavcodec
|
Sat, 30 Aug 2008 20:39:12 +0000 |
michael |
Fix lossless jpeg encoder to comply to spec and store full redundant
libavcodec
|
Sat, 30 Aug 2008 19:47:47 +0000 |
conrad |
Remove unused dequantization code from SSE VP3 IDCT
libavcodec
|
Sat, 30 Aug 2008 19:41:42 +0000 |
conrad |
Use ff_pw_8 in MMX/SSE VP3 IDCT
libavcodec
|
Sat, 30 Aug 2008 19:40:21 +0000 |
conrad |
Let ff_pw_8 be used as an SSE constant
libavcodec
|
Sat, 30 Aug 2008 17:51:03 +0000 |
jbr |
cosmetics: update comment about dithering
libavcodec
|
Sat, 30 Aug 2008 11:01:58 +0000 |
michael |
Remove the cos_mod table that has become unused after replacing the imdct
libavcodec
|
Sat, 30 Aug 2008 10:47:13 +0000 |
michael |
Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half().
libavcodec
|
Sat, 30 Aug 2008 10:41:53 +0000 |
michael |
Get rid of the 512 sample memmove().
libavcodec
|
Sat, 30 Aug 2008 04:26:45 +0000 |
pross |
Remove 'currently unused' warning about SAMPLE_FMT_xxx.
libavcodec
|
Fri, 29 Aug 2008 21:35:57 +0000 |
bwolowiec |
Okayed parts of nellymoserenc.c
libavcodec
|
Fri, 29 Aug 2008 21:12:30 +0000 |
vitor |
Remove useless zeroing of a buffer
libavcodec
|
Fri, 29 Aug 2008 20:19:23 +0000 |
superdump |
Fix typo in element type
libavcodec
|
Fri, 29 Aug 2008 20:18:34 +0000 |
superdump |
Remove unnecessary portion of a condition. This fixes issue607 and avoids
libavcodec
|
Fri, 29 Aug 2008 18:43:20 +0000 |
stefano |
Fix typo.
libavcodec
|
Fri, 29 Aug 2008 18:37:40 +0000 |
michael |
Half the size of subband_fir_noidea and get rid of memmove & memset of it.
libavcodec
|
Fri, 29 Aug 2008 17:37:32 +0000 |
stefano |
Make X264_init() no longer assign avctx->rc_eq to libx264's context.
libavcodec
|
Fri, 29 Aug 2008 14:53:07 +0000 |
michael |
Move t1 and t2 declaration from the QMF code closer to where they are used.
libavcodec
|
Fri, 29 Aug 2008 14:44:47 +0000 |
michael |
Simplify (drop useless intermediate sum and diff arrays).
libavcodec
|
Fri, 29 Aug 2008 10:14:01 +0000 |
andoma |
5,1l: samples_chanptr[] should be (const float *)
libavcodec
|
Fri, 29 Aug 2008 10:12:44 +0000 |
andoma |
dca: Set data_size outside block loop.
libavcodec
|
Fri, 29 Aug 2008 10:09:51 +0000 |
andoma |
dca: Do float -> int16 interleaving in-place using s->dsp.float_to_int16_interleave()
libavcodec
|
Fri, 29 Aug 2008 06:14:53 +0000 |
kostya |
While APE changed container format in 3.98, frequency tables for range coding
libavcodec
|
Fri, 29 Aug 2008 04:02:04 +0000 |
pross |
Bump libavcodec minor version number for r15017.
libavcodec
|
Fri, 29 Aug 2008 03:59:48 +0000 |
pross |
Add AVCodecContext.bits_per_raw_sample field.
libavcodec
|
Fri, 29 Aug 2008 03:52:10 +0000 |
pross |
Change AVCodecContext.bits_per_sample to bits_per_coded_sample.
libavcodec
|
Fri, 29 Aug 2008 00:09:47 +0000 |
jbr |
cosmetics: change another "get" to "decode"
libavcodec
|
Fri, 29 Aug 2008 00:06:43 +0000 |
jbr |
cosmetics: change "get" to "decode"
libavcodec
|
Thu, 28 Aug 2008 23:16:21 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Thu, 28 Aug 2008 23:04:15 +0000 |
jbr |
remove unneeded variable, dither_all
libavcodec
|
Thu, 28 Aug 2008 22:41:00 +0000 |
romansh |
Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as
libavcodec
|
Thu, 28 Aug 2008 19:21:59 +0000 |
romansh |
Introducing video_stype for holding the value of VAUX source pack
libavcodec
|
Thu, 28 Aug 2008 04:53:57 +0000 |
kostya |
Add generic IIR filter interface with Butterworth lowpass filter implementation
libavcodec
|
Thu, 28 Aug 2008 00:46:09 +0000 |
michael |
Fix mid/side stereo buggy output zeroing, fixes issue264 part 2.
libavcodec
|
Wed, 27 Aug 2008 23:44:34 +0000 |
jbr |
cosmetics: rename a table
libavcodec
|
Wed, 27 Aug 2008 23:23:54 +0000 |
jbr |
cosmetics: indent after last commit
libavcodec
|
Wed, 27 Aug 2008 23:11:05 +0000 |
jbr |
do not read exponent strategies from each block for E-AC-3 since they are in the header
libavcodec
|
Wed, 27 Aug 2008 20:25:47 +0000 |
romansh |
Cosmetic change aimed at making it easier to see how bits are consumed
libavcodec
|
Wed, 27 Aug 2008 20:21:17 +0000 |
romansh |
Factoring out chan_slice / 27 into seq variable
libavcodec
|
Wed, 27 Aug 2008 20:17:01 +0000 |
romansh |
Simplification of how dct_mode affects decoding.
libavcodec
|
Wed, 27 Aug 2008 18:56:50 +0000 |
michael |
Cosmetics (format ff_nelly_dequantization_table nicer)
libavcodec
|
Wed, 27 Aug 2008 01:47:03 +0000 |
jbr |
add definitions and documentation for shared functions for E-AC-3 decoding
libavcodec
|
Wed, 27 Aug 2008 01:40:46 +0000 |
jbr |
copy default coupling band structure from table to decoding context (used for E-AC-3)
libavcodec
|
Wed, 27 Aug 2008 01:36:20 +0000 |
jbr |
add more OKed parts of the E-AC-3 decoder: structural changes to support AHT mode mantissa decoding
libavcodec
|
Wed, 27 Aug 2008 01:24:43 +0000 |
jbr |
cosmetics: rename some functions from *get_* to *decode_*
libavcodec
|
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
|
Thu, 21 Aug 2008 21:31:03 +0000 |
michael |
Remove some irrelevant comments.
libavcodec
|
Thu, 21 Aug 2008 13:35:23 +0000 |
voroshil |
first and second stage LSP codebooks for G.729
libavcodec
|
Thu, 21 Aug 2008 12:13:22 +0000 |
superdump |
Reindent after last commit
libavcodec
|
Thu, 21 Aug 2008 12:12:03 +0000 |
superdump |
Work around GCC variable may be used uninitialised warning
libavcodec
|
Thu, 21 Aug 2008 11:29:28 +0000 |
superdump |
Remove unused variable
libavcodec
|
Thu, 21 Aug 2008 10:31:08 +0000 |
diego |
cosmetics: Fix incorrect indentation.
libavcodec
|
Thu, 21 Aug 2008 10:23:55 +0000 |
superdump |
Reindent
libavcodec
|
Thu, 21 Aug 2008 07:57:51 +0000 |
andoma |
The comment about channel order for AAC 5.1 audio was not correct, fix it.
libavcodec
|
Thu, 21 Aug 2008 07:21:26 +0000 |
superdump |
Last hunk of the AAC decoder code to be OKed and build system and documentation
libavcodec
|
Wed, 20 Aug 2008 23:11:26 +0000 |
michael |
Provide a simpler way for the user to reorder her timestamps.
libavcodec
|
Wed, 20 Aug 2008 17:05:14 +0000 |
diego |
Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs.
libavcodec
|
Wed, 20 Aug 2008 16:59:26 +0000 |
diego |
cosmetics: comment spelling/grammar fixes
libavcodec
|
Wed, 20 Aug 2008 11:05:15 +0000 |
pross |
Fix PCM DVD divide by zero bug introduced in r14659. Patch supplied by lars dot taeuber at gmx dot net.
libavcodec
|
Wed, 20 Aug 2008 01:02:32 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Wed, 20 Aug 2008 00:32:17 +0000 |
jbr |
commit the OKed parts of the E-AC-3 decoder
libavcodec
|
Wed, 20 Aug 2008 00:15:27 +0000 |
jbr |
get data size based on the actual data array instead of coding-in the calculation
libavcodec
|
Wed, 20 Aug 2008 00:08:59 +0000 |
jbr |
rename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE and increase the size
libavcodec
|
Tue, 19 Aug 2008 20:52:26 +0000 |
diego |
Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.
libavcodec
|
Tue, 19 Aug 2008 20:04:46 +0000 |
diego |
cosmetics: s/const static/static const/g
libavcodec
|
Tue, 19 Aug 2008 19:25:00 +0000 |
jai_menon |
Update changelog and general.texi to reflect
libavcodec
|
Tue, 19 Aug 2008 18:45:00 +0000 |
jai_menon |
alacenc: compare against ALAC_MAX_LPC_ORDER instead of MAX_LPC_ORDER
libavcodec
|
Tue, 19 Aug 2008 17:20:41 +0000 |
jai_menon |
alacenc: last few hunks approved by michael
libavcodec
|
Tue, 19 Aug 2008 16:12:05 +0000 |
ramiro |
alacenc: Use user-specified min and max prediction order.
libavcodec
|
Tue, 19 Aug 2008 16:07:58 +0000 |
ramiro |
Import more OKed parts of ALAC encoder from GSoC repo.
libavcodec
|
Tue, 19 Aug 2008 16:02:43 +0000 |
romansh |
Making block size in bits variable and dependent on the DV spec
libavcodec
|
Tue, 19 Aug 2008 16:01:41 +0000 |
romansh |
Making the number of blocks per macroblock dependent on the DV stream
libavcodec
|
Tue, 19 Aug 2008 16:00:26 +0000 |
romansh |
Introducing DV_MAX_BPM macro instead of a hardcoded value for the
libavcodec
|
Tue, 19 Aug 2008 10:43:47 +0000 |
pross |
Add F64BE, F64LE and F64BE PCM codecs.
libavcodec
|
Tue, 19 Aug 2008 10:36:30 +0000 |
pross |
Add SAMPLE_FMT_DBL.
libavcodec
|
Tue, 19 Aug 2008 10:17:29 +0000 |
pross |
Fix PCM_S16LE_PLANAR channel-address calculation bug introduced in r14659.
libavcodec
|
Tue, 19 Aug 2008 08:55:40 +0000 |
diego |
Mark init_vlcs function as av_cold.
libavcodec
|
Mon, 18 Aug 2008 21:36:58 +0000 |
superdump |
More OKed AAC decoder code hunks
libavcodec
|
Mon, 18 Aug 2008 19:39:08 +0000 |
superdump |
More OKed AAC decoder code hunks
libavcodec
|
Mon, 18 Aug 2008 12:03:59 +0000 |
pross |
Mark SAMPLE_FMT_S24 as deprecated.
libavcodec
|
Mon, 18 Aug 2008 05:39:44 +0000 |
kostya |
Add okayed chunks of AAC encoder psychoacoustic model
libavcodec
|
Mon, 18 Aug 2008 05:38:26 +0000 |
kostya |
Add okayed parts for AAC encoder
libavcodec
|
Sun, 17 Aug 2008 22:47:40 +0000 |
ramiro |
Import more ok'd parts of ALAC encoder from GSoC repo.
libavcodec
|
Sun, 17 Aug 2008 19:56:28 +0000 |
jbr |
remove some unneeded header includes
libavcodec
|
Sun, 17 Aug 2008 19:26:13 +0000 |
diego |
Add missing header includes to fix 'make checkheaders'.
libavcodec
|
Sun, 17 Aug 2008 17:41:48 +0000 |
jbr |
use LFG instead of Mersenne Twister for AC-3 PRNG
libavcodec
|
Sun, 17 Aug 2008 17:08:25 +0000 |
diego |
Mark adx_decode_init() as type int instead of void, the function returns
libavcodec
|
Sun, 17 Aug 2008 16:10:46 +0000 |
jbr |
fix and simplify frame size check and reencoding in verbatim mode
libavcodec
|
Sun, 17 Aug 2008 12:25:01 +0000 |
ramiro |
alacenc: NULL_IF_CONFIG_SMALL long_name.
libavcodec
|
Sun, 17 Aug 2008 08:43:37 +0000 |
voroshil |
G.729 decoder main code
libavcodec
|
Sun, 17 Aug 2008 07:04:11 +0000 |
kostya |
More okayed chunks of AAC encoder
libavcodec
|
Sun, 17 Aug 2008 04:36:06 +0000 |
ramiro |
Import ok'd parts of ALAC encoder from GSoC repo.
libavcodec
|
Sat, 16 Aug 2008 22:42:59 +0000 |
jbr |
update my email address to one which does not depend on my service provider
libavcodec
|
Sat, 16 Aug 2008 21:39:09 +0000 |
jbr |
use range of lpc orders in ORDER_METHOD_EST
libavcodec
|
Sat, 16 Aug 2008 21:32:03 +0000 |
jbr |
cosmetics: adjust line breaks and vertical alignment
libavcodec
|
Sat, 16 Aug 2008 21:24:06 +0000 |
jbr |
use limited range of lpc orders when quantizing coefficients
libavcodec
|
Sat, 16 Aug 2008 17:28:29 +0000 |
ramiro |
lpc: cosmetics: vertically align declarations and definitions.
libavcodec
|
Sat, 16 Aug 2008 17:18:20 +0000 |
ramiro |
flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.
libavcodec
|
Sat, 16 Aug 2008 17:03:57 +0000 |
ramiro |
flacenc: Allow more flexible shift calculation in LPC.
libavcodec
|
Sat, 16 Aug 2008 14:46:31 +0000 |
michael |
Fix rc_eq mem leak.
libavcodec
|
Sat, 16 Aug 2008 14:13:49 +0000 |
michael |
Revert r14260
libavcodec
|
Sat, 16 Aug 2008 11:59:36 +0000 |
kostya |
Synchronize AAC encoder with renamings in aac.h
libavcodec
|
Sat, 16 Aug 2008 05:47:18 +0000 |
kostya |
Add approved chunks to AAC encoder
libavcodec
|
Sat, 16 Aug 2008 01:25:12 +0000 |
pross |
Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byte-order.
libavcodec
|
Fri, 15 Aug 2008 10:31:11 +0000 |
superdump |
Don't try to free shared ff_sine_* tables pointed to by s->windows[]
libavcodec
|
Fri, 15 Aug 2008 08:01:31 +0000 |
superdump |
More OKed AAC decoder hunks
libavcodec
|
Fri, 15 Aug 2008 00:19:14 +0000 |
superdump |
Synchronise AAC decoder code with that from SoC
libavcodec
|
Fri, 15 Aug 2008 00:14:07 +0000 |
lorenm |
document some dsp alignments
libavcodec
|
Fri, 15 Aug 2008 00:05:09 +0000 |
superdump |
More OKed sections of AAC decoder code
libavcodec
|
Thu, 14 Aug 2008 22:12:19 +0000 |
superdump |
The ff_sine_#[] should be aligned as they will commonly be used in dsputil
libavcodec
|
Thu, 14 Aug 2008 22:01:59 +0000 |
aurel |
ensure we get explicit definition of various _XOPEN_SOURCE functions we use
libavcodec
|
Thu, 14 Aug 2008 19:38:39 +0000 |
ramiro |
mlp: Define End-of-Stream code in common header file and use it in decoder.
libavcodec
|
Thu, 14 Aug 2008 16:07:17 +0000 |
kostya |
Remove not OKed parts from AAC encoder
libavcodec
|
Thu, 14 Aug 2008 14:40:16 +0000 |
superdump |
Add declarations for the sine tables used in wma.c (half window sizes: 128,
libavcodec
|
Thu, 14 Aug 2008 14:36:22 +0000 |
superdump |
Change wma.c to use the ff_sine_window_init() from mdct.c
libavcodec
|
Thu, 14 Aug 2008 05:52:29 +0000 |
kostya |
Okayed parts of AAC encoder
libavcodec
|
Thu, 14 Aug 2008 05:00:25 +0000 |
lorenm |
file which should have been added in r14749
libavcodec
|
Thu, 14 Aug 2008 04:41:02 +0000 |
lorenm |
missing prototype
libavcodec
|
Thu, 14 Aug 2008 04:40:46 +0000 |
lorenm |
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm
libavcodec
|
Thu, 14 Aug 2008 04:39:59 +0000 |
lorenm |
gcc chokes on xmm constraints, so pessimize int32_to_float_fmul_scalar_sse a little
libavcodec
|
Thu, 14 Aug 2008 03:58:05 +0000 |
ramiro |
mlp: split simple inline function that xors 4 bytes into one.
libavcodec
|
Wed, 13 Aug 2008 23:36:37 +0000 |
lorenm |
special case 6 channel version of float_to_int16_interleave
libavcodec
|
Wed, 13 Aug 2008 23:35:40 +0000 |
lorenm |
simd int->float
libavcodec
|
Wed, 13 Aug 2008 23:33:48 +0000 |
lorenm |
simd downmix
libavcodec
|
Wed, 13 Aug 2008 23:30:53 +0000 |
lorenm |
don't mark the delayed samples for upmixing if they haven't been downmixed
libavcodec
|
Wed, 13 Aug 2008 23:30:28 +0000 |
lorenm |
oops, non-normalized downmix to mono contaminated add_bias for non-simd float-to-int.
libavcodec
|