]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2006-10-18 Baptiste Coudurieruse AVFormatContext to log
2006-10-18 Diego BiurrunFix license header error notice by Steve LHomme.
2006-10-18 Guillaume Poirierrename --tune to --cpu and make --cpu pass the apropria...
2006-10-18 Baptiste Couduriersimplify pcm read seek, use av_get_bits_per_sample
2006-10-18 Diego BiurrunDon't run libavtest if CONFIG_GPL is not set.
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 Baptiste Coudurieravoid overwriting pkt
2006-10-17 Aurelien Jacobs10l inverted condition check generated an endless loop
2006-10-17 Baptiste Coudurierskip packet if no stream index is found, fix proxy_pal0...
2006-10-17 Baptiste Coudurierskip run in sequence, fix C0023S01.mxf
2006-10-17 Guillaume Poirierrename --cpu (and related variables) to --arch as this...
2006-10-17 Luca AbeniImplement sws_getCachedContext() in swscale emulation
2006-10-17 Michael Niedermayercosmetic (%%eax->%0)
2006-10-16 Roman Shaposhnik * Simplifying the setting of STYPE for AAUX AS
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 Diego BiurrunReplace FLAC FourCC by TwoCC.
2006-10-16 Michael Niedermayerfix !CMOV_IS_FAST case (iam not really happy with the...
2006-10-16 Diego BiurrunAdd libswscale to the include path when enabled.
2006-10-16 Diego BiurrunDon't mix declarations and statements.
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 Diego BiurrunConsistently use $(BUILD_ROOT).
2006-10-15 Diego BiurrunWarn about --enable-gpl.
2006-10-15 Diego Biurrun0.pgm is now 00.pgm.
2006-10-15 Diego BiurrunRemove unused variable.
2006-10-15 Diego BiurrunConsistently use $(BUILD_ROOT).
2006-10-15 Kostya ShishkovIgnore blocks with no samples and flags (but usually...
2006-10-14 Alex BeregszasziMake public domain. Hope Diego dont mind it, he had...
2006-10-14 Dominik MierzejewskiUse proper PRI?64 macros for %ll? format to fix printf...
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 Niedermayer10l CODEC vs. FORMAT
2006-10-13 Roberto Togniflv files from myspace with mp3 audio require need_pars...
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-13 Diego BiurrunAdd a note about illegal codec IDs.
2006-10-13 Diego BiurrunAdd codec ID for Shorten audio.
2006-10-12 Michael Niedermayeradd "memory" to the clobber list we change memory so...
2006-10-12 Reynaldo H... Adds forgotten changelog's entry about the new mtv...
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-12 Reynaldo H... new mtv demuxer
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-11 Diego BiurrunRename SIGN macro to FFSIGN to avoid clashes with syste...
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 Coudurieradd MXF description
2006-10-11 Baptiste Coudurierupdate GXF status and add description
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 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...
next