]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2006-11-03 reynaldonow we set codec_tag, still have to figure out how...
2006-11-03 michaelensure alignment (no speed change)
2006-11-03 bcoudurierdo not overwrite codec type if already known, fix confl...
2006-11-03 michaelmerging mov & and (no speedchange)
2006-11-03 michael2 instructions less (same speed)
2006-11-03 michaelcomment about failed optimization
2006-11-03 bcoudurierindention
2006-11-03 bcoudurierreintroduce isom field and read version 1 audio stsd...
2006-11-03 michaelmove luma tc0 related init into asm
2006-11-03 kostyaRGB32 support in Targa
2006-11-03 michael2 instructions less in h264_loop_filter_luma_mmx2()
2006-11-03 michaelpreempt possible overflow
2006-11-03 michael1 instruction less
2006-11-03 gpoirieradd valid statistics for the RTCP receiver report.
2006-11-03 kostyaUse bpp from header in error message
2006-11-03 michaeloptimize H264_DEBLOCK_P0_Q0
2006-11-02 michaelnew I/P frame selection heuristic
2006-11-02 bcoudurierkill AVImageFormat
2006-11-02 bcoudurierchange gif muxer to simple gif encoder
2006-11-02 coreyCorrect description of mblmin and mblmax.
2006-11-02 gpoirieroutputs bit spent on various encoding functions (motion...
2006-11-02 diegoAdd option to disable ffmpeg build.
2006-11-02 diegoDetect some more ARM CPU types.
2006-11-02 diegoAccept multiple --extra-ldflags and --extra-libs options.
2006-11-01 diegoReplace most of the %lld and %llx by their (cleaner...
2006-11-01 diegoDefine fallback for PRIX64, taken from a patch by Steve...
2006-11-01 michael10l (forgot ALT_SCAN)
2006-11-01 diegoRename SWAP macro to FFSWAP.
2006-11-01 diegoreindentation, patch by From: Steve Lhomme, slhomme...
2006-11-01 michaelmerge clip() into the alpha/beta/tc0 tables (10% faster...
2006-11-01 bcoudurierclean, always write major brand for debug
2006-11-01 bcoudurierremove useless mp4 field
2006-11-01 diegoMake tests compile on non-x86.
2006-11-01 diegoUse common define for x86_32 and x86_64.
2006-11-01 diegotypo
2006-11-01 mruindentation
2006-11-01 mruCODEC_CAP_DELAY support
2006-11-01 bcouduriersimplify
2006-11-01 bcouduriermov vfr muxing
2006-11-01 reimarReenable AMD64 optimizations for cabac accidentially...
2006-11-01 diegoAdd ARCH_X86_32 as a new define for 32 bit x86 architec...
2006-11-01 diegobetter #endif comment
2006-10-31 michaelfix 1/0 b frames + CBR bug
2006-10-31 lu_zeroMake sure --as-needed and the other flags got checked...
2006-10-31 diegocosmetics: Restore alphabetical order.
2006-10-31 michaelbetter timebase selection heuristic for video stream...
2006-10-31 diegocosmetics: Restore alphabetical order.
2006-10-30 bcoudurierremove gcc warning about void * used in arithmetic
2006-10-30 mrucoded line size is a multiple of 4
2006-10-30 diegowarning fix from a patch by Gustavo Sverzut Barbieri...
2006-10-30 diegoUse fixed point in color conversion.
2006-10-30 ods15fix for disabling vorbis decoder but enabling vorbis...
2006-10-30 kostyaInit vlc tables as static
2006-10-30 kostyaIMC decoder
2006-10-30 lucabeAVPicture has 4 planes, not 3
2006-10-30 michaeldont set the sampling rate just because 1 mp3 packet...
2006-10-30 michaelavoid random noise on damaged frames
2006-10-29 diegoFix dependencies for 'make dep'.
2006-10-29 diegoFix compilation with PIC enabled, BRANCHLESS_GET_CABAC...
2006-10-29 diegoMany systems have TEMPDIR mounted noexec, warn about...
2006-10-29 gpoirierswitch to common base64 routines in lavf
2006-10-29 gpoirierfix more dynamic protocol stuff, needed by the forthcom...
2006-10-28 michaelupdate copyright year, it looks odd otherwise :)
2006-10-28 michaelCANDIDATE_MB_TYPE_INTER heuristic doesnt work at really...
2006-10-28 gpoirieradd support for all framerates specified by the standard
2006-10-28 ods15I hope noone minds, adding myself to eval.c copyright...
2006-10-28 gpoirierFix A/V (de)sync with discontinuous NSV streams,
2006-10-28 gpoirierMake it possible to reuse UDP socket (optional, disable...
2006-10-28 michaellambda* should be unsigned
2006-10-28 michaelprevent overflow if lambda2 is "too" large
2006-10-28 michaeluse lambda/lmax instead of qscale/qmax as end check...
2006-10-28 ods15ignore whitespace in ff_eval
2006-10-28 diegosample rate fix
2006-10-28 ods15add missing 'e->value * '
2006-10-28 ods15shut gcc warning, also makes sense for NAN to be return...
2006-10-28 gpoiriermove up (in the file) AAC audio handling moved from...
2006-10-28 gpoirierAdd base64 encoding and decoding routines
2006-10-27 diegoRename dvdsub.c to dvdsubdec.c.
2006-10-27 michaeladd support for while() loops again ugly syntax while...
2006-10-27 michaelsupport seperating expressons by ;
2006-10-27 reynaldoFix obvious typo, BGR555 was missing
2006-10-27 ods15possible bug of 'gte' being read as 'gt', same with...
2006-10-27 michaelminor simplification
2006-10-27 michaelfactorize AVEvalExpr alloc and init
2006-10-27 ods15update ratecontrol to new ff_eval API
2006-10-27 reynaldoadds missing rgb/bgr 565 codec->fmt mappings, ok'ed...
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...
next