summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* codecparsers: Add -lm needed by H.265 parserReynaldo H. Verdejo Pinochet2013-11-131-1/+2
* mpegts: Add some more element-type annotations for g-iSebastian Dröge2013-11-081-1/+19
* codecparsers: Fix bad condition in h264 parserAurélien Zanelli2013-11-071-1/+1
* codecparsers: Remove some unused functionsSebastian Dröge2013-11-073-54/+0
* codecparsers: add H.265 HEVC bitstream parserSreerenj Balachandran2013-11-063-2/+3719
* mpegts: Add support for parsing DVB Subtitling descriptor (0x59)Edward Hervey2013-10-112-0/+76
* mpegts: Fix assertion fault in ISO 639 parsingJesper Larsen2013-10-111-5/+7
* mpegts: Add ISO 639 parsing functionsJesper Larsen2013-10-072-3/+59
* codecparsers: h264: store quantization matrices in zig-zag orderSreerenj Balachandran2013-10-021-4/+1
* codecparsers: h264: add helpers to convert quantization matricesSreerenj Balachandran2013-10-022-0/+112
* mpegts: Add SCTE/EISS sections and table typesSteve Maynard2013-09-284-1/+105
* egl: Update for new GstContext APISebastian Dröge2013-09-182-8/+14
* mpegts: mark as unstable APITim-Philipp Müller2013-08-281-0/+5
* mpegts: ABI/API break: Use GPtrArray instead of GArrayEdward Hervey2013-08-217-147/+204
* .gitignore: Update for new files to ignoreEdward Hervey2013-08-141-0/+2
* codecparsers: mpegvideoparse: turn internal consistency check into a g_assert()Tim-Philipp Müller2013-08-131-3/+2
* codecparsers: mpegvideoparser: minor doc fixesTim-Philipp Müller2013-08-132-7/+12
* all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2013-07-291-0/+4
* codecparser: Make warnings more meaningfulEdward Hervey2013-07-261-2/+8
* mpegts: Unify section checks and add BAT parsingEdward Hervey2013-07-094-205/+255
* codecparsers: h264: fix calculation of the frame cropping rectangle.Gwenole Beauchesne2013-07-091-8/+9
* h264parser: Parse the cropping-rectangle separately.Sreerenj Balachandran2013-07-092-10/+23
* uridownloader: fix crash when download is nullThiago Santos2013-07-081-2/+4
* uridownloader: do not set cancelled unless explicitly called by userThiago Santos2013-07-081-4/+17
* mpegts: Avoid false-positives in section type detectionEdward Hervey2013-07-071-10/+24
* mpegts: Properly handle UTC time in sectionsEdward Hervey2013-07-061-5/+10
* mpegts: Fix NIT parsingEdward Hervey2013-07-061-22/+4
* codecparsers: mpeg2: fix video packet header size checks.Gwenole Beauchesne2013-07-051-3/+3
* codecparsers: mpeg2: add slice header parsing API.Sreerenj Balachandran2013-07-052-0/+164
* codecparsers: mpeg2: add sequence scalable extension parsing API.Sreerenj Balachandran2013-07-052-4/+127
* codecparsers: mpeg2: add new API that takes GstMpegVideoPacket arguments.Gwenole Beauchesne2013-07-052-77/+328
* mpegts: Improve documentationEdward Hervey2013-07-047-10/+101
* mpegtsdescriptor: Fix handling of unknown stream encodingsEdward Hervey2013-07-041-5/+3
* mpegts: Add registered mpeg-ts stream typesEdward Hervey2013-07-041-1/+116
* mpegts: split dvb descriptors/enums into a separate fileEdward Hervey2013-07-037-549/+637
* mpegts: Fix TOT section parsingEdward Hervey2013-07-031-0/+1
* mpegts: Split files and implement free functionsEdward Hervey2013-07-039-1086/+1204
* uridownloader: Simplify locking to fix deadlocksThiago Santos2013-07-031-24/+26
* libs/mpegts: Rename GstMpegTS => GstMpegTsEdward Hervey2013-07-035-325/+334
* gst-libs: New Mpeg-TS support libraryEdward Hervey2013-07-038-2/+3702
* uridownloader: add support for range based downloadsThiago Santos2013-07-012-2/+47
* h264parser: Fix the return value type for the SEI palyload parsing methods.Sreerenj Balachandran2013-07-011-3/+3
* codecparsers: Fix gtk-docEdward Hervey2013-06-235-9/+10
* mpegvideoparser: Fix the pixel-aspect-ratio calculationSreerenj Balachandran2013-06-061-3/+8
* signalprocessor: ladspa is not using this anymoreStefan Sauer2013-05-285-1362/+2
* codecparsers: Actually store mpeg video bitrate valueEdward Hervey2013-05-231-1/+2
* insertbin: Annotate callback scopesOlivier Crête2013-05-151-10/+10
* egl: Add destroy notify instead of always calling eglTerminate() on the displaySebastian Dröge2013-05-102-4/+6
* egl: Allow being used in C++ codeJosep Torra2013-05-101-0/+3
* codecparsers: ensure the debug category is properly initializedThiago Santos2013-05-071-2/+11