summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersgupnp-dlna-0.6Jens Georg2012-08-3115-28/+46
|
* Remove explicit calls to g_thread_init()Riko Yamada2012-06-235-8/+6
| | | | | | | With recent glib, g_type_init() initializes the thread system for us and g_thread_init() has been deprecated in GLib-2.32. https://bugzilla.gnome.org/show_bug.cgi?id=673472
* Release 0.6.6gupnp-dlna-0.6.6Jens Georg2012-03-172-1/+11
|
* xml: Add AVC_MP4_HP_HD_EAC3 profileJens Georg2012-03-021-0/+58
|
* xml: Rename AVC_MKV restriction to AVC-L4Jens Georg2012-03-021-3/+3
|
* xml: Add EAC3-3024 restrictionJens Georg2012-03-022-7/+8
|
* xml: Add AVC_MP4_MP_SD_EAC3Jens Georg2012-03-021-0/+41
|
* xml: Losen bitrate restrictionsJens Georg2012-03-022-2/+2
|
* xml: Add EAC3 audio formatJens Georg2012-03-021-0/+22
|
* xml: Add MKV profilesJens Georg2012-03-022-10/+197
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669981
* Drop return value from process_dlna_profileJens Georg2012-02-131-3/+1
|
* Drop useless checkJens Georg2012-02-131-8/+6
| | | | If g_new0 returns NULL here, we have different problems.
* Release 0.6.5gupnp-dlna-0.6.5Jens Georg2012-02-132-1/+13
|
* Change gir namespaceJens Georg2012-01-251-11/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=668606
* Fix gst_init warnings during typelib creationJens Georg2011-12-091-2/+3
|
* docs: Add "new" discoverer methodsJens Georg2011-12-081-0/+4
|
* autogen.sh: Improve scriptJavier Jardón2011-10-242-240/+26
| | | | Also remove INSTALL file as Its autogenerated
* configure.ac: Use auxiliar directory to store generated filesJavier Jardón2011-10-241-1/+2
|
* configure.ac: Generate xz tarballs by defaultJavier Jardón2011-10-241-2/+2
|
* configure.ac: Update autotools configurationJavier Jardón2011-10-241-11/+20
| | | | | Replace autoconf deprecated macros Use new libtool syntax
* Release 0.6.4gupnp-dlna-0.6.4Jens Georg2011-10-202-1/+13
|
* Add MPEG4_P2_MP4_SP_L5_AACJens Georg2011-09-061-0/+9
|
* Correct MPEG4_P2_MP4_SP_L6_AACJens Georg2011-09-061-5/+172
|
* Add SP_4000 and SP_12000Jens Georg2011-09-061-0/+22
|
* Correct SP_8000 restrictionJens Georg2011-09-061-3/+3
| | | | Restriction applies to SP@L5. Also relax bitrate requirements.
* Correct typo in profile descriptionJens Georg2011-09-061-1/+1
|
* xml: Relax bitrate restriction on AAC*320Arun Raghavan2011-09-021-1/+1
|
* xml: Fix ADTS profilesArun Raghavan2011-09-021-6/+12
| | | | These got broken by commit f25eee35882ee6e7eba6fda26e047a01d82343fb
* Release 0.6.3gupnp-dlna-0.6.3Jens Georg2011-08-292-1/+15
|
* Respect ACLOCAL_FLAGSJens Georg2011-08-031-0/+2
| | | | Issue reported by Lukasz Pawlik
* Add 'MPEG4_P2_MP4_SP_L6_AAC' profileJens Georg2011-07-281-0/+338
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=655504
* Release 0.6.2gupnp-dlna-0.6.2Jens Georg2011-07-072-1/+16
|
* Fix typo in introspection supportJens Georg2011-07-071-1/+1
|
* Add GObject introspectionJens Georg2011-07-075-13/+140
|
* Relax restrictions for AAC_ADTSLuis de Bethencourt2011-07-061-13/+7
|
* Fix AAC profilesJens Georg2011-07-051-6/+21
|
* Update repository location of gupnp-dlna-mediaZeeshan Ali (Khattak)2011-06-081-1/+1
|
* Add a DOAP fileZeeshan Ali (Khattak)2011-06-081-0/+39
|
* Relase 0.6.1gupnp-dlna-0.6.1Zeeshan Ali (Khattak)2011-04-102-1/+11
|
* Actually bump the SO versionAndreas Henriksson2011-04-101-1/+1
|
* Relase 0.6.0gupnp-dlna-0.6.0Zeeshan Ali (Khattak)2011-04-072-1/+26
|
* Test media moved to gitoriousZeeshan Ali (Khattak)2011-03-101-1/+1
|
* Relax some video restrictions for MPEG TSZeeshan Ali (Khattak)2011-03-091-20/+20
| | | | Relax pixel-aspect-ratio and video bitrate restrictions for MPEG TS.
* Add 'MPEG_TS_SD_EU_ISO' profileZeeshan Ali (Khattak)2011-03-041-0/+108
|
* Fix return types for getter functionsParthasarathi Susarla2011-02-241-3/+4
| | | | | The getter functions for GUPnPDLNAProfile to get video/audio/container caps need to return const.
* Add header guard to gupnp-dlna-profile-private.hParthasarathi Susarla2011-02-241-0/+7
|
* Rename gupnp-dlna-load.[hc] to profile-loading.[hc]Parthasarathi Susarla2011-02-237-7/+7
|
* Remove misleading 'Priv' suffixParthasarathi Susarla2011-02-153-23/+23
| | | | | Remove the misleading 'Priv' suffix from GUPnPDLNARestrictionsPriv. This internal structure is now known as 'GUPnPDLNARestrictions'.
* Fix indentation.Parthasarathi Susarla2011-02-151-6/+6
|
* No doc for gupnp_dlna_profile_new()Parthasarathi Susarla2011-02-081-7/+0
| | | | | gupnp_dlna_profile_new() is no more a public api. It is internal now, so it isn't documented anymore.