Commit graph

51 commits

Author SHA1 Message Date
drochner
fa16bd5cee update to 0.10.32
changes:
-New encodebin element
-video: add 8-bit paletted RGB, YUV9, YVU9 and IYU1 video formats
-misc fixes and improvements
2011-01-26 23:18:57 +00:00
drochner
561f635858 update to 0.10.31
changes: many fixes and improvements - see the Changelog
2010-12-03 18:05:58 +00:00
obache
e1fce5c1f4 gtk-doc is not required to build. 2010-11-28 01:25:19 +00:00
jmmv
ae96c36533 Give up maintainership; I haven't touched this for a while. 2010-11-07 20:31:37 +00:00
jmcneill
23fe49cbb8 Fix build; replace 8 spaces with tab in Makefiles 2010-08-08 11:10:01 +00:00
drochner
6f4181d11c update to 0.10.30
changes:
-Use Orc for SIMD and other optimisations, and remove liboil dependency
-fixes, minor feature extensions
2010-07-22 12:57:15 +00:00
drochner
e27921cb95 update to 0.10.29
changes:
* video: add support for color-matrix and chroma-site fields in video caps
  and selected elements
* video: Add support for 8-bit and 16-bit grayscale formats
* typefinding: add AAC profile, level, channels and rate to ADTS caps
* tags: add basic xmp metadata support
* gio, gnomevfs: invert ranks of gio and gnomevfs elements: gio is
  prefered now, gnomevfs has been deprecated
* riff: add mapping for On2 VP62 and VP7 and add some more MPEG4 fourccs
* playsink: Don't fail if there are subtitles and audio but no video
* oggdemux: map old FLAC mapping correctly
* alsa: handle disappearing of sound device whilst in use more gracefully
* playbin: Only unref the volume element on dispose and when a new
  audio sink is set
* build: build plugin, example and libs directories in parallel
  if make -jN is used
* uridecodebin/playbin2: we can handle avi in download mode too
* rtsp: handle closed POST socket in tunneling, ignore unparsable ranges,
  allow for more ipv6 addresses
* audiopayload: add property to control packet duration
2010-05-14 16:28:57 +00:00
drochner
30efea7c51 update to 0.10.28
changes:
-videorate: Improve upstream negotiation
-ffmpegcolorspace: add conversions from all ARGB formats to AYUV and back
-vorbisdec: also support ivorbis tremor decoder
-misc fixes
2010-03-12 20:31:03 +00:00
drochner
e6f1bee590 update to 0.10.26
changes:
-many fixes to playbin2
-libgsttag: add utility functions for ISO-639 language codes and tags
-theora: port to 'new' theora 1.0 API
-more fixes and improvements
2010-02-16 13:14:31 +00:00
drochner
6314fd20e7 update to 0.10.25
changes:
Add per-stream volume controls
Theora 1.0 and Y444 and Y42B format support
Improve audio capture timing
GObject introspection support
Improve audio output startup
RTSP improvements
Use pango-cairo instead of pangoft2
Allow cdda://(device#)?track URI scheme in cddabasesrc
Support interlaced content in videoscale and ffmpegcolorspacee
Many other bug fixes and improvements
2009-10-21 16:45:31 +00:00
drochner
c437d237b5 update to 0.10.24
changes:
Recognise Kate subpicture subtitles
Support progressive download in playbin2
GIO improvements
Add buffer-list support in appsink
Add gaussian-noise mode to audiotestsrc
bump cdparanoia req to 0.10.2 and improve caching
Improve audio source base class
Add frame-by-frame stepping and examples
Extend stream-probing in decodebin2
Many RTSP improvements
support for PGS subpictures
adder improvements
Add Y444, v210, v216 formats
implement preset interface in vorbisenc, theoraenc, oggmux
Improve libvisual visualisation timestamp tracking
playbin2 enhancements: custom audiosink, subpictures, cdda
Improvements in textrender
Support raw YUV 4:2:2 and SIREN in RIFF
Add 4:2:2 and 4:4:4 support to theoradec
Many other bug-fixes and improvements
2009-08-17 17:45:52 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
drochner
b782281ffc update to 0.10.23
changes:
New navigation API to support DVD playback
playbin2 improvements
RTSP extensions to allow extra headers and options
Replace audioresampler with speexresample based code
Support interlacing flags in the gstvideo library
Support new RIFF formats
Improve typefinding
Support more frame formats in videoscale
Many other bug-fixes and improvements
2009-05-25 16:10:52 +00:00
drochner
789ba336e9 add a patch from upstream to fix a buffer overflow in vorbis coverart
code (CVE-2009-0586), bump PKGREVISION
2009-03-23 12:03:24 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
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.
2009-03-20 19:23:50 +00:00
drochner
6e84fcde7e update to 0.10.22
changes:
Require gettext 0.17
Replace audioresample with speexresample from -bad
Support new formats in RIFF: uncompressed RGB, WMA lossless, VP6
Move libgstapp and elements from -bad
Support color-key setting and probing for Xv properties
Improve typefinding for various formats
Extend audio sinks for pull-mode operation
Support for more subtitle formats
More development on decode2bin and playbin2
RTP and SDP fixes
Many bug fixes and improvements
2009-01-26 10:39:01 +00:00
jmcneill
6c87b85a88 # used by audio/gst-plugins0.10-alsa/Makefile 2008-12-19 04:41:22 +00:00
jmcneill
76503ea71c Fix ALSA build. 2008-12-19 04:39:11 +00:00
wiz
921f46965e Needs gtk-doc as well. Build fix, so no PKGREVISION ++ 2008-11-09 22:38:53 +00:00
wiz
ee537a0418 pkglint cleanup. 2008-11-03 17:30:15 +00:00
wiz
e259f565e3 Bump BUILDLINK_API_DEPENDS.gstreamer0.10 to gstreamer0.10>=0.10.20.1,
per reed@
2008-10-30 19:55:17 +00:00
drochner
7ec2b3e402 update to 0.10.21
changes:
Continue playbin2 development
Ogg improvements - CELT support, skeleton fixes
DVD subpicture support
Improved audio dithering random number generator
xvimagesink/ximagesink fixes
Vorbis encoding and decoding fixes
Recognise Kate subtitle streams
Many bug-fixes and enhancements
2008-10-16 16:22:49 +00:00
drochner
d0b0742c72 prepare for addition of a "gio" plugin pkg
(we could build it in the base pkg because it doesn't cause additional
dependencies, but it is marked experimental, so better leave it
as optional addon)
2008-08-06 18:07:06 +00:00
drochner
e3d5275cd9 update to 0.10.20
changes:
RTP improvements
Support digest auth for RTSP
Additional documentation
Support DSCP QoS in multifdsink
Add NV12/NV21 video buffer layouts
Video scaling now bilinear by default
Support more than 8 channels in audio conversions
Channel mapping fixes for audioconvert
Improve tmplayer and sami subtitle support
Support 1x1 pixel buffers for videoscale
Typefinding improvements for MPEG2, musepack
Ogg/Dirac mapping updated in oggmux
Fixes in ogg demuxing
audiosink synchronisation and slaving fixes
Support muting of the audio in playbin by selecting -1 as the audio stream
Work done on playbin2 and uridecodebin
Improvements in the experimental GIO plugin
decodebin fixes
Handle GAP buffers in some places
Various other leak and bug-fixes
2008-07-15 10:09:40 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
drochner
c6378dbd55 update to 0.10.19
changes:
-Experimental GIO plugin
-Continued playbin2 development
-RTP fixes
-Various other bug-fixes and improvements
2008-04-10 12:00:45 +00:00
drochner
8aedd3dd6a update to 0.10.17
changes:
Handle newer Theora granule-pos semantics
Introducing first alpha version playbin2 - the upcoming successor to
  playbin
Fixes in playbin handling of stream-switching
New API for uniform handling of raw-video format buffers
Improvements for RTSP/RTP handling
RIFF lib additions for VC-1 and AVC1 fourccs
Many other bug-fixes and improvements
2008-02-01 20:44:16 +00:00
drochner
8283ba4c59 update to 0.10.15
changes:
RTP/RTSP/RTCP/SDP support improved
New FFT support library libgstfft, based on Kiss FFT
New formats supported in volume and audiotestsrc
Fixes in audiorate and videorate
Audio capture fixes
Playbin and decodebin fixes
New tagdemux base class for ID3/APE style tag readers
Fix a nasty crash in the X sinks on shutdown
New tags supported
Add support for multichannel WAV files.
Preserve channel layout information when up/down-mixing.
Many bug-fixes and improvements
2007-11-22 20:28:44 +00:00
wiz
8f80383f98 Update to 0.10.14:
Changes since 0.10.13:

      * Audio dither and noise-shaping when reducing bit-depth
      * RTSP and SDP helper libraries added
      * Experimental buffering element "queue2" now supports pull-mode
        and file-based buffering.
      * Support for more 32-bit video pixel layouts
      * Various fixes and improvements

Bugs fixed since 0.10.13:

      * 380625 : [x*imagesink] add 'handle-expose' property
      * 385527 : oggmux sometimes gets DELTA flag on output wrong near start
      * 402076 : videoscale 4-tap method broken for downscaling
      * 437169 : [xvimagesink] add property to disable Xv double-buffering
      * 441264 : queue2 support to do buffering on a file
      * 442553 : [v4lsrc] doesn't output segments in GST_FORMAT_TIME
      * 442557 : [videorate] doesn't handle latency queries
      * 442944 : Audiotestsrc can overflow on seeks
      * 444523 : [queue2] Pull mode support
      * 444630 : Compilation error with fsseko (from gstqueue2.c) -- unabl...
      * 445505 : [queue2] It does not work in pull mode with oggdemux
      * 446551 : [queue2] Buffering is not working properly if it is set t...
      * 446572 : [queue2] Division by zero
      * 446972 : warning when compiling  gstoggdemux.c
      * 449156 : Regression in CVS for decodebin2
      * 450875 : Missing files in po/POTFILES.in
      * 451707 : [tag] UTF-8 in ID3v1 tag not correctly decoded
      * 451908 : [ffmpegcolorspace] regression: doesn't accept GST_VIDEO_C...
      * 454264 : Playbin fails to " play " image url after a movie url
      * 456656 : [API] Addition of audio buffer clipping function to gstaudio
      * 460978 : gst_audio_buffer_clip outputs warnings
      * 152864 : [PATCH] GstAlsaMixer doesn't support signals
      * 360246 : [audioconvert] Optionally apply dithering
      * 394061 : Add support for Subviewer subtitles
      * 420326 : Base payloader class has wrong property types and ranges
      * 451145 : [vorbisdec] errors out on 0-sized packets
      * 459204 : [PATCH] [playbin] gst_play_base_bin_get_streaminfo_value_...
2007-08-30 12:22:22 +00:00
wiz
34c016561b Update to 0.10.13:
Changes since 0.10.12:
      * Many fixes and improvements
      * RTP and RTCP support improved

API additions since 0.10.12:

      * add gst_tag_freeform_string_to_utf8()
      * GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
      * GstBaseAudioSink::slave-method property
      * add "min-ptime" property to RTP base audio payloader
      * gst_base_rtp_audio_payload_push()
      * gst_base_rtp_audio_payload_get_adapter()
      * GstMixerTrack::untranslated-label property
2007-06-08 12:58:11 +00:00
drochner
4673bace13 update to 0.10.12
changes:
-New API for on-demand plugin installation
-Xv thread-safety and configuration enhancements
-decodebin2 improvements
-Support more raw audio format conversions
-Improvements in Ogg support
-AudioFilter base class ported to 0.10
-Fixes for subtitles
-Latency/live-playback support for Alsa
-Lots of bug fixes and improvements
2007-03-13 09:10:24 +00:00
drochner
5199426607 add "test" targets (which only make sense if gstreamer was built with
the "gstcheck" option, but do no harm otherwise)
2007-02-08 21:30:24 +00:00
drochner
b55a67fbcd update to 0.10.11
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-12-11 12:46:08 +00:00
drochner
0f64fe7985 update to 0.10.10
changes:
-New elements: gdppay, gdpdepay
-bugfixes
-minor API additions
2006-10-12 13:30:36 +00:00
drochner
7f7e9fb4f8 update to 0.10.9
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-26 13:02:15 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
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-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
drochner
411f8e6462 update to 0.10.8
changes: bugfixes
2006-06-14 11:19:19 +00:00
drochner
35efbd75c5 remove --enable-cdparanoia, which didn't have the desired effect 2006-05-10 16:42:39 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
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-17 07:07:11 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
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-06 06:21:32 +00:00
jmmv
7e7656e0a5 Update to 0.10.5:
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-03 16:11:39 +00:00
jmmv
b12e816275 Add a variable to specify the distfile version instead of directly
overriding DISTFILE.
2006-04-03 15:54:14 +00:00
jmmv
8ecc4ddabc Update gst-plugins-0.10-base and packages based on this one to 0.10.4:
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-03-12 12:42:05 +00:00
wiz
dfc555d7aa Update to 0.10.3:
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-13 19:19:44 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
401cc94485 Added a patch for ISO C90 compatibility. 2006-01-29 09:19:42 +00:00
wiz
61db48547c Update to 0.10.2, ok jmmv@:
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-25 19:52:47 +00:00