6158 Commits (a94e666cb5db1b23b22b5804abaee7c44b547431)
 

Author SHA1 Message Date
Diego Biurrun a94e666cb5 Fix prefix vs PREFIX handling in pkgconfig files. 18 years ago
Luca Abeni 2793096fe3 Fix a corner case in sws emulation 18 years ago
Baptiste Coudurier 07bf2af864 MXF demuxer 18 years ago
Baptiste Coudurier 43dcf590d8 Changelog update for GXF muxer 18 years ago
Víctor Paesa ad21ad451c Explain usage of image formats other than GIF. 18 years ago
Diego Biurrun d4b0cca737 10l: wrong quoting 18 years ago
Michael Niedermayer 8422aa888b a tiny bit of cleanup 18 years ago
Michael Niedermayer bca11e75fb vertical scaler with accurate rounding, some people on doom9 can see +-1 errors 18 years ago
Diego Biurrun fc8833a1ad Remove unnecessary darwin variable. 18 years ago
Diego Biurrun 8b3a43cf54 Skip the MMX/SSE and memalign() check when running on OS X/Darwin, *alloc 18 years ago
Kostya Shishkov 5df6889364 Some B-frames support (parsing and decoding only, no motion compesation is done) 18 years ago
Kostya Shishkov c39e3c6fbb Some fixes for decode_p_mb() 18 years ago
Diego Biurrun 88b6f0faf8 Fix --extra-ldflags when cross-compiling for MinGW. 18 years ago
Diego Biurrun c536cb09f9 Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion. 18 years ago
Alan Curry d8cfa5534a Fix typo introduced in the memalign->av_malloc conversion (there is no 18 years ago
Diego Biurrun 9f82cdc7b5 Remove obsolete and misleading warning. 18 years ago
Reimar Döffinger bc185f72c0 Do not crash when the first frame is not a keyframe (and thus none of the 18 years ago
Reimar Döffinger 22ffac707e Try to find out correct start time to make seeking faster and add some 18 years ago
Reimar Döffinger 8dfe90941a Missing part of the malloc -> av_malloc patch: memalign must be replaced as well! 18 years ago
Kostya Shishkov 83b3df83d3 Correct edge MC for chroma 18 years ago
Michael Niedermayer 1997a98875 disable libtheora, this change leaves all the libtheora related code in svn for now but just disables it in configure 18 years ago
Kostya Shishkov 230e9d4ca7 Replace code for clipping MV vectors (which is wrong to use here) with clipping source coords. 18 years ago
Kostya Shishkov 4b94465927 Don't do non-uniform quantization on zero coeffs. 18 years ago
Reimar Döffinger aab7715910 do not include bswap.h in common.h for external programs, since the former 18 years ago
Kostya Shishkov 27ed1a0dee 1000l: scale DC predictors instead of predicted value. 18 years ago
Kostya Shishkov 92ad0d9d3b Set DC = 0 for skipped MB as it interferes DC prediction 18 years ago
Kostya Shishkov b53921aabd Set correctly quantizer and transform mode when parsing frame header. 18 years ago
Michael Niedermayer 53be4c90e3 update 18 years ago
Luca Abeni 94c4def23c Use libavutil in libswscale, and allow it to be built out of the mplayer tree 18 years ago
Michael Niedermayer 918a45917c removing redundant mess next time we break compatiility 18 years ago
Michael Niedermayer ccb159940b fix regression failure after adler simplification 18 years ago
Michael Niedermayer 79dc59b726 simplify 18 years ago
Michael Niedermayer 0912bf577a for floats fabs is better & smaller then ABS 18 years ago
Michael Niedermayer f296446564 simpler, smaller and faster 18 years ago
Michael Niedermayer d9cf32d920 avoid 4 + 18 years ago
Michael Niedermayer d26a9ea0df remove 166 useless underscores, and make this file valid c code as a result 18 years ago
Michael Niedermayer e003ea066b remove a few useless casts and avoid the useless t1/t2 variables 18 years ago
Michael Niedermayer 684d9e36fc simplify 18 years ago
Michael Niedermayer 006ff1cabe more simplifications 18 years ago
Michael Niedermayer f72f8a7735 simplification 18 years ago
Michael Niedermayer 09eb00f6b5 iabs -> ABS 18 years ago
Michael Niedermayer 1abbf64e3b simplify 18 years ago
Michael Niedermayer 1af5f60f6a fix loop filter 18 years ago
Luca Abeni 47adb88609 Install log.h 18 years ago
Víctor Paesa 462f3c372c Add missing EXESUF to executable rules. 18 years ago
Michael Niedermayer 5ced7b80ad disable the vp3 mmx and sse2 idcts, their output doesnt match the c idct (tested with -f crc) and the theora spec does not allow different idcts not to mention the difference is quite vissible ... 18 years ago
Baptiste Coudurier 86329cce04 GXF muxer 18 years ago
Michael Niedermayer 1d94a6620f simplify 18 years ago
I. Po cfc4bd4695 Fix memleak, patch by I. Po % yyymmmm # gmail O com % 18 years ago
Luca Abeni cea8f6f323 Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil 18 years ago