summaryrefslogtreecommitdiffstats
path: root/dec_video.c
Commit message (Collapse)AuthorAgeFilesLines
* file-format detection stuff moved out from mplayer.c to demuxer.c and ↵arpi2001-07-211-0/+106
| | | | | | dec_video.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1376 b3059339-0415-0410-9bf9-f77b7e298cf2
* MMX problem workaround for broken (win32) codecsarpi2001-07-201-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1368 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpeg2 video decode time is counted twice.jkeil2001-07-201-7/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1366 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix segfault in DShow video decoder. Using directshow, thejkeil2001-07-201-1/+1
| | | | | | | | | | | | | sh_video->out_out_buffer is NULL on the first few decoded frames, and is initialized in loader/DirectShow/outputpin.cpp, method COutputPin::Receive(), while the video is already running. Do not try to display a frame while sh_video->out_out_buffer is still NULL. Such a test was present in the previous to last revision of this file, but was lost in the last revision. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1363 b3059339-0415-0410-9bf9-f77b7e298cf2
* some cleanup, redundant code removedarpi2001-07-201-99/+53
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1361 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed shmem size, and now compiles without divx4linux too :)arpi2001-07-201-2/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1353 b3059339-0415-0410-9bf9-f77b7e298cf2
* DivX4Linux supportarpi2001-07-191-15/+77
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1350 b3059339-0415-0410-9bf9-f77b7e298cf2
* some cleanup - fixed warnings, removed old stuff, moved audio resync to ↵arpi2001-07-161-2/+2
| | | | | | dec_audio git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1328 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add some preliminary support for non-x86 architectures to mplayerjkeil2001-07-121-1/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1310 b3059339-0415-0410-9bf9-f77b7e298cf2
* VfwEx supportarpi2001-07-081-2/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1298 b3059339-0415-0410-9bf9-f77b7e298cf2
* video decoder stuffarpi2001-07-081-0/+368
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1295 b3059339-0415-0410-9bf9-f77b7e298cf2