]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2006-07-29 Baptiste Coudurieradd information about codec uls
2006-07-29 Baptiste Coudurieranother MPEG-2 long gop codec ul
2006-07-29 Baptiste Coudurieranother MPEG-2 long gop codec ul
2006-07-29 Baptiste Coudurieradd uncompressed picture support
2006-07-29 Baptiste Coudurierparse rgba descriptor (jpeg2000, uncompressed)
2006-07-29 Baptiste Coudurieradd common codecs uls
2006-07-29 Baptiste Couduriersimplify PRINT_KEY
2006-07-29 Baptiste Coudurieradd some debug infos
2006-07-29 Baptiste Coudurierget rid of DECLARED_ALIGNED
2006-07-29 Stefan Gehreradd new tag 'CAVS' for Chinese AVS codec
2006-07-29 Stefan Gehrersome MMX optimizations for the CAVS decoder
2006-07-29 Kostya ShishkovSet MpegEncContext->mspel flag (here it indicates that...
2006-07-29 Kostya ShishkovSupport range reduced frames
2006-07-29 Kostya ShishkovSupport grayscale decoding.
2006-07-28 Baptiste Couduriercosmetics
2006-07-28 Baptiste Coudurieruse ternary
2006-07-28 Baptiste Coudurierremove useless variables
2006-07-28 Baptiste Coudurierrename variables
2006-07-28 Baptiste Coudurieradd error messages
2006-07-28 Baptiste Coudurierdemuxer reworked, more accurate parsing, prepare handli...
2006-07-28 Baptiste Coudurierdeclare and use UID type
2006-07-28 Reimar DöffingerSet duration to AV_NOPTS_VALUE instead of 0 when unknown.
2006-07-28 Diego BiurrunComment some #endif lines.
2006-07-28 Kostya ShishkovAdd rounding for overlap filters
2006-07-28 Diego BiurrunRemove redundant TARGET_OS setting.
2006-07-27 Graham BookerDo not add -fomit-frame-pointer to CFLAGS when optimiza...
2006-07-27 Loren Merritt10l in r5768 (broke mbaff)
2006-07-27 Alan CurryFix compile error due to extra "FF" at beginning of...
2006-07-27 Luca AbeniRemove sws_global_init() from swscaler emulation
2006-07-26 Luca AbeniReplace MIN() and MAX() with FFMIN() and FFMAX()
2006-07-26 Diego BiurrunFix FSF postal address.
2006-07-26 Diego BiurrunFix prefix vs PREFIX handling in pkgconfig files.
2006-07-25 Luca AbeniFix a corner case in sws emulation
2006-07-25 Baptiste CoudurierMXF demuxer
2006-07-25 Baptiste CoudurierChangelog update for GXF muxer
2006-07-25 Víctor PaesaExplain usage of image formats other than GIF.
2006-07-24 Diego Biurrun10l: wrong quoting
2006-07-24 Michael Niedermayera tiny bit of cleanup
2006-07-24 Michael Niedermayervertical scaler with accurate rounding, some people...
2006-07-24 Diego BiurrunRemove unnecessary darwin variable.
2006-07-24 Diego BiurrunSkip the MMX/SSE and memalign() check when running...
2006-07-24 Kostya ShishkovSome B-frames support (parsing and decoding only, no...
2006-07-24 Kostya ShishkovSome fixes for decode_p_mb()
2006-07-24 Diego BiurrunFix --extra-ldflags when cross-compiling for MinGW.
2006-07-24 Diego BiurrunRename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen...
2006-07-23 Alan CurryFix typo introduced in the memalign->av_malloc conversi...
2006-07-23 Diego BiurrunRemove obsolete and misleading warning.
2006-07-23 Reimar DöffingerDo not crash when the first frame is not a keyframe...
2006-07-23 Reimar DöffingerTry to find out correct start time to make seeking...
2006-07-23 Reimar DöffingerMissing part of the malloc -> av_malloc patch: memalign...
2006-07-23 Kostya ShishkovCorrect edge MC for chroma
2006-07-22 Michael Niedermayerdisable libtheora, this change leaves all the libtheora...
2006-07-22 Kostya ShishkovReplace code for clipping MV vectors (which is wrong...
2006-07-22 Kostya ShishkovDon't do non-uniform quantization on zero coeffs.
2006-07-21 Reimar Döffingerdo not include bswap.h in common.h for external program...
2006-07-21 Kostya Shishkov1000l: scale DC predictors instead of predicted value.
2006-07-21 Kostya ShishkovSet DC = 0 for skipped MB as it interferes DC prediction
2006-07-21 Kostya ShishkovSet correctly quantizer and transform mode when parsing...
2006-07-20 Michael Niedermayerupdate
2006-07-20 Luca AbeniUse libavutil in libswscale, and allow it to be built...
2006-07-20 Michael Niedermayerremoving redundant mess next time we break compatiility
2006-07-20 Michael Niedermayerfix regression failure after adler simplification
2006-07-20 Michael Niedermayersimplify
2006-07-20 Michael Niedermayerfor floats fabs is better & smaller then ABS
2006-07-20 Michael Niedermayersimpler, smaller and faster
2006-07-19 Michael Niedermayeravoid 4 +
2006-07-19 Michael Niedermayerremove 166 useless underscores, and make this file...
2006-07-19 Michael Niedermayerremove a few useless casts and avoid the useless t1...
2006-07-19 Michael Niedermayersimplify
2006-07-19 Michael Niedermayermore simplifications
2006-07-19 Michael Niedermayersimplification
2006-07-19 Michael Niedermayeriabs -> ABS
2006-07-19 Michael Niedermayersimplify
2006-07-19 Michael Niedermayerfix loop filter
2006-07-19 Luca AbeniInstall log.h
2006-07-19 Víctor PaesaAdd missing EXESUF to executable rules.
2006-07-19 Michael Niedermayerdisable the vp3 mmx and sse2 idcts, their output doesnt...
2006-07-19 Baptiste CoudurierGXF muxer
2006-07-19 Michael Niedermayersimplify
2006-07-19 I. PoFix memleak, patch by I. Po % yyymmmm # gmail O com %
2006-07-19 Luca AbeniMove av_malloc(), av_realloc(), and av_free() from...
2006-07-18 Benjamin LarssonPossibility to skip bytes in the beginning of a file.
2006-07-18 Michael Niedermayersimplify b64_encode()
2006-07-18 Luca AbeniMove av_log() & friends to libavutil
2006-07-18 Loren Merrittsync to x264 r537
2006-07-17 Michael Niedermayeradd header info to flv format based on a patch by ...
2006-07-17 Michael Niedermayerparse all QIS values (we still ignore them though ...)
2006-07-17 Michael Niedermayer100l for me
2006-07-17 Matthieu Castetfix playback of theora.ogg on mphq patch by (matthieu...
2006-07-17 Michael Niedermayerattempt to implement xiphs useless and stupid quantizat...
2006-07-17 Michael Niedermayerreplace *_dequant (2 intra, 1 inter) by qmat (3 intra...
2006-07-16 Michael Niedermayeruse RSHIFT
2006-07-16 Michael Niedermayeruseless memcpy
2006-07-16 Michael Niedermayersome fixmes if someone ever wants to implement theora...
2006-07-16 Michael Niedermayercheck how many bits are left after decoding extradata
2006-07-16 Michael Niedermayercleanup
2006-07-16 Loren Merrittslightly faster h264 fill_caches()
2006-07-16 Justin Rugglescosmetic change to adjust alignment.
2006-07-16 Justin RugglesModify preset compression levels to utilize log search.
2006-07-16 Reimar DöffingerSplit common.h in two parts, purely internal stuff...
next