]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2006-10-09 Diego BiurrunFix default license header.
2006-10-09 Michael Niedermayerreading 8bit mem into a 8bit register needs 2 uops...
2006-10-09 Michael Niedermayeron the P4 inc needs twice as much time a add
2006-10-09 Michael Niedermayer10l
2006-10-09 Michael Niedermayerreverse remainder of the failed attempt to optimize...
2006-10-09 Michael Niedermayerx86 branchless cabac decoder
2006-10-09 Michael Niedermayeroptimize branchless C CABAC decoder
2006-10-09 Luca Barbatoremoving ALTIVEC_USE_REFERENCE_C_CODE, since has no...
2006-10-09 Michael Niedermayermove outcommented START/STOP_TIMER to a hopefully bette...
2006-10-09 Michael Niedermayerdrop failed attempt to optimize *state= c->mps_state[s];
2006-10-09 Michael Niedermayer10l bugfix for some disabled code
2006-10-09 Michael Niedermayerfirst try of a handwritten get_cabac() for x86, this...
2006-10-09 Michael Niedermayeralways add -fomit-frame-pointer if optimizations are...
2006-10-09 Luca Barbatoadd_bytes passes tests
2006-10-09 Michael Niedermayerremove bytestream_end checks, seems to work fine withou...
2006-10-09 Andrea Gianarrofix AC3 5.1 being decoded as mono
2006-10-09 Diego BiurrunFix GPL/LGPL license version mismatch.
2006-10-09 Michael Niedermayerdecrease ff_h264_norm_shift[] size
2006-10-08 Dominik MierzejewskiFixes:
2006-10-08 Michael Niedermayercleanup
2006-10-08 Dominik MierzejewskiFixes:
2006-10-08 Dominik MierzejewskiFixes:
2006-10-08 Dominik MierzejewskiFixes:
2006-10-08 Reimar DöffingerAvoid void *-arithmetic
2006-10-08 Víctor PaesaQuote names individually, since otherwise the whole...
2006-10-08 Luca BarbatoNon Altivec optimizations already present at the top
2006-10-08 Michael Niedermayerbranchless renormalization (1% faster get_cabac) old...
2006-10-08 Michael Niedermayer5% faster get_cabac()
2006-10-08 Diego Biurrunoutput typo fixes
2006-10-08 Diego BiurrunCompilation fix: pix_abs16x16_c was undeclared.
2006-10-08 Diego BiurrunCompilation fix, printf gets redefined to please_use_av...
2006-10-07 Michael Niedermayerdisable benchmarking code
2006-10-07 Michael Niedermayerrenorm_cabac_decoder_once START/STOP_TIMER scores for...
2006-10-07 Luca Barbatofix the dcbz check and move it in configure
2006-10-07 YongAdd fourccs for Wavpak and TTA
2006-10-07 Michael Niedermayerrefill cabac variables in 16bit steps, 3% faster get_ca...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-07 Michael Niedermayer() 10l
2006-10-07 Luca Barbatofix a warning
2006-10-07 Diego BiurrunCompilation fix, printf gets redefined to please_use_av...
2006-10-07 Michael Niedermayerseveral x86 renorm_cabac_decoder_once optimizations
2006-10-07 Diego BiurrunReplace -I.. by -I$(BUILD_ROOT).
2006-10-07 Diego BiurrunReplace -I../-I. by -I$(BUILD_ROOT).
2006-10-07 Diego BiurrunRemove bogus commented out include line.
2006-10-07 Diego Biurruncosmetics: Add backslashes to the last line of continue...
2006-10-06 Michael Niedermayerflac fourcc (fixes mplayer -demuxer 35 with flac)
2006-10-06 Michael Niedermayerprevent >16bit tags to be truncated and used in creatin...
2006-10-06 Michael Niedermayerfix decoding of ED-small-sample-file.ogg
2006-10-06 Guillaume PoirierUpdate checksum to match latest ASF patch
2006-10-05 Michael Niedermayerfix buffer underflows by reencoding the current frame...
2006-10-05 Diego Biurrunmessage typo fixes
2006-10-05 Diego BiurrunSimplify test program build.
2006-10-05 Diego BiurrunSimplify test program build.
2006-10-05 Baptiste Couduriersupport D-10, XDCAM, fix ebu_small_d10_50_audio_resampl...
2006-10-05 Diego BiurrunFix imgresample-test compilation.
2006-10-05 Diego BiurrunTest programs depend on $(LIB).
2006-10-05 Diego Biurrunimgresample-test depends on $(LIB).
2006-10-05 Diego BiurrunSimplify EXTRALIBS handling.
2006-10-05 Diego BiurrunSwitch idct_mmx_xvid.c from GPL to LGPL as permitted...
2006-10-04 Diego BiurrunFFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE...
2006-10-04 Diego Biurruncosmetics: Put all OBJS on a line of their own for...
2006-10-04 Diego BiurrunLibraries are created in the build tree, not in the...
2006-10-04 Ramiro PollaMSys bash 2.04 is broken.
2006-10-04 Diego BiurrunRemove cs_test and swscale-example on clean.
2006-10-04 Diego BiurrunRemove redundant EXTRALIBS declaration.
2006-10-04 Diego BiurrunSimplify compilation call by using $(EXTRALIBS).
2006-10-04 Diego BiurrunFix warnings:
2006-10-04 Diego BiurrunFix warnings:
2006-10-04 Diego BiurrunReplace .. by $(SRC_PATH), otherwise there might be...
2006-10-04 Baptiste Coudurierremove useless casts
2006-10-04 Baptiste Coudurierchange extradata type to uint8_t *
2006-10-04 Baptiste Couduriermjpeg 4:2:2 encoding support
2006-10-04 Loren Merrittdon't try to inline cabac functions. gcc ignored the...
2006-10-04 Loren Merrittsimplify write_back_motion for skip mbs
2006-10-04 Loren Merritt10l in r6412
2006-10-03 Aurelien Jacobsmake some global var static (fix a build failure with...
2006-10-03 Michael Niedermayerremove confusing divx note
2006-10-03 Diego BiurrunMove EXTRALIBS handling to common.mak.
2006-10-03 Michael Niedermayerfix r_frame_rate detection in mpeg4 streams with non...
2006-10-03 Diego BiurrunSlightly simplify apiexample compilation command line.
2006-10-03 Diego BiurrunAlso remove cpuid_test on clean.
2006-10-03 Diego BiurrunRemove bogus dependency information.
2006-10-03 Diego Biurrunmake dep should also work.
2006-10-03 Diego Biurrundepend and dep are really the same target.
2006-10-03 Diego BiurrunMark all phony targets as such.
2006-10-03 Michael Niedermayer1000000l for lu_zero (commiting untested? code)
2006-10-03 Diego BiurrunRemove unused variables and the corresponding warnings...
2006-10-03 Diego BiurrunFix unused variable warning when compiling with MMX...
2006-10-03 Luca Barbatofix blackfin support, thaks to vapier for pointing out
2006-10-03 Luca BarbatoFix postproc build, thanks to Pavlov Konstantin <thresh...
2006-10-02 Diego Biurrunrtp.o needs mpegts.o
2006-10-02 Diego BiurrunAdd codectest to test targets.
2006-10-02 Diego BiurrunMerge identical targets.
2006-10-02 Baptiste Coudurierfix audio for mog_op1a_prompeg_mpeg.mxf
2006-10-02 Diego BiurrunAdd replacement for libavcodec/fdctref.c to the list.
2006-10-02 Baptiste Coudurierreturn 0 as stream index if only one stream, this is...
2006-10-02 Oded Shimonmore forgotten free's.
2006-10-02 Oded Shimon10l, wrong order in freeing
2006-10-02 Michael Niedermayerslightly saner indention
next