]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2006-10-11 Michael Niedermayermake state transition tables global as they are constan...
2006-10-11 Michael Niedermayer10l
2006-10-11 Michael Niedermayermake lps_range a global table its constant anyway ...
2006-10-11 Michael Niedermayerenable CMOV_IS_FAST as its faster or equal speed on...
2006-10-11 Víctor Paesasimplifies null vhook by using sws_getCachedContext()
2006-10-11 Víctor Paesasimplifies fish vhook by using sws_getCachedContext()
2006-10-11 Víctor Paesaport watermark vhook to swscaler
2006-10-11 Víctor Paesaport imlib2 vhook to swscaler
2006-10-11 Michael Niedermayerdoxy
2006-10-11 Baptiste Coudurierfix bit rate
2006-10-11 Baptiste Coudurieruse av_get_bits_per_sample
2006-10-11 Baptiste Coudurieruse av_get_bits_per_sample, compute block align if...
2006-10-11 Baptiste Couduriersimplify by not writing unneeded codec name to fix...
2006-10-11 Diego BiurrunMove CFLAGS handling to common.mak.
2006-10-11 Diego BiurrunMove CFLAGS handling to common.mak.
2006-10-11 Diego BiurrunSwitch to the LGPL as agreed to by the author according...
2006-10-11 Kostya ShishkovTarga image decoder
2006-10-11 Diego Biurrunprintf --> av_log with some help from Oded
2006-10-10 Michael Niedermayerunused #define
2006-10-10 Michael Niedermayerremove dummy amr_read_close()
2006-10-10 Michael Niedermayermore factoriztaion and a FIXME note
2006-10-10 Michael Niedermayerfactorze another 2 lines
2006-10-10 Michael Niedermayerset duration and timebase (based on a patch by Simon...
2006-10-10 Michael Niedermayerfactorize (untested)
2006-10-10 Michael Niedermayerreturn cleanup
2006-10-10 Baptiste Coudurierfix d-10 mapping detection
2006-10-10 Baptiste Coudurierassign myself to aiff maintainer
2006-10-10 Baptiste Coudurierrewind completely if sample time is negative
2006-10-10 Baptiste Coudurierdont seek back if no sync to let eof happen
2006-10-10 Guillaume PoirierAdd pentium-m to the list of tuning targets
2006-10-10 Diego BiurrunRename SIGN macro to the more fitting UNFOLD.
2006-10-10 Diego BiurrunRemove unused variables.
2006-10-10 Baptiste Coudurierquiet gcc about enum value not handled in switch
2006-10-10 Diego BiurrunBRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODER
2006-10-10 Diego BiurrunChange libpostproc to use the FFMIN/FFMAX macros from...
2006-10-10 Guillaume PoirierMove TRANSPOSE8 macro to dsputil_altivec.h.
2006-10-10 Diego BiurrunMove sign macro to libavutil.
2006-10-10 Diego BiurrunUse ABS macro from libavutil.
2006-10-10 Michael Niedermayermoving another bit&1 out, this is as fast as with it...
2006-10-10 Kostya Shishkov10l: remove alien seek function from demuxer
2006-10-10 Michael Niedermayermove the &1 out of the asm so gcc can optimize it away...
2006-10-10 Michael Niedermayerreplace a few and/sub/... by cmov
2006-10-09 Diego BiurrunRemove gcc-workaround that is already present in libavu...
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).
next