reimar
d9d19d0c8b
modified X11 check to use correct libs on mixed 32/64 bit systems
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15630 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-03 17:24:30 +00:00
lorenm
4c54baa6f7
x264 check needs -lpthread
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15616 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-02 19:11:59 +00:00
reimar
fc65974c7c
New ao_jack without bio2jack dependency.
...
Since I rewrote ao_jack.c from scratch, the diff is unreadable, sorry.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15606 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-01 09:20:46 +00:00
reimar
61df87b528
Set stack non-executable where supported.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15605 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-06-01 09:08:15 +00:00
henry
c9e396b898
- correct the argument in configure check for lrintf() to avoid a warning
...
- add -D_GNU_SOURCE where lrintf() is used, for the cases when -std=gnu99
isn't available
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15597 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-30 08:57:30 +00:00
henry
cf4bdf8937
check for -std=gnu99 to make lrintf() work on gcc 3.3/3.4
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15595 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-30 08:23:19 +00:00
diego
449e6d7dff
The default CFLAGS settings include -ffast-math and GCC 3.4.3 therefore
...
optimizes the lrintf call in the test away, effectively turning it into
a NOP. The attached patch forces -ffast-math of for this test.
patch by Joerg Sonnenberger <joerg - at -britannica - dot - bec - dot - de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15592 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-29 23:16:22 +00:00
lorenm
2bdc7899a1
sync to x264 r240 (threads)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15591 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-29 19:05:32 +00:00
gpoirier
38668f1602
support for AMD64 compiler optimizations flags in 32-bit mode. Patch by Corey Hickey
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15579 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-28 15:25:10 +00:00
gpoirier
27be573c3b
Athlon 64 optimization flags, in 32 and 64-bit mode.
...
Patch by Corey Hickey < bugfood-ml YO fatooh POUM org >,
based on Robert Swain's patch <robert POUM swain YO gmail POUM com >
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15576 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-27 11:14:22 +00:00
lorenm
d6a8698f57
sync to x264 r239 (zoned ratecontrol and UMHex ME)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15558 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-24 06:03:37 +00:00
nplourde
f5f234c94e
set define for apple gcc altivec
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15484 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-15 20:11:34 +00:00
diego
4f6fc4ceba
Make FAAC detection follow standard enable/disable/auto semantics.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15457 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-14 10:14:48 +00:00
lorenm
18a4416a88
sync to x264 rev223 (options: ratetol, vbv_*)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15414 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-11 16:00:12 +00:00
diego
2045d25ceb
If libggi has been found, search for the libggiwmh extension
...
w/o relying on it.
patch by Christoph Egger <Christoph_Egger at gmx dot de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15406 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-11 08:01:52 +00:00
nplourde
2fe93ee886
do not define HAVE_ALTIVEC_H on osx with gcc4
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15397 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-10 00:57:43 +00:00
nplourde
e9e2244616
mcpu & mtune work on gcc4
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15396 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-10 00:54:48 +00:00
nplourde
f30e576719
look if round function exist in math.h & define HAVE_ROUND. patch by Steven M. Schultz <sms@2BSD.COM>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15394 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-10 00:38:46 +00:00
rfelker
647fa498cb
end of the locale nightmare, forever
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15390 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-09 21:39:17 +00:00
nplourde
2d018ad059
dcbzl instruction is only for 64-bit implementations. define NO_DCBZL for ffmpeg. patch by Steven M. Schultz <sms@2BSD.COM>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15381 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-09 17:02:10 +00:00
diego
e04aa84720
Allow more gcc 3.x and 4.x versions.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15379 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-09 11:53:33 +00:00
nicodvb
5bb432dbbe
added twolame mp2 audio encoder
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15360 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-07 14:50:14 +00:00
lorenm
7bbd20a293
expose x264 options 'me' and 'me_range'.
...
patch by Guillaume Poirier.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15353 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-05 17:10:16 +00:00
nplourde
6516ffdb7d
do not define video_out_macosx if corevideo is not present
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15348 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-05 00:17:27 +00:00
rfelker
736d983614
5l to me, i didn't notice the extra quotes breaking things
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15343 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-04 17:02:14 +00:00
rfelker
9eb37b7c2d
remove nonportable and replace with proper quoting
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15342 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-04 16:06:07 +00:00
rfelker
7b18d69b2c
1000000000l for using nonportable, obfuscated, and even
...
locale-dependent commands to do the equivalent of the most basic unix
text processing command, tr. finally this is fixed in a way that works
on all systems with no hacks. *sigh*
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15341 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-04 15:39:49 +00:00
henry
c423874104
force C locale to assure consistent behavior of toupper()
...
Signed off by Ismail Donmez - ismail at kde org tr
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15339 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-04 09:17:31 +00:00
nplourde
4bb635dc4b
fix sed for syntax to work on gnu & bsd
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15337 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-04 01:19:28 +00:00
nplourde
3157588cdc
proper list of libav codec
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15335 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-03 16:32:13 +00:00
michael
2fc9eee431
per (libav)codec enable/disable fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15334 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-03 11:16:35 +00:00
nplourde
675667dfcc
recommended flags on osx
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15295 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-29 17:18:12 +00:00
nplourde
3d39c823e0
enable vo_macosx if corevideo available
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15293 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-29 15:44:46 +00:00
nplourde
382d7cbca8
macosx core video module
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15292 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-29 11:41:07 +00:00
nicodvb
4ba9687064
added faac audio encoder
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15260 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-25 07:07:57 +00:00
nicodvb
3faa5ea6fd
audio encoding reworked
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15235 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-22 06:59:59 +00:00
faust3
4654ffb5b7
newer versions of mingws gcc do not like terminating slahes when specifying extra include paths
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15202 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-17 13:04:28 +00:00
nplourde
55adc096e1
allows the Mac OS X version of MPlayer to look for its data files inside the Resources directory of the appwrapper. patch by Chris Roccati <roccati@pobox.com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15146 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-13 11:46:35 +00:00
rathann
e3b183dc3f
- fix gcc warnings, strlcat/strlcpy prototypes
...
- fix bad sscanf usage in geometry.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15059 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-04-06 11:57:10 +00:00
diego
f876d13f45
Fix shared libpostproc installation.
...
based on a patch by Rene Rebe <rene at exactcode dot de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14995 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-23 10:07:00 +00:00
lorenm
20a3c8c24c
sync to x264 171: chroma_me, chroma_qp_offset
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14944 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-14 23:26:11 +00:00
iive
8743fbdd1c
use inttypes.h for checks instead of less spread-ed stdint.h
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14921 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-06 14:43:41 +00:00
lorenm
8f11e599c4
sync to x264 r150: new option 'b_pyramid'
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14917 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-04 13:11:01 +00:00
wight
b4ebbcf5a2
libsmbclient is sometimes built with ssl support. This takes it into account
...
and tests if -lsmbclient needs -lssl.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14891 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-02 18:38:13 +00:00
joey
81cbdce6aa
added a stream module for the vstream client library
...
allows MPlayer to stream video from a properly equipped Tivo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14837 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-27 04:25:12 +00:00
reimar
919a6cdc0d
--charset configure option to convert help messages charset
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14831 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-26 13:38:17 +00:00
lorenm
4087d12af9
sync to x264 r137: adaptive B-frame decision, flush delayed frames.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14785 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-23 19:59:24 +00:00
reimar
bd10844282
fix for MAP_ANON vs. MAP_ANONYMOUS fix...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14762 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-22 14:40:44 +00:00
lorenm
1db1d5ea38
Sync to x264 r134: weighted prediction for B-frames.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14760 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-22 05:50:10 +00:00
reimar
5bad92c6bc
typo, missing _no
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14755 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-21 22:27:03 +00:00