OSDN Git Service

coroid/libav_saccubus.git
2006-10-22 Baptiste Coudurierprintf -> dprintf
2006-10-22 Baptiste Coudurierindention
2006-10-22 Baptiste Coudurieradd gif support
2006-10-22 Baptiste Coudurierchange gif demuxer to gif decoder
2006-10-22 Luca Barbatouse --as-needed just on linux, since *bsd way is broken...
2006-10-22 Baptiste Coudurierdisable annoying debug messages
2006-10-22 Diego Biurrunspelling/grammar fixes
2006-10-22 Luca AbeniMake read_packet fail is the v4l2 driver returns an...
2006-10-22 borat@subsense.comsupport for sub-only streams; patch by borat subsense com
2006-10-22 Kostya Shishkovhandle limit>32 for set_ur_golomb_jpegls()
2006-10-21 Michael Niedermayerprevent infinite loop
2006-10-21 Andreas Ömanavoid crashing when trying to parse invalid files,...
2006-10-21 Andreas Ömanfix probe, patch by Andreas Oman, andreas at olebyn...
2006-10-20 Michael Niedermayerdecode_significance_8x8_x86()
2006-10-20 Guillaume PoirierProtect code that uses CMOV instructions with HAVE_CMOV,
2006-10-20 Guillaume Poirierfix harmless typo / consistency fix
2006-10-20 Baptiste Coudurierwarn about zlib support needed if file has compressed...
2006-10-20 Michael Niedermayer3 more TODO items for volunteers
2006-10-20 Michael Niedermayeranother instruction less in decode_significance_x86...
2006-10-20 Michael Niedermayermove memory reading ByteIOContext init from mov.c to...
2006-10-20 Michael Niedermayer1 instruction less
2006-10-20 Guillaume PoirierAdd x86 conditionnal mov (CMOV) "detection" (based...
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 Guillaume Poirier10l: Revert bogus use of GCC's -march=xx:
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 Niedermayerdont mess with ByteIOContext internal variables (fixes...
2006-10-19 Michael Niedermayeroptimize sign decoding code in decode_residual()
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...
next