]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Don't declare SSE vp3 idct data static, so it can be used in the mmx version
[frescor/ffmpeg.git] / libavcodec /
2008-08-31 conradDon't declare SSE vp3 idct data static, so it can be...
2008-08-31 jbrturn on E-AC-3 decoding support and update the Changelog
2008-08-31 jbrsimplify code and comment regarding determination wheth...
2008-08-31 jbruse correct table name
2008-08-31 vitorMisc cosmetics in compute_lpc_coefs(): braces removal...
2008-08-31 jbrskip converter exponent strategy for all channels at...
2008-08-31 vitorRemove useless var in compute_lpc_coefs()
2008-08-31 jbrmerge declaration and init. variable is not used outsid...
2008-08-31 jbrcosmetics: indentation
2008-08-31 vitorMerge declaration and initialization of a few vars...
2008-08-31 jbrcommit more OKed parts of the E-AC-3 decoder
2008-08-30 jbrcommit more OKed parts of the E-AC-3 decoder
2008-08-30 jbrcommit more OKed parts of the E-AC-3 decoder
2008-08-30 michaelFix lossless jpeg encoder to comply to spec and store...
2008-08-30 conradRemove unused dequantization code from SSE VP3 IDCT
2008-08-30 conradUse ff_pw_8 in MMX/SSE VP3 IDCT
2008-08-30 conradLet ff_pw_8 be used as an SSE constant
2008-08-30 jbrcosmetics: update comment about dithering
2008-08-30 michaelRemove the cos_mod table that has become unused after...
2008-08-30 michaelReplace obfuscated mdct in qmf_32_subbands() by ff_imdc...
2008-08-30 michaelGet rid of the 512 sample memmove().
2008-08-30 prossRemove 'currently unused' warning about SAMPLE_FMT_xxx.
2008-08-29 bwolowiecOkayed parts of nellymoserenc.c
2008-08-29 vitorRemove useless zeroing of a buffer
2008-08-29 superdumpFix typo in element type
2008-08-29 superdumpRemove unnecessary portion of a condition. This fixes...
2008-08-29 stefanoFix typo.
2008-08-29 michaelHalf the size of subband_fir_noidea and get rid of...
2008-08-29 stefanoMake X264_init() do not set anymore the rc_eq from...
2008-08-29 michaelMove t1 and t2 declaration from the QMF code closer...
2008-08-29 michaelSimplify (drop useless intermediate sum and diff arrays).
2008-08-29 andoma5,1l: samples_chanptr[] should be (const float *)
2008-08-29 andomadca: Set data_size outside block loop.
2008-08-29 andomadca: Do float -> int16 interleaving in-place using...
2008-08-29 kostyaWhile APE changed container format in 3.98, frequency...
2008-08-29 prossBump libavcodec minor version number for r15017.
2008-08-29 prossAdd AVCodecContext.bits_per_raw_sample field.
2008-08-29 prossChange AVCodecContext.bits_per_sample to bits_per_coded...
2008-08-29 jbrcosmetics: change another "get" to "decode"
2008-08-29 jbrcosmetics: change "get" to "decode"
2008-08-28 jbrcosmetics: indentation
2008-08-28 jbrremove unneeded variable, dither_all
2008-08-28 romanshIntial implementation of the DV100 (AKA DVCPRO HD)...
2008-08-28 romanshIntroducing video_stype for holding the value of VAUX...
2008-08-28 kostyaAdd generic IIR filter interface with Butterworth lowpa...
2008-08-28 michaelFix mid/side stereo buggy output zeroing, fixes issue26...
2008-08-27 jbrcosmetics: rename a table
2008-08-27 jbrcosmetics: indent after last commit
2008-08-27 jbrdo not read exponent strategies from each block for...
2008-08-27 romanshCosmetic change aimed at making it easier to see how...
2008-08-27 romanshFactoring out chan_slice / 27 into seq variable
2008-08-27 romanshSimplification of how dct_mode affects decoding.
2008-08-27 michaelCosmetics (format ff_nelly_dequantization_table nicer)
2008-08-27 jbradd definitions and documentation for shared functions...
2008-08-27 jbrcopy default coupling band structure from table to...
2008-08-27 jbradd more OKed parts of the E-AC-3 decoder: structural...
2008-08-27 jbrcosmetics: rename some functions from *get_* to *decode_*
2008-08-26 bcouduriersimplify mpeg12 avctx->pix_fmt set
2008-08-26 aurelAdd a temp variable to ff_sine_window_init() to match...
2008-08-26 voroshilAdd explicit (int) cast to i386 optimized MUL* macros.
2008-08-26 voroshil(cosmetics) Remove incorrect comment.
2008-08-26 voroshil(cosmetics) Describe for which tests clipping is required.
2008-08-26 voroshil(cosmetics) Remove wrong comments.
2008-08-26 voroshil(cosmetics) Align comments consistently.
2008-08-26 voroshilAnother set of definitions for G.729
2008-08-25 michaelReplace cliping in ff_acelp_interpolate() by a check...
2008-08-25 lu_zeroMissing static in float_to_int16_altivec declaration
2008-08-25 bwolowiecLittle-endian bitstream writer
2008-08-25 kostyafir_32bands_perfect[] contents were mixed, restore...
2008-08-25 mruARM: add prefetch function using ARMv5 PLD instruction
2008-08-25 mruARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for...
2008-08-25 jbrright shift the values by 8 in GAQ remap "B" table...
2008-08-24 jbr1000l to me. committed to wrong repo. revert last commit.
2008-08-24 jbrcosmetics: rename some functions from *get_* to *decode_*
2008-08-24 gpoirierstricter constraints of asm() blocks
2008-08-24 superdumpFix index to ff_sine_windows[]. Previously the index...
2008-08-24 kostyaokayed chunks of AAC encoder
2008-08-24 kostyaCorrect scaling factor in DCA decoder synthesis.
2008-08-24 jbrchange eac3dec.c license to LGPL
2008-08-24 lorenmdocument some dsp alignments
2008-08-23 prossUpgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32...
2008-08-23 lu_zeroRemove unused variables
2008-08-23 lu_zeroIntroduce float_to_int16_interleave_altivec, tested...
2008-08-23 lu_zeroIntroduce float_to_int16_one_altivec
2008-08-23 kostyaSimple lowpass filter implementation.
2008-08-23 kostyaDo not pass unnecessary arguments to AAC encoder functions
2008-08-23 michaelRemove redundant FFMIN().
2008-08-23 michaelIncrease buffer size to 16384 patch by Alexander E...
2008-08-23 voroshilRemove unnecessary header inclusion from g729.h
2008-08-23 voroshilMove from g729.h all definitions which are used only...
2008-08-23 jbrfix decoding of coupling leak info for normal AC-3
2008-08-23 jbradd more OKed parts of the E-AC-3 decoder
2008-08-23 jbrcosmetics: indentation
2008-08-23 jbradd some approved parts of the E-AC-3 decoder
2008-08-22 superdumpUse ff_imdct_half() and vector_fmul_window() for IMDCT...
2008-08-22 superdumpWhitespace cosmetics after the last commit
2008-08-22 superdumpSeparate code in imdct_and_windowing() into distinct...
2008-08-22 jai_menonalac : check readsamplesize to ensure get_bits() doesn't
2008-08-22 jai_menonalacenc : perform decorrelation only for stereo samples
2008-08-21 michaelMake equation in doxy of ff_acelp_weighted_vector_sum...
next