SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for gstreamer-plugins-ugly-32bit-1.6.4-1.2.x86_64.rpm :
Tue Jul 26 14:00:00 2016 olafAATTaepfle.de
- Update to version 1.6.4

Thu Jan 21 13:00:00 2016 badshah400AATTgmail.com
- Update to version 1.6.3:
+ Fix regression in GL library that made glimagesink unsable on
Android.
+ Integer arithmetic overflow in queue2 element that could break
buffering or cause crashes due to NULL pointer dereference.
+ Fix crash in AAC/ADTS typefinder caused by reading more memory
than is available.
+ Stop ignoring encoder errors in the VP8/VP9 encoders.
+ Deprecate GstVideoEncoder GST_VIDEO_ENCODER_FLOW_DROPPED. It\'s
redudant and was never actually implemented.
+ Ensure to store the correct video info in GstVideoBufferPool.
+ Fix caps in rtspsrc when doing SRTP over interleaved TCP.
+ Fix crash in pcap parser on 0-sized packets.
+ Clear EOS flag in appsrc to allow reuse after EOS and
flushing.
+ Ignore flushing streams in streamsynchronizer during stream
switches to fix problems caused by this in
gst-editing-services.
+ Ignore tags and other metadata in WAV files after the \"data\"
chunk in PUSH mode to prevent them from being interpreted as
audio.
+ Correctly use colorimetry in v4l2 only for YUV color formats.
+ Set reserved bits in MPEG TS muxer to 1s.
+ Fix calculation of SBC frame lengths.
+ Fix output of the RTP JPEG2000 depayloader to have one frame
per buffer and crash in the OpenJPEG decoder on incomplete
frames.
+ Update ffmpeg snapshot in gst-libav to 2.8.5.
+ Memory leak fixes in scaletempo, the raw video RTP
depayloader, and in playsink related to audio/video filters.
+ Fixes for error handling in the OSX audio plugin.
+ Various gobject-introspection annotation fixes and additions.
+ Compiler warning fixes for latest clang compiler.

Wed Jan 6 13:00:00 2016 dimstarAATTopensuse.org
- Update to version 1.6.2:
+ Crashes in gst-libav with sinks that did not provide a buffer
pool but supported video metadata were fixed. This affected
d3dvideosink and some 3rd party sinks. Also related fixes for
crashes when a downstream buffer pool failed allocation.
+ Big GL performance improvement on iOS by a factor of 2 by using
Apple\'s sync extension.
+ Deadlocks in the DirectSound elements on Windows, and the
behaviour of its mute property were fixed.
+ The Direct3D video sink does not crash anymore when minimizing
the window.
+ The library soname generation on Android >= 6.0 was fixed,
which previously caused GStreamer to fail to load there.
+ File related elements have large-file (>2GB) support on Android
now.
+ gst-libav was updated to ffmpeg 2.8.3.
+ Deserialization of custom events in the GDP depayloader was
fixed.
+ Missing OpenGL context initialization in the Qt/QML video sink
was fixed in certain situations.
+ Interoperability with some broken RTSP servers using HTTP
tunnel was improved.
+ Various compilation fixes for Windows.
+ Various smaller memory leak and other fixes in different
places.
+ Bugs fixed: bgo#734098, bgo#738292, bgo#741608, bgo#753823,
bgo#755106, bgo#755222, bgo#755614, bgo#756028, bgo#756951,
bgo#757155, bgo#757264, bgo#757453, bgo#757454, bgo#757732,
bgo#757854, bgo#757873, bgo#757895, bgo#757924, bgo#757929,
bgo#757935, bgo#758029, bgo#758151, bgo#758204, bgo#758205,
bgo#758276, bgo#758285, bgo#758286, bgo#758337, bgo#758344,
bgo#758512, bgo#758620, bgo#758861, bgo#758912, bgo#758913,
bgo#758921, bgo#759019, bgo#759380.

Wed Nov 25 13:00:00 2015 malcolmlewisAATTopensuse.org
- Add conditional for patch1, touching configure.ac with this patch
breaks BUILD_ORIG building.

Sat Nov 21 13:00:00 2015 olafAATTaepfle.de
- Refresh patches to apply.

Sat Oct 31 13:00:00 2015 zaitorAATTopensuse.org
- Update to version 1.6.1:
+ Updated translations.
- Add gstreamer-revert-bogus-automake-version.patch: Upstream
needed feature in automake 1.12, so for good measure they bumped
to 1.14 - revert that commit as we have at least 1.13.4.

Fri Oct 2 14:00:00 2015 zaitorAATTopensuse.org
- Update to version 1.6.0:
+ For changelog, see mainpackage changes, everything is condensed
there.

Fri Dec 26 13:00:00 2014 zaitorAATTopensuse.org
- Update to version 1.4.5:
+ asfdemux: Send duration query upstream first.
+ Updated translations.
- Fix Source: to point to patched source again.
- Following above change, add autoconf and libtool BuildRequires
and pass NOCONFIGURE=1 before configure.

Fri Nov 14 13:00:00 2014 zaitorAATTopensuse.org
- Update to version 1.4.4:
+ Updated translations.

Thu Sep 25 14:00:00 2014 dimstarAATTopensuse.org
- Update to version 1.4.3:
+ Bugs fixed: bgo#736060.
+ Updated translations.

Thu Aug 28 14:00:00 2014 zaitorAATTopensuse.org
- Update to version 1.4.1:
+ x264: Fix colour inversion with YV12 format. It\'s the same as
I420 but with the U/V planes swapped.

Mon Jul 21 14:00:00 2014 dimstarAATTopensuse.org
- Update to version 1.4.0:
+ Various API additions.
+ New plugins and elements:
- v4l2videodec element for accessing hardware codecs on
platforms that make them accessible via V4L2.
- New downloadbuffer element that replaces the download
buffering feature of queue2.
- rtpstreampay and rtpstreamdepay elements for transmitting RTP
packets over a stream API (e.g. TCP) according to RFC 4571.
- rtprtx elements for standard compliant implementation of
retransmissions, integrated into the rtpmanager plugin.
- audiomixer element that mixes multiple audio streams together
into a single one while keeping synchronization.
- OpenNI2 plugin for 3D cameras like the Kinect camera.
- OpenEXR plugin for decoding high-dynamic-range EXR images.
- curlsshsink and curlsftpsink to write files via SSH/SFTP.
- videosignal, ivfparse and sndfile plugins ported from 0.10.
- avfvideosrc, vtdec and other elements were ported from 0.10
and are available on OS X and iOS now.
+ Other changes:
- gst-libav now uses libav 10.1, and gained support for
H265/HEVC.
- Support for hardware codecs and special memory types has been
improved with bugfixes and feature additions in various
plugins and base classes.
- Various bugfixes and improvements to buffering in queue2 and
multiqueue elements.
- dvbsrc supports more delivery mechanisms and other features
now, including DVB S2 and T2 support.
- The MPEGTS library has support for many more descriptors.
- Major improvements to tsdemux and tsparse, especially time
and seeking related.
- souphttpsrc now has support for keep-alive connections,
compression, configurable number of retries and configuration
for SSL certificate validation.
- hlsdemux has undergone major refactoring and works more
reliable now and supports more HLS features like trick modes.
- dashdemux and mssdemux are now also pushing fragments
downstream while they\'re downloaded instead of waiting for
each fragment to finish.
- videoflip can automatically flip based on the orientation
tag.
- openjpeg supports the OpenJPEG2 API.
- waylandsink was refactored and should be more useful now.
- gst-rtsp-server supports SRTP and MIKEY now.
- gst-libav encoders are now negotiating any profile/level
settings with downstream via caps.
- Lots of fixes for coverity warnings all over the place.
- Negotiation related performance improvements.
- 800+ fixed bug reports.
+ Things to look out for:
- The eglglessink element was removed and replaced by the
glimagesink element.
- The mfcdec element was removed and replaced by v4l2videodec.
- osxvideosink is only available in OS X 10.6 or newer.
- On Android the namespace of the automatically generated Java
class for initialization of GStreamer has changed from
com.gstreamer to org.freedesktop.gstreamer to prevent
namespace pollution.
- On iOS you have to update your gst_ios_init.h and
gst_ios_init.m in your projects from the one included in the
binaries if you used the GnuTLS GIO module before.
- Package baselibs.conf.

Fri Apr 25 14:00:00 2014 dimstarAATTopensuse.org
- Update to version 1.2.4:
+ mpeg2dec: do not reset the whole video info when setting size.
+ Build fixes.
+ Updated translations.

Sun Feb 9 13:00:00 2014 zaitorAATTopensuse.org
- Update to version 1.2.3:
+ Updated translations.

Tue Dec 31 13:00:00 2013 zaitorAATTopensuse.org
- Update to version 1.2.2:
+ Bugs fixed: bgo#710615.

Mon Nov 11 13:00:00 2013 dimstarAATTopensuse.org
- Update to version 1.2.1:
+ Bugs fixed: bgo#684942, bgo#708940, bgo#710609.
+ Updated translations.

Tue Oct 22 14:00:00 2013 dimstarAATTopensuse.org
- Update to version 1.2.0:
+ A bunch of API changes (new stable branch 1.2).
+ New tool: gst-play-1.0 in gst-plugins-base for basic playback
testing on the command line.
+ New plugins:
- mssdemux for Microsoft Smooth Streaming.
- dashdemux for DASH adaptive streaming protocol.
- bluez for interaction with Bluetooth devices.
- openjpeg for JPEG2000 decoding and encoding.
- daala for experimental Daala decoding and encoding.
- vpx plugin has experimental VP9 decoding and encoding
support.
- webp plugin for WebP decoding (encoding to be added later).
- Various others: yadif, srtp, sbc, fluidsynth, midiparse,
mfc, ivtv, accuraterip and audiofxbad.
+ Moved plugins: dtmf, vp8rtp, scaletempo and rtpmux plugins are
now in gstreamer-plugins-good.
+ Audio and Video related fixes.
+ Other changes:
- gst-libav now uses libav 9.
- Static linking of plugins is supported now.
- rtspsrc: add support for NetClientClock.
- RTP retransmission / NACK support and big RTP jitterbuffer
improvements.
- SRTP and DTLS support.
- Changes to many elements and core to use the correct sticky
event order and also not lose any important sticky events
during flushing.
- >1000 fixed bug reports, and many other bug fixes and other
improvements everywhere that had no bug report.
+ Notes:
- Single header includes for all libraries,
e.g. #include
- Stricter (correct) caps subset checking in some cases.
- x264enc now outputs data in byte-stream by default if
downstream has ANY caps.
- The MPEG TS demuxer posts messages contain the PMT, PAT,
etc, in a different format now.
- The GstContext API has changed between 1.1.4 and 1.1.90.

Sat Aug 31 14:00:00 2013 zaitorAATTopensuse.org
- Update to version 1.0.10:
+ build: fix x264 version check in corner case.
+ x264enc: consider subset relations of profiles when negotiating
output caps.
+ Bugs fixed: bgo#705425.

Sat Aug 17 14:00:00 2013 zaitorAATTopensuse.org
- Update to version 1.0.9:
+ mpeg2dec: fix crash on resolution changes (bgo#690701).

Wed Aug 14 14:00:00 2013 zaitorAATTopensuse.org
- Update to version 1.0.8:
+ lamemp3enc: fix timestamping of outgoing buffers if the encoder
resamples internally, which fixes transcoding pipelines
deadlocking after a while.
+ dvdreadsrc: correctly determine last chapter\'s duration.
+ mpeg2dec: make the aspect ratio calculation more accurate.

Sat Apr 27 14:00:00 2013 dimstarAATTopensuse.org
- Update to version 1.0.7:
+ x264enc plugin has a divide by zero error when framerate is
\" 0/1 \" (bgo#695728).

Sat Mar 23 13:00:00 2013 zaitorAATTopensuse.org
- Update to version 1.0.6:
+ build: allow calling autogen.sh from out-of-tree.
+ Bugs fixed: bgo#692857.

Wed Jan 9 13:00:00 2013 dimstarAATTopensuse.org
- Update to version 1.0.5:
+ Fix build with automake 1.13.
+ mpeg2dec: debug logging printf format fixes.

Wed Dec 19 13:00:00 2012 dimstarAATTopensuse.org
- Update to version 1.0.4:
+ siddec: initialize debug category.

Thu Nov 22 13:00:00 2012 dimstarAATTopensuse.org
- Update to version 1.0.3:
+ cdio: try to handle CD-TEXT in non-UTF8 encodings
+ xingmux, siddec, dvdlpcmdec and dvdsubdec fixes
+ Bugs fixed: bgo#686931, bgo#687192, bgo#687927.

Fri Oct 26 14:00:00 2012 dimstarAATTopensuse.org
- Update to version 1.0.2:
+ dvdreadsrc: correctly set next cell when seeking to sector
+ dvdreadsrc: update dvd event to enhanced approach as used in
mpegpsdemux
+ dvdsubparse: send src caps when receiving sink caps
+ Bugs fixed: bgo#686748.

Wed Oct 10 14:00:00 2012 reddwarfAATTopensuse.org
- Add gstreamer-plugins-ugly-1.0.1-patched_liba52.patch

Tue Oct 9 14:00:00 2012 dimstarAATTopensuse.org
- Update to version 1.0.1:
+ x264enc: encoder latency fixes
+ mpeg2dec: ignore transient decoding errors
+ Bug fixed: bgo#685107.

Fri Sep 28 14:00:00 2012 dimstarAATTopensuse.org
- Fix installation of BUILD_ORIG variant: remove no longer
available plugins (iec958, mpegaudioparse and mpegstream) from
the files section.

Mon Sep 24 14:00:00 2012 dimstarAATTopensuse.org
- Update to version 1.0.0:
+ Minor bugfixes.

Tue Sep 18 14:00:00 2012 dimstarAATTopensuse.org
- Update to version 0.11.99:
+ Updated documentation.

Fri Sep 14 14:00:00 2012 dimstarAATTopensuse.org
- Update to version 0.11.94:
+ Bugs fixed: bgo#356882, bgo#675762, bgo#675769, bgo#677619,
bgo#678543, bgo#679443, bgo#679472, bgo#679838, bgo#680194,
bgo#680279, bgo#680536, bgo#681291.

Mon Sep 3 14:00:00 2012 dimstarAATTopensuse.org
- Update to version 0.11.93:
+ Bug fixes
+ Sync with GStreamer changes.

Sat Jul 28 14:00:00 2012 dimstarAATTopensuse.org
- Update to version 0.11.92:
+ Parallel installability with 0.10.x series.
+ API cleanup and minor API improvements.
+ Lots of bugfixes, cleanup and other improvement.

Mon May 14 14:00:00 2012 vuntzAATTopensuse.org
- Update to version 0.11.91:
+ Lots of bugfixes and other improvements
- Update gstreamer-plugins-ugly-patch-source.sh (and
pre_checkin.sh) to deal with xz tarballs.

Fri Apr 20 14:00:00 2012 vuntzAATTopensuse.org
- Update to version 0.11.90:
+ Lots of bugfixes, cleanup and other improvements

Fri Mar 23 13:00:00 2012 vuntzAATTopensuse.org
- Update to version 0.11.2:
+ Many cleanups
+ Ported to new 0.11 core API changes
+ synaesthesia: port to 0.11
+ x264enc: handle PTS and DTS
+ xingmux: port to 0.11
+ Bugs fixed: bgo#662617, bgo#669863.
- Add explicit glib2-devel BuildRequires so it can be versioned.
- Remove Provides/Obsoletes/Conflicts for gstreamer010-
* packages
in doc and orig-addon subpackages.
- Add valgrind-devel BuildRequires to build with valgrind support.
- Change orc-devel BuildRequires to orc, which is the real package
name.
- Change python-devel BuildRequires to python-base as only python
is needed, not the development files.
- Remove BuildRequires for plugins gone upstream: libdvdnav-devel.
- Remove libid3tag-devel: dependency is gone upstream.
- Remove unneeded BuildRequires: libtool, python-xml.

Sat Feb 18 13:00:00 2012 dimstarAATTopensuse.org
- Update to version 0.11.1:
+ Parallel installability with 0.10.x series
+ Many cleanups
+ Ported to new 0.11 core API changes
- Rename package to gstreamer-plugins-ugly.
- Adopt same code patching script as in -plugins-bad (only one
kind of script to maintain makes it easier)
- Drop gstreamer010-plugins-ugly-patched.patch: the new source
prepare script no longer relies on patching the sources.

Sat Oct 15 14:00:00 2011 cooloAATTsuse.com
- add libtool as buildrequire to make the spec file more reliable

Wed May 11 14:00:00 2011 dimstarAATTopensuse.org
- Update to version 0.10.18:
+ amrwbdec: avoid stalling on invalid frame
+ asfpacket: don\'t rely on data from duration extension
+ dvdsubdec:
- Implement clipping if the video size is smaller than the
subpicture size
- Output only a single buffer per subpicture and set the
correct duration
+ lamemp3enc: implement sinkpad get_caps() function to proxy rate
and channels restrictions from downstream
+ mad: build the mad plugin even if libid3tag is not available
+ mpeg2dec:
- do not fail fatally when downstream is unlinked
- don\'t deadlock when setting an index
+ mpegstream: increase allowable gap between streams
+ x264enc:
- allow changing the bitrate and quantitizers dynamically
- don\'t register flags with a value of 0
- implement getcaps function to proxy downstream caps
restrictions upstream
- make tag event writable before modifying tag list in place
- set max bitrate in quality mode
+ Bugs fixed: bgo#539708, bgo#607698, bgo#619136, bgo#621663,
bgo#639291, bgo#639715, bgo#640272, bgo#641151, bgo#642360,
bgo#644704, bgo#647709.

Sun Apr 24 14:00:00 2011 toddrme2178AATTgmail.com
- Add 32bit compatibility libraries
- Removed test for obsolete openSUSE version

Tue Feb 1 13:00:00 2011 davejplaterAATTgmail.com
- Update to version 0.10.16 see NEWS in documentation directory for
All news since 0.10.16
- Upstream fixes and improvements :

* asfdemux: Handle new type of DRM\'d asf files

* dvdreadsrc: fix handling of multi-angle streams

* dvdreadsrc: improve error messages on read errors

* mad: if gst_pad_alloc_buffer() returns a buffer with the wrong
size allocate a new one

* mad: support reverse playback

* mpeg2dec: convert the position to stream time before answering
to a position query

* mpeg2dec: fix position query by trusting upstream

* mpeg2dec: refactor cropping code to use libgstvideo functions

* mpeg2dec: use gst_pad_alloc_buffer() when cropping buffers

* mpegparse: re-fix flow return handling

* rmdemux: set GST_BUFFER_FLAG_DELTA_UNIT properly

* x264enc: add a note to the docs about encoder latency and queues

* x264enc: also accept YV12 input

* x264enc: Handle codec/encoder tags

* x264enc: Work around a rate control issue in libx264

* x264: use pkg-config to locate libx264

* x264: vbv-buf-capacity should have a minimum of 0

* xingmux: Don\'t ignore WRONG_STATE and NOT_LINKED when pushing
data downstream

* 539254 : [dvdreadsrc] DVDs with multiple angles switch angles
during read

* 571146 : mpeg2dec: possibly uses wrong strides for 4:2:2 and
4:4:4 YUV with unusual display width or height

* 599515 : Fix dvb for DVB API 3.3

* 621465 : [x264enc] Video codec information copied incorrectly to
output

* 632549 : [mpeg2dec] answers to position queries are wrong for DVDs

* 632861 : [x264enc] really bad quality with tune=zerolatency

* 634840 : x264: use pkg-config to locate dependencies for plugin

* 635291 : x264enc: \" vbv-buf-capacity \" property should have
minimum value of 0

* 635461 : Crash in mad decoder when changing number of audio
output channels in Totem while media is running

* 636107 : x264enc: docs should indicate specifics of using with
queues

* 637093 : rmdemux: set GST_BUFFER_FLAG_DELTA_UNIT properly

* 637932 : realmedia: do not use the pad buffer allocation
functions in demuxers

* 639226 : [asfdemux] Doesn\'t handle new PlayReady DRM files

Sun Jan 16 13:00:00 2011 ajAATTsuse.de
- Remove buildrequire on pyxml and add instead one on python-xml,
changelog of package with date 2008-03-21 contains:
\"Don\'t depend on PyXML and use only XML modules that are shipped
with python.\"

Fri Sep 3 14:00:00 2010 dimstarAATTopensuse.org
- Update to version 0.10.16:
+ liboil is no longer required, but orc is now required
+ asfdemux:
- fix playback of files or streams that are shorter than the
advertised preroll value
- fix sending eos event for chained asfs in pull mode (exotic)
- fix playback of files or streams that advertise miniscule
preroll values
+ lamemp3enc: implement latency query
+ rmdemux: fix playback of sipro audio streams
+ x264enc:
- refactor code in preparation for presets/tunings
- add \"profile\" property (and default to MAIN profile)
- improve defaults: medium speed/quality preset; auto mode for
threads
- add \"speed-preset\", \"tune\" and \"psy-tune\" properties
- add \"option-string\" property to specify advanced parameters
- set time base if needed, fixes visual artifacts
- add \"sliced-threads\", \"sync-lookahead\", \"intra-refresh\",
\"mb-tree\", and \"rc-lookahead\" properties
- fix compilation against ancient x264 versions
(X264_BUILD <= 75)
- speed up first pass of multi-pass encoding (has no impact on
quality)
- fix flushing of delayed frames with new default settings
+ Bugs fixed: bgo#599718, bgo#600412, bgo#607798, bgo#618896,
bgo#620007, bgo#620344, bgo#622407, bgo#624786, bgo#625557,
bgo#626577, bgo#627946
- Remove liboil-devel BuildRequires and add orc-devel instead.
- Rebase gstreamer010-plugins-ugly-patched.patch.

Tue Aug 31 14:00:00 2010 ajAATTsuse.de
- Recommend instead of require lang package since it\'s not mandatory.

Wed Aug 25 14:00:00 2010 vuntzAATTopensuse.org
- Cleanup latest changes.
- Change gstreamer010 Enhances to gstreamer-0_10.

Fri Aug 20 14:00:00 2010 reddwarfAATTopensuse.org
- Remove Valgrind BuildRequires since we are not running the
checks.
- Remove unneeded BuildRequires: sgml-skel, xorg-x11-devel.
- For BUILD_ORIG, add Buildrequires: libtwolame-devel.
- For BUILD_ORIG, rename Buildrequires: a52dec-devel to
liba52-devel, amrnb-devel to libopencore-amr-devel, lame to
libmp3lame-devel, x264-devel to libx264-devel, mad-devel to
libmad-devel.
- Fix BUILD_ORIG.
- Make build verbose to help post-build checks.
- Run spec-cleaner.
- Pass --disable-static to configure.
- Take ideas from Packman: use --with-package-name and
- -with-package-origin in configure, make it easy to disable
experimental plugins.

Thu Aug 12 14:00:00 2010 dimstarAATTopensuse.org
- Update to version 0.10.15:
+ 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
- Put pixel-aspect-ratio from input into the src pad caps
+ bgo#612995: x264enc: pixel-aspect-ratio does not appear in src
pad caps
+ bgo#613815: A call in gst/realmedia/rmutils.c discards
qualifiers from pointer target type
+ bgo#615410: x264 orders NALs differently than x264enc expects
+ bgo#617078: Wrong include paths in amr elements
+ bgo#619776: [x264enc] is unable to do Baseline with recent
x264
+ bgo#618098: [rmdemux] Add descrambling for Sipro codec
- Rebase gstreamer010-plugins-ugly-patched.patch.

Mon Mar 8 13:00:00 2010 dimstarAATTopensuse.org
- Update to version 0.10.14:
+ Features of this release:
- amrwbdec: give decoder a rank so decodebin/playbin will use
it
- asfdemux: fix flow aggregation
- asfdemux: try harder to put sane timestamps and durations on
buffers
- asfdemux: accept fragments in a continued packet where the
subsequent fragments declare a size of 0
- asfdemux: improve seek behaviour for audio-only files without
an index
- asfdemux: careful to avoid crash on bogus data; avoid
strlen() on NULL pointers
- asfdemux: add support for chained asfs (push mode)
- asfdemux: map WM/TrackNumber to GST_TAG_TRACK_NUMBER and
prefer over WM/Track
- asfdemux: post bitrate tags
- mp3parse: seeking fixes: fix non-flushing seek, conserve stop
time for non-accurate seek
- rtspreal: memory leak fixes; make config header construction
valgrind clean
- rmdemux: fix AC-3 in RealAudio playback; post bitrate tags
- x264enc: fix up avcC header construction and playback by
flash players
- x264enc: Make upstream GstForceKeyUnit thread-safe
- x264enc: make use of Access Unit delimiters configurable
- x264enc: adapt to slightly modified x264 API
- xingmux: fix unaligned memory access, makes things work
better on ARM/SPARC
+ Bugs fixed: bgo#606662, bgo#563276, bgo#586464, bgo#598761,
bgo#599095, bgo#599297, bgo#599299, bgo#599333, bgo#599676,
bgo#600037, bgo#601419, bgo#602280, bgo#602556, bgo#603695,
bgo#608564, bgo#610432, bgo#611473, bgo#608533, bgo#610089

Thu Mar 4 13:00:00 2010 dimstarAATTopensuse.org
- Update to 0.10.13:
+ Improve A52 decoder
+ Add AMR-WB decoder and AMR-NB decoder/encoder based on OpenCore
codecs
+ ASF playback improvements
+ Improve mp3 parser and seeking
+ Bugs fixed:
- bgo#519721: [asfdemux] wma tags are not copied when
converting to another format
- bgo#584890: AMR plugins based on Opencore codecs
- bgo#585956: [mp3parse] indexing improvements
- bgo#590432: It\'s only possible to build the mad plugin when
building id3tag as well
- bgo#591348: AMR plugins should check for opencore-amr .pc
files
- bgo#592787: a52dec: Allow liba52 to use djbfft based IMDCT
transform
- bgo#596517: x264 element no longer compiles against changed
upstream API
- bgo#598272: a52dec leaks input buffers
- bgo#598370: Properly detect pre-releases

Mon Oct 26 13:00:00 2009 sbrabecAATTsuse.cz
- Added support for translation-update-upstream (FATE#301344).

Wed Aug 12 14:00:00 2009 sbrabecAATTsuse.cz
- Update to version 0.10.11:

* 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

* Bugs fixed: bgo#401173, bgo#494528, bgo#574461, bgo#576305,
bgo#579058, bgo#580803, bgo#580869, bgo#581341, bgo#581756,
bgo#582056, bgo#582375, bgo#583112, bgo#573720, bgo#581464,
bgo#578524.

Thu Apr 30 14:00:00 2009 sbrabecAATTsuse.cz
- Don\'t call autogen in older products and modify patch to work.

Mon Mar 23 13:00:00 2009 vuntzAATTnovell.com
- Update to version 0.10.11:
+ 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
+ Bugs fixed: bgo#571146, bgo#574461, bgo#454228, bgo#522699,
bgo#527112, bgo#556714, bgo#560348, bgo#562065, bgo#562086,
bgo#564885, bgo#568836, bgo#569317, bgo#575068, bgo#335067,
bgo#571358
- Drop gstreamer010-plugins-ugly-enable-incomplete.patch: we
stopped applying it since resindvd from -bad should be better.
- Drop gstreamer010-plugins-ugly-dvdnav.patch since we don\'t build
dvdnav.
- Use makeinstall.
- Respin gstreamer010-plugins-ugly-patched.patch.


 
ICM