]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
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...
2008-08-14 kostyaOkayed parts of AAC encoder
2008-08-14 lorenmfile which should have been added in r14749
2008-08-14 lorenmmissing prototype
2008-08-14 lorenmgcc chokes on the 7 registers needed for float_to_int16...
2008-08-14 lorenmgcc chokes on xmm constraints, so pessimize int32_to_fl...
2008-08-14 ramiromlp: split simple inline function that xors 4 bytes...
2008-08-14 michaelDo not fill the pts reordering buffer with guessed...
2008-08-14 michaelRemove unneeded whitespace and quotes from -D_ISOC99_SO...
2008-08-13 lorenmspecial case 6 channel version of float_to_int16_interleave
2008-08-13 lorenmsimd int->float
2008-08-13 lorenmsimd downmix
2008-08-13 lorenmdon't mark the delayed samples for upmixing if they...
2008-08-13 lorenmoops, non-normalized downmix to mono contaminated add_b...
2008-08-13 michaelChange _ISOC9X_SOURCE to _ISOC99_SOURCE.
2008-08-13 aurelmatroskadec: list some more ebml IDs found in the wild...
2008-08-13 stefanoMake show_banner() and show_version() print both the...
2008-08-13 stefanoAdd examples in documentation showing how to avoid...
2008-08-13 ramiromlp: Cosmetics: Close comments in an extra line and
2008-08-13 diegoDirac encapsulation in MPEG-TS
2008-08-13 ramiromlp: Split common code from parser and decoder to be...
2008-08-13 diegoRemove unused variable.
2008-08-13 diegoRemove unused variable.
2008-08-13 michael10000l, revert mistakely commited and unrelated hunk.
2008-08-13 michaelMove -D_ISOC9X_SOURCE to configure so its available...
2008-08-13 aurelstrcasecmp() requires #include <strings.h>
2008-08-13 aurelmove M_PI definition along with other math definitions
2008-08-13 cehoyosShow result of yasm test.
2008-08-13 aureldefine some math constants so as not to depend on _XOPE...
2008-08-13 aurelffserver: SA_RESTART and unsetenv require _XOPEN_SOURCE
2008-08-13 aurelmatroskadec: parse available blocks even when cluster...
2008-08-13 ramiromlp_parser: Initialize crc data in its own function.
2008-08-13 ramiromlpdec: Put some doxy comments to the right of vars...
2008-08-13 ramiromlpdec: Split channel parameters from context into...
2008-08-12 lorenmoptimize ac3_downmix.
2008-08-12 michaelAdd needed include, make it compile without -D_BSD_SOURCE.
2008-08-12 ramiromlpdec: whitespace and line-breaking cosmetics.
2008-08-12 ramiromlpdec: Split filter parameters from context into their...
2008-08-12 bcoudurierincrease MAX_REORDER_DELAY and pts_buffer size to 16...
2008-08-12 bcoudurierPrevent dts generation code to be executed when delay...
2008-08-12 prossElectronic Arts demuxer: support SxEN audio tags found...
2008-08-12 prossFix CODEC_ID_PCM_U8 decoder output size calculation...
2008-08-12 stefanoAdd to the ffmpeg docs an usage example showing how...
2008-08-12 prossElectronic Arts demuxer: perform identification of...
2008-08-12 prossElectronic Arts demuxer: ignore PTxx platform ID values.
2008-08-12 prossSupport Electronic Arts files containing MPEG2VIDEO.
2008-08-12 lorenmalign the audio decoding buffer, since some codecs...
2008-08-12 lorenmuse float_to_int16_interleave in ac3
2008-08-12 lorenmuse imdct_half in ac3
2008-08-12 lorenmcosmetics in dsp init
2008-08-12 lorenmmdct wrapper function to match fft
2008-08-12 lorenmremove mdct tmp buffer
2008-08-12 lorenmremove a float->double->float conversion.
2008-08-12 lorenmoptimize imdct_half:
2008-08-12 lorenmindent
2008-08-12 lorenmsplit-radix FFT
2008-08-11 lorenmimport yasm macros from x264
2008-08-11 lorenmyasm buildsystem
2008-08-11 superdumpSynchronise code with AAC decoder in SoC
2008-08-11 superdumpMore OKed hunks of the AAC decoder from SoC
2008-08-11 romanshFixing the units in DV50 tables (both coordinates are
2008-08-11 prossApply PCM ENCODE/DECODE() macros to the S/U,8/24/32...
2008-08-11 romanshCoalescing the un-weighting and de-quantization steps...
next