compn
d0da437db2
fix formating of lavcopts format suboptions
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23314 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-14 01:29:31 +00:00
uau
de444acf51
Fix double free() in demux_asf.c
...
If demux_open_asf() fails it frees the demuxer->priv field before
returning. Then demuxer.c calls demux_close_asf() which frees the field
again. Fix by removing the free() in demux_open_asf().
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23313 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-14 01:23:54 +00:00
uau
4014582d7b
Output message fix
...
Add missing '\n' to "pts value <= previous", change level to INFO
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23312 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-14 01:23:52 +00:00
compn
c024772645
add svq1 lavcopts format colorspace
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23311 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-13 22:54:03 +00:00
diego
37efccb4ed
Add standard license header, confirmed by Nick in private mail.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23310 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-13 22:33:06 +00:00
diego
1dfe35fc82
ARMv6 detection, patch by Siarhei Siamashka, siarhei.siamashka gmail com
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23309 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-13 22:29:10 +00:00
corey
d9ef2b89f7
List dv in pixel formats lavc's dv encoder supports.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23308 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-13 22:12:31 +00:00
gpoirier
ea9075f2c7
Blackfin optimized YUV420 to RGB CSC Color Space Converters.
...
YUV2 -> RGB BGR for 565, 555 and 888 a.k.a. 24bit color.
Speed-up compared to C version compiled with -O3 187.28%
Patch by Marc Hoffman %mmh A pleasantst P com%
Original thread:
Date: May 9, 2007 2:46 AM
Subject: [FFmpeg-devel] PATCH BlackFin yuv2rgb color space conversion
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23307 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-13 19:22:32 +00:00
corey
3bfd50bdd8
Add DV fourcc.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23306 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-13 17:51:17 +00:00
rtogni
1adcbe0375
Compilation fix after ffmpeg r9010 (bitstream filters optional
...
compilation)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23305 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-13 15:58:38 +00:00
voroshil
bd5668d826
r23283: wrong suboption for vo gif89a, revision 16722 shows the problem, this manpage error is 18 months old!
...
r23291: update copyright year'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23304 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-12 12:47:41 +00:00
voroshil
db76a18e5c
r23271: libdha is no more.
...
r23272: 10l syntax error
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23303 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-12 12:43:56 +00:00
reimar
b05e6e17ef
Simplify -flip handling on vo_x11.c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23302 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-12 09:06:07 +00:00
reimar
fba11c94ff
Fix crash with -flip on 64 bit systems, the result of
...
stride*height _must_ be sign extended.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23301 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-12 09:03:50 +00:00
reimar
c445b76647
Factor common code out of if in x11_common.c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23300 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-12 08:54:44 +00:00
diego
0b89e7d75e
Compile internal FFmpeg libraries only when configure enabled the static
...
version of the libraries.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23299 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-11 23:15:11 +00:00
diego
fdf78d8cc2
help output typo noticed by Ramiro Polla
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23298 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-11 21:39:39 +00:00
compn
3d2fe32d5a
update changelog and bump codecs.conf release number
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23297 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-11 12:58:06 +00:00
ivo
30a00a81bc
cosmetics; one test per line for all isXXX(x) macros
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23296 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-11 11:24:06 +00:00
diego
c0b7b6e2d9
Add correct boilerplate license headers.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23295 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-11 07:51:42 +00:00
diego
d30154f435
prettyprinting cosmetics
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23294 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-11 07:49:21 +00:00
ben
80c6de4578
new VIDIX driver for IVTV cards, original patch by Lutz Koschorreck
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23293 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-10 18:47:27 +00:00
compn
98a3000eca
add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd .
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23292 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-10 15:47:06 +00:00
compn
665396fe12
update copyright year'
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23291 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-10 14:16:58 +00:00
reimar
9ef64e24e7
Fix indentation broken in r23287
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23290 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-10 14:05:06 +00:00
reimar
4ffc4db9da
Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkv
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23289 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-10 14:01:53 +00:00
reimar
8073174ddb
Avoid code duplication in mkv demuxer for standard fourcc/extradata handling
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23288 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-10 13:58:57 +00:00
reimar
0cb679cfa6
Fix track info being read for the wrong track introduced in r20598
...
Patch by kiriuja (mplayer-patches <at> en-directo net)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23287 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-10 11:43:39 +00:00
reimar
49d90f4d53
Missing -1 in the FreeBSD code to get the first CD track number
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23286 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-10 11:39:58 +00:00
gpoirier
914401edfd
sync w/r23283, fix a French typo
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23285 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-10 09:43:02 +00:00
reimar
f2d1bd5166
Reuse linux code for reading png images for windows Gui,
...
thus also removing libpng dependency
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23284 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-10 09:11:54 +00:00
compn
9161356ee8
wrong suboption for vo gif89a, revision 16722 shows the problem, this manpage error is 18 months old!
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23283 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-10 00:43:36 +00:00
eugeni
929e461eb0
Don't deallocate font data if it will be used later.
...
It produced either segfault or "Error opening memory font" with any script
that contains embedded fonts.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23282 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-09 21:38:28 +00:00
ivo
fba7257f2d
remove the need of one extra shift in rgb16ToUV
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23281 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-09 21:34:05 +00:00
reimar
1e4b9a95b7
Ignore comments where no '=' follows the comment name (otherwise
...
"album_ja=..." would result in "Album: ja=..." MPlayer output).
Patch by Nicolas George [nicolas george [at] ens fr].
See thread: "[PATCH] Equals in Ogg comments", Mon, 5 Mar 2007 10:50:02 +0100
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23280 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-09 20:10:14 +00:00
ivo
4d9f279a66
Fix rgb15ToUV. Correct order of components and use one shift less.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23279 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-09 17:29:20 +00:00
ben
22546a0351
allow sis vidix driver to access registers and avoid segfaulting (patch by Andrew Calkin)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23278 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-09 17:16:59 +00:00
ben
0838029db9
cosmetic: indent
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23277 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-08 21:23:07 +00:00
ben
c30bdee5e3
cosmetic: use K&R coding style, as in reste of the file
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23276 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-08 21:22:21 +00:00
ben
f4cca14e56
added my latest contribution to VIDIX in AUTHORS file
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23275 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-08 21:18:06 +00:00
ben
a6ddc83128
take the lead on VIDIX, as pointed out by Diego
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23274 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-08 21:16:46 +00:00
ben
3467d4363e
removed obsolete section
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23273 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-08 21:16:15 +00:00
diego
bcb4d0b7ff
10l syntax error
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23272 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-08 17:46:04 +00:00
diego
bc3eef574c
libdha is no more.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23271 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-08 17:43:24 +00:00
michael
4686d06778
try to limit the mess from the svn moves by pointing to the new location
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23270 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-08 17:40:34 +00:00
voroshil
9082f4e20c
r23240: document lavc's 'level' option, patch by Carl Eugen Hoyos
...
r23261: description for -menu-keepdir option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23269 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-08 15:02:26 +00:00
ben
e49f52dde8
mention myself (besides Sascha) to VIDIX import and maintainship
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23268 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-08 12:27:41 +00:00
ben
7cb7adadeb
libdha is gone now, don't mention it anymore
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23267 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-08 12:26:32 +00:00
ben
ff615699a8
notify of pvr channel navigation feature in ChangeLog
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23266 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-08 12:25:11 +00:00
ben
1697d7f33f
added Sven latest contribution to AUTHORS file
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23265 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-08 12:23:50 +00:00