]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
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...
2008-08-11 kostyaSimplify colour conversion in Fraps as suggested by...
2008-08-11 michaelThe deblock filter does not need all the intra availabi...
2008-08-11 michaelSimplify constrained_intra_pred code in fill_caches().
2008-08-11 michaelSupport MBAFF + constrained intra prediction.
2008-08-10 superdumpBump minor version as av_log_missing_feature() was...
2008-08-10 superdumpAdd a generic function to lavc to log messages about...
2008-08-10 kostyaR and B components are stored as a differences to G...
2008-08-10 michaelMask bits of reference indexes properly to avoid negati...
2008-08-10 michaelRemove a few more lines of unneeded code in fill_caches...
2008-08-10 bananFOURCC addition: added 3IV2, another mpeg4 id. incoming...
2008-08-10 michaelUse the correct reference tables for interlaced MBAFF...
2008-08-10 prossAdd MDEC tags to Electronic Arts demuxer.
2008-08-10 michaelDo not execute the part of fill_caches() for the loopfi...
2008-08-10 stefanoCosmetics: move at the beginning of the file the av_fra...
2008-08-09 michaelRemove more code that has become useless after the...
2008-08-09 stefanoRemove reference to the unsupported master format from...
2008-08-09 superdumpSync already committed code with that in SoC and commit...
next