kmkaplan
790ec71650
Typo
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9197 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-01 12:27:51 +00:00
pontscho
b3c5f30d35
add Type1 and fix one 10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9196 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-01 09:44:40 +00:00
pontscho
60ee64cf19
again ...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9195 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-01 09:36:25 +00:00
pontscho
abfce41700
devfs baszas
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9194 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-01 09:08:08 +00:00
pontscho
34512124e5
save only video files place
...
(eh)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9193 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-01 09:00:35 +00:00
pontscho
9388660132
workaround one possible sig11
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9192 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-01 08:46:17 +00:00
pontscho
c3d9e714f8
commit Dominik Mierzejewski's patch
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9191 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-01 08:42:52 +00:00
pontscho
3358c64749
commit and extend Diego Biurrun's patch
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9190 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-01 08:37:20 +00:00
michael
61e1960fe1
10l found by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9189 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-01 00:48:33 +00:00
gabucino
4ccd261c81
sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9188 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-31 20:21:39 +00:00
rik
cb13f40e63
{malloc,free} -> av_{malloc,free}
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9187 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-31 18:03:17 +00:00
diego
06acc13701
denoise3d filter added.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9186 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-31 03:30:38 +00:00
diego
3590d6c18d
some typos and rewordings
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9185 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-31 01:47:55 +00:00
diego
10be0105f8
Help files found in incoming - i hope i didn't miss some, if so please tell
...
me. No idea who contributed these, sorry.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9184 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-31 01:43:05 +00:00
arpi
7d4019cbee
1000l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9183 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-30 23:54:25 +00:00
diego
c576af1aca
DVD usage instructions similar to VCD.
...
Patch by Nilmoni Deb <ndeb@ece.cmu.edu>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9182 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-30 23:46:07 +00:00
diego
b73664e90e
10l for XYZ
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9181 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-30 23:37:17 +00:00
arpi
da8975ee8e
new video filter: denoise3d - temporal&spatial noise reduction
...
patch by Daniel Moreno <comac2k@terra.es>
mpi/stride corrections and some bugfix by me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9180 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-30 22:53:32 +00:00
arpi
e7f9c836a1
The two-digit aspect ratio displayed by -identify is not good enough to
...
base automatic calculations on.
Jonas Jensen <jbj@knef.dk>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9179 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-30 21:42:35 +00:00
arpi
1de6f0cf9e
disable free() in string and string_list parsers. yes, it's a hack
...
(and a little memleak), but i can explain :)
[note it's just a few kB memleak, but it's the price of stability without
full code review/audit - there are hunderds of possible double free()]
the old config parser didn't free() strings/stringlists, but didn't even
allocate them by default. the new one always free(), and it causes
memcorruption/sig11 at cases like this:
char* dvd_device="/dev/dvd";
{"dvd-device", &dvd_device, CONF_TYPE_STRING, 0, 0, 0, NULL},
since string constansts (allocated in .TEXT segment) cannot be free()'d
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9178 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-30 21:28:01 +00:00
henry
142ebc5c38
better fix of vo_aa font segfault
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9177 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-30 19:58:43 +00:00
gabucino
f31e7522e2
sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9176 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-30 19:35:10 +00:00
gabucino
1b44ca5e53
closing some tags in Zr section
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9175 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-30 19:32:19 +00:00
gabucino
a84096f87d
fixing af_volume vs PCM vs MASTER issue
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9174 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-30 18:45:19 +00:00
henry
cbe477614e
another sanity check against vo_aa font hack
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9173 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-30 18:43:08 +00:00
michael
49a3af8585
fixing rgb4 & bgr4 (2 pixels per byte)
...
adding bg4b & rg4b (1 pixel per byte)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9172 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-30 09:15:09 +00:00
arpi
6df2ca6ea6
hopefully better uninit check
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9171 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-29 23:28:55 +00:00
arpi
0997e96229
- fixed the input buffering (don't read input unless we're already processed
...
all decoded samples)
- fix 100l bug: uninitialized ogg_packet structure caused tremor to hang
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9170 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-29 22:45:07 +00:00
nicolas
cc33989342
sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9169 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-29 22:37:39 +00:00
nicolas
cc556272df
sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9168 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-29 22:26:33 +00:00
gabucino
7badb1f12c
use MASTER instead of PCM
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9167 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-29 22:20:36 +00:00
gabucino
1f6c906934
raw->rawrgb
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9166 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-29 22:19:52 +00:00
nicolas
f284864611
renumbered sections according to TOC
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9165 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-29 21:56:07 +00:00
arpi
a5fe487b50
100l... ogg-in-avi (type 0xFFFE) fix
...
sizeof(WAVEFORMATEX) is 18, since i've fixed struct align, so
2*sizeof(WAVEFORMATEX) is !=40 any more.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9164 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-29 21:53:56 +00:00
jonas
40f4145098
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9163 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-29 21:47:04 +00:00
arpi
e0b4adbe65
-fixed-vo vs. panscan vs. 'f' vs. -fs fix
...
patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9162 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-29 20:25:01 +00:00
gabucino
90b23aff61
Here is updated manual (24.01.2003).
...
- by imoteph
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9161 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-29 17:23:23 +00:00
atmos4
946df86403
0.0357l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9160 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-29 16:48:36 +00:00
atmos4
c644a7c375
100l, fix by pfred1 <pfred1 at bellatlantic.net> anyways I should update the script for lavc etc
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9159 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-29 15:10:42 +00:00
gabucino
b32cd557f5
sync
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9158 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-29 13:53:40 +00:00
arpi
2b8643963c
double free(), found by Olivier Galibert <galibert@pobox.com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9157 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-29 12:22:00 +00:00
michael
ee79e97c5e
CONFIG_RISKY
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9156 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-29 12:16:18 +00:00
arpi
8b5ba50729
typo
...
patch by Jerome Mainka <mainka@antidot.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9155 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-29 11:45:42 +00:00
diego
192ad8b203
Table headers make for nicer tables and better semantic markup.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9154 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-29 10:40:25 +00:00
arpi
fdb993b995
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9153 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-29 10:00:40 +00:00
gabucino
20090ed6e6
added OGM and CC
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9152 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-28 23:10:51 +00:00
gabucino
ad7a8a059a
10l (mplaja can't dump vobsub)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9151 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-28 23:01:37 +00:00
arpi
83d0427925
removed nonsense (and confusing) defaults
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9150 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-28 22:04:07 +00:00
arpi
3277c61b77
type autodetection (from filemask/filelist extension)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9149 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-28 22:00:57 +00:00
gabucino
4b0d46d3a4
xinerama bug fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9148 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-28 19:15:00 +00:00