summaryrefslogtreecommitdiffstats
path: root/dec_video.c
Commit message (Expand)AuthorAgeFilesLines
* support for FLI image decodingmelanson2001-11-281-0/+22
* {f}emms is only needed on x86jkeil2001-11-271-0/+2
* runtime cpu detectionmichael2001-11-261-5/+8
* hacked support for postprocessing to rawyv12alex2001-11-221-0/+27
* ehh.. double ifdef fixedarpi2001-11-221-2/+0
* NEW_DSHOW added (for dshow C version)arpi2001-11-221-3/+58
* added support for setting color values on tv interfacealex2001-11-161-0/+35
* ms video1 (cram) codecs by Mike Melanson <melanson@pcisys.net>arpi2001-11-111-1/+38
* vfw_raw fixalex2001-11-101-2/+7
* added missing #include <malloc.h>pl2001-11-091-1/+5
* passing palette to libvoarpi2001-11-051-1/+6
* sorry for the help_msg.halex2001-11-031-1/+2
* xacodec configure supportalex2001-11-031-2/+5
* removed #define USE_XANIM hackalex2001-11-031-2/+0
* video frame reading cleanuparpi2001-10-301-115/+3
* more cleanup, warnings fixedarpi2001-10-301-15/+24
* changed hardcoded 'emms' to EMMS according to pp/swscale.calex2001-10-291-1/+3
* libffmpeg.so supportnick2001-10-271-0/+4
* 3ivx YV12 direct rendering (one lss memcpy)arpi2001-10-221-2/+8
* #define USE_XANIM to enable xanim stuffarpi2001-10-221-0/+18
* includes cleanuparpi2001-10-211-4/+0
* divx4 brightness etc support patch by Adam Tla/lkaarpi2001-10-191-1/+17
* ffdivx postproc dest buffer is 16x16 alignedarpi2001-10-191-8/+14
* ffmpeg postprocessarpi2001-10-161-6/+39
* integrated new postproc codearpi2001-10-131-6/+18
* divx.dll o_bih workaround, postprocessing supportarpi2001-10-051-0/+11
* VfW stuff moved to dll_init, warnings fixed, using dll_init.harpi2001-10-021-36/+16
* Sync with arpi's changes of no-scale case 1.0->0.0.atmos42001-10-021-2/+2
* New aspect prescale code, parses aspect value from mpeg sequence header or co...atmos42001-10-011-0/+20
* mpeg2-interlaced patch by Ivan Kalvatchev <iive@yahoo.com>arpi2001-09-291-2/+4
* MSGTR_NoWfvSupport fixedarpi2001-09-281-1/+1
* all error/warn/info messages moved to help_mp-en.h for translationarpi2001-09-261-38/+18
* rle 15,16bpp support (palette conversion)arpi2001-09-241-0/+18
* native codec 'rle' addedarpi2001-09-241-0/+16
* FFmpeg audio codecs supportarpi2001-09-211-4/+4
* IMGFMT_MPEGPES supportarpi2001-09-081-2/+15
* Typo: #ifndef -> #ifdefjkeil2001-08-231-1/+1
* addedd #ifdefs to uninitarpi2001-08-231-1/+4
* directshow uninitarpi2001-08-231-0/+3
* parse_es init fixedarpi2001-08-231-2/+3
* dec_video uninitarpi2001-08-231-3/+27
* shmem_alloc->memalignarpi2001-08-231-4/+4
* exit() -> return NULLarpi2001-08-221-15/+5
* printf->mp_msg/mp_dbgarpi2001-08-171-39/+40
* alloc frame buffer for directshow codec - requires for avifile syncarpi2001-08-161-0/+6
* Use USE_WIN32DLL define instead of ARCH_X86 to decide whether or not to compilejkeil2001-08-141-7/+5
* cleanup...arpi2001-08-121-0/+1
* ffmpeg prints moved to verbose=2arpi2001-08-121-2/+2
* raw (uncompressed) video codecarpi2001-08-111-0/+7
* PIX_FMT_YUV422P undeclared error fixedarpi2001-08-081-0/+2
* mpeg2 fourcc changedarpi2001-08-081-1/+1
* ffmpeg12 fix - now passing sequence headerarpi2001-08-081-4/+20
* temporary hack: YUV422P -> YUY2 converter (for ffmpeg MJPEG testing)arpi2001-08-061-1/+27
* missing #ifdef DIRECTSHOW... thanx gruelarpi2001-08-011-0/+2
* missing unistd.h (requires for off_t under freebsd)arpi2001-08-011-0/+1
* contrast/brightness/etc patch (temporary)arpi2001-08-011-0/+52
* libvo2 supportarpi2001-07-301-0/+15
* using AFM_/VFM_ macros instead of hardcoded constants (idea by al3x)arpi2001-07-291-18/+18
* using sh_video->i_bps...arpi2001-07-281-0/+3
* file-format detection stuff moved out from mplayer.c to demuxer.c and dec_vid...arpi2001-07-211-0/+106
* MMX problem workaround for broken (win32) codecsarpi2001-07-201-0/+6
* mpeg2 video decode time is counted twice.jkeil2001-07-201-7/+3
* Fix segfault in DShow video decoder. Using directshow, thejkeil2001-07-201-1/+1
* some cleanup, redundant code removedarpi2001-07-201-99/+53
* fixed shmem size, and now compiles without divx4linux too :)arpi2001-07-201-2/+9
* DivX4Linux supportarpi2001-07-191-15/+77
* some cleanup - fixed warnings, removed old stuff, moved audio resync to dec_a...arpi2001-07-161-2/+2
* Add some preliminary support for non-x86 architectures to mplayerjkeil2001-07-121-1/+15
* VfwEx supportarpi2001-07-081-2/+21
* video decoder stuffarpi2001-07-081-0/+368