log

age author description
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
2008-08-17 diego Add missing header includes to fix 'make checkheaders'. libavcodec
2008-08-17 jbr use LFG instead of Mersenne Twister for AC-3 PRNG libavcodec
2008-08-17 diego Mark adx_decode_init() as type int instead of void, the function returns libavcodec
2008-08-17 jbr fix and simplify frame size check and reencoding in verbatim mode libavcodec
2008-08-17 ramiro alacenc: NULL_IF_CONFIG_SMALL long_name. libavcodec
2008-08-17 voroshil G.729 decoder main code libavcodec
2008-08-17 kostya More okayed chunks of AAC encoder libavcodec
2008-08-17 ramiro Import ok'd parts of ALAC encoder from GSoC repo. libavcodec
2008-08-16 jbr update my email address to one which does not depend on my service provider libavcodec
2008-08-16 jbr use range of lpc orders in ORDER_METHOD_EST libavcodec
2008-08-16 jbr cosmetics: adjust line breaks and vertical alignment libavcodec
2008-08-16 jbr use limited range of lpc orders when quantizing coefficients libavcodec
2008-08-16 ramiro lpc: cosmetics: vertically align declarations and definitions. libavcodec
2008-08-16 ramiro flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files. libavcodec
2008-08-16 ramiro flacenc: Allow more flexible shift calculation in LPC. libavcodec
2008-08-16 michael Fix rc_eq mem leak. libavcodec
2008-08-16 michael Revert r14260 libavcodec
2008-08-16 kostya Synchronize AAC encoder with renamings in aac.h libavcodec
2008-08-16 kostya Add approved chunks to AAC encoder libavcodec
2008-08-16 pross Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byte-order. libavcodec
2008-08-15 superdump Don't try to free shared ff_sine_* tables pointed to by s->windows[] libavcodec
2008-08-15 superdump More OKed AAC decoder hunks libavcodec
2008-08-15 superdump Synchronise AAC decoder code with that from SoC libavcodec
2008-08-15 lorenm document some dsp alignments libavcodec
2008-08-15 superdump More OKed sections of AAC decoder code libavcodec
2008-08-14 superdump The ff_sine_#[] should be aligned as they will commonly be used in dsputil libavcodec
2008-08-14 aurel ensure we get explicit definition of various _XOPEN_SOURCE functions we use libavcodec
2008-08-14 ramiro mlp: Define End-of-Stream code in common header file and use it in decoder. libavcodec
2008-08-14 kostya Remove not OKed parts from AAC encoder libavcodec
2008-08-14 superdump Add declarations for the sine tables used in wma.c (half window sizes: 128, libavcodec
2008-08-14 superdump Change wma.c to use the ff_sine_window_init() from mdct.c libavcodec
2008-08-14 kostya Okayed parts of AAC encoder libavcodec
2008-08-14 lorenm file which should have been added in r14749 libavcodec
2008-08-14 lorenm missing prototype libavcodec
2008-08-14 lorenm gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm libavcodec
2008-08-14 lorenm gcc chokes on xmm constraints, so pessimize int32_to_float_fmul_scalar_sse a little libavcodec
2008-08-14 ramiro mlp: split simple inline function that xors 4 bytes into one. libavcodec
2008-08-13 lorenm special case 6 channel version of float_to_int16_interleave libavcodec
2008-08-13 lorenm simd int->float libavcodec
2008-08-13 lorenm simd downmix libavcodec
2008-08-13 lorenm don't mark the delayed samples for upmixing if they haven't been downmixed libavcodec
2008-08-13 lorenm oops, non-normalized downmix to mono contaminated add_bias for non-simd float-to-int. libavcodec
2008-08-13 ramiro mlp: Cosmetics: Close comments in an extra line and libavcodec
2008-08-13 ramiro mlp: Split common code from parser and decoder to be used by encoder. libavcodec
2008-08-13 diego Remove unused variable. libavcodec
2008-08-13 ramiro mlp_parser: Initialize crc data in its own function. libavcodec
2008-08-13 ramiro mlpdec: Put some doxy comments to the right of vars instead of interleaved. libavcodec
2008-08-13 ramiro mlpdec: Split channel parameters from context into their own struct. libavcodec
2008-08-12 lorenm optimize ac3_downmix. libavcodec
2008-08-12 ramiro mlpdec: whitespace and line-breaking cosmetics. libavcodec
2008-08-12 ramiro mlpdec: Split filter parameters from context into their own struct. libavcodec
2008-08-12 pross Fix CODEC_ID_PCM_U8 decoder output size calculation to support odd-number of samples. libavcodec
2008-08-12 lorenm use float_to_int16_interleave in ac3 libavcodec
2008-08-12 lorenm use imdct_half in ac3 libavcodec
2008-08-12 lorenm cosmetics in dsp init libavcodec
2008-08-12 lorenm mdct wrapper function to match fft libavcodec
2008-08-12 lorenm remove mdct tmp buffer libavcodec
2008-08-12 lorenm remove a float->double->float conversion. libavcodec
2008-08-12 lorenm optimize imdct_half: libavcodec
2008-08-12 lorenm indent libavcodec
2008-08-12 lorenm split-radix FFT libavcodec
2008-08-11 lorenm import yasm macros from x264 libavcodec
2008-08-11 superdump Synchronise code with AAC decoder in SoC libavcodec
2008-08-11 superdump More OKed hunks of the AAC decoder from SoC libavcodec
2008-08-11 romansh Fixing the units in DV50 tables (both coordinates are libavcodec
2008-08-11 pross Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs. libavcodec
2008-08-11 romansh Coalescing the un-weighting and de-quantization steps for faster libavcodec
2008-08-11 kostya Simplify colour conversion in Fraps as suggested by Michael libavcodec
2008-08-11 michael The deblock filter does not need all the intra availability stuff so do libavcodec
2008-08-11 michael Simplify constrained_intra_pred code in fill_caches(). libavcodec
2008-08-11 michael Support MBAFF + constrained intra prediction. libavcodec
2008-08-10 superdump Bump minor version as av_log_missing_feature() was added to public API in libavcodec
2008-08-10 superdump Add a generic function to lavc to log messages about missing features. libavcodec
2008-08-10 kostya R and B components are stored as a differences to G component in Fraps v5. libavcodec