Commit graph

24 commits

Author SHA1 Message Date
joerg
e7fc0f4fd7 Fix header to work with C++11 compilers. 2013-02-26 11:03:21 +00:00
obache
3a4117de93 fix build on i386 without SSE/SSE2 support. 2012-03-04 11:19:06 +00:00
drochner
6d519bdac9 update to 0.10.36
changes:
-new GstAudioDecoder and GstAudioEncoder base classes
-new GstAudioInfo audio format description API (which matches the new API
 in 0.11)
-add support for compressed audio payloading and passhthrough
 (think S/PDIF, mp3 over bluetooth)
-new tag convenience API to get info about creative commons licenses
-new GstTagMux base class
-new video API to force key units via events
-new video overlay composition API for subtitles
-decodebin/playbin2 now plug parsers by default
2012-02-28 18:28:14 +00:00
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
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
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
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
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
76503ea71c Fix ALSA build. 2008-12-19 04:39:11 +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
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
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
411f8e6462 update to 0.10.8
changes: bugfixes
2006-06-14 11:19:19 +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
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
jmmv
09f583d68c Initial import of gst-plugins-0.10-base, version 0.10.1. This is an update
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
2006-01-18 15:41:03 +00:00