Commit Graph

140 Commits

Author SHA1 Message Date
ajacoutot
5e26d85134 Back port a bug fix:
- fix AVCodecContext/AVFrame freeing.

from Brad (maintainer)
2015-09-18 05:45:26 +00:00
ajacoutot
7c2e4a28d2 Tighten up dependency on libbluray.
from brad (maintainer)
2015-05-23 07:19:44 +00:00
sthen
e76718f18f add some simple missing lzma WANTLIBs (crept in via libxml) 2015-04-21 18:51:24 +00:00
schwarze
ba9f2089de Drop USE_GROFF (almost exclusively additional blank lines). No bump needed. 2015-04-18 13:35:27 +00:00
sthen
11fd82ef5c Build xine-lib with Clang, from Brad (maintainer) 2015-04-09 20:59:31 +00:00
brad
3a4940ef57 Update to Xine-lib 1.2.6.
ok ajacoutot@ sthen@
2014-07-13 20:03:51 +00:00
brad
40d9e15975 Revert the decoders change in the previous commit for the time being. While
testing 1.2.6 I encountered a stack overflow in Xine-lib I had not experienced
with earlier testing; happens when decoding AAC. Possibly related to additional
multi-threaded decoding changes made in 1.2.6 but since this wasn't a high
priority change it can wait.

ok ajacoutot@
2014-07-13 17:02:59 +00:00
brad
535928018f - Reducing the external dependencies a bit by utilizing FFmpeg instead
of the reference decoders for AAC, AC3 and DTS.
- A build fix for LLVM.

ok sthen@
2014-07-12 21:55:35 +00:00
brad
0b6d32c93d Re-enable the multichannel support for sndio.
ok sthen@
2014-06-02 22:26:10 +00:00
brad
98a81e6582 Further fixes for multithreading support with FFmpeg.
ok sthen@
2014-05-24 16:16:14 +00:00
brad
7bbb4f54f6 - Add some fixes for the FFmpeg decoder
- Enable the libvpx decoder as a means of working around a bug
  with Xine's VP9 decoder via FFmpeg
- Add Opus support

ok sthen@
2014-05-21 23:41:03 +00:00
brad
f850412734 Attempt to fix FFmpeg VP9 segfault.
ok sthen@
2014-05-14 08:07:24 +00:00
brad
5ec30566a2 Update to Xine-lib 1.2.5.
ok juanfra@
2014-04-16 05:09:00 +00:00
brad
ac9b94e69f Add the fast math flag back to CFLAGS as the autoconf script does if
CFLAGS is not overridden the way the port has.

ok juanfra@
2014-01-08 00:17:53 +00:00
brad
30da8a53c2 Update to Xine-lib 1.2.4.
ok juanfra@
2013-11-30 22:13:37 +00:00
brad
eb2b47ad1c Add a dependency on libxdg-basedir as Xine-lib had a "hidden" dependency as
it will use an external copy if it exists otherwise it will fallback to an
internal copy.

pointed out and OK by naddy@
2013-10-14 17:38:48 +00:00
brad
d953744603 Bring in from upstream a rewritten FLV demuxer.
ok sthen@
2013-09-09 21:41:03 +00:00
brad
32fef3dc08 Several fixes from upstream:
- Fix multichannel playback.
- Default to square pixels.
- Avoid CODEC_FLAG_EMU_EDG.
- Use AV_CODEC_ID_MPEG2VIDEO.
- Fix another potential xine_play() hang.

ok sthen@
2013-08-28 15:30:34 +00:00
brad
8f16a0da79 Update to Xine-lib 1.2.3.
ok sthen@
2013-06-15 22:58:23 +00:00
brad
3aa1e43442 Remove patch no longer necessary.
ok sthen@
2013-05-14 01:54:22 +00:00
brad
4f389a6a50 - Remove FLAC autoconf hacks that are no longer necessary
- Sync WANTLIBs

ok sthen@
2013-04-11 17:34:00 +00:00
brad
4cfd1cae42 Make use of clock_gettime() on OpenBSD.
ok sthen@
2013-04-04 16:48:22 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
brad
4448c8d0b6 Fix the build on non-x86 architectures.
ok ajacoutot@
2012-12-08 09:03:18 +00:00
brad
b2f685e8c2 Update to Xine-lib 1.2.2.
ok ajacoutot@
2012-11-29 20:18:21 +00:00
naddy
28585624b4 revert part of the previous commit bringing the removal of
-Wl,--no-undefined back as it does not build otherwise; from Brad
2012-08-29 15:53:14 +00:00
ajacoutot
63ffe4f28f - Remove patching to configure to disable execinfo.h check and disable
it from CONFIGURE_ENV instead
- Enable the use of the linker -z,defs option after the -pthread change
- Resync patches

from Brad (maintainer)
2012-08-28 05:54:05 +00:00
espie
efb89b04df prevent autodetection from grabbing execinfo.h, thus leading to dpb -J
problems.
2012-06-27 06:15:47 +00:00
ajacoutot
29f3695280 Update to stable, xine-lib-1.1.21.
from Brad (maintainer)
2012-06-10 07:35:30 +00:00
ajacoutot
401e68b5a5 Several fixes from upstream:
- Fix MPEG2 parsing.
- Enable direct rendering for H.264.
- Fix DR1 frame garbage collector when using multithreaded decoding.
- Fix U-plane conversion (YUVJ444P -> YUV420).
- Add support for FLAC with Matroska.
- mmx_yuv2rgb() optimizations.

from Brad (maintainer)
2012-06-09 08:41:16 +00:00
shadchin
353cfedef2 Switch ports on musepack, ok ajacoutot@ 2012-05-24 18:36:45 +00:00
ajacoutot
a751dc3311 Some fixes from upstream:
- Convert full range YUV to MPEG range.
- Fix cropping.

from Brad (maintainer)
2012-05-14 13:48:49 +00:00
ajacoutot
ebd7a65a7b Correct the utilization of the _POSIX_THREAD_PRIORITY_SCHEDULING feature
test macro.

from Brad (maintainer)
2012-05-09 06:29:42 +00:00
ajacoutot
204e300af1 Merge several bugfixes from upstream.
from Brad (maintainer)
2012-04-28 09:14:33 +00:00
ajacoutot
98690aa51a Upstream:
- Fix multithreaded initialization with API change.
- Fix decoding of full range YUV420 H.264 videos.

from Brad (maintainer)
2012-04-21 12:36:31 +00:00
ajacoutot
54fe4581b7 Meh, forgot to cvs add. 2012-04-08 19:33:31 +00:00
ajacoutot
c0ea47142d Correct the default device used for OpenBSD with the Blu-ray and VCD input
plugins.

from Brad (maintainer)
2012-04-08 19:19:04 +00:00
ajacoutot
a3f8cb2fd6 Back port the Blu-ray input plugin.
from Brad
2012-04-08 07:37:25 +00:00
ajacoutot
cd560f9220 Fix DOS EOLs in src/demuxers/asfheader.c.
from Brad (maintainer)
2012-04-07 17:24:36 +00:00
ajacoutot
30c3f3e2a6 Bring a bunch of bugfixes from upstream.
from Brad
2012-04-07 05:48:49 +00:00
ajacoutot
b7fec019a2 Bugfix update to xine-lib-1.1.20.1.
from Brad (maintainer)
2012-01-05 08:52:26 +00:00
sthen
be48a0a8ae update to xine-lib 1.1.20, from Brad 2011-11-16 00:43:17 +00:00
dcoppa
05c25eb0de Bugfixes for the matroska demuxer.
from Brad (maintainer)
2011-10-30 21:20:19 +00:00
dcoppa
2e8691f3a7 Backport the Matroska header stripping support for Xine-lib.
From upstream via Brad
2011-10-13 07:27:00 +00:00
sthen
192008d487 Backport support to xine-lib for VP8 (WebM) and RealVideo 3/4, improved
24-bit LPCM support and various bug fixes. From Brad.
2011-10-09 20:45:07 +00:00
espie
e820071495 normalize pkgpath 2011-09-16 10:31:20 +00:00
sthen
38143b0412 fix license markers, from Brad 2011-06-24 20:10:27 +00:00
sthen
b328f2f4ad Chase ffmpeg dep changes. Mostly from Brad ok dcoppa@, plus opencv from me. 2011-06-24 11:17:05 +00:00
dcoppa
7efc853e6c Eliminate use of old FFmpeg APIs.
OK myself, sthen@
2011-06-13 08:10:01 +00:00
dcoppa
6b929c59fb - Get rid of the use of libtool's -tag=disable-static.
- Merge in a whole bunch of various fixes from upstream and add
  comments for the existing fixes which didn't have a comment in
  the patch.

From Brad; OK sthen@
2011-05-11 09:05:54 +00:00