]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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...
2006-07-16 Måns Rullgårdcosmetics
2006-07-16 Michael Niedermayerlog prediction order search method
2006-07-16 Justin RugglesAdd lpc order search. This creates new compression...
2006-07-16 Kostya ShishkovDon't pass block[6][64] parameter to decode_p_mb as...
2006-07-16 Kostya ShishkovCorrect inverse quantization for P-frames
2006-07-16 Kostya ShishkovRounding control for motion compensation.
2006-07-15 Michael Niedermayercalculate all coefficients for several orders during...
2006-07-15 Diego BiurrunRemove unused variable.
2006-07-15 Víctor PaesaCygwin shared libraries support, patch by Víctor Paesa...
2006-07-15 Diego BiurrunCreate infrastructure to install shared and static...
2006-07-15 Diego BiurrunFix DESTDIR handling. DESTDIR got prepended twice...
2006-07-15 Måns Rullgårdset defaults before showing help
2006-07-14 Stefan Gehreravoid double copying of left border in luma prediction
2006-07-14 Stefan Gehrerreplace run by run+1 in VLC tables
2006-07-14 Michael Niedermayercleanup
2006-07-14 Stefan Gehrerchange partition flags SYM -> FWD|SYM
2006-07-14 Stefan Gehrerset mvP2 also in PSKIP macroblock
2006-07-14 Michael Niedermayeroptionally (use_lpc=2) support Cholesky factorization...
2006-07-14 Stefan Gehreravoid overflows of qp and pic_type
2006-07-14 Diego BiurrunProperly handle vhook build flags for platforms that...
2006-07-14 Diego Biurruncosmetics: Reorder some entries for more consistency...
2006-07-14 Michael Niedermayerunneeded #include
2006-07-14 Diego Biurrun10l: the ${prefix} variable should not be expanded...
2006-07-14 Michael Niedermayeradding a \ so we can add more lines without having...
2006-07-14 Michael Niedermayerlinear least squares solver using cholesky factorization
2006-07-14 Måns Rullgårdindent
2006-07-14 Måns Rullgårdsimplify
2006-07-14 Måns Rullgårdsimplify
2006-07-14 Måns Rullgårdremove impossible #ifdef case
2006-07-13 Måns Rullgårdremove old msvc cruft
2006-07-13 Måns Rullgårdremove redundant #include <math.h>
2006-07-13 Måns Rullgårdreplace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid...
2006-07-13 Måns Rullgårdcleanup suggested by Michael Niedermayer
2006-07-13 Måns Rullgårdmove adler32 to libavutil
2006-07-13 Diego BiurrunSimplify the setting of some defaults.
2006-07-13 Víctor Paesaadd loop_input to AVFormatContext, getting rid of old...
2006-07-13 Guillaume PoirierAdd/improve PPC64 support. On such machines, "uname...
2006-07-13 Michael Niedermayerdither lpc cpeffs
2006-07-13 Måns Rullgårdadd lost raw pcm input/output formats
2006-07-12 Måns Rullgårdrename AMR config variables to CONFIG_AMR*
2006-07-12 Måns Rullgårdstatic libvorbis needs -logg
2006-07-12 Diego BiurrunRemove MPlayer-specific include option hacks.
2006-07-12 Måns Rullgårdsplit compile and link in check_ld
2006-07-12 Måns Rullgårdnut needs crc.o
2006-07-12 Måns Rullgårdmove common stuff from avienc.c and wav.c to new file...
2006-07-11 Diego BiurrunAlso remove versioned .so files on make clean.
2006-07-11 Diego BiurrunCONFIG_WIN32 implies MinGW and Cygwin and possibly...
2006-07-11 Måns Rullgårdsimplify list processing
2006-07-11 Måns Rullgårdtidy up option parsing
2006-07-11 Måns Rullgårdanother round of cola, please
2006-07-11 Måns Rullgårdlog stderr of test programs in check_exec()
2006-07-11 Måns Rullgårdfind all codecs, even the ones with numbers
2006-07-11 Måns Rullgård10l to Diego for disabling all codecs
2006-07-11 Diego BiurrunSplit CODEC_LIST into ENCODER_LIST AND DECODER_LIST.
2006-07-11 Diego Biurruncosmetics: Fix indentation after last commit.
2006-07-11 Diego BiurrunRemove old MSVC remnants.
2006-07-11 Diego BiurrunCONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-10 Diego BiurrunNot every 64 bit SPARC is an UltraSPARC so optimize...
2006-07-10 Luca Abenimake libswscale build system similar to the libav* one
2006-07-10 Baptiste Coudurierassign exact codec id, needed when stream copy
2006-07-10 Diego Biurrun100l: Add missing quotes to FFLDFLAGS in the MinGW...
next