24 Commits (01dbbd0a9af53237cf7aac210370892208bfb957)

Author SHA1 Message Date
Vladimir Dergachev 01dbbd0a9a This fixes segfaults because of uninitialized s->mbintra_table variable - patch by Vladimir Dergachev <volodya@mindspring.com> 23 years ago
Arpi 477c35a9f0 mpeg4 encoder fix by Michael Niedermayer <michaelni@gmx.at> 23 years ago
Michael Niedermayer bff6ecaa9c AC table reset (memset) optimization - patch by Michael Niedermayer <michaelni@gmx.at> 23 years ago
Michael Niedermayer ef093645ef fix different UMV handling for mpeg4 vs. h263 - patch by Michael Niedermayer <michaelni@gmx.at> 23 years ago
Stephen Davies fb4a9613ee qscale estimate fix, diff extended to 64bit wide. patch by Stephen Davies <steve@daviesfam.org> 23 years ago
Arpi 3a842ea5d1 informal msg 23 years ago
Arpi 393fe8dd8e unrestricted MC fixed - thanks to Michael Niedermayer for idea 23 years ago
Juanjo 644d98a4f2 - Preliminary RTP friendly mode for H.263. 23 years ago
Arpi 79e7b30557 exporting qscale data for postprocessing (for MPlayer) 23 years ago
Juanjo 544286b3d3 Moved some H.263+ variables to MpegEncContext to be thread-safe. 23 years ago
Juanjo 6dbd39fe70 Added support to Unrestricted Motion Vectors (UMV) 23 years ago
Fabrice Bellard 58f26ba916 changed opendivx to mpeg4 23 years ago
Fabrice Bellard 1a56543279 win32 fixes 23 years ago
Fabrice Bellard 519c2b6d11 moved matrix init away from MPV_common_init() 23 years ago
Fabrice Bellard 514547517b fixed mpeg2 interlaced DCT 23 years ago
Fabrice Bellard 425dddb7f1 fixed mpeg1 first block bug (pb with black picture optimisation for B frames) 23 years ago
Fabrice Bellard 4f1c7e3c92 fixed block permutation in encoder (not optimal - should move it in forward DCT code) 23 years ago
Arpi 4af7bcc185 MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2 23 years ago
Arpi 2d6d0c1d66 - removed #include ../config.h, because it's included from common.h 23 years ago
Nick Kurshev 54329dd5a5 Adding fastmemcpy stuff to speedup mplayer project 23 years ago
Fabrice Bellard 21af69f787 use block[] in structure to have it aligned on 8 bytes for mmx optimizations - dct_unquantize is always a function pointer - added specialized dct_unquantize_h263 24 years ago
Nick Kurshev a9b3f63084 Sync with mplayer's stuff 24 years ago
Fabrice Bellard 3bb4e23a8a added skip macroblock optimization (big perf win on black regions for example) 24 years ago
Fabrice Bellard de6d9b6404 Initial revision 24 years ago