melanson
c4243b6dda
reinstated original palette decision logic from XAnim (was the QT spec
...
wrong on this?)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4647 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 19:06:08 +00:00
alex
d1446f072f
added nmhd, added checking for audio trak in demux_mov_fill_buffer
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4646 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 18:31:12 +00:00
alex
e9063eed00
break if error in decompressing, moved buffer allocating
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4645 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 18:17:17 +00:00
alex
24e208b65b
identify jpg with case-insensitive 'jpg' or 'jpeg' string
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4644 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 18:09:52 +00:00
alex
266c02e2e4
check for overflow in new_sh_video and new_sh_audio
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4643 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 18:09:20 +00:00
michael
c39eb8fb59
allways use swScaler
...
keep aspect ratio during resizeing and fullscreen
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4642 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 17:48:41 +00:00
alex
44a23a1027
removed unused includes, added fastmemcpy support, removed local copy of rgb24toyv12 (using one in postproc/rgb2rgb.c)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4641 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 16:56:30 +00:00
alex
1c8c89ddae
support swscaler for i420
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4640 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 13:11:11 +00:00
arpi
c7fb41804c
div3/vfw encoding fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4639 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 12:20:50 +00:00
pl
b1f8269755
added options for completeness: --enable-gcc-checking, --disable-profile
...
(found by Pontscho)
added workaround for CPU in config.h when using --target
(found by Gabucino)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4638 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 11:25:14 +00:00
gabucino
5824bc7a07
-playlist also accepts ASX files
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4637 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 10:05:56 +00:00
gabucino
01f8e4df0d
added -dvd-device and -cdrom-device
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4636 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 10:04:03 +00:00
gabucino
947f877f7c
applied Alban Bedel's patch (-dvd-device and -cdrom-device)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4635 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 10:03:39 +00:00
nick
8208fce35a
Portability
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4634 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 09:56:50 +00:00
gabucino
b079d45968
added credits for Roberto Togni
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4633 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 09:49:45 +00:00
gabucino
2ffe3d43a2
[REVERSE] this patch translated the file back to english
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4632 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 08:53:16 +00:00
melanson
7696316aaf
added more tips on codec development
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4631 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 02:37:54 +00:00
arpi
7a07a33879
BGR24 support, including flip flag
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4630 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 01:43:35 +00:00
melanson
b3cf29263b
Fixed FILM demuxer so that it now plays (my) FILM files
...
correctly; modified Cinepak decoder in order to deal with the deviant CVID
data from FILM files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4629 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 01:23:36 +00:00
michael
00d3998056
bgr15 / bgr16 input support (with -zoom)
...
stride % 8 == 0
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4628 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 01:07:58 +00:00
arpi
147e5fd9be
DV-ntsc (dvc) added for quicktime DV sterams
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4627 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 00:56:08 +00:00
arpi
224af07cfd
temp. workaround for VFW upside-down flip
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4626 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 00:55:10 +00:00
arpi
0d18dddced
fixedsize video samples fixed (dvntsc-qt.mov)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4625 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 00:45:56 +00:00
michael
7acf931299
unscaled BGR24 -> YV12
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4624 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 00:43:31 +00:00
michael
f023f5a336
rgb24toyv12 in MMX (untested)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4623 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 00:30:24 +00:00
atmos4
2ccf7d2a45
Don't read index for -forceidx and -nodix (speedup with bad media and not needed anyway)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4622 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 00:16:46 +00:00
rfelker
412bac90a8
initial seeking (-ss) support in mencoder
...
make mplayer's default video encoder fallback to libavcodec or raw if divx4 isn't supported
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4621 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 00:07:34 +00:00
michael
9a93e7607a
bgr24toUV in MMX
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4620 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 23:43:48 +00:00
alex
1dbeaf9154
added voctrl_guisupport and fixed some typos
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4619 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 22:38:36 +00:00
gabucino
03c0dd5b71
"I finished the rest of the german documentation and fixed
...
some html-files. Everything should now be up-to-date."
- Jonas Jermann
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4618 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 22:20:03 +00:00
mswitch
b8e9d52d21
Test
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4617 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 21:56:25 +00:00
melanson
0b9cd29746
Added native codec support for QT RPZA data, courtesy of Roberto Togni
...
<rtogni@freemail.it>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4616 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 20:05:49 +00:00
gabucino
78a1443a0f
applied David Holm's patch
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4615 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 17:54:29 +00:00
mswitch
4690e5fccf
updated :noprebuf to emulate the playback used in mplayer 0.60 (with dxr3 patch), this solves
...
alot of issues for ppl who had problems with the new prebuffering code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4614 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 17:40:33 +00:00
michael
5fb0523722
bgr24toY in MMX
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4613 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 17:03:53 +00:00
nick
78e63e9314
Get(Set) deinterlacing
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4612 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 15:14:48 +00:00
nick
8fd226919d
temporary solution to disable adaptive deinterlacing engine
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4611 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 14:53:49 +00:00
mswitch
d0fa2231b3
Fixed a bug where seeking would lock mplayer
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4610 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 14:44:09 +00:00
nick
420300295a
Fix according to strange bugreport
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4609 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 14:34:08 +00:00
mswitch
1d2ffe2e85
Removed some stuff from the em8300 driver, had to compensate
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4608 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 14:27:24 +00:00
nexus
ed96bb7688
FreeBSD fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4607 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 13:58:37 +00:00
mswitch
fceaa28287
Added switch to disable prebuffering
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4606 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 11:35:24 +00:00
mswitch
f31c512e5d
ARGH, changing playback speed was a mistake...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4605 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 11:15:11 +00:00
mswitch
2fd7d64a47
Fixed some stuff with setting timestamps, and added proper setting of playback speed. I'm
...
guessing I'm looking at lots of sleepless nights ahead =(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4604 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 11:10:31 +00:00
mswitch
a413504af3
Thanks to the new control() method I've finally been able to add prebuffering support. This
...
should greatly inprove performance on all systems...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4603 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 10:43:11 +00:00
nick
2a2ecab5b9
Make code simple. Use swScaler even for fastmemcpy purposes :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4602 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 10:24:44 +00:00
gabucino
3969497bbf
"Here is the correct patch again, some changes for the old ones and a patch for
...
the german cd-dvd.html. Video-docs (and gcc-docs) needs still work. The rest
should be up-to-date."
- Jonas Jermann
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4601 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 09:28:23 +00:00
arpi
82c7a81290
vo_yuv4mpeg added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4600 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 01:30:35 +00:00
arpi
24739724b8
setting vo_fps, required for vo_yuv4mpeg
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4599 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 01:29:11 +00:00
arpi
2f76bb1c00
yuv4mpeg output, by Robert Kesterson <robertk@robertk.com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4598 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 01:25:21 +00:00