summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-09-11gst-streaming-server: Fix memory leak in error caseHEADmasterSatya Prakash Gupta1-0/+1
https://bugzilla.gnome.org/show_bug.cgi?id=787015
2016-01-14gss-log: fix another duplicate symbol build errorTim-Philipp Müller2-1/+3
duplicate symbol __gss_error_quark in: .libs/libgss_1.0_la-gss-server.o .libs/libgss_1.0_la-gss-config.o duplicate symbol __gss_error_quark in: .libs/libgss_1.0_la-gss-server.o .libs/libgss_1.0_la-gss-log.o ..
2016-01-14gss-stream: fix duplicate symbols build errorTim-Philipp Müller2-12/+9
duplicate symbol _gss_stream_fd_table in: .libs/libgss_1.0_la-gss-hls-server.o .libs/libgss_1.0_la-gss-server.o duplicate symbol _gss_stream_fd_table in: .libs/libgss_1.0_la-gss-hls-server.o .libs/libgss_1.0_la-gss-session.o ... Caused by a missing 'extern' in the header for the declaration of the fd table. Since the table isn't used elsewhere, we may just as well make it private though.
2015-04-19docs: grammar fixes to HACKME guideReynaldo H. Verdejo Pinochet1-2/+2
2014-11-24gss: add gtk-doc blurbs for some functionsMichael Jones5-3/+144
https://bugzilla.gnome.org/show_bug.cgi?id=702499
2014-04-30Mark openssl as a required dependencyJan Schmidt1-1/+1
2014-04-30Fix RTSP server support.Jan Schmidt3-8/+6
The pkg-config file for RTSP server was renamed in 2012, so I guess noone has built RTSP support since then. Fix the build for the GstRTSPMediaMapping -> GstRTSPMountPoints renaming that happened a while back too.
2014-01-27Add documentation blocks for most sectionsDavid Schleef15-0/+108
2014-01-27docs: fix wrong refsect2 closing tagReynaldo H. Verdejo Pinochet1-1/+1
2014-01-18update gitignoreDavid Schleef1-21/+37
2014-01-18more documentation workDavid Schleef4-38/+205
2014-01-12move docs to subdirDavid Schleef12-109/+111
2014-01-12update .gitignoreDavid Schleef1-1/+32
2014-01-12doc fixesDavid Schleef13-40/+318
2014-01-07Documentation fixesDavid Schleef5-67/+443
2014-01-06debian: add git log to changelog entryDavid Schleef1-0/+3
2013-11-24debian: new snapshotDavid Schleef1-0/+6
2013-11-24debian: change how snapshots are madeDavid Schleef1-2/+0
2013-11-24Fix make distDavid Schleef1-3/+19
2013-11-24New debian snapshotDavid Schleef2-1/+7
2013-11-24Fix make distDavid Schleef2-3/+2
2013-11-23playready: readd old openssl codeDavid Schleef1-0/+45
OpenSSL earlier than 1.0.1 does not have the function we need.
2013-11-17Run autogen.shDavid Schleef1-0/+2
2013-11-17isom: decrease clear bytes to 48David Schleef2-12/+16
2013-11-17Revert "isom: use hard-coded string in hdlr"David Schleef2-20/+15
This reverts commit 3d5cd9dffa445fef83aa2519706e2aeb3dfdfd28. Also fix tests.
2013-11-17server: allow content-type in CORS headersDavid Schleef1-1/+1
2013-11-17playready: fix for null auth_tokenDavid Schleef2-9/+11
2013-11-17adaptive: add CORS headersDavid Schleef1-0/+6
2013-11-17adaptive: fix crash if version not foundDavid Schleef1-1/+2
2013-11-17vod: Allow free-form content versionsDavid Schleef1-11/+0
2013-11-17adaptive: check version in manifestDavid Schleef1-2/+6
2013-11-17debian: don't run 'make check'David Schleef1-0/+2
2013-11-17adaptive: Add segmentAlignment=trueDavid Schleef2-2/+4
2013-11-17tests: add clear/isoff-ondemand checkDavid Schleef1-1/+13
2013-11-15gss: Change name for tool/gss-server filesReynaldo H. Verdejo Pinochet6-12/+12
gss-server is present on some distros already. Debian, for example, has it for packages krb5-gss-samples and libgssapi-perl. General idea is for GStreamer binaries to have the gst- prefix.
2013-11-07server: Fix <,> in htmlDavid Schleef1-4/+6
2013-11-07Fix test for CENC changeDavid Schleef1-1/+1
2013-11-07server: Add dashif copyright blockDavid Schleef1-0/+40
2013-11-07adaptive: make dash range requests asyncDavid Schleef1-22/+55
2013-11-07vod: handle content_id in vod-player urlDavid Schleef1-3/+17
2013-11-07transaction: refactor timekeepingDavid Schleef3-16/+34
2013-11-07adaptive: Add CENC ContentProtection in DASH XMLDavid Schleef1-0/+2
2013-11-07Add missing test filesDavid Schleef2-0/+69
2013-11-06buildsystem: Bunch of fixesReynaldo H. Verdejo Pinochet1-54/+12
- Use AG_GST_PKG_CHECK_MODULES for pkg-config modules - Drop custom dependency errors - Drop AC_SUBSTs for PKG_CHECKs (No needed since pkg-config > 0.24)
2013-11-05buildsystem: Error out on missing libxml2Reynaldo H. Verdejo Pinochet1-1/+1
2013-11-05Add missing buildsystem hooks for libxml2Reynaldo H. Verdejo Pinochet2-4/+12
2013-11-05Fix build while tests/check/ is missingTim-Philipp Müller2-2/+2
2013-11-05Fix common submoduleTim-Philipp Müller2-2/+2
2013-11-03isom: split out dumping functionsDavid Schleef4-198/+298
2013-11-03vod: Add dash playerDavid Schleef4-0/+58
Based on dashif.org js player version 1.0