| Commit message (Expand) | Author | Age | Files | Lines |
* | added missing #include <malloc.h> | pl | 2001-11-09 | 1 | -1/+5 |
* | passing palette to libvo | arpi | 2001-11-05 | 1 | -1/+6 |
* | sorry for the help_msg.h | alex | 2001-11-03 | 1 | -1/+2 |
* | xacodec configure support | alex | 2001-11-03 | 1 | -2/+5 |
* | removed #define USE_XANIM hack | alex | 2001-11-03 | 1 | -2/+0 |
* | video frame reading cleanup | arpi | 2001-10-30 | 1 | -115/+3 |
* | more cleanup, warnings fixed | arpi | 2001-10-30 | 1 | -15/+24 |
* | changed hardcoded 'emms' to EMMS according to pp/swscale.c | alex | 2001-10-29 | 1 | -1/+3 |
* | libffmpeg.so support | nick | 2001-10-27 | 1 | -0/+4 |
* | 3ivx YV12 direct rendering (one lss memcpy) | arpi | 2001-10-22 | 1 | -2/+8 |
* | #define USE_XANIM to enable xanim stuff | arpi | 2001-10-22 | 1 | -0/+18 |
* | includes cleanup | arpi | 2001-10-21 | 1 | -4/+0 |
* | divx4 brightness etc support patch by Adam Tla/lka | arpi | 2001-10-19 | 1 | -1/+17 |
* | ffdivx postproc dest buffer is 16x16 aligned | arpi | 2001-10-19 | 1 | -8/+14 |
* | ffmpeg postprocess | arpi | 2001-10-16 | 1 | -6/+39 |
* | integrated new postproc code | arpi | 2001-10-13 | 1 | -6/+18 |
* | divx.dll o_bih workaround, postprocessing support | arpi | 2001-10-05 | 1 | -0/+11 |
* | VfW stuff moved to dll_init, warnings fixed, using dll_init.h | arpi | 2001-10-02 | 1 | -36/+16 |
* | Sync with arpi's changes of no-scale case 1.0->0.0. | atmos4 | 2001-10-02 | 1 | -2/+2 |
* | New aspect prescale code, parses aspect value from mpeg sequence header or co... | atmos4 | 2001-10-01 | 1 | -0/+20 |
* | mpeg2-interlaced patch by Ivan Kalvatchev <iive@yahoo.com> | arpi | 2001-09-29 | 1 | -2/+4 |
* | MSGTR_NoWfvSupport fixed | arpi | 2001-09-28 | 1 | -1/+1 |
* | all error/warn/info messages moved to help_mp-en.h for translation | arpi | 2001-09-26 | 1 | -38/+18 |
* | rle 15,16bpp support (palette conversion) | arpi | 2001-09-24 | 1 | -0/+18 |
* | native codec 'rle' added | arpi | 2001-09-24 | 1 | -0/+16 |
* | FFmpeg audio codecs support | arpi | 2001-09-21 | 1 | -4/+4 |
* | IMGFMT_MPEGPES support | arpi | 2001-09-08 | 1 | -2/+15 |
* | Typo: #ifndef -> #ifdef | jkeil | 2001-08-23 | 1 | -1/+1 |
* | addedd #ifdefs to uninit | arpi | 2001-08-23 | 1 | -1/+4 |
* | directshow uninit | arpi | 2001-08-23 | 1 | -0/+3 |
* | parse_es init fixed | arpi | 2001-08-23 | 1 | -2/+3 |
* | dec_video uninit | arpi | 2001-08-23 | 1 | -3/+27 |
* | shmem_alloc->memalign | arpi | 2001-08-23 | 1 | -4/+4 |
* | exit() -> return NULL | arpi | 2001-08-22 | 1 | -15/+5 |
* | printf->mp_msg/mp_dbg | arpi | 2001-08-17 | 1 | -39/+40 |
* | alloc frame buffer for directshow codec - requires for avifile sync | arpi | 2001-08-16 | 1 | -0/+6 |
* | Use USE_WIN32DLL define instead of ARCH_X86 to decide whether or not to compile | jkeil | 2001-08-14 | 1 | -7/+5 |
* | cleanup... | arpi | 2001-08-12 | 1 | -0/+1 |
* | ffmpeg prints moved to verbose=2 | arpi | 2001-08-12 | 1 | -2/+2 |
* | raw (uncompressed) video codec | arpi | 2001-08-11 | 1 | -0/+7 |
* | PIX_FMT_YUV422P undeclared error fixed | arpi | 2001-08-08 | 1 | -0/+2 |
* | mpeg2 fourcc changed | arpi | 2001-08-08 | 1 | -1/+1 |
* | ffmpeg12 fix - now passing sequence header | arpi | 2001-08-08 | 1 | -4/+20 |
* | temporary hack: YUV422P -> YUY2 converter (for ffmpeg MJPEG testing) | arpi | 2001-08-06 | 1 | -1/+27 |
* | missing #ifdef DIRECTSHOW... thanx gruel | arpi | 2001-08-01 | 1 | -0/+2 |
* | missing unistd.h (requires for off_t under freebsd) | arpi | 2001-08-01 | 1 | -0/+1 |
* | contrast/brightness/etc patch (temporary) | arpi | 2001-08-01 | 1 | -0/+52 |
* | libvo2 support | arpi | 2001-07-30 | 1 | -0/+15 |
* | using AFM_/VFM_ macros instead of hardcoded constants (idea by al3x) | arpi | 2001-07-29 | 1 | -18/+18 |
* | using sh_video->i_bps... | arpi | 2001-07-28 | 1 | -0/+3 |
* | file-format detection stuff moved out from mplayer.c to demuxer.c and dec_vid... | arpi | 2001-07-21 | 1 | -0/+106 |
* | MMX problem workaround for broken (win32) codecs | arpi | 2001-07-20 | 1 | -0/+6 |
* | mpeg2 video decode time is counted twice. | jkeil | 2001-07-20 | 1 | -7/+3 |
* | Fix segfault in DShow video decoder. Using directshow, the | jkeil | 2001-07-20 | 1 | -1/+1 |
* | some cleanup, redundant code removed | arpi | 2001-07-20 | 1 | -99/+53 |
* | fixed shmem size, and now compiles without divx4linux too :) | arpi | 2001-07-20 | 1 | -2/+9 |
* | DivX4Linux support | arpi | 2001-07-19 | 1 | -15/+77 |
* | some cleanup - fixed warnings, removed old stuff, moved audio resync to dec_a... | arpi | 2001-07-16 | 1 | -2/+2 |
* | Add some preliminary support for non-x86 architectures to mplayer | jkeil | 2001-07-12 | 1 | -1/+15 |
* | VfwEx support | arpi | 2001-07-08 | 1 | -2/+21 |
* | video decoder stuff | arpi | 2001-07-08 | 1 | -0/+368 |