Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added possibility to analyze 4 blocks at once in SBC encoder | Siarhei Siamashka | 2009-01-01 | 1 | -49/+82 |
| | | | | | | | | | | | This change is needed for SIMD optimizations which will follow shortly. And even for non-SIMD capable platforms it still may be useful to have possibility to merge several analyzing functions together into one for better code scheduling or reusing loaded constants. Also analysis filter functions are now called using function pointers, which allows the default implementation to be overrided at runtime (with high precision variant or MMX/SSE2/NEON optimized code). | ||||
* | Fix spelling mistakes | Marcel Holtmann | 2008-12-30 | 2 | -2/+2 |
| | |||||
* | Add directory for client application | Marcel Holtmann | 2008-12-29 | 3 | -2/+5 |
| | |||||
* | Release 4.254.25 | Marcel Holtmann | 2008-12-29 | 2 | -1/+6 |
| | |||||
* | Remove usage of MSG_WAITALL from pcm_bluetooth.c as well | Johan Hedberg | 2008-12-29 | 1 | -1/+1 |
| | |||||
* | Fix receiving data over the unix socket | Johan Hedberg | 2008-12-29 | 1 | -1/+1 |
| | | | | | Don't use MSG_WAITALL since we can (and often will) receive less data than MTU with the new IPC. | ||||
* | New SBC analysis filter function to replace current broken code | Siarhei Siamashka | 2008-12-29 | 3 | -244/+323 |
| | | | | | | | | | | | | | | This code is heavily based on the patch submitted by Jaska Uimonen. Additional changes include preserving extra bits in the output of filter function for better precision, support for both 16-bit and 32-bit fixed point implementation. Sign of some table values was changed in order to preserve a regular code structure and have multiply-accumulate oparations only. No additional optimizations were applied as this code is intended to be some kind of "reference" implementation. Platform specific optimizations may require different tricks and can be branched off from this implementation. Some extra information about this code can be found in linux-bluetooth mailing list archive for December 2008. | ||||
* | Fixed subbands selection for joint-stereo in SBC encoder | Siarhei Siamashka | 2008-12-29 | 1 | -4/+4 |
| | |||||
* | Release 4.244.24 | Marcel Holtmann | 2008-12-25 | 2 | -1/+9 |
| | |||||
* | Check if path is valid before unregistering it | Raymond Liu | 2008-12-24 | 1 | -0/+3 |
| | |||||
* | Add more options to control encoding methods | Marcel Holtmann | 2008-12-23 | 1 | -16/+51 |
| | |||||
* | Don't decode a frame if it is too small | Marcel Holtmann | 2008-12-23 | 1 | -0/+3 |
| | |||||
* | Fix signal emissions when removing adapters | Marcel Holtmann | 2008-12-23 | 1 | -6/+7 |
| | |||||
* | Enable verbose compiler warnings in maintainer mode | Marcel Holtmann | 2008-12-23 | 2 | -5/+19 |
| | |||||
* | Add nasty workaround to avoid compiler warning | Marcel Holtmann | 2008-12-23 | 1 | -0/+3 |
| | |||||
* | Fix yyparse and yylex declarations | Marcel Holtmann | 2008-12-23 | 2 | -1/+2 |
| | |||||
* | Remove unused sdp_create_base_uuid function | Marcel Holtmann | 2008-12-23 | 1 | -93/+0 |
| | |||||
* | Add missing include of own header file | Marcel Holtmann | 2008-12-23 | 1 | -0/+1 |
| | |||||
* | Make two more local functions static | Marcel Holtmann | 2008-12-23 | 2 | -3/+3 |
| | |||||
* | Fix inclusion of SDP and protocol function declarations | Marcel Holtmann | 2008-12-23 | 5 | -6/+12 |
| | |||||
* | Make functions static and fix includes | Marcel Holtmann | 2008-12-23 | 2 | -2/+3 |
| | |||||
* | Remove unused functions | Marcel Holtmann | 2008-12-23 | 1 | -13/+0 |
| | |||||
* | Add missing include for prototypes | Marcel Holtmann | 2008-12-23 | 1 | -0/+2 |
| | |||||
* | Fix broken forward declarations | Marcel Holtmann | 2008-12-23 | 6 | -36/+60 |
| | |||||
* | Make local functions static | Marcel Holtmann | 2008-12-23 | 1 | -2/+2 |
| | |||||
* | Removed wrong extern declarations for getopt | Marcel Holtmann | 2008-12-23 | 1 | -3/+1 |
| | |||||
* | First attempt in fixing compiler warnings (still needs cleanup) | Marcel Holtmann | 2008-12-23 | 12 | -16/+17 |
| | |||||
* | Removed unused function | Marcel Holtmann | 2008-12-23 | 1 | -18/+0 |
| | |||||
* | Need to declare plugin entry functions first | Marcel Holtmann | 2008-12-23 | 2 | -0/+4 |
| | |||||
* | Make internally used functions static | Marcel Holtmann | 2008-12-23 | 1 | -3/+3 |
| | |||||
* | Add missing include definitions | Marcel Holtmann | 2008-12-23 | 6 | -2/+8 |
| | |||||
* | Remove unneeded inline statements | Marcel Holtmann | 2008-12-23 | 1 | -4/+4 |
| | |||||
* | Fix compiler warnings and remove unused code | Marcel Holtmann | 2008-12-23 | 1 | -42/+11 |
| | |||||
* | Convert sizeof to int before comparison against < 0 | Marcel Holtmann | 2008-12-23 | 1 | -3/+3 |
| | |||||
* | Assign variables after declarations | Marcel Holtmann | 2008-12-23 | 1 | -1/+1 |
| | |||||
* | Don't delcare variables after statements | Marcel Holtmann | 2008-12-23 | 1 | -1/+2 |
| | |||||
* | Add header file with prototype declarations | Marcel Holtmann | 2008-12-23 | 1 | -0/+3 |
| | |||||
* | Add braces around debug statements | Marcel Holtmann | 2008-12-23 | 1 | -2/+3 |
| | |||||
* | Fix variable declaration after statements | Marcel Holtmann | 2008-12-23 | 1 | -4/+3 |
| | |||||
* | Make rfcomm_listen_internal function static | Marcel Holtmann | 2008-12-23 | 1 | -1/+1 |
| | |||||
* | Cleanup the BtIOError mess (enum/int comparison) | Marcel Holtmann | 2008-12-23 | 1 | -17/+17 |
| | |||||
* | Include logging.h for the prototypes | Marcel Holtmann | 2008-12-23 | 1 | -0/+2 |
| | |||||
* | Use a signed variable for length | Marcel Holtmann | 2008-12-23 | 1 | -2/+2 |
| | |||||
* | Declare variable before usage | Marcel Holtmann | 2008-12-23 | 1 | -1/+4 |
| | |||||
* | Add braces around debug statement | Marcel Holtmann | 2008-12-23 | 1 | -1/+2 |
| | |||||
* | Use different variables for option and read buffer lengths | Marcel Holtmann | 2008-12-23 | 1 | -3/+4 |
| | |||||
* | Fix issue with signed/unsigned comparison | Marcel Holtmann | 2008-12-23 | 1 | -1/+2 |
| | |||||
* | Cleanup adapters on exit. | Luiz Augusto von Dentz | 2008-12-22 | 6 | -55/+77 |
| | | | | | | | When bluetoothd is terminated any remaining registered adapters should be unregistered (including proper D-Bus signal emition) and have their drivers removed. The adapters should also be brought down unless they were already up upon initialization. | ||||
* | Remove duplicated declaration of adapter_remove. | Luiz Augusto von Dentz | 2008-12-22 | 1 | -1/+0 |
| | |||||
* | Fix log messages when there's no agent available | Johan Hedberg | 2008-12-22 | 1 | -2/+4 |
| |