Home
last modified time | relevance | path

Searched refs:mediaURL (Results 1 – 25 of 66) sorted by relevance

123

/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Dmetacafe.py172 mediaURL = compat_urllib_parse_unquote(mobj.group(1))
173 video_ext = determine_ext(mediaURL)
178 video_url = mediaURL
181 video_url = '%s?__gda__=%s' % (mediaURL, gdaKey)
199 mediaURL = mobj.group('mediaURL').replace('\\/', '/')
200 video_url = '%s?__gda__=%s' % (mediaURL, mobj.group('key'))
/dports/www/youtube_dl/youtube-dl/youtube_dl/extractor/
H A Dmetacafe.py172 mediaURL = compat_urllib_parse_unquote(mobj.group(1))
173 video_ext = determine_ext(mediaURL)
178 video_url = mediaURL
181 video_url = '%s?__gda__=%s' % (mediaURL, gdaKey)
199 mediaURL = mobj.group('mediaURL').replace('\\/', '/')
200 video_url = '%s?__gda__=%s' % (mediaURL, mobj.group('key'))
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/media_tools/
H A Dm3u8.c36 char *mediaURL; member
594 if (attributes->mediaURL) gf_free(attributes->mediaURL); in parse_attributes()
666 attributes->mediaURL = NULL; in parse_attributes()
1069 if (attribs.mediaURL) { in gf_m3u8_parse_sub_playlist()
1071 gf_free(attribs.mediaURL); in gf_m3u8_parse_sub_playlist()
1072 attribs.mediaURL = NULL; in gf_m3u8_parse_sub_playlist()
1116 if (attribs.mediaURL) { in gf_m3u8_parse_sub_playlist()
1117 gf_free(attribs.mediaURL); in gf_m3u8_parse_sub_playlist()
1118 attribs.mediaURL = NULL; in gf_m3u8_parse_sub_playlist()
1149 if (attribs.mediaURL) in gf_m3u8_parse_sub_playlist()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/media_tools/
H A Dm3u8.c36 char *mediaURL; member
594 if (attributes->mediaURL) gf_free(attributes->mediaURL); in parse_attributes()
666 attributes->mediaURL = NULL; in parse_attributes()
1069 if (attribs.mediaURL) { in gf_m3u8_parse_sub_playlist()
1071 gf_free(attribs.mediaURL); in gf_m3u8_parse_sub_playlist()
1072 attribs.mediaURL = NULL; in gf_m3u8_parse_sub_playlist()
1116 if (attribs.mediaURL) { in gf_m3u8_parse_sub_playlist()
1117 gf_free(attribs.mediaURL); in gf_m3u8_parse_sub_playlist()
1118 attribs.mediaURL = NULL; in gf_m3u8_parse_sub_playlist()
1149 if (attribs.mediaURL) in gf_m3u8_parse_sub_playlist()
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-ming.all/loading/
H A DloadMovieTestRunner.cpp99 URL mediaURL(MEDIADIR"/"); in clickCycle() local
100 URL redURL("red.swf", mediaURL); in clickCycle()
101 URL greenURL("green.jpg", mediaURL); in clickCycle()
102 URL blueURL("blue.swf", mediaURL); in clickCycle()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/graphics/
H A Dvideo_player.cpp489 bool VideoPlayer::initPlayer(string mediaURL) { in initPlayer() argument
657 ctxPtr->m = libvlc_media_new(ctxPtr->libvlc, mediaURL.c_str(), &ex); in initPlayer()
666 if(mediaURL.find(HTTP_PREFIX) == 0) { in initPlayer()
669 ctxPtr->m = libvlc_media_new_location(ctxPtr->libvlc, mediaURL.c_str()); in initPlayer()
674 ctxPtr->m = libvlc_media_new_path(ctxPtr->libvlc, mediaURL.c_str()); in initPlayer()
684 if(mediaURL.find(HTTP_PREFIX) == 0) { in initPlayer()
696 if(mediaURL.find(HTTP_PREFIX) == 0) { in initPlayer()
705 if(mediaURL.find(HTTP_PREFIX) == 0) { in initPlayer()
934 if(mediaURL.find(HTTP_PREFIX) == 0) { in initPlayer()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DHTMLMediaElement.cpp641 KURL mediaURL = getNonEmptyURLAttribute(srcAttr); in selectMediaResource() local
642 if (mediaURL.isEmpty()) { in selectMediaResource()
648 if (isSafeToLoadURL(mediaURL, Complain) && dispatchBeforeLoadEvent(mediaURL.string())) { in selectMediaResource()
651 loadResource(mediaURL, contentType); in selectMediaResource()
668 if (!mediaURL.isValid()) { in loadNextSourceChild()
679 loadResource(mediaURL, contentType); in loadNextSourceChild()
1724 KURL mediaURL; in selectNextSourceChild() local
1741 mediaURL = source->getNonEmptyURLAttribute(srcAttr); in selectNextSourceChild()
1746 if (mediaURL.isEmpty()) in selectNextSourceChild()
1770 … if (!isSafeToLoadURL(mediaURL, actionIfInvalid) || !dispatchBeforeLoadEvent(mediaURL.string())) in selectNextSourceChild()
[all …]
/dports/devel/kf5-kio/kio-5.89.0/autotests/
H A Dpastetest.cpp40 QUrl mediaURL(QStringLiteral("media:/hda1/tmp/Mat%C3%A9riel")); in testPopulate() local
43 kdeURLs << mediaURL; in testPopulate()
52 QCOMPARE(lst[0].url(), mediaURL.url()); in testPopulate()
/dports/multimedia/handbrake/HandBrake-1.4.2/macosx/
H A DHBUtilities.m142 NSURL *mediaURL = URL;
162 mediaURL = [NSURL fileURLWithPath:mpgname];
190 mediaURL = URL.URLByDeletingLastPathComponent;
199 return mediaURL;
H A DHBController.m702 NSURL *mediaURL = [HBUtilities mediaURLFromURL:fileURL];
707 BOOL canScan = [self.core canScan:mediaURL error:&outError];
731 [self.core scanURL:mediaURL
754 self.window.representedURL = mediaURL;
755 self.window.title = mediaURL.lastPathComponent;
764 …if ([NSWorkspace.sharedWorkspace isFilePackageAtPath:mediaURL.URLByDeletingLastPathComponent.path])
766 …[NSUserDefaults.standardUserDefaults setURL:mediaURL.URLByDeletingLastPathComponent.URLByDeletingL…
770 …[NSUserDefaults.standardUserDefaults setURL:mediaURL.URLByDeletingLastPathComponent forKey:HBLastS…
/dports/misc/perkeep/perkeep-0.11/pkg/importer/twitter/
H A Dtwitter.go607 for _, mediaURL := range m.URLs() {
609 res, err := ctxutil.Client(r.Context()).Get(mediaURL)
611 return false, fmt.Errorf("Error fetching %s for tweet %s : %v", mediaURL, url, err)
617 … return false, fmt.Errorf("HTTP status %d fetching %s for tweet %s", res.StatusCode, mediaURL, url)
620 log.Printf("twitter: for zip tweet %s, reading %v", url, mediaURL)
625 return false, fmt.Errorf("Error fetching media %s for tweet %s: %v", mediaURL, url, err)
631 …log.Printf("twitter: slurped %s as %s for tweet %s (%v)", mediaURL, fileRef.String(), url, tweetNo…
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/graphics/
H A Dvideo_player.h57 bool initPlayer(string mediaURL);
/dports/lang/spidermonkey60/firefox-60.9.0/browser/modules/
H A DContextMenu.jsm729 context.mediaURL = "";
839 context.mediaURL = context.target.currentRequestFinalURI.spec;
850 const mediaURL = context.target.currentSrc || context.target.src;
852 if (this._isMediaURLReusable(mediaURL)) {
853 context.mediaURL = mediaURL;
871 const mediaURL = context.target.currentSrc || context.target.src;
873 if (this._isMediaURLReusable(mediaURL)) {
874 context.mediaURL = mediaURL;
/dports/www/firefox/firefox-99.0/browser/actors/
H A DContextMenuChild.jsm844 context.mediaURL = "";
1015 context.mediaURL = (() => {
1038 const mediaURL = context.target.currentSrc || context.target.src;
1040 if (this._isMediaURLReusable(mediaURL)) {
1041 context.mediaURL = mediaURL;
1065 const mediaURL = context.target.currentSrc || context.target.src;
1067 if (this._isMediaURLReusable(mediaURL)) {
1068 context.mediaURL = mediaURL;
/dports/www/firefox-esr/firefox-91.8.0/browser/actors/
H A DContextMenuChild.jsm817 context.mediaURL = "";
976 context.mediaURL = (() => {
999 const mediaURL = context.target.currentSrc || context.target.src;
1001 if (this._isMediaURLReusable(mediaURL)) {
1002 context.mediaURL = mediaURL;
1026 const mediaURL = context.target.currentSrc || context.target.src;
1028 if (this._isMediaURLReusable(mediaURL)) {
1029 context.mediaURL = mediaURL;
/dports/mail/thunderbird/thunderbird-91.8.0/browser/actors/
H A DContextMenuChild.jsm817 context.mediaURL = "";
976 context.mediaURL = (() => {
999 const mediaURL = context.target.currentSrc || context.target.src;
1001 if (this._isMediaURLReusable(mediaURL)) {
1002 context.mediaURL = mediaURL;
1026 const mediaURL = context.target.currentSrc || context.target.src;
1028 if (this._isMediaURLReusable(mediaURL)) {
1029 context.mediaURL = mediaURL;
/dports/lang/spidermonkey78/firefox-78.9.0/browser/actors/
H A DContextMenuChild.jsm851 context.mediaURL = "";
1009 context.mediaURL = (() => {
1032 const mediaURL = context.target.currentSrc || context.target.src;
1034 if (this._isMediaURLReusable(mediaURL)) {
1035 context.mediaURL = mediaURL;
1061 const mediaURL = context.target.currentSrc || context.target.src;
1063 if (this._isMediaURLReusable(mediaURL)) {
1064 context.mediaURL = mediaURL;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DContextMenuController.cpp723 KURL mediaURL = m_hitTestResult.absoluteMediaURL(); in populate() local
724 if (!mediaURL.isEmpty()) { in populate()
739 if (imageURL.isEmpty() && linkURL.isEmpty() && mediaURL.isEmpty()) { in populate()
/dports/www/e107/e107/e107_handlers/
H A Dmedia_class.php1164 * @param string $mediaURL
1167 public function detectType($mediaURL) argument
1169 $type = pathinfo($mediaURL,PATHINFO_EXTENSION);
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c5144 gchar *mediaURL = NULL; in gst_mpd_client_get_next_fragment() local
5187 mediaURL = in gst_mpd_client_get_next_fragment()
5192 mediaURL = in gst_mpd_client_get_next_fragment()
5209 GST_DEBUG ("mediaURL = %s", mediaURL); in gst_mpd_client_get_next_fragment()
5232 mediaURL = in gst_mpd_client_get_next_fragment()
5252 GST_DEBUG ("mediaURL = %s", mediaURL); in gst_mpd_client_get_next_fragment()
5259 frag_url = gst_uri_from_string_with_base (base_url, mediaURL); in gst_mpd_client_get_next_fragment()
5260 g_free (mediaURL); in gst_mpd_client_get_next_fragment()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c5144 gchar *mediaURL = NULL; in gst_mpd_client_get_next_fragment() local
5187 mediaURL = in gst_mpd_client_get_next_fragment()
5192 mediaURL = in gst_mpd_client_get_next_fragment()
5209 GST_DEBUG ("mediaURL = %s", mediaURL); in gst_mpd_client_get_next_fragment()
5232 mediaURL = in gst_mpd_client_get_next_fragment()
5252 GST_DEBUG ("mediaURL = %s", mediaURL); in gst_mpd_client_get_next_fragment()
5259 frag_url = gst_uri_from_string_with_base (base_url, mediaURL); in gst_mpd_client_get_next_fragment()
5260 g_free (mediaURL); in gst_mpd_client_get_next_fragment()
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c5144 gchar *mediaURL = NULL; in gst_mpd_client_get_next_fragment() local
5187 mediaURL = in gst_mpd_client_get_next_fragment()
5192 mediaURL = in gst_mpd_client_get_next_fragment()
5209 GST_DEBUG ("mediaURL = %s", mediaURL); in gst_mpd_client_get_next_fragment()
5232 mediaURL = in gst_mpd_client_get_next_fragment()
5252 GST_DEBUG ("mediaURL = %s", mediaURL); in gst_mpd_client_get_next_fragment()
5259 frag_url = gst_uri_from_string_with_base (base_url, mediaURL); in gst_mpd_client_get_next_fragment()
5260 g_free (mediaURL); in gst_mpd_client_get_next_fragment()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c5144 gchar *mediaURL = NULL; in gst_mpd_client_get_next_fragment() local
5187 mediaURL = in gst_mpd_client_get_next_fragment()
5192 mediaURL = in gst_mpd_client_get_next_fragment()
5209 GST_DEBUG ("mediaURL = %s", mediaURL); in gst_mpd_client_get_next_fragment()
5232 mediaURL = in gst_mpd_client_get_next_fragment()
5252 GST_DEBUG ("mediaURL = %s", mediaURL); in gst_mpd_client_get_next_fragment()
5259 frag_url = gst_uri_from_string_with_base (base_url, mediaURL); in gst_mpd_client_get_next_fragment()
5260 g_free (mediaURL); in gst_mpd_client_get_next_fragment()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c5144 gchar *mediaURL = NULL; in gst_mpd_client_get_next_fragment() local
5187 mediaURL = in gst_mpd_client_get_next_fragment()
5192 mediaURL = in gst_mpd_client_get_next_fragment()
5209 GST_DEBUG ("mediaURL = %s", mediaURL); in gst_mpd_client_get_next_fragment()
5232 mediaURL = in gst_mpd_client_get_next_fragment()
5252 GST_DEBUG ("mediaURL = %s", mediaURL); in gst_mpd_client_get_next_fragment()
5259 frag_url = gst_uri_from_string_with_base (base_url, mediaURL); in gst_mpd_client_get_next_fragment()
5260 g_free (mediaURL); in gst_mpd_client_get_next_fragment()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/ext/dash/
H A Dgstmpdparser.c5144 gchar *mediaURL = NULL; in gst_mpd_client_get_next_fragment() local
5187 mediaURL = in gst_mpd_client_get_next_fragment()
5192 mediaURL = in gst_mpd_client_get_next_fragment()
5209 GST_DEBUG ("mediaURL = %s", mediaURL); in gst_mpd_client_get_next_fragment()
5232 mediaURL = in gst_mpd_client_get_next_fragment()
5252 GST_DEBUG ("mediaURL = %s", mediaURL); in gst_mpd_client_get_next_fragment()
5259 frag_url = gst_uri_from_string_with_base (base_url, mediaURL); in gst_mpd_client_get_next_fragment()
5260 g_free (mediaURL); in gst_mpd_client_get_next_fragment()

123