melanson
e6b0e85243
reinstated YUY2, BGR32 and BGR24 decoders, all reworked to operate with
...
the mp_image structure; PPC decoding works with YV12 output!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4918 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-03 03:28:17 +00:00
arpi
2abca4208c
Cinepak decoder now use mp_image_t -> YV12 worx, others disabled
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4917 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-02 23:43:23 +00:00
arpi
0fdb53c942
Qt RPZA decoder interface by Roberto Togni <rtogni@bresciaonline.it>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4916 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-02 22:08:19 +00:00
arpi
3d61c6346f
good-looking fix by Tobias Diedrich <td@informatik.uni-hannover.de>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4915 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-02 18:54:58 +00:00
gabucino
748d1f76aa
applied Anders' Software Volume Control patch
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4914 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-02 18:22:44 +00:00
alex
e3790f62fc
removed --enable-xp from help screen to avoid confusing users
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4913 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-02 14:36:18 +00:00
melanson
57bafcdb06
Native Cinepak decoder: Added YV12 support (which is so very close
...
to working), reworked YUY2 support for speed, cleaned up compiler
warnings, replaced printf()'s with mp_msg()'s
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4912 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-02 06:40:26 +00:00
jonas
ebb22e6890
strike period over, commiting stuff. next commit will be rewrite. (?) - Gabu
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4911 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-01 22:27:01 +00:00
gabucino
1dd69f71b1
initial version. Needs extending, especially LIRC.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4910 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-01 21:55:26 +00:00
gabucino
7d3941ab6d
strike period over, commiting stuff. next commit will be rewrite. (?)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4909 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-01 20:39:59 +00:00
jkeil
094f9712df
Fix a few syntax errors compiling ao_sun.c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4908 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-01 14:54:05 +00:00
mswitch
93e805df25
Added more info regarding sync and :noprebuffering
...
Reformatted certain parts to fit on a standard 24 column terminal
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4907 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-01 14:18:32 +00:00
michael
a73add099e
yuy2 support disabled to workaround stupid colorspace selection
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4906 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-01 12:42:12 +00:00
melanson
2963621d2e
Added BGR32 output support to PNG vo target because, hey, why
...
not? Besides, it helps me debug PPC stuff.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4905 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-01 04:17:05 +00:00
melanson
c2a5adb55a
fixed some endian issues, like changing bswap_32() -> be2me_32(), and
...
removing FIXME #warning about endianness (seems to work fine on PPC)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4904 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-01 03:02:25 +00:00
arpi
ca3c4888c6
implemented basic wrapper functions to new libmpcodecs api
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4903 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-01 00:26:10 +00:00
arpi
9ae3af3b34
dec_video.c added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4902 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-01 00:25:43 +00:00
arpi
15de858d8b
10l... forgot to set VFM
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4901 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-01 00:24:56 +00:00
arpi
3a633f9c40
fixed stride for packed formats, more detailed printf at image allocation
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4900 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-01 00:20:11 +00:00
arpi
6e9e3289b3
removed codec dependent parts, only core left
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4899 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 21:59:14 +00:00
arpi
2b5faf4530
PIM1 is playable with ffmpeg12. thx to Togni Roberto <rtogni@bresciaonline.it>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4898 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 21:24:02 +00:00
arpi
b201cec82c
10l... gcc 3.x fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4897 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 21:17:12 +00:00
michael
ae587e624a
print the number of buffers used
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4896 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 16:24:55 +00:00
michael
e863c304f9
use 4 buffers, fallback to fewer buffers if the video ram isnt large enough
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4895 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 16:20:58 +00:00
albeu
57ef06bcf8
Added waitpid in free_stream to avoid zombies
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4894 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 13:50:09 +00:00
albeu
7027f14002
Fix when stdin is used as a file
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4893 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 13:49:04 +00:00
albeu
356da44ecd
New option use-stdin
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4892 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 13:48:04 +00:00
albeu
11ea8307e4
New option use-stdin to use when stdin will be used as a file
...
Auto enable use-stdin when - is in the command line
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4891 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 13:47:06 +00:00
atlka
581e719695
Corrections to position saving/restore under vo=X11.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4890 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 11:43:21 +00:00
nick
da63498bf9
Use stdout as default mencoder's output if no filename specified
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4889 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 08:26:20 +00:00
melanson
783c4f43e4
fixed another color chunk issue
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4888 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 03:01:53 +00:00
laaz
e0acf7f92c
-subfps and -subdelay alters -dumpmpsub's output
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4887 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 02:37:13 +00:00
arpi
6f4effaf5b
cinepak added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4886 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 01:43:06 +00:00
arpi
d040c950f8
cinepak added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4885 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 01:42:44 +00:00
arpi
e1a8082186
callbacks added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4884 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 01:41:49 +00:00
arpi
450bba2c37
cinepak decoder - untested
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4883 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 01:26:45 +00:00
arpi
21f822b161
stride!=width*bpp support to cinepak decoder
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4882 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 01:12:24 +00:00
laaz
77f3ac91e6
Fixed a bug with -dumpmpsub
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4881 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 01:01:50 +00:00
arpi
e6230fffc2
libmpcodecs video decoder template
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4880 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 00:57:47 +00:00
arpi
0ed51b294c
libmpcodecs core - initial version
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4879 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 00:57:30 +00:00
arpi
592972e309
new flags added for direct rendering (libmpcodecs core)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4878 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-28 00:53:01 +00:00
michael
c8d79ee359
check if planar formats are supported
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4877 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-27 14:57:33 +00:00
nick
afb0fd5ea1
We should know size of out buffer
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4876 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-27 11:16:53 +00:00
nick
a92a572f24
unroll stuff
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4875 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-27 11:16:18 +00:00
nick
20892b7778
disable color key support - causes a lot of unnecessary problems
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4874 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-27 11:14:25 +00:00
michael
6e5c07d4ef
YVU9 support
...
fixing framesize & alignment
setting colorkey at a more correct place
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4873 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-26 22:15:08 +00:00
jonas
2c863bf5fd
german mencoder manpage
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4872 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-26 18:11:10 +00:00
jonas
a22440ce89
small updates: html fixes, man2html compatibility, some new options...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4871 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-26 16:44:14 +00:00
nick
5302ab22b2
color key support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4870 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-26 10:31:31 +00:00
arpi
8bb7aebf00
early draft
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4869 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-26 02:33:20 +00:00