* 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@
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.
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@
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@
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
- use SUBST_CMD
* video bitrate is automatically adjusted
* subtitle's language may be specified
* video can be rotated and flipped
* more elegant menu system...
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@
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@
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.
K3b was created to be a feature-rich and easy to handle CD burning
application. It can do many things, such as creating or copying audio,
data, video or mixed-mode CDs, CD ripping, and DVD ripping, burning and
blanking.
ok ian@
gtk-update-icon-cache is part of gtk+2: adding gtk+2 to run_depends just
to update the icon cache (which only gtk apps can use) is overkill to
say the least!
As from now, each time icons are installed under %D/share/icons, we try
to execute gtk-update-icon-cache and if it is not there, we just ignore
the error.
What it means is that if you have gtk+2 installed, then it'll run fine
and your apps will be able to use the cache. Otherwise, it will silently
fails which is fine since it means none of your apps would have been
able to take advantage of the cache anyway.
discussed with jasper@
This release contains a security fix (unchecked array index,
CVE-2008-1686). There are also a few bug fixes, and open-source
support for RealAudio "cook". For front-end package maintainers,
there's a tool to help maintain MIME type lists, and for developers
who need raw frame data, you can now get that with the "raw" video
output plugin.
from brad@
* Security fixes:
- Integer overflows in FLV, Qt, Real, WC3Movie, Matroska and FILM
demuxers, allowing remote attackers to trigger heap overflows and
possibly execute arbitrary code. (CVE-2008-1482)
* Added a few more memory allocation checks to the above demuxers.
* WAV file playback fix: don't assume that the first chunk is "fmt ".
* Don't try to play partial 24-bit AIFF frames (decoder would lose data).
* Fixed AIFF comment chunk handling and sample rate reading.
* LPCM fixes: input over-reading, conversion of 24-bit samples.
from brad@
to be an assembly problem in the tomsmocomp filter, but strangely
this was building before, and the code did not change.
so, only build/install the tvtime plugin on i386, until the problem
is resolved.
- we're using autotools, so patch gst-default.m4 instead of configure to
add sensible output defaults; problem noticed by jakemsr@
- fix WANTLIB while here
ok jakemsr@