Store the connections per filter.
[sonitus.git] / src / main / java / net / pterodactylus / sonitus / data /
2013-06-06 David ‘Bombe’ RodenStore the connections per filter.
2013-06-06 David ‘Bombe’ RodenCreate a simpler thread name because we only have one...
2013-06-06 David ‘Bombe’ RodenAdd logging.
2013-06-06 David ‘Bombe’ RodenLet the connection use its own logger.
2013-06-06 David ‘Bombe’ RodenLet the real exception propagate.
2013-06-06 David ‘Bombe’ RodenChange filter opening.
2013-06-06 David ‘Bombe’ RodenAdd filter that combines several filters into one.
2013-06-06 David ‘Bombe’ RodenExpose a connection’s source and sinks.
2013-06-06 David ‘Bombe’ RodenTurn connection into a static class.
2013-06-06 David ‘Bombe’ RodenFormatting.
2013-06-06 David ‘Bombe’ RodenUpdate javadocs.
2013-06-06 David ‘Bombe’ RodenRemove references to the event bus.
2013-06-06 David ‘Bombe’ RodenIgnore the given metadata when opening.
2013-06-06 David ‘Bombe’ RodenTransport metadata inline.
2013-06-05 David ‘Bombe’ RodenOpen the source, too.
2013-06-05 David ‘Bombe’ RodenAdd equals() method that ignores the comment of the...
2013-06-04 David ‘Bombe’ RodenMerge remote-tracking branch 'github/master'
2013-06-04 David ‘Bombe’ RodenRemove now obsolete predicate filter.
2013-06-04 David ‘Bombe’ RodenHand in changed metadata to superclass.
2013-06-04 David ‘Bombe’ RodenPull all interfaces into a single interface: Filter.
2013-06-04 David ‘Bombe’ RodenRename dummy filter to basic filter.
2013-06-04 David ‘Bombe’ RodenAdd marker for unknown metadata.
2013-06-04 David ‘Bombe’ RodenFix javadoc.
2013-05-30 David ‘Bombe’ RodenShow hours on timestamp.
2013-05-30 David ‘Bombe’ RodenImprove logging.
2013-05-30 David ‘Bombe’ RodenCreate threads with decent names.
2013-05-29 David ‘Bombe’ RodenReturn the correct metadata.
2013-05-29 David ‘Bombe’ RodenGet rid of event bus, use a custom listener instead.
2013-05-29 David ‘Bombe’ RodenSlightly improve logging.
2013-05-28 David ‘Bombe’ RodenUpdate immediately if the metadata has been updated.
2013-05-28 David ‘Bombe’ RodenDon’t change the title, just set the content.
2013-05-28 David ‘Bombe’ RodenAdd comment to content metadata.
2013-05-28 David ‘Bombe’ RodenDon’t use another thread if there actually are no sinks...
2013-05-28 David ‘Bombe’ RodenFix metadata updating after a reset.
2013-05-28 David ‘Bombe’ RodenInitialize start time with a value that will always...
2013-05-28 David ‘Bombe’ RodenRemember and expose the start time of a connection.
2013-05-28 David ‘Bombe’ RodenFix metadata handling.
2013-05-28 David ‘Bombe’ RodenImprove logging.
2013-05-28 David ‘Bombe’ RodenBeautify metadata output format in case there’s no...
2013-05-28 David ‘Bombe’ RodenChange format metadata output format.
2013-05-28 David ‘Bombe’ RodenDeclare metadata final.
2013-05-28 David ‘Bombe’ RodenRegister metadata listeners at all components for metad...
2013-05-28 David ‘Bombe’ RodenAdd method to iterate all components.
2013-05-28 David ‘Bombe’ RodenUpdate metadata title with timestamp.
2013-05-28 David ‘Bombe’ RodenMove event and metadata handling into abstract base...
2013-05-28 David ‘Bombe’ RodenAdd metadata listeners to components.
2013-05-28 David ‘Bombe’ RodenRename “Controlled” to “ControlledComponent.”
2013-05-27 David ‘Bombe’ RodenAdd traffic counter.
2013-05-27 David ‘Bombe’ RodenCount and expose the number of bytes that have been...
2013-05-27 David ‘Bombe’ RodenRename Feeder to Connection.
2013-05-27 David ‘Bombe’ RodenImplement iterable.
2013-05-27 David ‘Bombe’ RodenExpose format and content metadata.
2013-05-27 David ‘Bombe’ RodenExpose source and sinks from the pipeline.
2013-05-27 David ‘Bombe’ RodenUse title for Icecast metadata.
2013-05-27 David ‘Bombe’ RodenAdd volume filter.
2013-05-27 David ‘Bombe’ RodenNull out sourceDataLine if the line could not be opened.
2013-05-27 David ‘Bombe’ RodenAccess controls in a more error-resilient way.
2013-05-27 David ‘Bombe’ RodenAdd some missing javadoc comments.
2013-05-27 David ‘Bombe’ RodenSend metadata updates events when the metadata changes.
2013-05-27 David ‘Bombe’ RodenCreate all controlled components with an event bus.
2013-05-27 David ‘Bombe’ RodenExpose metadata from every controlled component.
2013-05-27 David ‘Bombe’ RodenAdd name to all controlled components.
2013-05-27 David ‘Bombe’ RodenEnsure that we always write multiples-of-1024 byte...
2013-05-27 David ‘Bombe’ RodenAdd stereo separation filter.
2013-05-27 David ‘Bombe’ RodenAdd internal audio processing filter.
2013-05-27 David ‘Bombe’ RodenAdd knob controller.
2013-05-27 David ‘Bombe’ RodenDon’t require overriding valueSet() anymore, a do-nothi...
2013-05-27 David ‘Bombe’ RodenAdd name to controllers.
2013-05-27 David ‘Bombe’ RodenMake controller’s value’s type variable.
2013-05-27 David ‘Bombe’ RodenAdd mute switch to audio sink.
2013-05-27 David ‘Bombe’ RodenAdd switch implementation.
2013-05-27 David ‘Bombe’ RodenEvery source, sink, and filter is now also a controller.
2013-05-27 David ‘Bombe’ RodenAdd fader implementation.
2013-05-27 David ‘Bombe’ RodenAdd abstract controller implementation.
2013-05-27 David ‘Bombe’ RodenAdd controlled interface.
2013-05-27 David ‘Bombe’ RodenAdd controller interface.
2013-05-27 David ‘Bombe’ RodenAdd logging.
2013-05-27 David ‘Bombe’ RodenInclude source/sink details in exceptions.
2013-05-27 David ‘Bombe’ RodenAdd streaming audio source.
2013-05-27 David ‘Bombe’ RodenAdd more recognized encodings.
2013-05-27 David ‘Bombe’ RodenAdd logging.
2013-05-27 David ‘Bombe’ RodenAdd code comment.
2013-05-27 David ‘Bombe’ RodenFix javadoc.
2013-05-27 David ‘Bombe’ RodenAdd filter that tracks the time.
2013-05-27 David ‘Bombe’ RodenAdd FLAC decoder filter.
2013-05-27 David ‘Bombe’ RodenUse a single thread if a source/filter has only a singl...
2013-05-27 David ‘Bombe’ RodenSplit metadata into format and content metadata.
2013-05-27 David ‘Bombe’ RodenFinish pipeline when an exception occurs.
2013-05-27 David ‘Bombe’ RodenSend metadata change on start.
2013-05-27 David ‘Bombe’ RodenDon’t connect sources and sinks directly, use a pipelin...
2013-03-19 David ‘Bombe’ RodenFix equals().
2013-03-19 David ‘Bombe’ RodenDon’t call the accessor but access the encoding directly.
2013-03-18 David ‘Bombe’ RodenSave current source, update metadata after starting...
2013-03-18 David ‘Bombe’ RodenLog exactly which part of the connection has died.
2013-03-18 David ‘Bombe’ RodenSend event when source reached EOF.
2013-03-17 David ‘Bombe’ RodenRemove class name from log messages.
2013-03-17 David ‘Bombe’ RodenStrip whitespace from artist and name.
2013-03-17 David ‘Bombe’ RodenAdd time at start of filtering during which no delay...
2013-03-17 David ‘Bombe’ RodenAdd resampling filter that uses sox for the heavy lifting.
2013-03-17 David ‘Bombe’ RodenRead directly from the source.
next