6382 Commits (eb6447766d7a55acd0327dd59a3e5aa9f787885f)
 

Author SHA1 Message Date
Baptiste Coudurier 6d0c3bebc7 add some debug infos 18 years ago
Baptiste Coudurier f03b6426df get rid of DECLARED_ALIGNED 18 years ago
Stefan Gehrer 67630cff64 add new tag 'CAVS' for Chinese AVS codec 18 years ago
Stefan Gehrer 595e7bd940 some MMX optimizations for the CAVS decoder 18 years ago
Kostya Shishkov 09be55df9c Set MpegEncContext->mspel flag (here it indicates that bicubic MC will be use) 18 years ago
Kostya Shishkov ffb9a8b1b6 Support range reduced frames 18 years ago
Kostya Shishkov 138712fe43 Support grayscale decoding. 18 years ago
Baptiste Coudurier dd15f9bf48 cosmetics 18 years ago
Baptiste Coudurier b752222439 use ternary 18 years ago
Baptiste Coudurier 834bff48cb remove useless variables 18 years ago
Baptiste Coudurier e076173f67 rename variables 18 years ago
Baptiste Coudurier 5e441e31cc add error messages 18 years ago
Baptiste Coudurier 743d772c61 demuxer reworked, more accurate parsing, prepare handling of other operational patterns, streaming demuxing, simplified codec detection 18 years ago
Baptiste Coudurier 4bfff76814 declare and use UID type 18 years ago
Reimar Döffinger 7c87a2f0c0 Set duration to AV_NOPTS_VALUE instead of 0 when unknown. 18 years ago
Diego Biurrun 6979600818 Comment some #endif lines. 18 years ago
Kostya Shishkov 0154bae137 Add rounding for overlap filters 18 years ago
Diego Biurrun b2828252a9 Remove redundant TARGET_OS setting. 18 years ago
Graham Booker abafc9c3f6 Do not add -fomit-frame-pointer to CFLAGS when optimizations are disabled. 18 years ago
Loren Merritt ae08a5631e 10l in r5768 (broke mbaff) 18 years ago
Alan Curry e50bc5a4ea Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX} 18 years ago
Luca Abeni 1ea501aff0 Remove sws_global_init() from swscaler emulation 18 years ago
Luca Abeni 6f209cb549 Replace MIN() and MAX() with FFMIN() and FFMAX() 18 years ago
Diego Biurrun 538389c981 Fix FSF postal address. 18 years ago
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