summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Fix a corner case in sws emulationLuca Abeni2006-07-25
* MXF demuxerBaptiste Coudurier2006-07-25
* Changelog update for GXF muxerBaptiste Coudurier2006-07-25
* Explain usage of image formats other than GIF.Víctor Paesa2006-07-25
* 10l: wrong quotingDiego Biurrun2006-07-24
* a tiny bit of cleanupMichael Niedermayer2006-07-24
* vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsMichael Niedermayer2006-07-24
* Remove unnecessary darwin variable.Diego Biurrun2006-07-24
* Skip the MMX/SSE and memalign() check when running on OS X/Darwin, *allocDiego Biurrun2006-07-24
* Some B-frames support (parsing and decoding only, no motion compesation is done)Kostya Shishkov2006-07-24
* Some fixes for decode_p_mb()Kostya Shishkov2006-07-24
* Fix --extra-ldflags when cross-compiling for MinGW.Diego Biurrun2006-07-24
* Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion.Diego Biurrun2006-07-24
* Fix typo introduced in the memalign->av_malloc conversion (there is noAlan Curry2006-07-23
* Remove obsolete and misleading warning.Diego Biurrun2006-07-23
* Do not crash when the first frame is not a keyframe (and thus none of theReimar Döffinger2006-07-23
* Try to find out correct start time to make seeking faster and add someReimar Döffinger2006-07-23
* Missing part of the malloc -> av_malloc patch: memalign must be replaced as w...Reimar Döffinger2006-07-23
* Correct edge MC for chromaKostya Shishkov2006-07-23
* disable libtheora, this change leaves all the libtheora related code in svn f...Michael Niedermayer2006-07-22
* Replace code for clipping MV vectors (which is wrong to use here) with clippi...Kostya Shishkov2006-07-22
* Don't do non-uniform quantization on zero coeffs.Kostya Shishkov2006-07-22
* do not include bswap.h in common.h for external programs, since the formerReimar Döffinger2006-07-21
* 1000l: scale DC predictors instead of predicted value.Kostya Shishkov2006-07-21
* Set DC = 0 for skipped MB as it interferes DC predictionKostya Shishkov2006-07-21
* Set correctly quantizer and transform mode when parsing frame header.Kostya Shishkov2006-07-21
* updateMichael Niedermayer2006-07-20
* Use libavutil in libswscale, and allow it to be built out of the mplayer treeLuca Abeni2006-07-20
* removing redundant mess next time we break compatiilityMichael Niedermayer2006-07-20
* fix regression failure after adler simplificationMichael Niedermayer2006-07-20
* simplifyMichael Niedermayer2006-07-20
* for floats fabs is better & smaller then ABSMichael Niedermayer2006-07-20
* simpler, smaller and fasterMichael Niedermayer2006-07-20
* avoid 4 +Michael Niedermayer2006-07-19
* remove 166 useless underscores, and make this file valid c code as a resultMichael Niedermayer2006-07-19
* remove a few useless casts and avoid the useless t1/t2 variablesMichael Niedermayer2006-07-19
* simplifyMichael Niedermayer2006-07-19
* more simplificationsMichael Niedermayer2006-07-19
* simplificationMichael Niedermayer2006-07-19
* iabs -> ABSMichael Niedermayer2006-07-19
* simplifyMichael Niedermayer2006-07-19
* fix loop filterMichael Niedermayer2006-07-19
* Install log.hLuca Abeni2006-07-19
* Add missing EXESUF to executable rules.Víctor Paesa2006-07-19
* disable the vp3 mmx and sse2 idcts, their output doesnt match the c idct (tes...Michael Niedermayer2006-07-19
* GXF muxerBaptiste Coudurier2006-07-19
* simplifyMichael Niedermayer2006-07-19
* Fix memleak, patch by I. Po % yyymmmm # gmail O com %I. Po2006-07-19
* Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni2006-07-19
* Possibility to skip bytes in the beginning of a file.Benjamin Larsson2006-07-18