Commit Graph

299 Commits

Author SHA1 Message Date
brad
4db68789cb Add support for H.264/AAC and some other audio codecs to the Flash
demuxer.

From Xine-lib repo

ok jakemsr@
2008-09-16 02:37:04 +00:00
jakemsr
32e8a1e508 - simpler faad related patching
- bump PKGNAME

ok brad@
2008-09-15 22:11:42 +00:00
jakemsr
d47f33c8b5 - faac/faad related changes
- bump PKGNAME

ok brad@
2008-09-15 22:08:40 +00:00
jakemsr
3028e0bf4d + libmp4v2 2008-09-15 22:07:29 +00:00
jakemsr
c020f391dd import standalone version of libmp4v2. libmp4v2 is a library for
reading and manipulating the MP4 media container.  libmp4v2 used
to be part of the faad distribution, but is not included in newer
versions.

nits picked and ok brad@
2008-09-15 21:46:28 +00:00
ajacoutot
8767b29489 - update to mkvtoolnix-2.3.0
several bugfixes and enhancements
2008-09-09 07:27:49 +00:00
brad
e2615fc74c Fix CDDB access on 64-bit architectures.
From Xine-lib source repo

ok jakemsr@
2008-08-31 00:35:08 +00:00
brad
acf00b96dc - Add support for x264 detecting the number of CPUs via the
hw.ncpu sysctl.
- Switch the AltiVec code from using the signals method of
  presence detection to using the machdep.altivec sysctl.

ok kili@
2008-08-28 15:23:31 +00:00
ajacoutot
b488e925ef - bugfix update to DeVeDe 3.11 2008-08-24 22:02:26 +00:00
brad
7117b44c59 - Don't use ${CONFIGURE_SHARED} since this isn't autoconf proper
- Add missing --prefix
- Remove no longer used pre-configure target
2008-08-22 12:43:33 +00:00
brad
debc96f684 Fix compilation with some C++ based programs. 2008-08-21 21:56:49 +00:00
ajacoutot
7f6588d140 - update to devede-3.10 (several enhancements, see changelog in source
for details)
2008-08-20 08:30:36 +00:00
brad
9d275cf52c update to Xine-lib 1.1.15
This release contains some security fixes, notably a DoS via
corrupted Ogg files (CVS-2008-3231), some related fixes, and
fixes for a few possible buffer overflows.

ok jakemsr@
2008-08-20 01:54:01 +00:00
jakemsr
750433f77a - fix build on macppc
- we have isfinite() now

ok brad
2008-08-20 01:44:44 +00:00
sthen
67ffc6eb54 configure tries to detect isnan() as a function in libm to work out
whether it should include it. isnan is now a macro so this fails.

upstream configure.ac _should_ be rewritten to use pkg-config but,
for the sake of expediency, workaround by adding to LDFLAGS for
now, as was already done to fix the libvorbis test. fixes the build.

ok naddy@
2008-07-28 22:47:30 +00:00
sthen
323cf44154 shared library and PKGNAME bumps due to use of isinf/isnan/nan
following libc/libm changes
2008-07-25 20:25:59 +00:00
brad
31a4e8de47 Upgrade to libtheora 1.0beta3.
Also remove previous MAINTAINER (timeout).

ok jakemsr@
2008-07-25 14:15:55 +00:00
ajacoutot
df849497d4 - bugfix update to avidemux-2.4.3 2008-07-25 08:08:20 +00:00
brad
57f2cafc36 Upgrade to x264 snapshot 20080713.
Also remove ajacoutot@ as maintainer per his request.

ok jakemsr@
2008-07-22 20:24:04 +00:00
jakemsr
61eaba731d - fix build, update LIB_DEPENDS/WANTLIB after recent ffmpeg changes
- add @bin marker while here
- bump PKGNAME

breakage pointed out by naddy@

"diff looks sane to me" jasper@
2008-07-15 11:15:30 +00:00
brad
0908dcb207 - Update to XVidcore 1.1.3.
- Enable MMX/SSE2 support on amd64/i386.
- Remove the previous MAINTAINER.

ok jakemsr@
2008-07-14 06:02:30 +00:00
brad
7422531ab5 Update to Kaffeine 0.8.7.
ok jakemsr@
2008-07-12 05:29:17 +00:00
ajacoutot
4d231e7759 - bugfix update to avidemux-2.4.2 2008-07-11 08:51:40 +00:00
jakemsr
8d717348e0 * FFmpeg headers moved
* FFmpeg LIB_DEPENDS/WANTLIB changes
* make PKGNAME consistent with other gstreamer packages
* bump patch level and add @conflict marker to ease updates

feedback ajacoutot@ and brad@, ok brad@
2008-07-09 02:22:59 +00:00
jakemsr
6838aeee39 * FFmpeg headers moved
* FFmpeg LIB_DEPENDS/WANTLIB changes
* add @bin markers in PLISTs
* bump PKGNAMEs

feedback/ok brad@
2008-07-09 02:07:36 +00:00
jasper
dff5d0c919 - add rcs id
spotted by frogger^WWajacoutot@
2008-07-04 21:42:06 +00:00
jasper
b54965d9f8 - add recordmydesktop 2008-07-04 21:16:36 +00:00
jasper
52c07b36c9 import Record My Desktop (and gtk-frontend)
Recordmydesktop produces a file(default out.ogg) that contains a video
and audio recording of a desktop session. The default behavior of
recording is to mark areas that have changed(through libxdamage) and
update the frame.

with patch from bernd@ to make sound recording work.
2008-07-04 21:15:23 +00:00
brad
cca4867cee update to Xine-lib 1.1.14
ok jakemsr@
2008-07-02 01:02:42 +00:00
sthen
031bf77f1e autoconf picks up mpeg2enc from mjpegtools if installed, causing the
build to fail. Fix this by adding --disable-* arguments for every optional
component listed that we don't package.

Bump all packages just in case something else was pulled in that
affected them; probably unnecessary, but safer.

ok deanna@
2008-06-30 22:43:16 +00:00
deanna
de05bd7e3c Adjust LIB_DEPENDS-gnome for recent gnomevfs fix; bump PKGNAME-gnome.
ok kurt@, ajacoutot@
2008-06-25 13:05:56 +00:00
ajacoutot
8f929f1aa3 - small bugfix update to devede-3.9 2008-06-24 10:43:21 +00:00
deanna
9ed0c8bc79 Enable the debugging subsystem.
Discussed with ajacoutot@ who did not object.
2008-06-21 21:03:55 +00:00
brad
53a59191f0 update to Xine-lib 1.1.13
This release contains a security fix (buffer overflow in the NSF demuxer,
CVE-2008-1878). There are also a few bug fixes, and a new JACK output
plugin.

ok jakemsr@
2008-06-18 01:26:40 +00:00
deanna
4072355c54 Fix a counting error that was causing the oss audio sink to perform
half a million audio ioctls on variable rate devices before it got
around to playing any sound.  Unbreaks gstreamer on auich.  Upstream
as gnome bug 538068.

ok espie, ajacoutot
2008-06-14 17:17:26 +00:00
deanna
d425290fa6 Update to 0.10.4.
ok espie@
2008-06-05 02:38:56 +00:00
sthen
4aced0dce7 sync WANTLIB, bump package version. 2008-06-01 08:21:15 +00:00
sturm
e5742631db factor real plugin into own subpackage, as it supports only i386/amd64
fixes build on other architectures
2008-06-01 07:19:05 +00:00
ajacoutot
3701e03312 - make sure we'll always link with all required libraries
from brad@
2008-05-29 07:30:12 +00:00
naddy
d0768598fe fix build after libiconv 1.12 update; ok ajacoutot@ 2008-05-28 20:05:14 +00:00
ajacoutot
270106e5dd - update to devede-3.8
- use SUBST_CMD

* video bitrate is automatically adjusted
* subtitle's language may be specified
* video can be rotated and flipped
* more elegant menu system...
2008-05-26 13:49:59 +00:00
ajacoutot
ccd9b153c3 - some files from older gstreamer-plugins-bad are now in
gstreamer-plugins-good; add conflict marker accordingly and bump
2008-05-18 13:37:22 +00:00
jasper
4bb3086d3c - add dvdstyler and mpgtx 2008-05-17 17:19:58 +00:00
jasper
ea79575b7b import dvdstyler 1.6.2
DVDStyler is a cross-platform DVD authoring application that makes
possible for video enthusiasts to create professional-looking DVDs.
The main DVDStyler features are:

  * you can drag and drop MPEG files directly
  * you can create NTSC/PAL menus
  * you can import image file for background
  * you can place text and images anywhere on the menu screen
  * you can change font/color
  * you can put buttons, change font and colors
  * you can copy and paste any menu object
  * you can set chapters for each movie
  * you can change post command for each movie

ok ajacoutot@
2008-05-17 17:18:48 +00:00
jasper
dd6fea4118 better DESCR, this one actually says what the application does :)
(not bumping PKGNAME as it's not hooked to the builds yet, and it's only in
for a couple of minutes).
2008-05-17 17:17:00 +00:00
jasper
cf2ca97abb import mpgtx 1.3.1
mpgtx was designed with the good old Unix philosophy in mind: do few but
do it well and provide end user an austary yet powerfull command line
interface.

ok ajacoutot@
2008-05-17 17:08:17 +00:00
ajacoutot
1e0c361286 - add v4l2 plug-in
- remove a patch;
defaults sink and src can now be set using configure options
2008-05-16 14:24:01 +00:00
jasper
e40dab9f5d - add plugins-ffmpeg
ok espie@
2008-05-13 16:46:23 +00:00
espie
9a334d16c2 yeah, the gstreamer people finally made it possible to use the system
ffmpeg.

Note that their fuzzy warnings don't apply to us. This is so stupid.
Between the ffmpeg people, who only care for performance to the exclusion
of any sense (like, good luck making it work elsewhere), and the gstreamer
people, who don't care that stuff won't work elsewhere.
2008-05-13 15:34:02 +00:00
espie
2bc2ac79be update to recent gstreamer + plugins. Some breakage might occur, it will
be dealt with afterwards.
2008-05-13 15:11:51 +00:00