]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2006-10-11 diegoMove CFLAGS handling to common.mak.
2006-10-11 diegoSwitch to the LGPL as agreed to by the author according...
2006-10-11 kostyaTarga image decoder
2006-10-11 diegoprintf --> av_log with some help from Oded
2006-10-10 michaelunused #define
2006-10-10 michaelremove dummy amr_read_close()
2006-10-10 michaelmore factoriztaion and a FIXME note
2006-10-10 michaelfactorze another 2 lines
2006-10-10 michaelset duration and timebase (based on a patch by Simon...
2006-10-10 michaelfactorize (untested)
2006-10-10 michaelreturn cleanup
2006-10-10 bcoudurierfix d-10 mapping detection
2006-10-10 bcoudurierassign myself to aiff maintainer
2006-10-10 bcoudurierrewind completely if sample time is negative
2006-10-10 bcoudurierdont seek back if no sync to let eof happen
2006-10-10 gpoirierAdd pentium-m to the list of tuning targets
2006-10-10 diegoRename SIGN macro to the more fitting UNFOLD.
2006-10-10 diegoRemove unused variables.
2006-10-10 bcoudurierquiet gcc about enum value not handled in switch
2006-10-10 diegoBRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODER
2006-10-10 diegoChange libpostproc to use the FFMIN/FFMAX macros from...
2006-10-10 gpoirierMove TRANSPOSE8 macro to dsputil_altivec.h.
2006-10-10 diegoMove sign macro to libavutil.
2006-10-10 diegoUse ABS macro from libavutil.
2006-10-10 michaelmoving another bit&1 out, this is as fast as with it...
2006-10-10 kostya10l: remove alien seek function from demuxer
2006-10-10 michaelmove the &1 out of the asm so gcc can optimize it away...
2006-10-10 michaelreplace a few and/sub/... by cmov
2006-10-09 diegoRemove gcc-workaround that is already present in libavu...
2006-10-09 diegoFix default license header.
2006-10-09 michaelreading 8bit mem into a 8bit register needs 2 uops...
2006-10-09 michaelon the P4 inc needs twice as much time a add
2006-10-09 michael10l
2006-10-09 michaelreverse remainder of the failed attempt to optimize...
2006-10-09 michaelx86 branchless cabac decoder
2006-10-09 michaeloptimize branchless C CABAC decoder
2006-10-09 lu_zeroremoving ALTIVEC_USE_REFERENCE_C_CODE, since has no...
2006-10-09 michaelmove outcommented START/STOP_TIMER to a hopefully bette...
2006-10-09 michaeldrop failed attempt to optimize *state= c->mps_state[s];
2006-10-09 michael10l bugfix for some disabled code
2006-10-09 michaelfirst try of a handwritten get_cabac() for x86, this...
2006-10-09 michaelalways add -fomit-frame-pointer if optimizations are...
2006-10-09 lu_zeroadd_bytes passes tests
2006-10-09 michaelremove bytestream_end checks, seems to work fine withou...
2006-10-09 gpoirierfix AC3 5.1 being decoded as mono
2006-10-09 diegoFix GPL/LGPL license version mismatch.
2006-10-09 michaeldecrease ff_h264_norm_shift[] size
2006-10-08 rathannFixes:
2006-10-08 michaelcleanup
2006-10-08 rathannFixes:
2006-10-08 rathannFixes:
2006-10-08 rathannFixes:
2006-10-08 reimarAvoid void *-arithmetic
2006-10-08 diegoQuote names individually, since otherwise the whole...
2006-10-08 lu_zeroNon Altivec optimizations already present at the top
2006-10-08 michaelbranchless renormalization (1% faster get_cabac) old...
2006-10-08 michael5% faster get_cabac()
2006-10-08 diegooutput typo fixes
2006-10-08 diegoCompilation fix: pix_abs16x16_c was undeclared.
2006-10-08 diegoCompilation fix, printf gets redefined to please_use_av...
2006-10-07 michaeldisable benchmarking code
2006-10-07 michaelrenorm_cabac_decoder_once START/STOP_TIMER scores for...
2006-10-07 lu_zerofix the dcbz check and move it in configure
2006-10-07 rtogniAdd fourccs for Wavpak and TTA
2006-10-07 michaelrefill cabac variables in 16bit steps, 3% faster get_ca...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-10-07 michael() 10l
2006-10-07 lu_zerofix a warning
2006-10-07 diegoCompilation fix, printf gets redefined to please_use_av...
2006-10-07 michaelseveral x86 renorm_cabac_decoder_once optimizations
2006-10-07 diegoReplace -I../-I. by -I$(BUILD_ROOT).
2006-10-07 diegoRemove bogus commented out include line.
2006-10-07 diegocosmetics: Add backslashes to the last line of continue...
2006-10-06 michaelflac fourcc (fixes mplayer -demuxer 35 with flac)
2006-10-06 michaelprevent >16bit tags to be truncated and used in creatin...
2006-10-06 michaelfix decoding of ED-small-sample-file.ogg
2006-10-06 gpoirierUpdate checksum to match latest ASF patch
2006-10-05 michaelfix buffer underflows by reencoding the current frame...
2006-10-05 diegomessage typo fixes
2006-10-05 diegoSimplify test program build.
2006-10-05 diegoAlso ignore cpuid_test.
2006-10-05 bcouduriersupport D-10, XDCAM, fix ebu_small_d10_50_audio_resampl...
2006-10-05 diegoFix imgresample-test compilation.
2006-10-05 diegoimgresample-test depends on $(LIB).
2006-10-05 diegoSimplify EXTRALIBS handling.
2006-10-05 diegoSwitch idct_mmx_xvid.c from GPL to LGPL as permitted...
2006-10-04 diegocosmetics: Put all OBJS on a line of their own for...
2006-10-04 diegoLibraries are created in the build tree, not in the...
2006-10-04 diegoMSys bash 2.04 is broken.
2006-10-04 diegoReplace .. by $(SRC_PATH), otherwise there might be...
2006-10-04 bcoudurierremove useless casts
2006-10-04 bcoudurierchange extradata type to uint8_t *
2006-10-04 bcouduriermjpeg 4:2:2 encoding support
2006-10-04 lorenmdon't try to inline cabac functions. gcc ignored the...
2006-10-04 lorenmsimplify write_back_motion for skip mbs
2006-10-04 lorenm10l in r6412
2006-10-03 michaelremove confusing divx note
2006-10-03 diegoMove EXTRALIBS handling to common.mak.
2006-10-03 michaelfix r_frame_rate detection in mpeg4 streams with non...
2006-10-03 diegoSlightly simplify apiexample compilation command line.
next