aboutsummaryrefslogtreecommitdiffhomepage
path: root/dec_video.c
Commit message (Expand)AuthorAge
* ms video1 (cram) codecs by Mike Melanson <melanson@pcisys.net>Gravatar arpi2001-11-11
* vfw_raw fixGravatar alex2001-11-10
* added missing #include <malloc.h>Gravatar pl2001-11-09
* passing palette to libvoGravatar arpi2001-11-05
* sorry for the help_msg.hGravatar alex2001-11-03
* xacodec configure supportGravatar alex2001-11-03
* removed #define USE_XANIM hackGravatar alex2001-11-03
* video frame reading cleanupGravatar arpi2001-10-30
* more cleanup, warnings fixedGravatar arpi2001-10-30
* changed hardcoded 'emms' to EMMS according to pp/swscale.cGravatar alex2001-10-29
* libffmpeg.so supportGravatar nick2001-10-27
* 3ivx YV12 direct rendering (one lss memcpy)Gravatar arpi2001-10-22
* #define USE_XANIM to enable xanim stuffGravatar arpi2001-10-22
* includes cleanupGravatar arpi2001-10-21
* divx4 brightness etc support patch by Adam Tla/lkaGravatar arpi2001-10-19
* ffdivx postproc dest buffer is 16x16 alignedGravatar arpi2001-10-19
* ffmpeg postprocessGravatar arpi2001-10-16
* integrated new postproc codeGravatar arpi2001-10-13
* divx.dll o_bih workaround, postprocessing supportGravatar arpi2001-10-05
* VfW stuff moved to dll_init, warnings fixed, using dll_init.hGravatar arpi2001-10-02
* Sync with arpi's changes of no-scale case 1.0->0.0.Gravatar atmos42001-10-02
* New aspect prescale code, parses aspect value from mpeg sequence header or co...Gravatar atmos42001-10-01
* mpeg2-interlaced patch by Ivan Kalvatchev <iive@yahoo.com>Gravatar arpi2001-09-29
* MSGTR_NoWfvSupport fixedGravatar arpi2001-09-28
* all error/warn/info messages moved to help_mp-en.h for translationGravatar arpi2001-09-26
* rle 15,16bpp support (palette conversion)Gravatar arpi2001-09-24
* native codec 'rle' addedGravatar arpi2001-09-24
* FFmpeg audio codecs supportGravatar arpi2001-09-21
* IMGFMT_MPEGPES supportGravatar arpi2001-09-08
* Typo: #ifndef -> #ifdefGravatar jkeil2001-08-23
* addedd #ifdefs to uninitGravatar arpi2001-08-23
* directshow uninitGravatar arpi2001-08-23
* parse_es init fixedGravatar arpi2001-08-23
* dec_video uninitGravatar arpi2001-08-23
* shmem_alloc->memalignGravatar arpi2001-08-23
* exit() -> return NULLGravatar arpi2001-08-22
* printf->mp_msg/mp_dbgGravatar arpi2001-08-17
* alloc frame buffer for directshow codec - requires for avifile syncGravatar arpi2001-08-16
* Use USE_WIN32DLL define instead of ARCH_X86 to decide whether or not to compileGravatar jkeil2001-08-14
* cleanup...Gravatar arpi2001-08-12
* ffmpeg prints moved to verbose=2Gravatar arpi2001-08-12
* raw (uncompressed) video codecGravatar arpi2001-08-11
* PIX_FMT_YUV422P undeclared error fixedGravatar arpi2001-08-08
* mpeg2 fourcc changedGravatar arpi2001-08-08
* ffmpeg12 fix - now passing sequence headerGravatar arpi2001-08-08
* temporary hack: YUV422P -> YUY2 converter (for ffmpeg MJPEG testing)Gravatar arpi2001-08-06
* missing #ifdef DIRECTSHOW... thanx gruelGravatar arpi2001-08-01
* missing unistd.h (requires for off_t under freebsd)Gravatar arpi2001-08-01
* contrast/brightness/etc patch (temporary)Gravatar arpi2001-08-01
* libvo2 supportGravatar arpi2001-07-30