]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2006-08-06 Kostya ShishkovCorrect MC for B-frames and some improvements (not...
2006-08-06 Kostya ShishkovBicubic interpolation requires two additional pixels...
2006-08-05 Luca AbeniAnother PIX_FMT_ ---> IMGFMT_ conversion
2006-08-05 Luca AbeniAvoid segfaulting if the swscale context cannot be...
2006-08-05 Luca AbeniFix "-aspect" when "-pad*" is used
2006-08-05 Diego BiurrunDo not assemble MMX, MMX2 or 3DNOW code unconditionally...
2006-08-04 Mike Melansonprintf -> av_log, only occurs in DEBUG cases
2006-08-04 Luca BarbatoYet another typo
2006-08-04 Luca BarbatoFix a stupid typo and another error, thanks to Emanuele...
2006-08-04 Diego BiurrunShared libraries should go in $PREFIX on MinGW.
2006-08-04 Diego BiurrunRemove MinGW specialcasing and make shared library...
2006-08-04 Diego BiurrunAdd quotes where necessary.
2006-08-04 Kostya Shishkov100l: intensity compensation must be also done in 4...
2006-08-03 Diego BiurrunShared libraries now go in $(shlibdir), not $(libdir).
2006-08-03 Måns Rullgårddetect more broken shells
2006-08-03 Måns Rullgårdsimplify command logging
2006-08-03 Víctor PaesaAdd $(EXESUF) where necessary, fixes regression tests...
2006-08-03 Luca AbeniMove output_example.c and ffplay.c to the swscale interface
2006-08-03 Diego BiurrunDon't hardcode .dll in the MinGW section, use $SLIBSUF...
2006-08-03 Diego BiurrunMove MinGW special casing for shared lib creation to...
2006-08-03 Baptiste Couduriersample size is 1 if bits per sample is 8 and mono channel
2006-08-03 Luca Barbatostandalone snow dsputil init
2006-08-03 Luca BarbatoAlmost cosmetic changes in dsputil_init_ppc and vorbis_...
2006-08-03 Baptiste Coudurierrevert r5909, dont use non constant static variable...
2006-08-03 Luca BarbatoMinor fix
2006-08-03 Luca Barbatoavoid alignment hacks, luckly gcc does the right thing...
2006-08-03 Luca Barbatovorbis_inverse_coupling_altivec
2006-08-03 Luca BarbatoCleanup
2006-08-03 Diego BiurrunVC-1/WMV3/WMV9 decoder
2006-08-03 Baptiste Coudurierparse SONY hidden MPEG-4 extradata, fix C0023S01.mxf
2006-08-03 Baptiste Coudurierskip run-in sequence before reading header
2006-08-03 Baptiste Coudurieragain, disable DEBUG
2006-08-03 Baptiste Coudurier10l, check container_ul existence
2006-08-03 Baptiste Coudurierremove duplicate code
2006-08-03 Baptiste Coudurierattempt to demux clip wrapped content
2006-08-03 Baptiste Coudurieradd codec detection based on essence container ul
2006-08-03 Loren Merritt10l, vorbis_inverse_coupling_sse() was really 3dnow
2006-08-03 Loren Merrittanother div -> fastdiv, another 2% faster vorbis.
2006-08-03 Kostya ShishkovLooks like to be a good time to re-enable WMV3 decoder
2006-08-03 Kostya ShishkovDon't try to decode P-frames from old WMV3 variant...
2006-08-03 Kostya ShishkovSome AltiVec optimizations for VC-1
2006-08-03 Loren Merrittsse & sse2 implementations of vorbis channel coupling.
2006-08-03 Loren Merrittint16_t is faster than int_fast16_t for division.
2006-08-02 Michael Niedermayerset supported pixel formats correctly
2006-08-02 Luca Barbatoavoid possible segfault situations
2006-08-02 Diego BiurrunChange one itemized list to be bulletted, remove non...
2006-08-02 Diego BiurrunSubversion allows renaming files.
2006-08-02 Baptiste Coudurierresolve strong refs in parse_structural_metadata since...
2006-08-02 Luca AbeniMove ffmpeg.c to the swscale interface
2006-08-02 Luca BarbatoCosmetics
2006-08-02 Baptiste Coudurierremove unneeded audio fourcc as well
2006-08-02 Reimar DöffingerMinor resync optimization
2006-08-02 Luca AbeniDo not set the codec's pixel format in the format's...
2006-08-02 Baptiste Coudurierdo not set unneeded fourcc
2006-08-01 Baptiste Coudurierfix ending null entry in table
2006-08-01 Måns Rullgårdchecking compiler output was a bad idea, revert to...
2006-08-01 Baptiste Couduriermore codecs uls
2006-08-01 Baptiste Couduriermove common code from mov.c and movenc.c to isom.c
2006-08-01 Baptiste Coudurieradd some useful debug info
2006-08-01 Reimar DöffingerSupport for seeking, both with and without index and...
2006-08-01 Baptiste Couduriernegative to_pad won't provoke infinite loop
2006-08-01 Baptiste Coudurieravoid reading beyond packet size
2006-08-01 Kostya ShishkovForgot to update LIBAVCODEC_VERSION_INT
2006-08-01 Baptiste Coudurierskip run-in sequence during probe
2006-07-31 Diego Biurrunprettyprinting cosmetics
2006-07-31 Diego BiurrunCreate $(shlibdir), not $(libdir) for shared libs.
2006-07-31 Måns Rullgårdremove libtheora wrapper
2006-07-31 Måns Rullgårdignore explicit #warnings in compiler tests
2006-07-31 Baptiste Couduriersimplify using function table
2006-07-31 Luca AbeniAdd support for ffmpeg's pixel format names in libswscale
2006-07-31 Baptiste Coudurierparse aes3 audio descriptor
2006-07-31 Måns Rullgårdcan't trust the compiler exit status, check for message...
2006-07-31 Kostya ShishkovFix overflows in bicubic interpolation.
2006-07-30 Michael Niedermayervideo filter todo
2006-07-30 Baptiste Coudurieruse parenthesis around value
2006-07-30 Reimar DöffingerFix typo in comment
2006-07-30 Kostya ShishkovUse bicubic MC (should also remove those ringing artifa...
2006-07-30 Kostya ShishkovUse functions from DSPContext in vc1.c
2006-07-30 Kostya ShishkovNew functions in DSPContext for VC-1 decoding
2006-07-29 Diego BiurrunUse LC_ALL instead of LANG since the former overrides...
2006-07-29 Diego BiurrunSet custom SLIBNAME_WITH_MAJOR and SLIBNAME_WITH_VERSIO...
2006-07-29 Diego BiurrunCope with localized Subversion clients.
2006-07-29 Diego BiurrunRemove spurious references to Ogg Theora encoder, such...
2006-07-29 Kohn Emil DanThe reader ignores the size of the ASF data object...
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
next