b82a114c19
Update to 0.6.4 -- no code change, just new/updated upnp profiles => safe for 12.1 OBS-URL: https://build.opensuse.org/request/show/88826 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp-dlna?expand=0&rev=19
135 lines
4.9 KiB
Plaintext
135 lines
4.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Oct 20 09:53:12 UTC 2011 - vuntz@opensuse.org
|
|
|
|
- Update to version 0.6.4:
|
|
+ Add profile for MPEG4_P2_MP4_SP_L5_AAC.
|
|
+ Fix ADTS profiles
|
|
+ Fix MPEG4_P2_MP4_SP_L6_AAC
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 30 17:04:08 CEST 2011 - vuntz@opensuse.org
|
|
|
|
- Update to version 0.6.3:
|
|
+ Add profile for MPEG4_P2_MP4_SP_L6_AAC.
|
|
+ Respect ACLOCAL_FLAGS environment variable
|
|
+ Bugs fixed: bgo#655504.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 7 13:40:13 CEST 2011 - vuntz@opensuse.org
|
|
|
|
- Update to version 0.6.2:
|
|
+ Fix mime types for AAC_* profiles.
|
|
+ Fix AAC_ADTS_* profiles to be matchable in strict mode.
|
|
+ Initial GObject-introspection support
|
|
- Add gobject-introspection-devel BuildRequires to build
|
|
introspection support.
|
|
- Stop using source service to download the tarball, as Factory
|
|
will move away from this.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 29 14:19:07 UTC 2011 - dimstar@opensuse.org
|
|
|
|
- Update to version 0.6.1:
|
|
+ A micro release to really bump the SONAME this time.
|
|
- Changes from version 0.6.0:
|
|
+ Add 'MPEG_TS_SD_EU_ISO' profile.
|
|
+ Relax some video restrictions for MPEG TS profile.
|
|
+ Fix profile parsing logic for images.
|
|
+ Drop fourcc format restrictions.
|
|
+ Only initialize thread system once.
|
|
+ Improve/fix external and internal documentation.
|
|
+ Get rid of nasty warnings when building docs.
|
|
+ Improved handling of GstCaps.
|
|
+ Remove redundant initializations.
|
|
+ Fix some leaks.
|
|
+ Hilight test failures by use of red color.
|
|
+ Mark constant return values as such.
|
|
+ Clear the (obsolete) ChangeLog file.
|
|
+ Test media moved to gitorious.
|
|
+ Many non-functional improvements.
|
|
- Changes from version 0.5.1:
|
|
+ Use encoding-profile from gst-plugins-base.
|
|
+ Drop internalized copy of gst-convenience.
|
|
+ Explicitly link gupnp-dlna-info against gstreamer-pbutils.
|
|
+ GUPnPDLNAProfile exposes related GstEncodingProfile as a
|
|
property.
|
|
- Changes from version 0.5.0:
|
|
+ Use GstDiscoverer from gst-plugins-base and remove internal
|
|
copy of discoverer.
|
|
+ Minor bug fixes.
|
|
- Use source services: download_url, recompress and set_version.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 14 15:04:51 CET 2010 - vuntz@opensuse.org
|
|
|
|
- Own /usr/share/vala and /usr/share/vala/vapi to fix build.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 15 09:24:54 CEST 2010 - vuntz@opensuse.org
|
|
|
|
- Update to version 0.4.2:
|
|
+ Remove internal discoverer namespace changes (fixes API
|
|
breakage)
|
|
+ Skip discoverer tests if media is missing
|
|
- Changes from version 0.4.1:
|
|
+ Allow gupnp-dlna to coexist with soon-to-be-released
|
|
gst-plugins-base (0.10.31). Still can't link applications
|
|
against both, though.
|
|
+ Some build fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 28 00:42:32 CEST 2010 - vuntz@opensuse.org
|
|
|
|
- Update to version 0.4.0:
|
|
+ Don't link against pbutils to avoid conflicts with internal
|
|
gstdiscoverer
|
|
+ Add library versioning
|
|
+ Minor test harness change
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 1 12:20:15 CEST 2010 - vuntz@opensuse.org
|
|
|
|
- Update to version 0.3.1:
|
|
+ Update license from LGPL 2.0 to 2.1
|
|
+ Implement a "relaxed mode" so that we can match more media
|
|
(while not being strictly conformant to the DLNA spec.)
|
|
+ Modify several audio and video profiles to allow for relaxed
|
|
matching
|
|
+ Implement support for "extended profiles" so that we can add
|
|
custom profiles for popular formats no supported but the DLNA
|
|
spec.
|
|
+ Add extended and relaxed modes to gupnp-dlna-info and
|
|
gupnp-dlna-ls-profiles
|
|
+ Minor fixes and profile updates
|
|
- Update License tags to "LGPL v2.1 or later".
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 26 11:14:36 CEST 2010 - vuntz@opensuse.org
|
|
|
|
- Update to version 0.3.0:
|
|
+ New API and tool (gupnp-dlna-ls-profiles) to list all supported
|
|
profiles
|
|
+ Move API to get a profile to the DLNADiscoverer namespace
|
|
+ Make GUPnPDLNAProfile opaque, add to API documentation
|
|
+ Add support for several AVC_MP4_MP profiles
|
|
+ Print stream topology instead of a simple list in
|
|
gupnp-dlna-info
|
|
+ Add debug output controlled by an environment variable for
|
|
eaesier debugging
|
|
+ Beginnings of an automated testing infrastructure
|
|
+ Add relaxed/extended mode properties
|
|
+ Use 'bitrate' instead of 'maximum-bitrate' while matching
|
|
streams
|
|
+ Various bug fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 25 10:41:23 CEST 2010 - vuntz@opensuse.org
|
|
|
|
- Move the DLNA profiles to libgupnp-dlna-1_0-2, since they're
|
|
needed by the library.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 12 13:01:17 CEST 2010 - lmedinas@opensuse.org
|
|
|
|
- Initial import based on Fedora package.
|