summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-ugly
AgeCommit message (Collapse)AuthorFilesLines
2010-09-08update to 0.10.16drochner4-23/+10
changes: -misc fixes and improvements -uses orc instead of liboil
2010-07-21explicitely depend on liboil, while we currently depend on it becausedrochner1-2/+2
gst-plugins0.10-base pulls it in, this will change in future versions because liboil is replaced by "orc"
2010-07-14Update distinfo to resolve mismatch of patch-ab.obache1-2/+2
2010-07-13update to 0.10.15drochner4-20/+21
changes: -amrnbenc: give element a rank (SECONDARY) so it's autoplugged -rmdemux: descramble sipro audio before pushing out -x264enc: fix up codec_data / avcC header construction some more -x264enc: Put pixel-aspect-ratio from input into the src pad caps pkgsrc note: patch-ab was added to work around an API incompatibility to pkgsrc's old libx264, can be removed if libx264 gets updated (which is currently not possible due to pkgsrc's even older ffmpeg) I've tested gst-x264enc only with a simple testcase (videotestsrc!x264enc) and it seems to work so far.
2010-06-03gst-plugins0.10-x264 is in gst-plugins0.10-ugly, not gst-plugins0.10-bad.obache1-1/+2
2010-03-12update to 0.10.14drochner4-12/+14
changes: -amrwbdec: give decoder a rank so decodebin/playbin will use it -asfdemux improvements -misc fixes
2009-10-28update to 0.10.13drochner3-7/+11
changes: Improve A52 decoder Add AMR-WB decoder and AMR-NB decoder/encoder based on OpenCore codecs ASF playback improvements Improve mp3 parser and seeking
2009-07-09update to 0.10.12drochner2-6/+6
changes: Real and WMS RTSP improvements Other cleanups and bug fixes Improve ASF file handling Large MPEG video file support Interlacing support for MPEG video New 'lamemp3dec' mp3 encoder element x264enc moved from -bad Remove id3mux in favour of the new id3tag element in -bad
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-04-07update to 0.10.11drochner4-13/+15
changes: Migrate twolame element from -bad mp3parse improvements Support scaling in the synaesthsia visualisation Improve realmedia streaming, supporting RDT and pnm:// Improved ASF demuxing, including streaming-mode seeking Support for 4:4:4 MPEG-2 video
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-12-03Update to 0.10.10:wiz3-7/+9
Changes since 0.10.9: * asfdemux and rmdemux fixes * RDT support * AMR-NB parser improvements * Fix a52dec channel output negotiation * Compilation fixes for mad, mpeg2dec
2008-10-31Fix API-depends and mention which files include this one.wiz1-3/+8
2008-09-14update to 0.10.9drochner3-7/+8
changes: * Improvements in a52 and mp3 decoding * Bug fixes in Xing header muxer * MPEG demuxer improvements and dvdreadsrc bug-fixes * Fix build with LAME 3.97 and above * Fix LAME parameter settings to allow setting the bitrate properly
2008-06-20Add DESTDIR support.joerg1-1/+2
2008-05-30update to 0.10.8drochner4-20/+14
changes: -ASF demuxer fixes -MP3 parsing and Xing header output bug-fixes -Real streaming and demuxing improvements
2008-02-28update to 0.10.7drochner7-87/+21
changes: -many fixes and improvements -Accurate seeking support in mp3 -RealMedia and WMS RTSP support -New element: dvdsubdec
2007-12-09pull in some patches from upstream CVS:drochner4-2/+75
gstmpegaudioparse.c rev. 1.63 and 1.70 gstmpegaudioparse.h rev. 1.20 This fixes failures playing mp3 files if the mpegaudioparse plugin (which is not really needed) is installed, due to some interaction with changes in gstreamer-base. See gnome bugzilla #471370 for details. bump PKGREVISION
2007-07-06update to 0.10.6drochner3-7/+8
changes: -fixes in handling of MPEG streams, Real streams and MP3 -AMR-NB fixes -Other bug-fixes and improvements
2007-01-05update to 0.10.5drochner3-6/+29
changes: -Improved asf playback -Fixes to MPEG demuxer -Improved Real playback -Fix crasher bugs in the MPEG video decoder -DVD-read-src improvements -mp3 parser fixes -Threadsafe design and API -bugfixes
2006-10-12update to 0.10.4drochner4-28/+21
changes: many bugfixes
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-13Added a patch for ISO C90 compatibility, which allows the "mad" plugin torillig2-1/+22
be built on NetBSD 1.6.2.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-08Initial import of gst-plugins0.10-ugly, version 0.10.3:jmmv6-0/+81
This package is part of the ugly GStreamer plugins; that is, those that might pose some legal problems.