]> git.sesse.net Git - ffmpeg/history - libavcodec
int->uint8_t for 2 tables
[ffmpeg] / libavcodec /
2006-10-12 Michael Niedermayerint->uint8_t for 2 tables
2006-10-12 Baptiste Couduriersupport for Tiertex .seq files demuxing/video decoding...
2006-10-12 Gregory Montoirfix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by...
2006-10-12 Diego BiurrunRename internal.h --> xvid_internal.h, it clashes with...
2006-10-12 Luca Barbatoppc generic prefetch
2006-10-12 Guillaume Poirieradds some useful comments after some of the #else,...
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-11 Loren Merrittmore prefetches, 2% faster h264
2006-10-11 Michael Niedermayerslightly faster on P3 slightly slower on athlon and...
2006-10-11 Baptiste Coudurierupdate doc, changelog, and increase libavcodec version...
2006-10-11 Baptiste Couduriersupport for Delphine Software .cin files demuxing ...
2006-10-11 Michael Niedermayermoving lps state transition code a little up in the...
2006-10-11 Michael Niedermayerwrite cabac low and range variables as early as possibl...
2006-10-11 Michael Niedermayeruse ecx instead of cl (no speed change on P3 but might...
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 Michael Niedermayerdoxy
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-10 Diego BiurrunRename SIGN macro to the more fitting UNFOLD.
2006-10-10 Diego BiurrunBRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODER
2006-10-10 Guillaume PoirierMove TRANSPOSE8 macro to dsputil_altivec.h.
2006-10-10 Michael Niedermayermoving another bit&1 out, this is as fast as with it...
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 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 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 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 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 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../-I. by -I$(BUILD_ROOT).
2006-10-07 Diego Biurruncosmetics: Add backslashes to the last line of continue...
2006-10-06 Michael Niedermayerfix decoding of ED-small-sample-file.ogg
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 BiurrunFix imgresample-test compilation.
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 Biurruncosmetics: Put all OBJS on a line of their own for...
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 Diego BiurrunMove EXTRALIBS handling to common.mak.
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 BiurrunMark all phony targets as such.
2006-10-03 Diego BiurrunRemove unused variables and the corresponding warnings...
2006-10-02 Oded Shimonmore forgotten free's.
2006-10-02 Oded Shimon10l, wrong order in freeing
2006-10-02 Michael Niedermayerslightly saner indention
2006-10-02 Diego BiurrunFix quantiSer --> quantiZer typo.
2006-10-02 Oded Shimonadd vorbis_enc_data.h, remove codebook data from vorbis...
2006-10-02 Oded ShimonAdd vorbis encoder to ffmpeg
2006-10-02 Oded ShimonOriginal Commit: r114 | ods15 | 2006-10-01 21:38:37...
2006-10-02 Oded ShimonOriginal Commit: r113 | ods15 | 2006-10-01 21:35:47...
2006-10-02 Oded ShimonOriginal Commit: r112 | ods15 | 2006-10-01 20:48:39...
2006-10-02 Oded ShimonOriginal Commit: r111 | ods15 | 2006-10-01 19:40:50...
2006-10-02 Oded ShimonOriginal Commit: r110 | ods15 | 2006-10-01 19:17:32...
2006-10-02 Oded ShimonOriginal Commit: r109 | ods15 | 2006-10-01 19:14:52...
2006-10-02 Oded ShimonOriginal Commit: r108 | ods15 | 2006-10-01 18:46:06...
next