]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-08-17 Ramiro Pollaalacenc: NULL_IF_CONFIG_SMALL long_name.
2008-08-17 Vladimir VoroshilovG.729 decoder main code
2008-08-17 Kostya ShishkovMore okayed chunks of AAC encoder
2008-08-17 Ramiro PollaImport ok'd parts of ALAC encoder from GSoC repo.
2008-08-16 Justin Rugglesupdate my email address to one which does not depend...
2008-08-16 Justin Rugglesuse range of lpc orders in ORDER_METHOD_EST
2008-08-16 Justin Rugglescosmetics: adjust line breaks and vertical alignment
2008-08-16 Justin Rugglesuse limited range of lpc orders when quantizing coeffic...
2008-08-16 Dave Yeostruct timeval requires #include <sys/time.h>
2008-08-16 Ramiro Pollalpc: cosmetics: vertically align declarations and defin...
2008-08-16 David ConradUse correct asm object type and necessary -DPIC for...
2008-08-16 Ramiro Pollaflacenc, lpc: Move LPC code from flacenc.c to new lpc...
2008-08-16 Ramiro Pollaflacenc: Allow more flexible shift calculation in LPC.
2008-08-16 Michael NiedermayerFix rc_eq mem leak.
2008-08-16 Michael NiedermayerRevert r14260
2008-08-16 Kostya ShishkovSynchronize AAC encoder with renamings in aac.h
2008-08-16 Kostya ShishkovAdd approved chunks to AAC encoder
2008-08-16 Peter RossUse memcpy() for PCM S16/S32 codecs when codec byte...
2008-08-15 Diego BiurrunSurround format-specific functions with matching prepro...
2008-08-15 Diego BiurrunSurround AVInputFormat declarations with format-specifi...
2008-08-15 Diego BiurrunReplace generic CONFIG_MUXERS preprocessor condition...
2008-08-15 Diego BiurrunReplace generic CONFIG_MUXERS preprocessor conditions...
2008-08-15 Diego Biurruncosmetics: Remove redundant #endif comments that are...
2008-08-15 Diego Biurruncosmetics: misc spelling fixes
2008-08-15 Michael NiedermayerAdd flag to mark demuxers that can output discontinuous...
2008-08-15 Michael NiedermayerSimplify by using FFMAX.
2008-08-15 Robert SwainDon't try to free shared ff_sine_* tables pointed to...
2008-08-15 Robert SwainMore OKed AAC decoder hunks
2008-08-15 Måns RullgårdAdd myself as ARM maintainer
2008-08-15 Robert SwainSynchronise AAC decoder code with that from SoC
2008-08-15 Loren Merrittdocument some dsp alignments
2008-08-15 Robert SwainMore OKed sections of AAC decoder code
2008-08-14 Michael NiedermayerAdd -fasm and -std=c99 when supported.
2008-08-14 Aurelien Jacobsuse h_addr_list[0] instead of h_addr as this is the...
2008-08-14 Robert SwainThe ff_sine_#[] should be aligned as they will commonly...
2008-08-14 Aurelien Jacobsensure we get explicit definition of various _XOPEN_SOU...
2008-08-14 Baptiste Coudurierimport ok'd hunks for mxf muxer
2008-08-14 Diego BiurrunRemove hackish support for fastmemcpy from MPlayer.
2008-08-14 Ramiro Pollamlp: Define End-of-Stream code in common header file...
2008-08-14 Kostya ShishkovRemove not OKed parts from AAC encoder
2008-08-14 Diego BiurrunUse '#include <poll.h>' instead of '#include <sys/poll...
2008-08-14 Daniel SerpellAdd an example of higher resolution video encoding...
2008-08-14 Daniel SerpellFix the PSP examples in the FAQ to use libx264 as codec...
2008-08-14 Robert SwainAdd declarations for the sine tables used in wma.c...
2008-08-14 Robert SwainChange wma.c to use the ff_sine_window_init() from...
2008-08-14 KurtnoiseSurround '#include <sys/select>' by HAVE_SYS_SELECT_H.
2008-08-14 Diego BiurrunCheck for sys/select.h and poll.h unconditionally,...
2008-08-14 Michael NiedermayerAdd -D_POSIX_C_SOURCE=200112 to cflags.
2008-08-14 Anuradha SuraparajuChange Dirac in MPEG-TS encapsulation to conform with...
2008-08-14 Kostya ShishkovOkayed parts of AAC encoder
2008-08-14 Loren Merrittfile which should have been added in r14749
2008-08-14 Loren Merrittmissing prototype
2008-08-14 Loren Merrittgcc chokes on the 7 registers needed for float_to_int16...
2008-08-14 Loren Merrittgcc chokes on xmm constraints, so pessimize int32_to_fl...
2008-08-14 Ramiro Pollamlp: split simple inline function that xors 4 bytes...
2008-08-14 Michael NiedermayerDo not fill the pts reordering buffer with guessed...
2008-08-14 Michael NiedermayerRemove unneeded whitespace and quotes from -D_ISOC99_SO...
2008-08-13 Loren Merrittspecial case 6 channel version of float_to_int16_interleave
2008-08-13 Loren Merrittsimd int->float
2008-08-13 Loren Merrittsimd downmix
2008-08-13 Loren Merrittdon't mark the delayed samples for upmixing if they...
2008-08-13 Loren Merrittoops, non-normalized downmix to mono contaminated add_b...
2008-08-13 Michael NiedermayerChange _ISOC9X_SOURCE to _ISOC99_SOURCE.
2008-08-13 Aurelien Jacobsmatroskadec: list some more ebml IDs found in the wild...
2008-08-13 Stefano SabatiniMake show_banner() and show_version() print both the...
2008-08-13 Erwan DucroquetAdd examples in documentation showing how to avoid...
2008-08-13 Ramiro Pollamlp: Cosmetics: Close comments in an extra line and
2008-08-13 Anuradha SuraparajuDirac encapsulation in MPEG-TS
2008-08-13 Ramiro Pollamlp: Split common code from parser and decoder to be...
2008-08-13 Diego BiurrunRemove unused variable.
2008-08-13 Diego BiurrunRemove unused variable.
2008-08-13 Michael Niedermayer10000l, revert mistakely commited and unrelated hunk.
2008-08-13 Michael NiedermayerMove -D_ISOC9X_SOURCE to configure so its available...
2008-08-13 Aurelien Jacobsstrcasecmp() requires #include <strings.h>
2008-08-13 Aurelien Jacobsmove M_PI definition along with other math definitions
2008-08-13 Carl Eugen... Show result of yasm test.
2008-08-13 Aurelien Jacobsdefine some math constants so as not to depend on _XOPE...
2008-08-13 Aurelien Jacobsffserver: SA_RESTART and unsetenv require _XOPEN_SOURCE
2008-08-13 Aurelien Jacobsmatroskadec: parse available blocks even when cluster...
2008-08-13 Ramiro Pollamlp_parser: Initialize crc data in its own function.
2008-08-13 Ramiro Pollamlpdec: Put some doxy comments to the right of vars...
2008-08-13 Ramiro Pollamlpdec: Split channel parameters from context into...
2008-08-12 Loren Merrittoptimize ac3_downmix.
2008-08-12 Michael NiedermayerAdd needed include, make it compile without -D_BSD_SOURCE.
2008-08-12 Ramiro Pollamlpdec: whitespace and line-breaking cosmetics.
2008-08-12 Ramiro Pollamlpdec: Split filter parameters from context into their...
2008-08-12 Baptiste Coudurierincrease MAX_REORDER_DELAY and pts_buffer size to 16...
2008-08-12 Baptiste CoudurierPrevent dts generation code to be executed when delay...
2008-08-12 Peter RossElectronic Arts demuxer: support SxEN audio tags found...
2008-08-12 Peter RossFix CODEC_ID_PCM_U8 decoder output size calculation...
2008-08-12 Stefano SabatiniAdd to the ffmpeg docs an usage example showing how...
2008-08-12 Peter RossElectronic Arts demuxer: perform identification of...
2008-08-12 Peter RossElectronic Arts demuxer: ignore PTxx platform ID values.
2008-08-12 Peter RossSupport Electronic Arts files containing MPEG2VIDEO.
2008-08-12 Loren Merrittalign the audio decoding buffer, since some codecs...
2008-08-12 Loren Merrittuse float_to_int16_interleave in ac3
2008-08-12 Loren Merrittuse imdct_half in ac3
2008-08-12 Loren Merrittcosmetics in dsp init
2008-08-12 Loren Merrittmdct wrapper function to match fft
2008-08-12 Loren Merrittremove mdct tmp buffer
next