OSDN Git Service

coroid/libav_saccubus.git
2006-10-28 Oded Shimonadd missing 'e->value * '
2006-10-28 Oded Shimonshut gcc warning, also makes sense for NAN to be return...
2006-10-28 Ryan Martellmove up (in the file) AAC audio handling moved from...
2006-10-28 Guillaume PoirierAdd base64 encoding and decoding routines
2006-10-27 Diego BiurrunRename dvdsub.c to dvdsubdec.c.
2006-10-27 Michael Niedermayeradd support for while() loops again ugly syntax while...
2006-10-27 Michael Niedermayersupport seperating expressons by ;
2006-10-27 Reynaldo H... Fix obvious typo, BGR555 was missing
2006-10-27 Oded Shimonpossible bug of 'gte' being read as 'gt', same with...
2006-10-27 Michael Niedermayerminor simplification
2006-10-27 Michael Niedermayerfactorize AVEvalExpr alloc and init
2006-10-27 Oded Shimonupdate ratecontrol to new ff_eval API
2006-10-27 Reynaldo H... adds missing rgb/bgr 565 codec->fmt mappings, ok'ed...
2006-10-27 Reynaldo H... adds missing rgb/bgr 555 codec->fmt mappings, ok'ed...
2006-10-27 Thijsmake ffmpeg able to send back a RTCP receiver report.
2006-10-27 Ryan Martellindentation fix, patch by Ryan Martell % rdm4 A martell...
2006-10-27 Oded Shimonnew optimized eval method, by seperating parsing and...
2006-10-27 Baptiste Coudurierfflags can/will be used for muxing too
2006-10-27 Guillaume PoirierLast fix of licence header
2006-10-26 Guillaume Poiriermove licence header fixes
2006-10-26 Guillaume PoirierFix licence header (aka <pedantic mode='on' /> )
2006-10-26 Ryan MartellAdd support for H264 over RTP
2006-10-26 Diego Biurrunwording/grammar
2006-10-26 Víctor PaesaDocument -newaudio, patch by Victor Paesa, taken from...
2006-10-26 Kostya ShishkovLZW decoder as separate module plus TIFF LZW support
2006-10-26 Kostya Shishkov10l predictor should not skip first line
2006-10-25 Baptiste Coudurierremove mov_read_leaf and remove useless reading functio...
2006-10-25 Aurelien Jacobsfix mp3 in swf decoding
2006-10-24 Måns Rullgårdlibdts and lame sometimes need -lm
2006-10-24 Steve L'HommeDon't include inttypes.h/stdint.h directly, there is...
2006-10-24 Michael Niedermayersimplify
2006-10-24 Michael Niedermayerreverse my last change, it was wrong and broken
2006-10-24 Michael Niedermayerremove map variable
2006-10-24 Michael Niedermayerfactorize update state out
2006-10-24 Michael NiedermayerFFMAX
2006-10-24 Michael Niedermayercommon subexpression elimination
2006-10-24 Michael Niedermayermerge 8 and 16bit functions, they are identical except...
2006-10-24 Michael Niedermayerset v_edge_pos correctly for field picture mpeg2
2006-10-24 Kostya Shishkov16-bit grayscale support
2006-10-24 Kostya ShishkovJPEG-LS 16-bit gray support
2006-10-24 Kostya ShishkovPGM 16-bit gray support
2006-10-24 Kostya ShishkovPNG 16-bit gray decoding support
2006-10-24 Kostya Shishkov16-bit grayscale support
2006-10-23 Luca AbeniDo not use a fake libavcodec/swscale.h, but always...
2006-10-23 Reimar DöffingerCABAC assembler optimizations ported to AMD64
2006-10-23 Luca AbeniProperly set EXTRALIBS
2006-10-23 Kostya ShishkovRegister .tga and .tiff image extensions
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-23 Aurelien Jacobsfix flvdec.c file description comment
2006-10-23 Aurelien Jacobsdocument the extradata protocol for VP6F
2006-10-22 Aurelien Jacobsdon't use ast before checking it's not NULL
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 Coudurieractivate gif decoder, seems to work fine on showdown2.mov
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 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
next