]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-08-21 superdumpAdd me as maintainer of the AAC decoder code
2008-08-21 superdumpLast hunk of the AAC decoder code to be OKed and build...
2008-08-20 michaelSimplify timestamp reordering by using the new API.
2008-08-20 michaelProvide a simpler way for the user to reorder her times...
2008-08-20 aurelmatroskadec: fail cleanly when the required compression...
2008-08-20 aurelmatroskadec: stop parsing when skipping en element...
2008-08-20 diegoFix #include path, headers from other directories need...
2008-08-20 diegoRename ff_init_vlcs function to the more descriptive...
2008-08-20 diegocosmetics: comment spelling/grammar fixes
2008-08-20 aurelmatroska: fix regression test according to r14862
2008-08-20 prossFix PCM DVD divide by zero bug introduced in r14659...
2008-08-20 jbrcosmetics: indentation
2008-08-20 aurelmatroska: add support for most variants of PCM
2008-08-20 aurelmatroskadec: handle EBML_ID_VOID and EBML_ID_CRC32...
2008-08-20 jbrcommit the OKed parts of the E-AC-3 decoder
2008-08-20 jbrget data size based on the actual data array instead...
2008-08-20 jbrrename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE...
2008-08-19 rbultjeImplement url_open_protocol(), which is basiclly the...
2008-08-19 stefanoCosmetics: remove a redundant and misplaced doxy.
2008-08-19 stefanoDeprecate av_fifo_realloc(). av_fifo_realloc2() should...
2008-08-19 cehoyosOk-ed parts from patch by zhentan feng.
2008-08-19 cehoyosRemove useless #ifdef DEBUG (patch by Zhentan Feng).
2008-08-19 michaelWorkaround bug in types.h that has typedef __u64 under...
2008-08-19 diegoUntangle mpeg12.c and mdec.c so that mdec.c can be...
2008-08-19 diegocosmetics: s/const static/static const/g
2008-08-19 jai_menonUpdate changelog and general.texi to reflect addition...
2008-08-19 stefanoReplace invocations of av_fifo_realloc(), which is...
2008-08-19 jai_menonalacenc: compare against ALAC_MAX_LPC_ORDER instead...
2008-08-19 stefanoImplement av_fifo_realloc2().
2008-08-19 jai_menonalacenc: last few hunks approved by michael
2008-08-19 ramiroalacenc: Use user-specified min and max prediction...
2008-08-19 ramiroImport more OKed parts of ALAC encoder from GSoC repo.
2008-08-19 romanshMaking block size in bits variable and dependent on...
2008-08-19 romanshMaking the number of blocks per macroblock dependent...
2008-08-19 romanshIntroducing DV_MAX_BPM macro instead of a hardcoded...
2008-08-19 cehoyosOk-ed parts from patch by zhentan feng.
2008-08-19 prossAdd regression tests for F32LE, F64BE and F64LE PCM...
2008-08-19 prossMake AIFF demuxer handle F32BE and F64BE PCM audio.
2008-08-19 prossMake MOV demuxer handle F32BE, F32LE, F64BE and F64LE...
2008-08-19 prossMake RIFF-based demuxers handle F32LE and F64LE PCM...
2008-08-19 prossMake AU demuxer handle S24BE, S32BE and F64BE PCM audio.
2008-08-19 prossAdd F64BE, F64LE and F64BE PCM codecs.
2008-08-19 prossAdd SAMPLE_FMT_DBL.
2008-08-19 prossFix PCM_S16LE_PLANAR channel-address calculation bug...
2008-08-19 diegoMark init_vlcs function as av_cold.
2008-08-18 superdumpMore OKed AAC decoder code hunks
2008-08-18 superdumpMore OKed AAC decoder code hunks
2008-08-18 michaelOk-ed parts from patch by zhentan feng.
2008-08-18 michaelFactorize common code out of the mxf demuxer.
2008-08-18 rbultjeSet AVStream.discard, so that demuxers can choose which...
2008-08-18 prossSupport Electronic Arts files containing MP3 audio.
2008-08-18 prossMark SAMPLE_FMT_S24 as deprecated.
2008-08-18 kostyaAdd okayed chunks of AAC encoder psychoacoustic model
2008-08-18 kostyaAdd okayed parts for AAC encoder
2008-08-17 ramiroImport more ok'd parts of ALAC encoder from GSoC repo.
2008-08-17 jbrremove some unneeded header includes
2008-08-17 michaelSwitch to MS EULA.
2008-08-17 diegoAdd missing header includes to fix 'make checkheaders'.
2008-08-17 diegoAdd missing stdint.h header to fix 'make checkheaders'.
2008-08-17 jbruse LFG instead of Mersenne Twister for AC-3 PRNG
2008-08-17 diegoMark adx_decode_init() as type int instead of void...
2008-08-17 michaelrestore alphabetical order of TESTS
2008-08-17 michaelAdd PCA to TESTS.
2008-08-17 jbrfix and simplify frame size check and reencoding in...
2008-08-17 michaelMake diego happy before he notices.
2008-08-17 michaelMove context struct to c file.
2008-08-17 michaelAdd prototypes to header (based on code by ramiro)
2008-08-17 michaelMake ff_pca_init() allocate it struct instead of lettin...
2008-08-17 michaelDont mix declarations and statements (by ramiro).
2008-08-17 michaelput testing code under #ifdef TEST
2008-08-17 michaelTesting code uses random().
2008-08-17 michaelfix includes
2008-08-17 michaelPrincipal component analysis
2008-08-17 ramiroalacenc: NULL_IF_CONFIG_SMALL long_name.
2008-08-17 voroshilG.729 decoder main code
2008-08-17 kostyaMore okayed chunks of AAC encoder
2008-08-17 ramiroImport ok'd parts of ALAC encoder from GSoC repo.
2008-08-16 jbrupdate my email address to one which does not depend...
2008-08-16 jbruse range of lpc orders in ORDER_METHOD_EST
2008-08-16 jbrcosmetics: adjust line breaks and vertical alignment
2008-08-16 jbruse limited range of lpc orders when quantizing coeffic...
2008-08-16 aurelstruct timeval requires #include <sys/time.h>
2008-08-16 ramirolpc: cosmetics: vertically align declarations and defin...
2008-08-16 superdumpUse correct asm object type and necessary -DPIC for...
2008-08-16 ramiroflacenc, lpc: Move LPC code from flacenc.c to new lpc...
2008-08-16 ramiroflacenc: Allow more flexible shift calculation in LPC.
2008-08-16 michaelFix rc_eq mem leak.
2008-08-16 michaelRevert r14260
2008-08-16 kostyaSynchronize AAC encoder with renamings in aac.h
2008-08-16 kostyaAdd approved chunks to AAC encoder
2008-08-16 prossUse memcpy() for PCM S16/S32 codecs when codec byte...
2008-08-15 diegoSurround format-specific functions with matching prepro...
2008-08-15 diegoSurround AVInputFormat declarations with format-specifi...
2008-08-15 diegoSurround format-specific functions by appropriate forma...
2008-08-15 diegoReplace generic CONFIG_MUXERS preprocessor conditions by
2008-08-15 diegocosmetics: Remove redundant #endif comments that are...
2008-08-15 diegocosmetics: misc spelling fixes
2008-08-15 michaelAdd flag to mark demuxers that can output discontinouos...
2008-08-15 michaelSimplify by using FFMAX.
2008-08-15 superdumpDon't try to free shared ff_sine_* tables pointed to...
next