Commits

Commit Message Author Age Changes
f899c1fa tools/bluetooth-player: Add repeat command Add support for equalizer command which can be used to set repeat mode. Luiz Augusto von Dentz 12 years ago 1 file, +34, -0
9d60d860 tools/bluetooth-player: Add equalizer command Add support for equalizer command which can be used to enable/disable equalizer. Luiz Augusto von Dentz 12 years ago 1 file, +44, -0
630a3e58 tools/bluetooth-player: Add queue command Add support for queue command which can be used to add an item to the current playlist. Luiz Augusto von Dentz 12 years ago 1 file, +41, -0
d8d4f169 tools/bluetooth-player: Add item argument to play command Add item argument to play command so it can be used to e.g. jump to different item in the playlist. Luiz Augusto von Dentz 12 years ago 1 file, +37, -15
e742b256 tools/bluetooth-player: Add list-items command Add support for list-items command which can be used list items of current folder. Luiz Augusto von Dentz 12 years ago 1 file, +132, -0
e3c4a32f tools/bluetooth-player: Add change-folder command Add support for change-folder command which can be used to change current folder. Luiz Augusto von Dentz 12 years ago 1 file, +51, -0
7c804e29 tools/bluetooth-player: Print playlist name in command show This makes command show to print playlist name if available Luiz Augusto von Dentz 12 years ago 1 file, +30, -0
45cf57c3 tools/bluetooth-player: Add proxy handling for org.bluez.MediaItem1 This adds proxy handling for org.bluez.MediaItem1 so changes to the proxy are printed in the output. Luiz Augusto von Dentz 12 years ago 1 file, +50, -0
3c32cbf9 tools/bluetooth-player: Add folder properties to command show output This add folder properties to command show output if MediaFolder1 is supported. Luiz Augusto von Dentz 12 years ago 1 file, +24, -0
2fcad91d tools/bluetooth-player: Add proxy handling for org.bluez.MediaFolder1 This adds proxy handling for org.bluez.MediaFolder1 so changes to the proxy are printed in the output. Luiz Augusto von Dentz 12 years ago 1 file, +61, -11
2c71af29 tools/bluetooth-player: Add select command Add support for select command which can be used to set the default player Luiz Augusto von Dentz 12 years ago 1 file, +23, -0
11930196 tools/bluetooth-player: Add show command Add support for show command which can be used to show player information Luiz Augusto von Dentz 12 years ago 1 file, +119, -65
37f085ae tools/bluetooth-player: Add list command Add support for list command which can be used to list available players Luiz Augusto von Dentz 12 years ago 1 file, +35, -24
ccc7d672 tools/bluetooth-player: Add rewind command Add support for rewind command which can be used to rewind the playback Luiz Augusto von Dentz 12 years ago 1 file, +30, -0
ffba5601 tools/bluetooth-player: Add fast-forward command Add support for fast-forward command which can be used to fast forward the playback Luiz Augusto von Dentz 12 years ago 1 file, +31, -0
9948de82 tools/bluetooth-player: Add previous command Add support for next command which can be used to jump to the previous item Luiz Augusto von Dentz 12 years ago 1 file, +30, -0
5f5953eb tools/bluetooth-player: Add next command Add support for next command which can be used to jump to the next item Luiz Augusto von Dentz 12 years ago 1 file, +30, -0
4d838662 tools/bluetooth-player: Add stop command Add support for stop command which can be used to stop the playback Luiz Augusto von Dentz 12 years ago 1 file, +30, -0
49618d1f tools/bluetooth-player: Add pause command Add support for pause command which can be used to resume the playback Luiz Augusto von Dentz 12 years ago 1 file, +30, -0
cd279e50 tools/bluetooth-player: Add play command Add support for play command which can be used to resume the playback Luiz Augusto von Dentz 12 years ago 1 file, +41, -0
82e12919 tools/bluetooth-player: Add support for container types to print_iter This adds support for container types to print_iter so it can now print 'Track' property properly. Luiz Augusto von Dentz 12 years ago 1 file, +19, -0
171049e8 tools/bluetooth-player: Add proxy handling for org.bluez.MediaPlayer1 This adds proxy handling for org.bluez.MediaPlayer1 so changes to the proxy are printed in the output. Luiz Augusto von Dentz 12 years ago 1 file, +133, -0
8f3995f2 tools/bluetooth-player: Add initial code This add initial code for things like input handling as well as some basic commands. Luiz Augusto von Dentz 12 years ago 1 file, +318, -0
4302478f build: Add bluetooth-player command line client bluetooth-player is intended to control players connected over bluetooth. Luiz Augusto von Dentz 12 years ago 2 files, +37, -1
2b942f80 tools/mpris-player: Fix crash on 32-bit machines Invalid read of size 4 at 0x424997E4: _dbus_header_get_byte_order (dbus-marshal-header.c:178) by 0x4249EAF7: _dbus_message_iter_check (dbus-message.c:731) by 0x4249FCAB: dbus_message_iter_next (dbus-message.c:2040) by 0x8053BE0: parse_properties.isra.8 (mpris-player.c:447) by 0x8054055: add_player (mpris-player.c:592) by 0x8054A49: proxy_added (mpris-player.c:801) by 0x804F6A5: parse_interfaces.part.3 (client.c:878) by 0x8050551: get_managed_objects_reply (client.c:888) by 0x424A6621: _dbus_pending_call_complete (dbus-pending-call.c:223) by 0x42491617: complete_pending_call_and_unlock (dbus-connection.c:2314) by 0x42494D3E: dbus_connection_dispatch (dbus-connection.c:4580) by 0x804AF57: message_dispatch (mainloop.c:76) Address 0x3ff00004 is not stack'd, malloc'd or (recently) free'd Luiz Augusto von Dentz 12 years ago 1 file, +18, -134
50a72980 core: Fix find included handling with sudden disconnections Johan Hedberg 12 years ago 1 file, +7, -0
1a651b97 core: Add logging of default agent changes Johan Hedberg 12 years ago 1 file, +5, -0
e0bb15f6 core: Use bt_uuid_strcmp when possible Johan Hedberg 12 years ago 1 file, +3, -11
cbee3338 core: Fix another memory leak when removing profiles If one place inserts to req->profiles_removed with g_strdup then all places must do it, and if all places do it then g_free must be used when removing from it. Johan Hedberg 12 years ago 1 file, +7, -4
9052edc5 core: Fix memory leak in device_remove_profiles Calling just g_slist_free will not free the actual elements (which are each allocated with g_strdup). Johan Hedberg 12 years ago 1 file, +1, -1
6d8d1a59 alert: Fix invalid read past end of buffer Johan Hedberg 12 years ago 1 file, +3, -0
f68124f1 core: Minor whitespace fix Johan Hedberg 12 years ago 1 file, +0, -1
1476db4a core: Fix canceling all pending GAttrib operations Johan Hedberg 12 years ago 1 file, +1, -0
88f7ecd6 attrib: Use GAttrib destroy callback for included search Johan Hedberg 12 years ago 1 file, +1, -3
88fad37e monitor: Add decoders for common ATT attribute values Johan Hedberg 12 years ago 1 file, +21, -0
ba2e12f6 monitor: Add dedicated function for decoding attribute values Johan Hedberg 12 years ago 1 file, +18, -2
5c70e4db monitor: Fix ATT read by type request parameter name Johan Hedberg 12 years ago 1 file, +1, -1
30af5819 monitor: Add find by type value response decoding support Johan Hedberg 12 years ago 1 file, +16, -1
74c0caa0 monitor: Add ATT find by type value request decoding support Johan Hedberg 12 years ago 1 file, +9, -1
f8161ebd monitor: Add ATT write command decoding support Johan Hedberg 12 years ago 1 file, +8, -1
24e9f567 monitor: Add ATT read blob response decoding support Johan Hedberg 12 years ago 1 file, +7, -1
34d0109a monitor: Add ATT read blob request decoding support Johan Hedberg 12 years ago 1 file, +8, -1
36a0d1a5 monitor: Add HCI LTK req reply command complete decoring support Johan Hedberg 12 years ago 2 files, +28, -2
19e45ba5 monitor: Add HCI LTK request negative reply command decoding Johan Hedberg 12 years ago 2 files, +14, -1
6b9566be monitor: Add HCI LTK request reply command decoding Johan Hedberg 12 years ago 2 files, +17, -1
f8e4abe1 monitor: Add ATT write response decoding support Johan Hedberg 12 years ago 1 file, +6, -1
82183049 monitor: Add ATT write request decoding support Johan Hedberg 12 years ago 1 file, +8, -1
160e1f82 monitor: Add ATT find info response decoding Johan Hedberg 12 years ago 1 file, +55, -1
41725e77 monitor: Add ATT find info request decoding support Johan Hedberg 12 years ago 1 file, +7, -1
15c84df0 configure.ac: Fix typos sytemd -> systemd Szymon Janc 12 years ago 1 file, +2, -2
Previous Next