]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
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...
2008-08-15 superdumpMore OKed AAC decoder hunks
2008-08-15 mruAdd myself as ARM maintainer
2008-08-15 superdumpSynchronise AAC decoder code with that from SoC
2008-08-15 lorenmdocument some dsp alignments
2008-08-15 superdumpMore OKed sections of AAC decoder code
2008-08-14 michaelAdd -fasm and -std=c99 when supported.
2008-08-14 aureluse h_addr_list[0] instead of h_addr as this is the...
2008-08-14 superdumpThe ff_sine_#[] should be aligned as they will commonly...
2008-08-14 aurelensure we get explicit definition of various _XOPEN_SOU...
2008-08-14 bcoudurierimport ok'd hunks for mxf muxer
2008-08-14 diegoRemove hackish support for fastmemcpy from MPlayer.
2008-08-14 ramiromlp: Define End-of-Stream code in common header file...
2008-08-14 kostyaRemove not OKed parts from AAC encoder
2008-08-14 diegoUse '#include <poll.h>' instead of '#include <sys/poll...
2008-08-14 diegoAdd an example of higher resolution video encoding...
2008-08-14 diegoFix the PSP examples in the FAQ to use libx264 as codec...
2008-08-14 superdumpAdd declarations for the sine tables used in wma.c...
2008-08-14 superdumpChange wma.c to use the ff_sine_window_init() from...
2008-08-14 diegoSurround '#include <sys/select>' by HAVE_SYS_SELECT_H.
2008-08-14 diegoCheck for sys/select.h and poll.h unconditionally,...
2008-08-14 michaelAdd -D_POSIX_C_SOURCE=200112 to cflags.
2008-08-14 diegoChange Dirac in MPEG-TS encapsulation to conform with...
next