summaryrefslogtreecommitdiff
path: root/libgupnp-av
Commit message (Collapse)AuthorAgeFilesLines
* Add helper function for iso8601Jens Georg2022-05-012-0/+49
| | | | DLNA expects a certain subset of ISO8601 which this function provides
* Fix unsetting subtitleFileTypeJens Georg2021-07-101-1/+1
|
* Feature: Turns out it's useful to derive from thatJens Georg2021-07-082-10/+9
| | | | | Not all features are just providing objectIDs. CLOCKSYNC or FFQ for example are more complex
* Make Feature and FeatureListParser final typesJens Georg2021-07-044-21/+21
| | | | It is not useful to ever derive from that
* all: Force declared GLib versionJens Georg2021-07-0424-3/+46
|
* Minor formattingJens Georg2021-07-042-6/+5
|
* Remove obsolete version checkJens Georg2021-07-041-64/+41
|
* Add missing includes to private headersJens Georg2021-07-044-0/+4
|
* Add missing G_GNUC_INTERNAL to private functionsJens Georg2021-07-042-2/+2
|
* Fix header guardsJens Georg2021-07-0416-32/+32
|
* LGPL-2.0 -> LGPL-2.1Jens Georg2021-07-0455-719/+59
| | | | | Also get rid off the walls of text and use SPDX-License-Identifier in the source files
* all: Port classes to new GObject type macrosJens Georg2021-07-0341-1273/+1189
| | | | Bump ABI version, since I cannot guarantee that this didn't change ABI
* xml-util: Make AVXMLDoc a rc_boxJens Georg2021-07-031-18/+6
|
* build: Make library version depend on project versionJens Georg2021-07-031-2/+17
|
* Make LastChangeEntry a atomic RC boxJens Georg2021-07-031-21/+16
|
* build: Fix typo in overrideJens Georg2021-06-191-1/+1
|
* build: Allow use as subprojectJens Georg2021-06-191-0/+2
|
* build: Drop autotoolsJens Georg2021-06-121-142/+0
|
* build: Dist meson build files in autotools buildJens Georg2020-08-011-1/+1
|
* all: Drop deprecated macro callsJens Georg2020-08-0110-38/+16
|
* writer: @refID is a standard propertyJens Georg2020-08-011-0/+1
|
* Fix a -Wcast-function-type errorJens Georg2018-10-261-1/+1
|
* Add meson build filesJens Georg2018-10-261-0/+82
|
* Remove deprecated class_add_privateJens Georg2018-10-2510-65/+41
|
* Fix some string castsJens Georg2018-10-252-4/+4
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* Fix compile error with recent glibJens Georg2018-10-251-1/+1
|
* Rename internal XML utility functionsJens Georg2018-02-1415-471/+484
| | | | | | Prevent clashes with GUPnP when linking statically https://bugzilla.gnome.org/show_bug.cgi?id=784511
* Fix parsing of storageUsedJens Georg2018-02-132-13/+5
| | | | | | For some reason, it was implemented as multi-valued property https://bugzilla.gnome.org/show_bug.cgi?id=770174
* fix memory leak on GUPnPAVXMLDocThomas Martinez2018-02-131-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=778396
* Remove unnecessary dependency to GSSDP girJens Georg2016-10-111-1/+1
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* Remove dependency on GUPnPJens Georg2016-10-1026-122/+159
| | | | | | | | We actually only used it for GUPnPXMLDoc and some error constants. This is now replaced by a small boxed that adds external refcounting to xmlDoc and GLib's G_MARKUP_ERROR constants. Signed-off-by: Jens Georg <mail@jensge.org>
* Fix annotations for functions returning voidJens Georg2016-02-086-76/+0
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* Make DIDL-Lite check less restrictiveJens Georg2015-11-053-1/+27
| | | | | | | | Only check for validity of @restricted if present, but not its presence Signed-off-by: Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=740266
* Remove gnome-commonJens Georg2015-06-1413-69/+64
| | | | | | And fix compiler errors Signed-off-by: Jens Georg <mail@jensge.org>
* Avoid warnings when protocolInfo is missingSven Neumann2014-12-242-1/+5
| | | | | | | | | There should not be run-time warnings when the protocolInfo is missing in an DIDL-Lite XML fragment. Signed-off-by: Sven Neumann <neumann@teufel.de> https://bugzilla.gnome.org/show_bug.cgi?id=740265
* gupnp-didl-lite-object: fix namespace gettersSven Neumann2014-12-231-4/+12
| | | | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=740365 Signed-off-by: Sven Neumann <neumann@teufel.de>
* Revert "Add dlna namespace only when it's actually used"Jens Georg2014-06-103-34/+2
| | | | | | | | | This reverts commit 50a5e45591e7bccb79250502c22233793dc6b2cb. Conflicts: libgupnp-av/gupnp-didl-lite-writer.c https://bugzilla.gnome.org/show_bug.cgi?id=705564
* Lazy-create XML namespacesJens Georg2014-06-107-41/+78
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=705564
* Add utility function to lazy-create nsJens Georg2014-06-102-0/+37
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=705564
* Add utility function to find namespacesJens Georg2014-05-313-31/+60
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=705564
* Add utility functions for ns creationJens Georg2014-05-314-44/+67
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=705564
* Add null checksJens Georg2014-05-311-4/+4
| | | | | | | | Fixes coverity issue 60869 Signed-off-by: Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=731033
* Remove unused assignmentJens Georg2014-05-221-1/+1
| | | | | | | | Coverity issue 60874 Signed-off-by: Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=730591
* Remove dead codeJens Georg2014-05-224-8/+0
| | | | | | | | Coverity ids 60870,60871,60872,60873 Signed-off-by: Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=730590
* Check for empty mandatory tags during UpdateObjectParthiban Balasubramanian2014-02-011-0/+25
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=705522
* Fix namespace creation in DIDLLite parserJens Georg2013-12-141-1/+1
|
* Rename cleartextSize to cleartext-size in object notifyParthiban Balasubramanian2013-12-141-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=719377
* Add support for pv:subtitleFileUri and TypeJens Georg2013-10-199-15/+325
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=695990
* Rename cleartextSize GObject propertyJens Georg2013-10-162-14/+14
|
* Add res@dlna:trackTotal propertyJens Georg2013-10-162-1/+132
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=702557