ajacoutot
b2477ea91a
Bump FFMPEG_V to 20170208.
...
from Brad (maintainer)
2017-02-09 12:58:39 +00:00
sthen
bcc3ab3049
As spotted by jmc@ and someone else who I forgot, mplayer has a hidden dep
...
on libbs2b; add it as a proper dependency to avoid periodic package breakage.
ok Brad.
2017-02-01 20:59:41 +00:00
ajacoutot
898c3dd68d
Sync FFMPEG_V.
...
from Brad (maintainer)
2016-12-11 09:28:20 +00:00
ajacoutot
d4656d0501
Sync with new FFMPEG version
...
from Brad (maintainer)
2016-12-05 09:03:09 +00:00
ajacoutot
5083444b88
Update to mplayer-20161008.
...
from Brad (maintainer)
2016-10-08 20:14:06 +00:00
ajacoutot
bc2f7bf585
New FFmpeg version.
...
from Brad (maintainer)
2016-10-08 17:51:30 +00:00
naddy
a3816f723a
replace libiconv module
2016-09-12 21:14:09 +00:00
ajacoutot
03e238d632
Sync FFMPEG_V.
...
from Brad (maintainer)
2016-09-06 12:37:52 +00:00
jasper
139ba6b71a
Fix for CVE-2016-4352, from upstream
...
ok aja@
2016-07-05 06:59:29 +00:00
ajacoutot
b7c1384a35
Sync with new ffmpeg version.
...
from Brad (maintainer)
2016-05-03 06:06:26 +00:00
espie
aa32c7f96e
grumble cvs and dead files
2016-04-04 12:54:32 +00:00
espie
efb6d7faad
something changed in latest mplayer, it no longer plays animated gifs
...
without burping.
turns out the extra info stuff gets corrupted/badly loaded, with sizes
such that this tries to allocate huge amounts of memory.
Work around by not copying stuff over if the malloc fails.
okay aja@
2016-04-04 12:44:08 +00:00
naddy
42bc647e80
remove SHARED_ONLY from ports that only use modules that neither set nor
...
read this variable
2016-03-18 23:12:15 +00:00
ajacoutot
2d38b0b968
Update to mplayer-20160306.
...
from Brad (maintainer)
2016-03-14 19:50:13 +00:00
ajacoutot
e0e1ce18bd
Bump FFMpeg version.
...
from Brad (maintainer)
2016-01-14 06:10:19 +00:00
sthen
39bf6afb32
Use srand_deterministic() in mplayer noise filter; not doing this breaks
...
2-pass encoding with -vf noise which expects the same noise on each pass.
Reported by Rich Felker, ok Brad.
2015-12-21 01:08:16 +00:00
ajacoutot
48f6760a9c
New FFmpeg version.
...
from Brad
2015-11-16 06:37:35 +00:00
ajacoutot
537868c9cd
Missing dep.
...
from Brad (maintainer)
2015-10-06 21:39:50 +00:00
ajacoutot
4fe7f3c025
Update to mplayer-20150910.
...
from Brad (maintainer)
2015-09-10 08:31:36 +00:00
ajacoutot
a0d19c28b8
Sync with newer FFMpeg version.
...
from Brad
2015-09-10 07:10:42 +00:00
ajacoutot
ae4557b354
Bump FFmpeg version.
...
from Brad (maintainer)
2015-07-26 07:22:53 +00:00
ajacoutot
750c34ceb1
Sync FFMPEG_V for new FFmpeg.
...
from brad
2015-06-10 06:35:17 +00:00
ajacoutot
7c2e4a28d2
Tighten up dependency on libbluray.
...
from brad (maintainer)
2015-05-23 07:19:44 +00:00
ajacoutot
7ce5f648c3
Update to mplayer-20150510.
...
from brad (maintainer)
2015-05-11 23:23:17 +00:00
ajacoutot
00f6a9a5c1
Cope with FFmpeg 20150412.
...
from brad
2015-04-28 06:35:06 +00:00
brad
b53d2bea6e
Fix the example of using a different DVD drive other than the
...
default for OpenBSD.
2015-02-17 01:23:11 +00:00
brad
e183b9e5d3
Remove USE_GROFF. naddy@ says its basically just whitespace differences
...
and the pages look more than readable to me.
2015-01-11 02:44:44 +00:00
brad
b57077f846
Tidy up the Makefile so my eyes don't bleed.
2015-01-10 23:13:29 +00:00
brad
25ed1b7a6a
Bump for FFmpeg 20150107.
2015-01-10 11:06:13 +00:00
brad
7f58af6715
Disable a completely bogus test that was added to try and add
...
HTTPS support layered on top of FFmpeg.
Pointed out by nigel@
2014-11-29 06:53:25 +00:00
brad
63f29034d6
Update to MPlayer 20141103 snapshot.
...
ok sthen@
2014-11-14 06:18:42 +00:00
brad
2d915932ff
Update to FFmpeg 20141010 snapshot. From 2.4 branch.
...
ok ajacoutot@
2014-10-19 23:14:23 +00:00
jasper
1dddebc95a
remove instances of MODCLANG_LANGS=c as 'c' is already the default.
...
nb: it leaves cases where multiple languages (such as 'c' and 'c++') to make
it clear what the full list is.
ok brad@
2014-10-15 17:33:51 +00:00
brad
f0d642e507
Update to MPlayer 20140824 snapshot.
...
ok jca@
2014-09-03 06:43:28 +00:00
brad
a3e1fc0cbc
Update to FFmpeg 20140810 snapshot. From master branch.
...
ok ajacoutot@ zhuk@
2014-08-14 08:20:27 +00:00
brad
549bba0a5b
Reduce the external dependencies for MPlayer by disabling
...
the Opus and Speex decoders in favour of using FFmpeg for
decoding; also fix the Vorbis handling.
ok sthen@
2014-07-12 22:01:53 +00:00
brad
cfc1713414
Update to FFmpeg 20140412 snapshot. From 2.2 branch.
...
Update to MPlayer 20140412 snapshot.
Take MAINTAINER for MPlayer. ok edd@
ok ajacoutot@
2014-05-16 01:34:50 +00:00
espie
82123993b1
fix real demuxer, patch cherry-picked from upstream, after brad@ reported
...
the issue to them.
so the patch is going to be in the next update, which may break some other
things. So let's go forward and provide something strictly better than
the current port. :)
okay edd@
2014-05-15 20:01:38 +00:00
ratchov
42f1417d98
Fix playback of s24le audio. Tested by edd@, yasuoka@ and brad@
...
ok sthen@
2014-02-19 19:12:42 +00:00
pascal
3d0bdd1b86
Merge upstream commit r36845:
...
Fix probe bug losing video packets.
ds_fill_buffer will actually lose any data from previous
ds_fill_buffer calls.
Use demux_fill_buffer instead to get the intended behaviour.
This fixes mplayer -nosound with DVDs, as used by multimedia/ogmrip.
ok sthen@ aja@ espie@, no objection jasper@
2014-02-16 19:50:52 +00:00
yasuoka
22b56541e4
Specify `msb' field properly. This is required to play {s,u}24be
...
audio.
ok sthen ratchov
2014-02-07 09:37:05 +00:00
ratchov
ba839054d7
Mplayer requires the byte-order flag to be set for 8-bit formats
...
as well. Fixes playback of 8-bit audio files.
ok brad@
2014-01-31 10:44:56 +00:00
brad
d9dc8254d4
Update to MPlayer 20140106 snapshot.
...
ok edd@
2014-01-10 21:52:29 +00:00
sthen
65742df15e
Fix some of the ports broken by the move to PIE on i386. This fixes those
...
ports where there are now insufficient registers, for which using
-fomit-frame-pointer (to free up ebp) is enough to get them building
again. Regen distinfo while there.
2014-01-02 12:21:49 +00:00
brad
ae1669ba48
Update to FFmpeg 20131216 snapshot. From 1.2 branch.
...
ok sthen@
2013-12-24 15:22:55 +00:00
brad
9171457d6e
Use MPlayer configure's --target option to pass in the systems machine arch
...
and eliminate a chunk of the configure patch to recognize some of the MIPS
ports.
ok edd@ sthen@
2013-12-12 21:41:54 +00:00
sthen
f9dc2fa78a
libungif->giflib and patch where necessary, ok jasper@ aja@
2013-09-25 07:56:56 +00:00
mlarkin
6ef8f44eab
Revert previous, apparently we really did mean SSSE3
2013-09-17 05:25:39 +00:00
mlarkin
8b561f511b
Typo in comment: SSSE3 -> SSE3
2013-09-17 05:18:15 +00:00
brad
bdaa1365e8
Update to MPlayer 20130819 snapshot.
...
ok gonzalo@ sthen@ edd@
2013-09-06 23:14:39 +00:00