summaryrefslogtreecommitdiffstats
path: root/dec_video.c
Commit message (Expand)AuthorAgeFilesLines
* 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