diff options
author | Regis Merlino <regis.merlino@intel.com> | 2013-06-10 15:05:20 +0200 |
---|---|---|
committer | Regis Merlino <regis.merlino@intel.com> | 2013-06-10 15:05:20 +0200 |
commit | b7a43fec95a00045277700a3ff4fd5d118157428 (patch) | |
tree | 737d655ead40aee89949dfc67d403a8399a2d90f /NEWS | |
parent | 947a8d253be4b4b167a6af77937bad3efc3b9de2 (diff) | |
download | GUPnP-DLNA-b7a43fec95a00045277700a3ff4fd5d118157428.tar.gz GUPnP-DLNA-b7a43fec95a00045277700a3ff4fd5d118157428.tar.bz2 GUPnP-DLNA-b7a43fec95a00045277700a3ff4fd5d118157428.zip |
Update gupnp-dlna to 0.10.2 (34fee04)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -1,3 +1,32 @@ +0.10.2 +====== +- Fix vapi generation with GObject-introspection >= 1.36. +- Minor build clean-up. +- Check the XML profiles against their schema on make check-profiles. +- Re-enable some of the old tests on make check. +- Fix format detection for ADTS audio streams. +- Fix WMA bitrate detection. +- Fix gtk-doc warnings. + +Profiles: +- Fix MPEG_TS_*_EU audio profiles to include proper bitrates and audio + formats. +- Remove depth matching in PNG profiles. +- Fix AAC level for MULT5 AAC. +- Add MPEG_TS_{SD,HD}_{EU,NA} profiles. +- Add MPEG_PS_{NTSC,PAL} profiles. + +All contributors to this release: + Jens Georg <jensg@openismus.com> + +0.10.1 +====== +- Add functionality to let the meta-data back-end provide a profile on its + own. + +All contributors to this release: + Jens Georg <jensg@openismus.com> + 0.10.0 ====== - Various fixes for the GStreamer 0.10 meta-data back-end. |