log

age author description
2008-08-28 romansh Introducing video_stype for holding the value of VAUX source pack libavcodec
2008-08-28 kostya Add generic IIR filter interface with Butterworth lowpass filter implementation libavcodec
2008-08-28 michael Fix mid/side stereo buggy output zeroing, fixes issue264 part 2. libavcodec
2008-08-27 jbr cosmetics: rename a table libavcodec
2008-08-27 jbr cosmetics: indent after last commit libavcodec
2008-08-27 jbr do not read exponent strategies from each block for E-AC-3 since they are in the header libavcodec
2008-08-27 romansh Cosmetic change aimed at making it easier to see how bits are consumed libavcodec
2008-08-27 romansh Factoring out chan_slice / 27 into seq variable libavcodec
2008-08-27 romansh Simplification of how dct_mode affects decoding. libavcodec
2008-08-27 michael Cosmetics (format ff_nelly_dequantization_table nicer) libavcodec
2008-08-27 jbr add definitions and documentation for shared functions for E-AC-3 decoding libavcodec
2008-08-27 jbr copy default coupling band structure from table to decoding context (used for E-AC-3) libavcodec
2008-08-27 jbr add more OKed parts of the E-AC-3 decoder: structural changes to support AHT mode mantissa decoding libavcodec
2008-08-27 jbr cosmetics: rename some functions from *get_* to *decode_* libavcodec
2008-08-26 bcoudurier simplify mpeg12 avctx->pix_fmt set libavcodec
2008-08-26 aurel Add a temp variable to ff_sine_window_init() to match the way wma.c computed libavcodec
2008-08-26 voroshil Add explicit (int) cast to i386 optimized MUL* macros. libavcodec
2008-08-26 voroshil (cosmetics) Remove incorrect comment. libavcodec
2008-08-26 voroshil (cosmetics) Describe for which tests clipping is required. libavcodec
2008-08-26 voroshil (cosmetics) Remove wrong comments. libavcodec
2008-08-26 voroshil (cosmetics) Align comments consistently. libavcodec
2008-08-26 voroshil Another set of definitions for G.729 libavcodec
2008-08-25 michael Replace cliping in ff_acelp_interpolate() by a check&av_log, this should be the libavcodec
2008-08-25 lu_zero Missing static in float_to_int16_altivec declaration libavcodec
2008-08-25 bwolowiec Little-endian bitstream writer libavcodec
2008-08-25 kostya fir_32bands_perfect[] contents were mixed, restore original order libavcodec
2008-08-25 mru ARM: add prefetch function using ARMv5 PLD instruction libavcodec
2008-08-25 mru ARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for NEON libavcodec
2008-08-25 jbr right shift the values by 8 in GAQ remap "B" table. data now fits in int8_t. libavcodec
2008-08-24 jbr 1000l to me. committed to wrong repo. revert last commit. libavcodec
2008-08-24 jbr cosmetics: rename some functions from *get_* to *decode_* libavcodec
2008-08-24 gpoirier stricter constraints of asm() blocks libavcodec
2008-08-24 superdump Fix index to ff_sine_windows[]. Previously the index was usually in reverse libavcodec
2008-08-24 kostya okayed chunks of AAC encoder libavcodec
2008-08-24 kostya Correct scaling factor in DCA decoder synthesis. libavcodec
2008-08-24 jbr change eac3dec.c license to LGPL libavcodec
2008-08-24 lorenm document some dsp alignments libavcodec
2008-08-23 pross Upgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32. Patch supplied by lars dot taeuber at gmx dot net. libavcodec
2008-08-23 lu_zero Remove unused variables libavcodec
2008-08-23 lu_zero Introduce float_to_int16_interleave_altivec, tested with vorbis libavcodec
2008-08-23 lu_zero Introduce float_to_int16_one_altivec libavcodec
2008-08-23 kostya Simple lowpass filter implementation. libavcodec
2008-08-23 kostya Do not pass unnecessary arguments to AAC encoder functions libavcodec
2008-08-23 michael Remove redundant FFMIN(). libavcodec
2008-08-23 michael Increase buffer size to 16384 patch by Alexander E. Patrakov" patrakov gmail libavcodec
2008-08-23 voroshil Remove unnecessary header inclusion from g729.h libavcodec
2008-08-23 voroshil Move from g729.h all definitions which are used only in g729dec.c libavcodec
2008-08-23 jbr fix decoding of coupling leak info for normal AC-3 libavcodec
2008-08-23 jbr add more OKed parts of the E-AC-3 decoder libavcodec
2008-08-23 jbr cosmetics: indentation libavcodec
2008-08-23 jbr add some approved parts of the E-AC-3 decoder libavcodec
2008-08-22 superdump Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. Reduce libavcodec
2008-08-22 superdump Whitespace cosmetics after the last commit libavcodec
2008-08-22 superdump Separate code in imdct_and_windowing() into distinct IMDCT, windowing and libavcodec
2008-08-22 jai_menon alac : check readsamplesize to ensure get_bits() doesn't libavcodec
2008-08-22 jai_menon alacenc : perform decorrelation only for stereo samples libavcodec
2008-08-21 michael Make equation in doxy of ff_acelp_weighted_vector_sum() more readable by libavcodec
2008-08-21 michael doxygen consistency libavcodec
2008-08-21 michael Make comments doxygen compatible. libavcodec
2008-08-21 michael Doxygen syntax consistency. libavcodec
2008-08-21 michael Mention cut-off freq of ff_acelp_high_pass_filter() instead of some libavcodec
2008-08-21 michael Remove mathops.h dependancy. libavcodec
2008-08-21 michael vertical align libavcodec
2008-08-21 michael Remove ff_acelp_weighted_filter() which is just a function wrapping a 1 libavcodec
2008-08-21 michael Rename subframe_size to a name that is not specific to some specific use libavcodec
2008-08-21 michael rename pitch_delay_frac in ff_acelp_interpolate() libavcodec
2008-08-21 michael Try to improve parameter doxy of ff_acelp_interpolate(). libavcodec
2008-08-21 michael Clarify how generic ff_acelp_interpolate() is. libavcodec
2008-08-21 michael Correct incorrect length parameter doxy for ff_acelp_interpolate(). libavcodec
2008-08-21 michael Right half is clearer than positive half for specifying which part of libavcodec
2008-08-21 michael Mention the fixed-point scale of the FIR filter coefficients. libavcodec
2008-08-21 michael Cleanup comment for ff_acelp_interp_filter. libavcodec
2008-08-21 michael Make doxygen comments consistent with the rest of FFmpeg. libavcodec
2008-08-21 michael Document code, do not document difference to a irrelevant reference implementation. libavcodec
2008-08-21 michael Remove some irrelevant comments. libavcodec
2008-08-21 voroshil first and second stage LSP codebooks for G.729 libavcodec
2008-08-21 superdump Reindent after last commit libavcodec
2008-08-21 superdump Work around GCC variable may be used uninitialised warning libavcodec
2008-08-21 superdump Remove unused variable libavcodec
2008-08-21 diego cosmetics: Fix incorrect indentation. libavcodec
2008-08-21 superdump Reindent libavcodec
2008-08-21 andoma The comment about channel order for AAC 5.1 audio was not correct, fix it. libavcodec
2008-08-21 superdump Last hunk of the AAC decoder code to be OKed and build system and documentation libavcodec
2008-08-20 michael Provide a simpler way for the user to reorder her timestamps. libavcodec
2008-08-20 diego Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs. libavcodec
2008-08-20 diego cosmetics: comment spelling/grammar fixes libavcodec
2008-08-20 pross Fix PCM DVD divide by zero bug introduced in r14659. Patch supplied by lars dot taeuber at gmx dot net. libavcodec
2008-08-20 jbr cosmetics: indentation libavcodec
2008-08-20 jbr commit the OKed parts of the E-AC-3 decoder libavcodec
2008-08-20 jbr get data size based on the actual data array instead of coding-in the calculation libavcodec
2008-08-20 jbr rename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE and increase the size libavcodec
2008-08-19 diego Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately. libavcodec
2008-08-19 diego cosmetics: s/const static/static const/g libavcodec
2008-08-19 jai_menon Update changelog and general.texi to reflect libavcodec
2008-08-19 jai_menon alacenc: compare against ALAC_MAX_LPC_ORDER instead of MAX_LPC_ORDER libavcodec
2008-08-19 jai_menon alacenc: last few hunks approved by michael libavcodec
2008-08-19 ramiro alacenc: Use user-specified min and max prediction order. libavcodec
2008-08-19 ramiro Import more OKed parts of ALAC encoder from GSoC repo. libavcodec
2008-08-19 romansh Making block size in bits variable and dependent on the DV spec libavcodec
2008-08-19 romansh Making the number of blocks per macroblock dependent on the DV stream libavcodec
2008-08-19 romansh Introducing DV_MAX_BPM macro instead of a hardcoded value for the libavcodec
2008-08-19 pross Add F64BE, F64LE and F64BE PCM codecs. libavcodec
2008-08-19 pross Add SAMPLE_FMT_DBL. libavcodec
2008-08-19 pross Fix PCM_S16LE_PLANAR channel-address calculation bug introduced in r14659. libavcodec
2008-08-19 diego Mark init_vlcs function as av_cold. libavcodec
2008-08-18 superdump More OKed AAC decoder code hunks libavcodec
2008-08-18 superdump More OKed AAC decoder code hunks libavcodec
2008-08-18 pross Mark SAMPLE_FMT_S24 as deprecated. libavcodec
2008-08-18 kostya Add okayed chunks of AAC encoder psychoacoustic model libavcodec
2008-08-18 kostya Add okayed parts for AAC encoder libavcodec
2008-08-17 ramiro Import more ok'd parts of ALAC encoder from GSoC repo. libavcodec
2008-08-17 jbr remove some unneeded header includes libavcodec