]> git.sesse.net Git - ffmpeg/history - libavcodec
Register .tga and .tiff image extensions
[ffmpeg] / libavcodec /
2006-10-23 Aurelien Jacobsdocument the extradata protocol for VP6F
2006-10-22 Aurelien Jacobsuse the adjustment value present in FLV to crop VP6...
2006-10-22 Aurelien Jacobsuse coded_width and coded_height instead of width and...
2006-10-22 Baptiste Coudurierindention
2006-10-22 Baptiste Coudurierremoved useless variables
2006-10-22 Baptiste Coudurieruse avctx->get_buffer
2006-10-22 Baptiste Coudurierremove unused variables
2006-10-22 Baptiste Coudurierprintf -> dprintf
2006-10-22 Baptiste Coudurierindention
2006-10-22 Baptiste Coudurierchange gif demuxer to gif decoder
2006-10-22 Kostya Shishkovhandle limit>32 for set_ur_golomb_jpegls()
2006-10-21 Michael Niedermayerprevent infinite loop
2006-10-20 Michael Niedermayerdecode_significance_8x8_x86()
2006-10-20 Guillaume PoirierProtect code that uses CMOV instructions with HAVE_CMOV,
2006-10-20 Michael Niedermayeranother instruction less in decode_significance_x86...
2006-10-20 Michael Niedermayer1 instruction less
2006-10-20 Michael Niedermayerreordering instructions a little in decode_significance...
2006-10-20 Michael Niedermayerfactorize get_cabac asm (0.5% slower but its much cleaner)
2006-10-19 Alex Beregszaszicorrect signaling of palette change
2006-10-19 Bernhard RosenkränzerFix PIC compilation, some defines were under #ifdef...
2006-10-19 Michael Niedermayerunused variable
2006-10-19 Michael Niedermayerslightly faster decode_cabac_mb_mvd()
2006-10-19 Michael Niedermayer1 variable less in decode_cabac_residual() no speed...
2006-10-19 Michael Niedermayeroptimize sign decoding code in decode_residual()
2006-10-18 Jindřich MakovičkaKill a warning with MSVC
2006-10-17 Michael Niedermayercopy cabac context onto the stack for the c code in...
2006-10-17 Michael Niedermayerx86 asm version of the decode significance loop (not...
2006-10-17 Luca AbeniImplement sws_getCachedContext() in swscale emulation
2006-10-17 Michael Niedermayercosmetic (%%eax->%0)
2006-10-16 Diego BiurrunFix crash with illegal instruction, cmov is available...
2006-10-16 Diego BiurrunExpand some #endif comments.
2006-10-16 Michael Niedermayerfix -a^b which was interpreted as (-a)^b
2006-10-16 Michael Niedermayerasin() acos() atan()
2006-10-16 Luca BarbatoMake ffmpeg work with x264 r592
2006-10-16 Michael Niedermayermod()
2006-10-16 Diego BiurrunFix #endif comments.
2006-10-16 Michael Niedermayerfix !CMOV_IS_FAST case (iam not really happy with the...
2006-10-15 Michael Niedermayer10l
2006-10-15 Michael Niedermayerthis code will not work with PIC as it needs 7 register...
2006-10-15 Michael Niedermayershift CABACContext.range right, this reduces the number...
2006-10-15 Ramiro PollaHave xvid encoder wrapper honnor -vtag option
2006-10-15 Diego BiurrunRevert putting EXTRALIBS in common.mak, linking fails...
2006-10-15 Kostya ShishkovIgnore blocks with no samples and flags (but usually...
2006-10-14 Diego BiurrunPut libmpeg2 IDCT functions under CONFIG_GPL, fixes...
2006-10-14 Steve L'HommeRemove empty structures,
2006-10-14 Kostya ShishkovMake PNG produce correct 8-bit pictures
2006-10-14 Kostya ShishkovMove block size check to decoder
2006-10-13 Michael Niedermayersimplify escape decoding
2006-10-13 Diego BiurrunRemove intrinsics checks, they are no longer used.
2006-10-13 Michael Niedermayerdehack *ps_state indexing in the branchless decoder
2006-10-13 Kostya ShishkovTIFF decoder
2006-10-12 Michael Niedermayeradd "memory" to the clobber list we change memory so...
2006-10-12 Michael Niedermayer-1 is a valid return value in ratecontrol_1pass() ...
2006-10-12 Dominik MierzejewskiFixes:
2006-10-12 Michael Niedermayer10l int vs uint8_t
2006-10-12 Michael Niedermayerprevent "mb level" get_cabac() calls from being inlined...
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
next