]> git.sesse.net Git - ffmpeg/history - libavcodec
Skip the MMX/SSE and memalign() check when running on OS X/Darwin, *alloc
[ffmpeg] / libavcodec /
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-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 Kostya ShishkovCorrect edge MC for chroma
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 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-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 Michael Niedermayerdisable the vp3 mmx and sse2 idcts, their output doesnt...
2006-07-19 Luca AbeniMove av_malloc(), av_realloc(), and av_free() from...
2006-07-18 Luca AbeniMove av_log() & friends to libavutil
2006-07-18 Loren Merrittsync to x264 r537
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 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-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-13 Måns Rullgårdreplace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid...
2006-07-13 Michael Niedermayerdither lpc cpeffs
2006-07-12 Måns Rullgårdrename AMR config variables to CONFIG_AMR*
2006-07-12 Diego BiurrunRemove MPlayer-specific include option hacks.
2006-07-11 Diego BiurrunCONFIG_WIN32 implies MinGW and Cygwin and possibly...
2006-07-09 Michael Niedermayersimplify
2006-07-09 Michael Niedermayeravoid redundant local variables
2006-07-09 Michael Niedermayersimplify
2006-07-09 Diego BiurrunFastUVMV vs FastUVMC typo, noticed by bond
2006-07-09 Måns Rullgårdmake some tables const
2006-07-09 Måns Rullgård--enable/disable parsers. Warning: some combinations...
2006-07-09 Michael Niedermayerremove STATS code (probably hasnt been used for years...
2006-07-09 Kostya ShishkovCheck if 4-MV MB should not be decoded.
2006-07-09 Kostya ShishkovMVRANGE may occur in all frames and RESPIC in all but...
2006-07-09 Kostya ShishkovFix mquant selection for ALL_MBS mode
2006-07-09 Kostya ShishkovUse overlap filter instead of loop filter.
2006-07-09 Kostya ShishkovUse s->first_slice_line in checks instead of s->mb_y
2006-07-09 Måns Rullgård10l: make disabling all pcm/adpcm codecs work
2006-07-08 Måns Rullgårdonly build dpcm.o if its codecs are enabled
2006-07-08 Måns Rullgårdforgot to remove adx.o from objs always built
2006-07-08 Måns Rullgårdmake the adx adpcm codec available
2006-07-08 Måns Rullgårdenable/disable pcm and adpcm codecs
2006-07-08 Måns Rullgårdcosmetic: sort codec list alphabetically
2006-07-08 Justin Rugglesallows user-settable block size and fixes related typo
2006-07-08 Måns Rullgårdrewrite kconfig-style
2006-07-08 Måns RullgårdSun mlib works fine. Remove comment stating otherwise.
2006-07-08 Diego BiurrunRemove bogus IPP section that is not referenced anywhere.
2006-07-08 Aurelien Jacobsset proper bits_per_sample value for ADPCM codecs
2006-07-07 Måns Rullgårdremove -fforce-addr as it to generate slightly slower...
2006-07-07 Michael Niedermayermoving utf8 reading function to libavutil
2006-07-07 Aurelien Jacobssimplify the voc demuxer using av_get_bits_per_sample()
2006-07-07 Michael Niedermayerseems i forgot to commit this simplification ...
2006-07-07 Baptiste Coudurierav_get_bits_per_sample and due simplifications
2006-07-07 Emiliano ParasassiFix compilation with --disable-decoders.
2006-07-07 Michael Niedermayertable contains vlc with 19 bits and 8*2 < 19
2006-07-07 Kostya ShishkovImprove chroma MC: correct case for FASTUVMC=1, use...
2006-07-07 Kostya ShishkovEnable coefficient scaling
2006-07-07 Kostya ShishkovDon't read out-of-bounds values.
2006-07-06 Måns Rullgårdsimplify
2006-07-06 Måns Rullgårdbuild mpegaudio.c and ac3enc.c only if needed
2006-07-06 Stefan Gehrerhopefully better for platforms not supporting misaligne...
2006-07-06 Stefan Gehrermake use of 16x16 motion comp functions, 16x8 and 8x16...
2006-07-06 Michael Niedermayerincreasing version for AVBitStreamFilters
2006-07-06 Michael Niedermayernoise bitstream filter
2006-07-06 Michael NiedermayerAVBitStreamFilter (some thingy which can modify the...
2006-07-06 Stefan HuehnerMark some read-only datastructures as const.
2006-07-06 Kostya ShishkovFix one case of choosing MV for chroma
2006-07-05 Diego Biurrunspelling typo
2006-07-05 Måns Rullgårduse $(LIBOBJFLAGS) when compiling sparc/*.c
2006-07-05 Måns Rullgård#define SBUTTERFLY outside CONFIG_ENCODERS
next