openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
A
AirFloat
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
4 days
ago. based on code collected
4 days
ago.
Apr 01, 2025 — Apr 01, 2026
Showing page 1 of 12
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #62 from ZhihuiYang/master
Kristian Trenskow
More...
over 7 years ago
handle wait time less then 1 second
yangzhihui
More...
almost 8 years ago
Moved identifier. Made it cross platform.
Kristian Trenskow
More...
almost 8 years ago
Updated to include warnings on Xcode 9. Updated memory management model.
Kristian Trenskow
More...
almost 8 years ago
Fixed top bar.
Kristian Trenskow
More...
over 9 years ago
Fixed the reflection.
Kristian Trenskow
More...
over 9 years ago
Fixed compiler error.
Kristian Trenskow
More...
over 9 years ago
Stabalized queue a bit. Added option to ignore source volume. Converted app to ARC. Minor stuff.
Kristian Trenskow
More...
over 9 years ago
Fixed more warnings.
Kristian Trenskow
More...
over 9 years ago
Cleared all warnings and errors in Xcode 8. Now uses CommonCrypto instead of openssl.
Kristian Trenskow
More...
over 9 years ago
Merge pull request #59 from stephen-fox/development
Kristian Trenskow
More...
over 9 years ago
Refactored backgrounding logic and disabled crashy stop server logic.
Stephen Fox
More...
almost 10 years ago
Merge pull request #54 from eltima-software/master
Kristian Trenskow
More...
almost 10 years ago
Merge pull request #55 from SidneyS/master
Kristian Trenskow
More...
almost 10 years ago
fix(backgrounding): Remove superfluous check for active DACP client before registering background keep alive tasks.
Sidney Bofah
More...
almost 10 years ago
feature(backgrounding): Replace previous behaviour (disable AirFloat on entering background when inactive) with new logic (keeping AirFloat alive and ready for connections even when no clients are currently connected).
Sidney Bofah
More...
almost 10 years ago
Added: the functions that allow to send commands to the AirPlay client to stop playback, seek in the track and set the volume level.
Viktoriia Kharchenko
More...
almost 10 years ago
Added: the callback function that is invoked when the client changes the session volume level. Added: the function that allows to set the session volume level (the valid range is between 0.0 and 1.0).
Viktoriia Kharchenko
More...
almost 10 years ago
Fixed: two issues when retrieving the current playback position: - playback progress (the SET_PARAMETER request with a progress parameter) is only sent when the server starts playing a stream from the beginning or resumes stream delivery after pause (now sync packets are also used to retrieve the current playback position); - the atoi function was used to convert the RTP timestamp string representation to integer, but the RTP timestamp value is of type unsigned integer. If the converted value would be out of the range of representable values by an int, it causes undefined behavior.
Viktoriia Kharchenko
More...
almost 10 years ago
Implemented: the callback function that allows to accept or reject a new connection to the RAOP server. When a new connection is received, the provided callback function is invoked. The second and the third arguments to the callback are the IP address and the port number of the remote host respectively. To accept the connection, return true. To reject the connection, return a value of false. This causes the connection object to be closed.
Viktoriia Kharchenko
More...
almost 10 years ago
Fixed a memory management bug in libairfloat/raopserver.c
Viktoriia Kharchenko
More...
almost 10 years ago
maintainance(.xcodeproj): simplified project layout, fixed airfloat/libairfloat dependency handling, bumped target version to 6.0
Sidney Bofah
More...
almost 10 years ago
tweak(libairfloat): Increased audio queue buffer size (500 -> 4096)
Sidney Bofah
More...
almost 10 years ago
feature(backgrounding): Add event handlers and helper tasks for application in background and foreground mode.
Sidney Bofah
More...
almost 10 years ago
refactor(delegate): Reordered delegate methods for iOS best practices compliance
Sidney Bofah
More...
almost 10 years ago
refactor(app delegate): Moved RAOP initialiser to dedicated method, cleanup whitespace.
Sidney Bofah
More...
almost 10 years ago
refactor(App Settings): Added manual getter/setter methods for interfacing with settings.
Sidney Bofah
More...
almost 10 years ago
refactor(app delegate): Moved property synthesis to modern objective C syntax. Removed unneeded imports.
Sidney Bofah
More...
almost 10 years ago
refactor(libairfloat): Moved iOS AVAudioSession initialisers to dedicated methods. Added interface for manual initialisation of AVAudioSession instance.
Sidney Bofah
More...
almost 10 years ago
Added JBA474
Kristian Trenskow
More...
about 10 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree