]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2006-10-27 reynaldoadds missing rgb/bgr 555 codec->fmt mappings, ok'ed...
2006-10-27 gpoiriermake ffmpeg able to send back a RTCP receiver report.
2006-10-27 gpoirierindentation fix, patch by Ryan Martell % rdm4 A martell...
2006-10-27 ods15new optimized eval method, by seperating parsing and...
2006-10-27 bcoudurierfflags can/will be used for muxing too
2006-10-27 gpoirierLast fix of licence header
2006-10-26 gpoiriermove licence header fixes
2006-10-26 gpoirierFix licence header (aka <pedantic mode='on' /> )
2006-10-26 gpoirierAdd support for H264 over RTP
2006-10-26 diegowording/grammar
2006-10-26 gpoirierDocument -newaudio, patch by Victor Paesa, taken from...
2006-10-26 kostyaLZW decoder as separate module plus TIFF LZW support
2006-10-26 kostya10l predictor should not skip first line
2006-10-25 bcoudurierremove mov_read_leaf and remove useless reading functio...
2006-10-25 aurelfix mp3 in swf decoding
2006-10-24 mrulibdts and lame sometimes need -lm
2006-10-24 diegoDon't include inttypes.h/stdint.h directly, there is...
2006-10-24 michaelsimplify
2006-10-24 michaelreverse my last change, it was wrong and broken
2006-10-24 michaelremove map variable
2006-10-24 michaelfactorize update state out
2006-10-24 michaelFFMAX
2006-10-24 michaelcommon subexpression elimination
2006-10-24 michaelmerge 8 and 16bit functions, they are identical except...
2006-10-24 michaelset v_edge_pos correctly for field picture mpeg2
2006-10-24 kostyaJPEG-LS 16-bit gray support
2006-10-24 kostyaPGM 16-bit gray support
2006-10-24 kostyaPNG 16-bit gray decoding support
2006-10-24 kostya16-bit grayscale support
2006-10-23 lucabeDo not use a fake libavcodec/swscale.h, but always...
2006-10-23 reimarCABAC assembler optimizations ported to AMD64
2006-10-23 kostyaRegister .tga and .tiff image extensions
2006-10-23 aurelreplace coder/decoder file description in libavformat...
2006-10-23 aurelfix flvdec.c file description comment
2006-10-23 aureldocument the extradata protocol for VP6F
2006-10-22 aureldon't use ast before checking it's not NULL
2006-10-22 aureluse the adjustment value present in FLV to crop VP6...
2006-10-22 aureluse coded_width and coded_height instead of width and...
2006-10-22 bcoudurierindention
2006-10-22 bcoudurieractivate gif decoder, seems to work fine on showdown2.mov
2006-10-22 bcoudurierremoved useless variables
2006-10-22 bcoudurieruse avctx->get_buffer
2006-10-22 bcoudurierremove unused variables
2006-10-22 bcoudurierprintf -> dprintf
2006-10-22 bcoudurierindention
2006-10-22 bcoudurieradd gif support
2006-10-22 bcoudurierchange gif demuxer to gif decoder
2006-10-22 lu_zerouse --as-needed just on linux, since *bsd way is broken...
2006-10-22 bcoudurierdisable annoying debug messages
2006-10-22 diegospelling/grammar fixes
2006-10-22 lucabeMake read_packet fail is the v4l2 driver returns an...
2006-10-22 nicodvbsupport for sub-only streams; patch by borat subsense com
2006-10-22 kostyahandle limit>32 for set_ur_golomb_jpegls()
2006-10-21 michaelprevent infinite loop
2006-10-21 bcoudurieravoid crashing when trying to parse invalid files,...
2006-10-21 bcoudurierfix probe, patch by Andreas Oman, andreas at olebyn...
2006-10-20 michaeldecode_significance_8x8_x86()
2006-10-20 gpoirierProtect code that uses CMOV instructions with HAVE_CMOV,
2006-10-20 gpoirierfix harmless typo / consistency fix
2006-10-20 bcoudurierwarn about zlib support needed if file has compressed...
2006-10-20 michael3 more TODO items for volunteers
2006-10-20 michaelanother instruction less in decode_significance_x86...
2006-10-20 michaelmove memory reading ByteIOContext init from mov.c to...
2006-10-20 michael1 instruction less
2006-10-20 gpoirierAdd x86 conditionnal mov (CMOV) "detection" (based...
2006-10-20 michaelreordering instructions a little in decode_significance...
2006-10-20 michaelfactorize get_cabac asm (0.5% slower but its much cleaner)
2006-10-19 alexcorrect signaling of palette change
2006-10-19 diegoFix PIC compilation, some defines were under #ifdef...
2006-10-19 michaelunused variable
2006-10-19 gpoirier10l: Revert bogus use of GCC's -march=xx:
2006-10-19 michaelslightly faster decode_cabac_mb_mvd()
2006-10-19 michael1 variable less in decode_cabac_residual() no speed...
2006-10-19 michaeldont mess with ByteIOContext internal variables (fixes...
2006-10-19 michaeloptimize sign decoding code in decode_residual()
2006-10-18 bcoudurieruse AVFormatContext to log
2006-10-18 diegoFix license header error notice by Steve LHomme.
2006-10-18 gpoirierrename --tune to --cpu and make --cpu pass the apropria...
2006-10-18 bcouduriersimplify pcm read seek, use av_get_bits_per_sample
2006-10-18 diegoDon't run libavtest if CONFIG_GPL is not set.
2006-10-18 gpoirierKill a warning with MSVC
2006-10-17 michaelcopy cabac context onto the stack for the c code in...
2006-10-17 michaelx86 asm version of the decode significance loop (not...
2006-10-17 bcoudurieravoid overwriting pkt
2006-10-17 aurel10l inverted condition check generated an endless loop
2006-10-17 bcoudurierskip packet if no stream index is found, fix proxy_pal0...
2006-10-17 bcoudurierskip run in sequence, fix C0023S01.mxf
2006-10-17 gpoirierrename --cpu (and related variables) to --arch as this...
2006-10-17 lucabeImplement sws_getCachedContext() in swscale emulation
2006-10-17 michaelcosmetic (%%eax->%0)
2006-10-16 romansh * Simplifying the setting of STYPE for AAUX AS
2006-10-16 diegoFix crash with illegal instruction, cmov is available...
2006-10-16 diegoExpand some #endif comments.
2006-10-16 michaelfix -a^b which was interpreted as (-a)^b
2006-10-16 michaelasin() acos() atan()
2006-10-16 lu_zeroMake ffmpeg work with x264 r592
2006-10-16 michaelmod()
2006-10-16 diegoFix #endif comments.
2006-10-16 diegoReplace FLAC FourCC by TwoCC.
2006-10-16 michaelfix !CMOV_IS_FAST case (iam not really happy with the...
next