Home
last modified time | relevance | path

Searched refs:deadbeef (Results 26 – 50 of 1408) sorted by relevance

12345678910>>...57

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/vfs_curl/
H A Dvfs_curl.c40 static DB_functions_t *deadbeef; variable
216 deadbeef->pl_lock (); in http_parse_shoutcast_meta()
543 deadbeef->plt_unref (plt); in http_content_header_handler()
643 deadbeef->conf_lock (); in http_thread_func()
785 deadbeef->pl_item_ref (it); in http_set_track()
1011 deadbeef->mutex_lock (biglock); in http_abort()
1032 deadbeef->mutex_lock (biglock); in http_need_abort()
1046 deadbeef->mutex_lock (biglock); in http_cancel_abort()
1061 deadbeef->mutex_lock (biglock); in http_reg_open_file()
1079 deadbeef->mutex_lock (biglock); in http_unreg_open_file()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/m3u/
H A Dm3u.c40 static DB_functions_t *deadbeef; variable
64 deadbeef->fclose (fp); in load_m3u()
70 deadbeef->fclose (fp); in load_m3u()
284 deadbeef->rewind (fp); in load_pls()
287 deadbeef->fclose (fp); in load_pls()
292 deadbeef->fclose (fp); in load_pls()
498 deadbeef->pl_item_ref (it); in m3uplug_save_m3u()
521 deadbeef->pl_lock (); in m3uplug_save_m3u()
526 deadbeef->pl_unlock (); in m3uplug_save_m3u()
582 deadbeef->pl_lock (); in m3uplug_save_pls()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ao/
H A Dplugin.c31 DB_functions_t *deadbeef; variable
69 deadbeef->pl_lock (); in aoplug_init()
70 DB_FILE *file = deadbeef->fopen (deadbeef->pl_find_meta (it, ":URI")); in aoplug_init()
71 deadbeef->pl_unlock (); in aoplug_init()
81 deadbeef->fclose (file); in aoplug_init()
88 deadbeef->pl_unlock (); in aoplug_init()
89 deadbeef->fclose (file); in aoplug_init()
100 deadbeef->pl_lock (); in aoplug_init()
102 deadbeef->pl_unlock (); in aoplug_init()
238 deadbeef->fclose (fp); in aoplug_insert()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/sc68/
H A Din_sc68.c35 static DB_functions_t *deadbeef; variable
69 deadbeef->pl_lock (); in in_sc68_init()
72 deadbeef->pl_unlock (); in in_sc68_init()
178 deadbeef->pl_delete_all_meta (it); in in_c68_meta_from_music_info()
182 deadbeef->pl_replace_meta (it, ":FILETYPE", ft); in in_c68_meta_from_music_info()
186 deadbeef->pl_add_meta (it, "title", NULL); in in_c68_meta_from_music_info()
233 DB_FILE *fp = deadbeef->fopen (fname); in in_sc68_insert()
283 deadbeef->pl_item_unref (it); in in_sc68_insert()
298 deadbeef->pl_lock (); in in_sc68_read_metadata()
301 deadbeef->pl_unlock (); in in_sc68_read_metadata()
[all …]
/dports/comms/anyremote/anyremote-6.7.3/cfg-data/Server-mode/
H A Ddeadbeef.cfg17 GuiAppBinary=deadbeef
19 GuiAppIcon=deadbeef.png
38 Make(mode,deadbeef);
40 [Mode]=deadbeef : default_player
71 Exec(deadbeef --play-pause 2> /dev/null);\
82 Exec(deadbeef --prev 2> /dev/null);\
86 Exec(deadbeef --next 2> /dev/null);\
93 Exec(deadbeef --stop 2> /dev/null);
106 if [ "x$P" = "x" ]; then deadbeef & else deadbeef --quit 2> /dev/null; fi);\
111 Exec(deadbeef --quit 2> /dev/null);\
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/pltbrowser/
H A Dpltbrowser.c34 DB_functions_t *deadbeef; variable
77 deadbeef->pl_lock (); in add_new_playlist()
87 deadbeef->pl_unlock (); in add_new_playlist()
157 deadbeef->pl_lock (); in fill_pltbrowser_rows()
223 deadbeef->plt_unref (plt); in fill_pltbrowser_rows()
225 deadbeef->pl_unlock (); in fill_pltbrowser_rows()
245 deadbeef->pl_lock (); in fill_pltbrowser_cb()
259 deadbeef->pl_unlock (); in fill_pltbrowser_cb()
472 deadbeef->pl_lock (); in sort_playlists()
480 deadbeef->pl_unlock (); in sort_playlists()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/cdda/
H A Dcdda.c68 static DB_functions_t *deadbeef; variable
143 deadbeef->pl_lock(); in cda_init()
147 deadbeef->pl_unlock(); in cda_init()
158 deadbeef->pl_unlock(); in cda_init()
179 deadbeef->pl_lock(); in cda_init()
182 deadbeef->pl_unlock(); in cda_init()
354 deadbeef->conf_lock (); in new_cddb_connection()
863 deadbeef->pl_lock(); in load_cddb_data()
873 deadbeef->pl_unlock(); in load_cddb_data()
973 deadbeef->plt_unref(plt); in cda_get_actions()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/artwork/
H A Dcache.c42 extern DB_functions_t *deadbeef;
53 deadbeef->mutex_lock (files_mutex); in cache_lock()
58 deadbeef->mutex_unlock (files_mutex); in cache_unlock()
125 deadbeef->mutex_lock (thread_mutex); in cache_cleaner_thread()
191 deadbeef->mutex_unlock (thread_mutex); in cache_cleaner_thread()
198 deadbeef->mutex_lock (thread_mutex); in cache_configchanged()
200 deadbeef->cond_signal (thread_cond); in cache_configchanged()
212 deadbeef->thread_join (tid); in stop_cache_cleaner()
223 deadbeef->cond_free (thread_cond); in stop_cache_cleaner()
228 deadbeef->mutex_free (files_mutex); in stop_cache_cleaner()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dplcommon.c127 deadbeef->conf_save (); in rewrite_column_config()
177 deadbeef->pl_lock (); in deferred_cover_load_cb()
217 deadbeef->pl_unlock (); in deferred_cover_load_cb()
522 deadbeef->pl_lock (); in main_reload_metadata_activate()
528 …int match = deadbeef->pl_is_selected (it) && deadbeef->is_local_file (deadbeef->pl_find_meta (it, … in main_reload_metadata_activate()
565 deadbeef->pl_clear (); in on_clear1_activate()
602 deadbeef->conf_save (); in on_toggle_set_custom_title()
630 deadbeef->pl_lock (); in on_set_custom_title_activate()
638 deadbeef->pl_unlock (); in on_set_custom_title_activate()
1074 deadbeef->conf_lock (); in load_column_config()
[all …]
H A Dwingeom.c47 deadbeef->conf_set_int (key, x); in wingeom_save()
49 deadbeef->conf_set_int (key, y); in wingeom_save()
51 deadbeef->conf_set_int (key, w); in wingeom_save()
53 deadbeef->conf_set_int (key, h); in wingeom_save()
55 deadbeef->conf_save (); in wingeom_save()
69 deadbeef->conf_set_int (key, 1); in wingeom_save_max()
72 deadbeef->conf_set_int (key, 0); in wingeom_save_max()
79 deadbeef->conf_set_int (key, 1); in wingeom_save_max()
82 deadbeef->conf_set_int (key, 0); in wingeom_save_max()
91 int x = deadbeef->conf_get_int (key, dx); in wingeom_restore()
[all …]
H A Dtrkproperties.c123 deadbeef->pl_lock (); in get_field_value()
159 deadbeef->pl_unlock (); in get_field_value()
384 deadbeef->pl_lock (); in trkproperties_fill_metadata()
414 deadbeef->pl_unlock (); in trkproperties_fill_metadata()
420 deadbeef->plt_ref (plt); in show_track_properties_dlg()
435 deadbeef->pl_lock (); in show_track_properties_dlg()
484 deadbeef->pl_unlock (); in show_track_properties_dlg()
601 deadbeef->pl_lock (); in set_progress_cb()
603 deadbeef->pl_unlock (); in set_progress_cb()
667 deadbeef->pl_lock (); in on_write_tags_clicked()
[all …]
H A Dpltmenu.c48 deadbeef->plt_get_title (p, buffer, len); in plt_get_title_wrapper()
49 deadbeef->plt_unref (p); in plt_get_title_wrapper()
73 deadbeef->pl_lock (); in on_rename_playlist1_activate()
75 deadbeef->plt_set_title (p, text); in on_rename_playlist1_activate()
76 deadbeef->plt_unref (p); in on_rename_playlist1_activate()
77 deadbeef->pl_unlock (); in on_rename_playlist1_activate()
87 deadbeef->plt_remove (pltmenu_idx); in on_remove_playlist1_activate()
89 int playlist = deadbeef->plt_get_curr_idx (); in on_remove_playlist1_activate()
115 deadbeef->plt_unref (plt); in on_actionitem_activate()
123 deadbeef->action_set_playlist (plt); in on_actionitem_activate()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/sid/
H A Dcsid.cpp39 DB_functions_t *deadbeef; variable
305 deadbeef->pl_lock (); in csid_init()
306 DB_FILE *fp = deadbeef->fopen (deadbeef->pl_find_meta (it, ":URI")); in csid_init()
307 deadbeef->pl_unlock (); in csid_init()
311 deadbeef->fclose (fp); in csid_init()
326 deadbeef->pl_lock (); in csid_init()
328 deadbeef->pl_unlock (); in csid_init()
473 deadbeef->md5_init (&md5); in csid_insert()
476 deadbeef->md5_append (&md5, tmp, 2); in csid_insert()
490 deadbeef->md5_finish (&md5, sig); in csid_insert()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/shellexec/
H A Dshellexec.c59 static DB_functions_t *deadbeef; variable
65 deadbeef = api; in shellexec_load()
125 deadbeef->pl_lock (); in shx_callback()
147 deadbeef->pl_unlock (); in shx_callback()
155 deadbeef->plt_unref (plt); in shx_callback()
163 deadbeef->pl_lock (); in shx_callback()
177 deadbeef->pl_unlock (); in shx_callback()
205 deadbeef->pl_lock (); in shx_get_plugin_actions()
206 int is_local = it ? deadbeef->is_local_file (deadbeef->pl_find_meta (it, ":URI")) : 1; in shx_get_plugin_actions()
207 deadbeef->pl_unlock (); in shx_get_plugin_actions()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/sndfile/
H A Dsndfile.c38 static DB_functions_t *deadbeef; variable
84 return deadbeef->ftell (ctx->file); in sf_vfs_tell()
165 deadbeef->pl_lock (); in sndfile_init()
166 DB_FILE *fp = deadbeef->fopen (deadbeef->pl_find_meta (it, ":URI")); in sndfile_init()
167 deadbeef->pl_unlock (); in sndfile_init()
367 deadbeef->fclose (info.file); in sndfile_insert()
374 deadbeef->fclose (info.file); in sndfile_insert()
505 deadbeef->pl_item_unref (it); in sndfile_insert()
524 deadbeef->conf_lock (); in sndfile_init_exts()
546 deadbeef->conf_unlock (); in sndfile_init_exts()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/vtx/
H A Dvtx.c38 static DB_functions_t *deadbeef; variable
71 deadbeef->pl_lock (); in vtx_init()
72 DB_FILE *fp = deadbeef->fopen (deadbeef->pl_find_meta (it, ":URI")); in vtx_init()
73 deadbeef->pl_unlock (); in vtx_init()
79 sz = deadbeef->fgetlength (fp); in vtx_init()
82 deadbeef->fclose (fp); in vtx_init()
89 deadbeef->fclose (fp); in vtx_init()
95 deadbeef->fclose (fp); in vtx_init()
99 deadbeef->fclose (fp); in vtx_init()
262 deadbeef->fclose (fp); in vtx_insert()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wma/
H A Dasfheader.c47 deadbeef->fread (buf, x, 1, fd);\
51 extern DB_functions_t *deadbeef;
124 n = deadbeef->fread(buf, 1, 2, fd); in read_uint16be()
133 n = deadbeef->fread(buf, 1, 4, fd); in read_uint32be()
144 n = deadbeef->fread(data, 1, 8, fd); in read_uint64be()
158 n = deadbeef->fread((char*) buf, 1, 2, fd); in read_uint16le()
166 n = deadbeef->fread(buf, 1, 4, fd); in read_uint32le()
176 n = deadbeef->fread(data, 1, 8, fd); in read_uint64le()
260 deadbeef->fread(guid->v4, 8, 1, fd); in asf_readGUID()
400 deadbeef->pl_add_meta (it, "disc", disc); in asf_add_disc_meta()
[all …]
H A Dwma_plugin.c49 DB_functions_t *deadbeef; variable
81 DB_FILE *file = deadbeef->fopen (deadbeef->pl_find_meta (it, ":URI")); in wmaplug_open2()
102 info->info.file = deadbeef->fopen (deadbeef->pl_find_meta (it, ":URI")); in wmaplug_init()
395 DB_FILE *fp = deadbeef->fopen (deadbeef->pl_find_meta (it, ":URI")); in wmaplug_read_metadata()
402 deadbeef->fclose (fp); in wmaplug_read_metadata()
431 deadbeef->fclose (fp); in wmaplug_insert()
447 deadbeef->pl_lock (); in wmaplug_insert()
456 deadbeef->pl_unlock (); in wmaplug_insert()
460 deadbeef->pl_unlock (); in wmaplug_insert()
471 deadbeef->pl_item_unref (it); in wmaplug_insert()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/
H A Dadplug-db.cpp43 DB_functions_t *deadbeef; variable
77 if (deadbeef->conf_get_int ("adplug.surround", 1)) { in adplug_init()
97 deadbeef->pl_lock (); in adplug_init()
99 deadbeef->pl_unlock (); in adplug_init()
107 float dur = deadbeef->pl_get_item_duration (it); in adplug_init()
253 deadbeef->pl_add_meta (it, key, str); in adplug_add_meta()
283 deadbeef->pl_set_meta_int (it, ":TRACKNUM", i); in adplug_insert()
291 deadbeef->pl_add_meta (it, "title", NULL); in adplug_insert()
300 deadbeef->pl_add_meta (it, "title", NULL); in adplug_insert()
303 deadbeef->pl_item_unref (it); in adplug_insert()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/icons/
H A DMakefile.am4 icon16_DATA=$(iconspath)/16x16/deadbeef.png
7 icon22_DATA=$(iconspath)/22x22/deadbeef.png
10 icon24_DATA=$(iconspath)/24x24/deadbeef.png
13 icon32_DATA=$(iconspath)/32x32/deadbeef.png
16 icon36_DATA=$(iconspath)/36x36/deadbeef.png
19 icon48_DATA=$(iconspath)/48x48/deadbeef.png
22 icon64_DATA=$(iconspath)/64x64/deadbeef.png
25 icon72_DATA=$(iconspath)/72x72/deadbeef.png
28 icon96_DATA=$(iconspath)/96x96/deadbeef.png
31 icon128_DATA=$(iconspath)/128x128/deadbeef.png
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/oss/
H A Doss.c42 DB_functions_t *deadbeef; variable
146 mutex = deadbeef->mutex_create (); in oss_init()
189 deadbeef->streamer_reset (1); in oss_stop()
215 deadbeef->mutex_lock (mutex); in oss_setformat()
224 deadbeef->mutex_unlock (mutex); in oss_setformat()
228 deadbeef->mutex_unlock (mutex); in oss_setformat()
302 deadbeef->mutex_lock (mutex); in oss_thread()
307 deadbeef->mutex_unlock (mutex); in oss_thread()
328 deadbeef->conf_lock (); in oss_configchanged()
335 deadbeef->conf_unlock (); in oss_configchanged()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/examples/
H A Ddecoder_template.c11 static DB_functions_t *deadbeef; variable
110 DB_FILE *fp = deadbeef->fopen (fname); in example_insert()
137 deadbeef->pl_replace_meta (it, ":FILETYPE", ft); in example_insert()
145 deadbeef->pl_item_unref (it); in example_insert()
146 deadbeef->pl_item_unref (cue); in example_insert()
157 deadbeef->pl_item_unref (it); in example_insert()
158 deadbeef->pl_item_unref (cue); in example_insert()
167 deadbeef->pl_add_meta (it, "title", NULL); in example_insert()
172 deadbeef->pl_add_meta (it, "artist", ti.artist); in example_insert()
180 deadbeef->pl_item_unref (it); in example_insert()
[all …]
/dports/audio/deadbeef-playback-status-plugin/ddb_playback_status-fce1de0/
H A Dmain.c79 deadbeef->mutex_lock (w->mutex); in load_config()
84 deadbeef->conf_lock (); in load_config()
105 deadbeef->conf_unlock (); in load_config()
106 deadbeef->mutex_unlock (w->mutex); in load_config()
247 deadbeef->vis_waveform_unlisten (w); in w_playback_status_destroy()
274 deadbeef->mutex_lock (w->mutex); in playback_status_set_label_text()
309 deadbeef->mutex_unlock (w->mutex); in playback_status_set_label_text()
401 deadbeef->mutex_lock (s->mutex); in w_playback_status_init()
404 deadbeef->mutex_unlock (s->mutex); in w_playback_status_init()
539 deadbeef = ddb; in ddb_misc_playback_status_GTK2_load()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ffmpeg/
H A Dffmpeg.c58 static DB_functions_t *deadbeef; variable
151 deadbeef->pl_lock ();
167 deadbeef->pl_unlock ();
799 deadbeef->fclose (fp);
830 deadbeef->pl_item_unref (it);
901 deadbeef->fclose (h->priv_data);
955 deadbeef->conf_lock ();
1012 deadbeef->conf_unlock ();
1061 deadbeef->pl_lock ();
1077 deadbeef->pl_unlock ();
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/dumb/
H A Dcdumb.c37 static DB_functions_t *deadbeef; variable
82 deadbeef->pl_lock (); in cdumb_init()
93 deadbeef->pl_unlock (); in cdumb_init()
276 deadbeef->fclose (fp); in open_module()
861 deadbeef->pl_lock (); in cdumb_read_metadata()
873 deadbeef->pl_unlock (); in cdumb_read_metadata()
880 deadbeef->pl_delete_all_meta (it); in cdumb_read_metadata()
913 deadbeef->pl_item_unref (it); in cdumb_insert()
947 return deadbeef->fgetlength(f); in dumb_vfs_get_size()
952 deadbeef->fclose (f); in dumb_vfs_close()
[all …]

12345678910>>...57