platform/upstream/libav.git
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).
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.
next