Declare metadata final.
[sonitus.git] / src /
2013-05-28 David ‘Bombe’ RodenDeclare metadata final.
2013-05-28 David ‘Bombe’ RodenShow metadata in component panel if it differs from...
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’ RodenShow information and all controllers next to the pipeline.
2013-05-27 David ‘Bombe’ RodenSend events when the mouse cursor enters a controlled...
2013-05-27 David ‘Bombe’ RodenAdd panel for component information.
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’ RodenAdd example configuration file.
2013-05-27 David ‘Bombe’ RodenDisplay pipeline in main window.
2013-05-27 David ‘Bombe’ RodenAdd panel that displays a pipeline.
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 configuration container.
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’ RodenShow metadata in main window.
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 border around controller panel.
2013-05-27 David ‘Bombe’ RodenAdd border around tabbed pane.
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 output stream wrapper that always writes a multiple...
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 sample-aware output stream wrapper and processor.
2013-05-27 David ‘Bombe’ RodenAdd knob controller panel.
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’ RodenImprove layout.
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’ RodenUse a box instead of a panel.
2013-05-27 David ‘Bombe’ RodenAdd switch panel.
2013-05-27 David ‘Bombe’ RodenAdd mute switch to audio sink.
2013-05-27 David ‘Bombe’ RodenAdd switch implementation.
2013-05-27 David ‘Bombe’ RodenAdd GUI that can display faders.
2013-05-27 David ‘Bombe’ RodenAdd version information.
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 javadoc.
2013-05-27 David ‘Bombe’ RodenRename original and copyright bit.
2013-05-27 David ‘Bombe’ RodenAdd logging.
2013-05-27 David ‘Bombe’ RodenInclude source/sink details in exceptions.
2013-05-27 David ‘Bombe’ RodenAdd metadata stream parser and test case.
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’ RodenIgnore EOF exceptions when identifying streams.
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-19 David ‘Bombe’ RodenAdd link to MPEG audio frame header information.
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’ RodenUse custom MP3 parser to detect MP3 metadata.
2013-03-18 David ‘Bombe’ RodenAdd custom MP3 parser.
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.
2013-03-17 David ‘Bombe’ RodenForward get() calls directly to the current source.
2013-03-17 David ‘Bombe’ RodenSave a thread and read directly from the process’ stdout.
2013-03-17 David ‘Bombe’ RodenDeclare the parameters builder correctly.
2013-03-17 David ‘Bombe’ RodenAdd Ogg Vorbis decoder.
2013-03-17 David ‘Bombe’ RodenParse Vorbis comments from Ogg Vorbis stream.
2013-03-17 David ‘Bombe’ RodenDon’t change the parsed metadata.
2013-03-17 David ‘Bombe’ RodenFix creating new metadata with changed name or artist.
2013-03-17 David ‘Bombe’ RodenParse ID3v2 tag from MP3 streams.
2013-03-17 David ‘Bombe’ RodenFix compatibility with Java 1.6.
2013-03-17 David ‘Bombe’ RodenMove format into metadata.
2013-03-16 David ‘Bombe’ RodenUpdate metadata on server if it has changed.
2013-03-16 David ‘Bombe’ RodenSend event after source has been updated.
2013-03-16 David ‘Bombe’ RodenAdd method to notify sink when a source has updated...
2013-03-16 David ‘Bombe’ RodenAdd basic metadata.
next