Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | increase request timeout since the request might not get sent immediatly ↵ | Johan Hedberg | 2007-09-02 | 1 | -1/+1 | |
| | | | | | | | | when the ACL is very congested | |||||
| * | Remove transport channel callback before freeing stream | Johan Hedberg | 2007-08-31 | 1 | -0/+3 | |
| | | ||||||
| * | Decode more EIR elements | Marcel Holtmann | 2007-08-31 | 1 | -1/+19 | |
| | | ||||||
| * | network: check if bridge module is loaded | Claudio Takahasi | 2007-08-31 | 1 | -0/+7 | |
| | | ||||||
| * | input: added interrupt and control channels watches | Claudio Takahasi | 2007-08-31 | 1 | -29/+62 | |
| | | ||||||
| * | Fix endianess problem. | Luiz Augusto von Dentz | 2007-08-31 | 4 | -2/+67 | |
| | | ||||||
| * | network: added setup msg timeout and retransmissions | Claudio Takahasi | 2007-08-31 | 1 | -89/+127 | |
| | | ||||||
| * | Fix stream starting if suspend request is pending | Johan Hedberg | 2007-08-31 | 1 | -1/+1 | |
| | | ||||||
| * | Add some extra debug info | Johan Hedberg | 2007-08-31 | 1 | -4/+8 | |
| | | ||||||
| * | Implement proper locking for headsets | Johan Hedberg | 2007-08-31 | 4 | -21/+67 | |
| | | ||||||
| * | Cleanup and fixes of stream handling | Johan Hedberg | 2007-08-31 | 8 | -156/+146 | |
| | | ||||||
| * | Fix more SEP locking issues | Johan Hedberg | 2007-08-31 | 1 | -26/+76 | |
| | | ||||||
| * | Fix local SEP locking when connecting fails or unix client disconnects | Johan Hedberg | 2007-08-31 | 1 | -2/+8 | |
| | | ||||||
| * | input: fixed last commit | Claudio Takahasi | 2007-08-30 | 1 | -1/+1 | |
| | | ||||||
| * | Fix use of = instead of == to compare audio mode. | Luiz Augusto von Dentz | 2007-08-30 | 1 | -1/+1 | |
| | | ||||||
| * | input: don't track POLLIN event | Claudio Takahasi | 2007-08-30 | 1 | -1/+1 | |
| | | ||||||
| * | Fix missing {}. | Luiz Augusto von Dentz | 2007-08-30 | 1 | -1/+2 | |
| | | ||||||
| * | Remove unused variables | Johan Hedberg | 2007-08-30 | 1 | -3/+0 | |
| | | ||||||
| * | Update changelog and bump version numberutils-3.17 | Marcel Holtmann | 2007-08-30 | 2 | -1/+9 | |
| | | ||||||
| * | network: more robust bnep setup conn msg validation | Claudio Takahasi | 2007-08-30 | 1 | -15/+13 | |
| | | ||||||
| * | Fix socket validity checks | Johan Hedberg | 2007-08-30 | 1 | -2/+2 | |
| | | ||||||
| * | Don't confuse stream callback id's and stream setup callback id's | Johan Hedberg | 2007-08-30 | 1 | -1/+0 | |
| | | ||||||
| * | Fix stream setup error handling | Johan Hedberg | 2007-08-30 | 2 | -4/+4 | |
| | | ||||||
| * | Fix behaviour when no adapter is connected | Johan Hedberg | 2007-08-30 | 3 | -3/+11 | |
| | | ||||||
| * | Prefer 44.1kHz over 48kHz | Marcel Holtmann | 2007-08-30 | 1 | -3/+3 | |
| | | ||||||
| * | Disable the broken optional codec parameters setup | Marcel Holtmann | 2007-08-30 | 2 | -15/+14 | |
| | | ||||||
| * | Change the default bitpool range to 2-32 | Marcel Holtmann | 2007-08-30 | 1 | -1/+1 | |
| | | ||||||
| * | Coding style fixes | Marcel Holtmann | 2007-08-29 | 2 | -18/+19 | |
| | | ||||||
| * | Use a bitpool range as default | Marcel Holtmann | 2007-08-29 | 1 | -2/+5 | |
| | | ||||||
| * | Fix the ALSA plugin parameter mess | Marcel Holtmann | 2007-08-29 | 3 | -155/+150 | |
| | | ||||||
| * | Fix memory issue. | Luiz Augusto von Dentz | 2007-08-29 | 3 | -6/+9 | |
| | | ||||||
| * | Fix the need to have all parameters. | Luiz Augusto von Dentz | 2007-08-29 | 3 | -43/+25 | |
| | | ||||||
| * | network: cleanup - unused error | Claudio Takahasi | 2007-08-29 | 2 | -11/+0 | |
| | | ||||||
| * | network: additional src and dst role verification | Claudio Takahasi | 2007-08-29 | 1 | -7/+11 | |
| | | ||||||
| * | network: server cleanup - added static DBusConnection and server init/exit | Claudio Takahasi | 2007-08-29 | 3 | -100/+87 | |
| | | ||||||
| * | network-api: fixed server paths | Claudio Takahasi | 2007-08-29 | 1 | -2/+2 | |
| | | ||||||
| * | Make codec parameters support available for application. | Luiz Augusto von Dentz | 2007-08-29 | 7 | -212/+545 | |
| | | ||||||
| * | network: CreateConnection - enable PANU to PANU connection | Claudio Takahasi | 2007-08-29 | 1 | -1/+1 | |
| | | ||||||
| * | network: concat remote name and service name to the connection name | Claudio Takahasi | 2007-08-29 | 3 | -6/+32 | |
| | | ||||||
| * | network: minor - keep server socket always listenning | Claudio Takahasi | 2007-08-29 | 1 | -3/+0 | |
| | | ||||||
| * | Remove stream callback in sink_free | Johan Hedberg | 2007-08-29 | 1 | -1/+8 | |
| | | ||||||
| * | Check for NULL before calling device_store | Johan Hedberg | 2007-08-29 | 1 | -1/+2 | |
| | | ||||||
| * | Add GetAdapter method and update API documentation | Johan Hedberg | 2007-08-29 | 2 | -1/+31 | |
| | | ||||||
| * | Only export gst_plugin_desc | Marcel Holtmann | 2007-08-29 | 1 | -1/+1 | |
| | | ||||||
| * | Add GetName method to Device interface | Johan Hedberg | 2007-08-29 | 1 | -1/+51 | |
| | | ||||||
| * | Only export the needed symbols for the plugins | Marcel Holtmann | 2007-08-29 | 1 | -3/+3 | |
| | | ||||||
| * | network: fixed wrong service record attrs for PANU | Claudio Takahasi | 2007-08-28 | 1 | -30/+46 | |
| | | ||||||
| * | network: disconnect clients when the server is disabled | Claudio Takahasi | 2007-08-28 | 1 | -1/+19 | |
| | | ||||||
| * | network: added verification for allowed destination/source roles according ↵ | Claudio Takahasi | 2007-08-28 | 1 | -6/+27 | |
| | | | | | | | | to PAN Profile | |||||
| * | Update changelog and bump version numberutils-3.16 | Marcel Holtmann | 2007-08-28 | 2 | -1/+12 | |
| | |