summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-base
AgeCommit message (Collapse)AuthorFilesLines
2006-12-11update to 0.10.11drochner4-7/+33
changes: This release requires GStreamer core 0.10.11 or higher Improved buffering during network playback Support for reverse playback of Ogg/Vorbis/Theora Reverse playback support in the audio sinks The Ogg muxer now produces correct streams in all cases Support libvisual 0.4 Improvements in RTP support Support retagging of Vorbis files Introduction of the decodebin2 element Many other bug fixes and improvements
2006-10-12update to 0.10.10drochner3-7/+8
changes: -New elements: gdppay, gdpdepay -bugfixes -minor API additions
2006-07-26update to 0.10.9drochner2-6/+6
changes: * Subtitle fixes * Support for images in tags * Playback improvements * Gnomevfssrc now supports burn:// uris * Videoscale now supports more RGBA formats * Multifdsink improvements * Testsuite can now generate coverage information -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-06-14update to 0.10.8drochner3-25/+6
changes: bugfixes
2006-05-10remove --enable-cdparanoia, which didn't have the desired effectdrochner1-2/+1
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-15/+15
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-03Update to 0.10.5:jmmv2-6/+6
Bugs fixed since 0.10.4: * 334216 : [gnomevfssrc] won't open some media on NFS mounts any longer * 334226 : typefindfunctions plugin crashes on PPC on registration
2006-04-03Add a variable to specify the distfile version instead of directlyjmmv2-3/+4
overriding DISTFILE.
2006-03-12Update gst-plugins-0.10-base and packages based on this one to 0.10.4:jmmv2-6/+6
Changes since 0.10.3: * (Experimental) QoS support * oggmuxer now creates 100% valid streams for Theora, Vorbis and Speex * documentation updates * better support for subtitles (seeking) Bugs fixed since 0.10.3: * 310202 : [subtitles] < i > < /i > tags and others should be supported i... * 312439 : XVideo output doesn't work on remote displays (probably r... * 321271 : audio output is truncated at EOS * 321650 : Can't decode this ogm file * 325732 : [oggdemux] problem when seeking to time less than 4s with... * 325972 : [typefinding] doesn't recognise this mp3 * 326720 : [alsasink] doesn't support more than 2 channels anymore * 330711 : [ffmpegcolorspace] problems with palettized RGB (fencount... * 330789 : gstbaseaudiosink causes noise on seeking * 330888 : Fix build with gcc 2.95 (again) * 331295 : gnomevfssink doesn't respect umask when creating files * 331526 : 3GP type detection is too simple * 331678 : Decodebin is not reusable within a single pipeline (as in... * 331690 : playbin won't play my last.fm stream * 331763 : [alsamixer] unmute sets the volume to 100% * 331765 : [alsamixer] mixer applet slider doesn't want to move from... * 331903 : [videorate] doesnt handle input caps of framerate=0/1 sanely * 332778 : [ogmparse] " Already an existing pad " WARNING * 332964 : random crashes in mp3_type_find * 333254 : theora encoder does not set IN_CAPS flag properly * 333352 : [gnomevfssink] reports disk full as generic error * 333488 : Allow for palette < 256 colours in AVI files * 333510 : [PATCH] Fix gst_pad_new_from_template (gst_static_pad_tem... * 333545 : [riff] set depth on wma caps to make asfdemux and pitfdll... * 333663 : [patch] unref the result of gst_pad_get_parent * 333900 : [typefind] cannot play a particular mp3 file * 334112 : variable not initialized * 334129 : Disable frame dropping for now * 317038 : use default channel layout if none is specified in multic... * 319340 : [cdparanoia] uncorrected-error signal never fired API added since 0.10.3: * GstTextOverlay::halignment * GstTextOverlay::valignment
2006-02-13Update to 0.10.3:wiz4-67/+7
Changes since 0.10.2: * typefind improvements * Ogg decoding and encoding fixes * Improved audio and video sink classes * Bug and leak fixes * Improved video scaling * On-the-fly visualisation switching * Subtitle support Bugs fixed since 0.10.2: * 330244 : gsttextoverlay.c:895: 'struct _GstCollectData' has no mem... * 324000 : [playbin] post error or message on unknown input * 153004 : [typefind] can't identify mp3 file with one single mpeg f... * 323874 : [playbin] leaks sinks and threads when using gconfaudiosink * 324626 : ffmpegcolorspace support for fourcc " UYVY " * 326447 : check that all elements in -base pass queries they can't ... * 328263 : Fix build with gcc 2.95 * 328279 : [decodebin] timeout issue when pre-rolling * 329326 : Fix oggmux removing pads from collect pads
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-2/+4
2006-01-29Added a patch for ISO C90 compatibility.rillig2-1/+60
2006-01-25Update to 0.10.2, ok jmmv@:wiz6-26/+16
Changes since 0.10.1: * ported gnomevfssink, cdparanoia * New library and base class: GstCddaBaseSrc * ported mixerutils.h * added 'sine-tab' waveform to audiotestsrc * added float audio to audiorate Bugs fixed since 0.10.1: * 324216 : [cdparanoia] missing patches from 0.8 * 324696 : [videotestsrc] does not start counting the time from zero... * 324900 : Problem compiling gst-plugins-base with Forte * 325984 : [playbin] cannot handle sources that produce raw audio/video * 325990 : patch videotestsrc for using glib types * 326601 : GstRingBuffer crashes with alaw/mulaw caps * 327114 : [theoradec] should post tags on the bus * 327216 : vorbisdec segfaults on certain queries
2006-01-18Initial import of gst-plugins-0.10-base, version 0.10.1. This is an updatejmmv9-0/+279
for part of gst-plugins0.8 to the 0.10 series. Changes: Changes since 0.10.0: * Parallel installability with 0.8.x series * Threadsafe design and API * removed gst-launch-ext * Ported: ogmparse * Fixes for: subparse, xvimagesink, audioresample, videorate, decodebin Bugs fixed since 0.10.0: * 322347 : GstBaseRtpDepayload timestamps are wring * 323900 : Basertpdepayloader lets NEWSEGMENT events through unfiltered * 323878 : missing < string.h > inclusion (for memset & FD_ZERO) API added since 0.10.0: * GstAlsaMixer::device * GstAlsaMixer::device-name Bugs fixed since 0.9.7: * 319172 : gstreamer-plugins-base-0.9.pc doesn't export linking flags * 323017 : While(1) loop with sleep(0) in basertpdepayload.c Changes since 0.9.6: * Parallel installability with 0.8.x series * Threadsafe design and API * ximagesink and xvimagesink updates and interactive test * added pango * rename net to netbuffer library * rtp element renaming * stream selector fixes Bugs fixed since 0.9.6: * 319618 : [decodebin] some ogg videos don't play * 320644 : RTP packetizer does't set the packet timestamps correctly * 322388 : xvimagesink force-aspect-ratio=True always displays squar... * 322704 : oggdemux typefind list leak Changes since 0.9.5: * Parallel installability with 0.8.x series * Threadsafe design and API * lots of leak fixes * flicker-free and rewritten X sinks * fractional framerates * removed sinesrc, replaced by audiotestsrc Bugs fixed since 0.9.5: * 316442 : playbin should use autoaudiosink/autovideosink by default * 318353 : [ffmpegcolorspace] forward-port fixes from 0.8 branch * 320200 : vorbisenc: min-bitrate and max-bitrate are 1/1000 bps rat... * 321164 : gstringbuffer stops working under load * 321426 : ximage plugin should be renamed to ximagesink * 321446 : sinesrc should be dropped in favour of audiotestsrc * 321451 : GstRtpBuffer: no way to create a sub buffer with only the... * 321816 : [API] xoverlay API to post prepare-xwindow-id message * 321894 : vorbisenc doesn't compile * 322117 : Rename libgsttagedit to libgsttag Changes since 0.9.4: * video caps now use a good range for framerate and w/h * oggdemux/oggmux improvements * playbin improvements Bugs fixed since 0.9.4: * 319110 : [PATCH] oggdemux chain finding is slow * 320058 : playbin of a jpeg over http does not work * 320923 : [volume] doesn't build on Solaris * 321011 : gstbasertpdepayload doesn't send the " new segment " event ... Changes since 0.9.3: * New element: audiotestsrc * typefind improvements * buffer-frames removed Changes since 0.9.2: * RTP base classes Bugs fixed since 0.9.2: * 313251 : ximagesink unused functions * 315159 : audioconvert lost 24 bit conversions in the rewrite