summaryrefslogtreecommitdiff
path: root/gst-libs/gst/mpegts/gstmpegtsdescriptor.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-08-051-2/+2
* mpegts: Update documentationEdward Hervey2020-12-141-153/+41
* mpegts: Documentation fixesEdward Hervey2020-11-211-0/+2
* tsdemux: Add new API for fetching extended descriptorsyychao2020-09-141-0/+32
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-2/+2
* docs: Build documentation with hotdocThibault Saunier2019-05-131-1/+136
* mpegts: Register a number of new boxed types to support auto generation of bi...Russel Winder2018-11-081-0/+34
* libs: fix API export/import and 'inconsistent linkage' on MSVCTim-Philipp Müller2018-09-241-0/+4
* mpegts: Add GIR generation array anotationsRussel Winder2018-05-191-8/+8
* mpegts: fix invalid memory access in language descriptorVincent Penquerc'h2017-04-091-1/+4
* mpegtsmux: write language descriptor when language is availableThiago Santos2016-04-261-0/+24
* mpegtsdescriptor: Add API for creating extended descriptors and fix writing themSebastian Dröge2015-11-031-11/+30
* Remove a bunch of silly ';;' typos at the end of linesJan Schmidt2015-03-121-1/+1
* mpegts: fix some compiler warningsJulien Isorce2014-11-251-4/+5
* mpegtsdescriptor: Fix format string compiler warningRamprakash Jelari2014-11-241-1/+1
* mpegts: Add parsing for CA descriptor (0x05)Edward Hervey2014-07-111-0/+41
* mpegts: No need to check for NULL before calling g_free()Sebastian Rasmussen2014-07-091-4/+2
* mpegts: Expose GstMpegtsDescriptor free functionEdward Hervey2014-07-011-3/+12
* mpegts: Unify API : GstMpegts / gst_mpegts_ / GST_*_MPEGTS_Edward Hervey2014-06-251-53/+53
* mpegts: change to GType and from gchar[] to gchar*Stefan Ringel2014-06-241-9/+59
* mpegts: Fix Logical Channel Descriptor parsingEdward Hervey2014-05-281-1/+1
* mpegts: mpegtsdescriptor: fix gobject-introspection warningsThiago Santos2014-05-151-2/+2
* mpegts: add parsing data broadcast descriptorStefan Ringel2014-03-311-1/+0
* mpegts: add parsing stream identifierStefan Ringel2014-03-311-4/+0
* mpegts: Fix descriptor checksEdward Hervey2014-02-251-10/+10
* mpegts: Add size guards for descriptors where neeededEdward Hervey2014-02-201-0/+2
* mpegts: Updated docs with new APIJesper Larsen2014-02-061-1/+1
* mpegts: Support registration and custom descriptorJesper Larsen2014-02-061-0/+52
* mpegts: Add functions to packetize sectionJesper Larsen2014-02-061-0/+26
* mpegts: Add init functions for descriptor/sectionJesper Larsen2014-02-061-1/+46
* mpegts: Add function to encode UTF8 stringsJesper Larsen2014-02-061-0/+154
* mpegts: Use big endian UCS-2 codingJesper Larsen2014-02-061-3/+3
* mpegts: Add support for two-way iconv conversionsJesper Larsen2014-02-061-16/+24
* mpegts: Fix assertion fault in ISO 639 parsingJesper Larsen2013-10-111-5/+7
* mpegts: Add ISO 639 parsing functionsJesper Larsen2013-10-071-0/+55
* mpegts: ABI/API break: Use GPtrArray instead of GArrayEdward Hervey2013-08-211-60/+55
* mpegts: Improve documentationEdward Hervey2013-07-041-1/+23
* mpegtsdescriptor: Fix handling of unknown stream encodingsEdward Hervey2013-07-041-5/+3
* mpegts: split dvb descriptors/enums into a separate fileEdward Hervey2013-07-031-239/+1
* mpegts: Split files and implement free functionsEdward Hervey2013-07-031-5/+5
* libs/mpegts: Rename GstMpegTS => GstMpegTsEdward Hervey2013-07-031-39/+39
* gst-libs: New Mpeg-TS support libraryEdward Hervey2013-07-031-0/+892