| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed mb_intra_vlc decoding table size | Fabrice Bellard | 2001-08-11 | 1 | -1/+1 |
* | return dummy quality to avoid bug in -sameq case - forgot emms in error case | Fabrice Bellard | 2001-08-08 | 1 | -3/+9 |
* | fixed mpeg1 first block bug (pb with black picture optimisation for B frames) | Fabrice Bellard | 2001-08-08 | 1 | -0/+1 |
* | fixed mpeg1 last block bug (mb stuffing code was not included in vlc table...) | Fabrice Bellard | 2001-08-08 | 1 | -2/+2 |
* | added forgotten emms() - fix various segmentation faults when using mjpeg | Fabrice Bellard | 2001-08-08 | 1 | -0/+2 |
* | Portability and testing issues | Nick Kurshev | 2001-08-08 | 2 | -4/+18 |
* | added mmx idct | Fabrice Bellard | 2001-08-07 | 1 | -26/+9 |
* | fixed scan protos | Fabrice Bellard | 2001-08-07 | 1 | -7/+2 |
* | fixed block permutation in encoder (not optimal - should move it in forward D... | Fabrice Bellard | 2001-08-07 | 1 | -0/+4 |
* | updated scans | Fabrice Bellard | 2001-08-07 | 2 | -37/+2 |
* | changed quant matrix order (should fix mmx mpeg decoding bug) | Fabrice Bellard | 2001-08-07 | 1 | -12/+18 |
* | fixed mjpeg matrix quant encoding and decoding | Fabrice Bellard | 2001-08-07 | 1 | -6/+10 |
* | permuted coefs in normal IDCT to avoid having different cases there | Fabrice Bellard | 2001-08-07 | 1 | -7/+9 |
* | added idct reference code | Fabrice Bellard | 2001-08-07 | 1 | -0/+36 |
* | added block permutation functions | Fabrice Bellard | 2001-08-07 | 2 | -1/+85 |
* | updated dct-test to test IDCTs too | Fabrice Bellard | 2001-08-07 | 1 | -14/+94 |
* | added idct mmx | Fabrice Bellard | 2001-08-07 | 1 | -2/+4 |
* | updated mmx macros | Fabrice Bellard | 2001-08-07 | 1 | -493/+196 |
* | added idct mmx code | Fabrice Bellard | 2001-08-07 | 1 | -0/+590 |
* | use default huffman tables if none given | Fabrice Bellard | 2001-08-06 | 1 | -9/+18 |
* | added 422P and 444P support - fixed block parsing error | Fabrice Bellard | 2001-08-06 | 1 | -10/+16 |
* | added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in ... | Fabrice Bellard | 2001-08-06 | 1 | -0/+2 |
* | added correct component id handling | Fabrice Bellard | 2001-08-06 | 1 | -11/+15 |
* | types fix | Fabrice Bellard | 2001-08-06 | 3 | -7/+7 |
* | added MJPEG decoder + comments | Fabrice Bellard | 2001-08-06 | 3 | -2/+24 |
* | added MJPEG decoder, renamed mjpegenc.c to mjpeg.c | Fabrice Bellard | 2001-08-06 | 3 | -418/+925 |
* | Suppressing external gas stuff to improve portability to Win32 | Nick Kurshev | 2001-08-05 | 3 | -42/+15 |
* | get_bits() specialization, gives 4\speedup | Arpi | 2001-08-04 | 4 | -138/+179 |
* | inlineing common case of get_bits() -> gives 2speedup. more optim coming soon... | Arpi | 2001-08-03 | 2 | -14/+29 |
* | MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2 | Arpi | 2001-08-03 | 6 | -4/+37 |
* | - removed #include ../config.h, because it's included from common.h | Arpi | 2001-08-02 | 4 | -20/+0 |
* | Adding fastmemcpy stuff to speedup mplayer project | Nick Kurshev | 2001-08-02 | 6 | -1/+38 |
* | added external cpuid code to solve -fPIC and gcc unclear constraints problems | Fabrice Bellard | 2001-07-30 | 2 | -12/+33 |
* | added cpuid.s | Fabrice Bellard | 2001-07-30 | 1 | -1/+4 |
* | renamed - use of s->dct_unquantize function pointer - SHOULD add faster h263 ... | Fabrice Bellard | 2001-07-30 | 1 | -29/+17 |
* | use block[] in structure to have it aligned on 8 bytes for mmx optimizations ... | Fabrice Bellard | 2001-07-30 | 2 | -55/+85 |
* | use block[] in structure to have it aligned on 8 bytes for mmx optimizations | Fabrice Bellard | 2001-07-30 | 2 | -9/+7 |
* | comments | Fabrice Bellard | 2001-07-30 | 1 | -2/+0 |
* | added HAVE_AV_CONFIG_H | Fabrice Bellard | 2001-07-30 | 1 | -0/+2 |
* | added mpegvideo_mmx.c - added HAVE_AV_CONFIG_H | Fabrice Bellard | 2001-07-30 | 1 | -2/+2 |
* | Sync with mplayer's stuff | Nick Kurshev | 2001-07-30 | 6 | -25/+285 |
* | added skip macroblock optimization (big perf win on black regions for example) | Fabrice Bellard | 2001-07-24 | 5 | -0/+38 |
* | added emms_c() macro which should can used in c code in both mmx/non mmx cases | Fabrice Bellard | 2001-07-24 | 3 | -9/+10 |
* | suppressed no longer needed emms() | Fabrice Bellard | 2001-07-24 | 2 | -30/+2 |
* | fixed cpuid macro to allow PIC compiling | Fabrice Bellard | 2001-07-24 | 1 | -12/+17 |
* | added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: d... | Fabrice Bellard | 2001-07-23 | 4 | -10/+23 |
* | fixed config for direct mplayer build compatibility | Fabrice Bellard | 2001-07-23 | 6 | -17/+31 |
* | fixed unsigned pb | Fabrice Bellard | 2001-07-23 | 1 | -1/+2 |
* | Initial revision | Fabrice Bellard | 2001-07-22 | 52 | -0/+23294 |