ramiro
301a0e4940
MMX2 horizontal scaler: Determine code size at runtime.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29510 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-13 18:31:07 +00:00
ramiro
a409c31dd1
Protect mmx2 filter code buffers so they are not executable and writeable at
...
the same time (only mmap for now).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29509 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-13 18:29:54 +00:00
ramiro
6f79fc6ff9
Remove duplicate define (it is the same in the lum code).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29508 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-13 18:28:55 +00:00
ramiro
054bb3016f
Rename "funny" code to "mmx2 filter" code.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29507 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-13 18:28:17 +00:00
ramiro
f4002b6be9
Indent.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29506 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-13 13:18:59 +00:00
ramiro
3c4aba428f
swscale-example: Remove hack to end loop by setting variables to break.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29505 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-13 11:48:06 +00:00
ramiro
fef358505e
swscale-example: Don't return random value from main().
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29504 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-13 11:34:27 +00:00
ramiro
4f3fd1c7ea
swscale-example: Check for Gray formats.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29503 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-13 11:33:18 +00:00
cehoyos
226e5b47c8
Fix possible double-free.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29502 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-12 15:20:14 +00:00
reimar
b6c472202f
make codec-cfg reuse the proper defined constants for all RGB/BGR formats
...
instead of re-constructing them itself.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29501 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-12 01:04:37 +00:00
reimar
a3d39e2702
100l, fix compilation again and make codec-cfg.c use the predefined constants
...
instead of reimplementing the IMGFMT_RGB|bit_depth logic.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29500 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-12 01:03:21 +00:00
reimar
c9f520a3f9
1000l, RGB48BE does _not_ use 49 bit/pixel, probably fixes 48 bit PNG decoding.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29499 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-12 00:51:09 +00:00
cehoyos
6ca4476753
Allow decoding of 48 bit png image files.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29498 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-12 00:27:00 +00:00
greg
14df605236
Use new libavformat metadata API.
...
Patch by Anton Khirnov <wyskas@gmail.com>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29497 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-11 23:26:42 +00:00
cehoyos
e9db7e8b4f
s/RG48xE/RGB48xE
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29496 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-11 18:57:22 +00:00
cehoyos
36ebca92d2
Make *avcctx AVCodecContext instead of void.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29495 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-11 18:52:18 +00:00
cehoyos
6a3c6ad075
Fix H.264 SPS parsing in case of scaling list present.
...
Patch by Marco Munderloh, munderl A tnt D uni-hannover D de
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29494 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-11 18:44:43 +00:00
cehoyos
bb6c23de0c
Fix a crash when playing some H264 over rtsp streams: Do pass an
...
AVCodecContext to the H264 parser.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29493 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-11 18:28:26 +00:00
reimar
6960e4c1b1
Explain how formats must be ordered in fmt_list so the parser can handle
...
names where one matches the beginning of another.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29492 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-11 18:21:31 +00:00
reimar
8541fcf365
fmt_table should be const as well.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29491 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-11 18:15:21 +00:00
cehoyos
ee5bf60cd8
Parse BitsPerSample and SamplesPerSec when playing PCM in X-QT over
...
RTSP.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29490 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-11 18:07:43 +00:00
cehoyos
bcb5c78ce3
Allow dpx image files as input.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29489 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-11 17:56:19 +00:00
cehoyos
a2dd68d6b4
Allow out-formats for IMGFMT_RGB48* in codecs.conf.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29488 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-11 17:54:11 +00:00
cehoyos
95bd58e068
Map IMGFMT_RGB48xE to PIX_FMT_RGB48xE.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29487 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-11 17:52:01 +00:00
cehoyos
b92666b582
Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29486 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-11 17:51:11 +00:00
diego
180b6a88e4
Remove disabled debug code.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29485 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-10 10:53:32 +00:00
ramiro
80c0fb98ba
Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29484 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-09 15:34:57 +00:00
kostya
1e1a332bbf
Remove 'offset' argument from PUTRGB* macros since it's unneeded and caused
...
pixel swapping during some YUV2RGB conversions.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29483 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-09 15:04:17 +00:00
diego
1407950a2f
Remove disabled crufty code.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29482 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-08 15:18:48 +00:00
reimar
3b6b050e14
100l, av_fifo_generic_read does not return anything useful, so ignore its
...
return value and return len instead.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29481 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-08 08:17:35 +00:00
reimar
a04ec2484b
Add a giant hack to the x264 encoder module to ensure all delayed frames are
...
written on FLUSH_FRAMES, this is necessary since using multiple threads adds
an additional delay beyond the B-frame delay.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29480 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-07 09:07:02 +00:00
ben
d4419a7869
Replace macro: MAX -> FFMAX
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29479 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-06 20:04:19 +00:00
cladisch
806d0c21c2
Do not leak the mixer handle if setting of a volume fails.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29478 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-06 09:43:10 +00:00
cehoyos
17cf1efa12
Fix QT RLE in X-QT via rtsp://.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29477 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-05 23:16:21 +00:00
lu_zero
6613f83655
Make sure it builds with -ftracer
...
Use local labels to avoid clashes caused by -ftracer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29476 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-04 15:38:57 +00:00
diego
37d2f3a368
Only #include stream/stream_dvd.h when libdvdread is enabled.
...
stream_dvd.h #includes some system headers that may be unavailable.
Fixes compilation with libdvdread disabled.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29475 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-03 23:04:04 +00:00
diego
3fde5bd68b
Only #include stream/dvbin.h when DVB is enabled.
...
dvbin.h #includes some system DVB headers that may be unavailable.
Fixes compilation with DVB disabled.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29474 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-03 16:31:55 +00:00
diego
01b4e4429e
Make sure that unavailable message languages are not accepted.
...
patch by Samuli Suominen, ssuominen unk fi
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29473 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-03 13:51:33 +00:00
lu_zero
6e79a56592
Improve wording for missing sctp support
...
You need libnemesi in order to get -rtsp-stream-over-sctp
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29472 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-03 10:17:35 +00:00
diego
64d5279410
Remove pointless #ifdefs around harmless internal header #includes.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29471 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-02 16:00:55 +00:00
cehoyos
19199c79ae
Fix another typo. Patch by Francesco Lavra, francescolavra interfree it
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29470 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-02 15:39:08 +00:00
diego
3e398a6a2e
dpkg-buildpackage automatically sets CFLAGS and pals to -g -O2.
...
Unset CFLAGS and friends to avoid failures when building Debian packages.
patch from the official Debian package, submitted by Anton Khirnov
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29469 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-02 15:17:26 +00:00
cehoyos
c8bbeea3b2
Add standard GPL license header. Patch by Francesco Lavra, francescolavra interfree it
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29468 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-02 14:50:24 +00:00
cehoyos
35b86231c2
Fix more typos. Patch by Francesco Lavra, francescolavra interfree it
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29467 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-02 14:44:12 +00:00
cehoyos
463ac707c1
Remove unused include's. Patch by Francesco Lavra, francescolavra interfree it
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29466 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-02 14:41:15 +00:00
cehoyos
7fd95348fe
Fix typos. Patch by Francesco Lavra, francescolavra interfree it
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29465 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-02 14:38:18 +00:00
cehoyos
fa7e2d8f5c
Fix regression when converting to nv12/nv21.
...
Patch by Guennadi Liakhovetski, g D liakhovetski A gmx D de
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29464 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-08-01 21:30:36 +00:00
ben
6c6be8ac1e
Add a variable in config.mak whether SHM support is enabled or not.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29463 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-07-31 20:13:02 +00:00
jrash
55c399762f
sync with en/mplayer.1 r29461
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29462 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-07-31 13:07:56 +00:00
diego
88410adf68
Update documentation for libamr replacement by OpenCORE in FFmpeg.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29461 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-07-30 20:10:16 +00:00