]> git.sesse.net Git - ffmpeg/history - libavcodec
mp4, 3gp field is reserved and value is 2
[ffmpeg] / libavcodec /
2006-08-06 Luca BarbatoCosmetics: 2->4 spaces and some braces
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-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 Kostya Shishkov100l: intensity compensation must be also done in 4...
2006-08-03 Luca Barbatostandalone snow dsputil init
2006-08-03 Luca BarbatoAlmost cosmetic changes in dsputil_init_ppc and vorbis_...
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 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 Luca BarbatoCosmetics
2006-08-01 Kostya ShishkovForgot to update LIBAVCODEC_VERSION_INT
2006-07-31 Måns Rullgårdremove libtheora wrapper
2006-07-31 Kostya ShishkovFix overflows in bicubic interpolation.
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 BiurrunRemove spurious references to Ogg Theora encoder, such...
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 Kostya ShishkovAdd rounding for overlap filters
2006-07-27 Loren Merritt10l in r5768 (broke mbaff)
2006-07-27 Luca AbeniRemove sws_global_init() from swscaler emulation
2006-07-26 Diego BiurrunFix FSF postal address.
2006-07-25 Luca AbeniFix a corner case in sws emulation
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...
next