Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix bug in sbcenc when changing encoder parameters. | Luiz Augusto von Dentz | 2007-11-12 | 1 | -0/+2 | |
| | ||||||
* | Make sbc codec to write directly in application buffers and so avoiding memcpys. | Luiz Augusto von Dentz | 2007-11-12 | 7 | -99/+127 | |
| | ||||||
* | hcid: check the scanned svc record value | Claudio Takahasi | 2007-11-12 | 1 | -6/+6 | |
| | ||||||
* | Add record handle range from Apple iPhone | Marcel Holtmann | 2007-11-12 | 1 | -2/+2 | |
| | ||||||
* | hcid: textfile_put value must be null terminated | Claudio Takahasi | 2007-11-10 | 1 | -4/+2 | |
| | ||||||
* | Use clock_gettime instead of gettimeofday | Johan Hedberg | 2007-11-09 | 1 | -3/+16 | |
| | ||||||
* | Use just one possible value in the period size list since multiple options ↵ | Johan Hedberg | 2007-11-09 | 1 | -5/+1 | |
| | | | | seem to break vls (looks like it's caused by a bug in the ALSA snd_pcm_hw_params_set_period_size_near function) | |||||
* | A2DP wakeup refactoring & cleanup (patch from Kai Vehmanen ↵ | Johan Hedberg | 2007-11-09 | 1 | -64/+102 | |
| | | | | <kai.vehmanen@nokia.com>) | |||||
* | Whitespace cleanup | Johan Hedberg | 2007-11-07 | 7 | -38/+35 | |
| | ||||||
* | Fix packet lenght to be the output MTU. | Luiz Augusto von Dentz | 2007-11-05 | 3 | -14/+21 | |
| | ||||||
* | correction in the 4 subband optimization | Brad Midgley | 2007-11-05 | 1 | -4/+5 | |
| | ||||||
* | More coding style cleanup | Johan Hedberg | 2007-11-02 | 1 | -23/+25 | |
| | ||||||
* | Fix sbc negotiation and improves buffer handling by using GstAdapter. | Luiz Augusto von Dentz | 2007-11-01 | 7 | -67/+213 | |
| | ||||||
* | Some more whitespace fixes | Johan Hedberg | 2007-11-01 | 1 | -4/+4 | |
| | ||||||
* | Coding style cleanup | Johan Hedberg | 2007-11-01 | 5 | -185/+229 | |
| | ||||||
* | Fix buffers timestamps in sbcenc. | Luiz Augusto von Dentz | 2007-11-01 | 1 | -0/+1 | |
| | ||||||
* | Make the connection to fail if unable to add a interface to bridges. | Luiz Augusto von Dentz | 2007-10-31 | 2 | -5/+8 | |
| | ||||||
* | Add MULTICAST flag so interfaces could get announced by avahi-daemon. | Luiz Augusto von Dentz | 2007-10-31 | 1 | -2/+3 | |
| | ||||||
* | Remove bridge creation of NAP and make a better use of ahavi-autoipd. | Luiz Augusto von Dentz | 2007-10-31 | 2 | -18/+76 | |
| | ||||||
* | Handle disabling interfaces via configuration file. | Luiz Augusto von Dentz | 2007-10-31 | 1 | -33/+68 | |
| | ||||||
* | Add bitpool capability. | Luiz Augusto von Dentz | 2007-10-29 | 5 | -6/+42 | |
| | ||||||
* | Remove dependency of sbc library from a2dpsink element. | Luiz Augusto von Dentz | 2007-10-26 | 1 | -19/+2 | |
| | ||||||
* | Update changelog and bump version numberutils-3.22 | Marcel Holtmann | 2007-10-25 | 2 | -1/+11 | |
| | ||||||
* | Fix buffer usage. | Luiz Augusto von Dentz | 2007-10-25 | 2 | -37/+22 | |
| | ||||||
* | Comment out introspection debug prints which cause a lot of useless logging | Johan Hedberg | 2007-10-25 | 1 | -4/+4 | |
| | ||||||
* | Fix L2CAP socket leak | Johan Hedberg | 2007-10-25 | 2 | -5/+4 | |
| | ||||||
* | Move the usage function around | Marcel Holtmann | 2007-10-25 | 1 | -20/+21 | |
| | ||||||
* | More cleanups | Marcel Holtmann | 2007-10-25 | 1 | -52/+42 | |
| | ||||||
* | Add build magic around sbctester program | Marcel Holtmann | 2007-10-25 | 4 | -9/+24 | |
| | ||||||
* | First round of cleanups | Marcel Holtmann | 2007-10-25 | 1 | -57/+55 | |
| | ||||||
* | Add uinput support for AVRCP | Johan Hedberg | 2007-10-25 | 3 | -32/+186 | |
| | ||||||
* | Add rtp.h file to build dependencies | Marcel Holtmann | 2007-10-25 | 1 | -2/+2 | |
| | ||||||
* | Frederic's conformance tests | Brad Midgley | 2007-10-25 | 1 | -0/+358 | |
| | | | | | | it needs build system integration, including -lsndfile to link this app should compile only if libsndfile-dev is present 'make install' should ignore it | |||||
* | Update changelog and bump version numberutils-3.21 | Marcel Holtmann | 2007-10-24 | 2 | -1/+14 | |
| | ||||||
* | Some more coding style changes | Marcel Holtmann | 2007-10-24 | 1 | -13/+1 | |
| | ||||||
* | Some more coding style fixes | Marcel Holtmann | 2007-10-24 | 1 | -3/+2 | |
| | ||||||
* | Don't forget to include the config options | Marcel Holtmann | 2007-10-24 | 1 | -0/+4 | |
| | ||||||
* | Fix coding style. | Luiz Augusto von Dentz | 2007-10-24 | 1 | -4/+4 | |
| | ||||||
* | Fix coding style issues | Marcel Holtmann | 2007-10-24 | 2 | -20/+13 | |
| | ||||||
* | Fix hci_devba check. | Luiz Augusto von Dentz | 2007-10-24 | 1 | -1/+1 | |
| | ||||||
* | Fix a2dpsink coding style problems and improve compatibility with some players. | Luiz Augusto von Dentz | 2007-10-24 | 3 | -131/+149 | |
| | ||||||
* | Add full license text for LGPL files | Marcel Holtmann | 2007-10-24 | 1 | -0/+504 | |
| | ||||||
* | Add support for Enable config option | Johan Hedberg | 2007-10-24 | 1 | -0/+21 | |
| | ||||||
* | Improve AVRCP button press decoding | Johan Hedberg | 2007-10-24 | 1 | -11/+18 | |
| | ||||||
* | Revert buffer contraints patch (it wasn't doing what was intended and it ↵ | Johan Hedberg | 2007-10-24 | 1 | -16/+5 | |
| | | | | actually caused errors for applications in some cases) | |||||
* | Minor code cleanup | Johan Hedberg | 2007-10-24 | 1 | -3/+4 | |
| | ||||||
* | Update copyright information | Marcel Holtmann | 2007-10-23 | 23 | -0/+23 | |
| | ||||||
* | Update copyright information | Marcel Holtmann | 2007-10-23 | 21 | -8/+25 | |
| | ||||||
* | Fix unaligned access to ipc_data_cfg struct | Johan Hedberg | 2007-10-23 | 1 | -1/+4 | |
| | ||||||
* | Add basic panel passthrough command parsing | Johan Hedberg | 2007-10-23 | 1 | -3/+84 | |
| |