sonitus.git
2013-06-06 David ‘Bombe... Add URL of documentation to javadoc. master
2013-06-06 David ‘Bombe... Fix formatting.
2013-06-06 David ‘Bombe... Improve logging.
2013-06-06 David ‘Bombe... Check correctly for unknown/unset metadata.
2013-06-06 David ‘Bombe... Add logging.
2013-06-06 David ‘Bombe... If a connection within this filter has caught an except...
2013-06-06 David ‘Bombe... Update metadata after opening all filters.
2013-06-06 David ‘Bombe... Store the connections per filter.
2013-06-06 David ‘Bombe... Create a simpler thread name because we only have one...
2013-06-06 David ‘Bombe... Add logging.
2013-06-06 David ‘Bombe... Let the connection use its own logger.
2013-06-06 David ‘Bombe... Let the real exception propagate.
2013-06-06 David ‘Bombe... Change filter opening.
2013-06-06 David ‘Bombe... Add filter that combines several filters into one.
2013-06-06 David ‘Bombe... Expose a connection’s source and sinks.
2013-06-06 David ‘Bombe... Turn connection into a static class.
2013-06-06 David ‘Bombe... Formatting.
2013-06-06 David ‘Bombe... Update javadocs.
2013-06-06 David ‘Bombe... Remove references to the event bus.
2013-06-06 David ‘Bombe... Ignore the given metadata when opening.
2013-06-06 David ‘Bombe... Transport metadata inline.
2013-06-05 David ‘Bombe... Open the source, too.
2013-06-05 David ‘Bombe... Add equals() method that ignores the comment of the...
2013-06-04 David ‘Bombe... Merge remote-tracking branch 'github/master'
2013-06-04 David ‘Bombe... Remove now obsolete predicate filter.
2013-06-04 David ‘Bombe... Hand in changed metadata to superclass.
2013-06-04 David ‘Bombe... Pull all interfaces into a single interface: Filter.
2013-06-04 David ‘Bombe... Rename dummy filter to basic filter.
2013-06-04 David ‘Bombe... Add marker for unknown metadata.
2013-06-04 David ‘Bombe... Add FLAC identifier and fix comments.
2013-06-04 David ‘Bombe... Add test case for RememberingInputStream.
2013-06-04 David ‘Bombe... Declare the current samples array as final.
2013-06-04 David ‘Bombe... Fix read(byte[]) method.
2013-06-04 David ‘Bombe... Add identifier for FLAC streams.
2013-06-04 David ‘Bombe... Return a list of metadata blocks because they do have...
2013-06-04 David ‘Bombe... Add parser for FLAC metadata.
2013-06-04 David ‘Bombe... Supply the frame’s content.
2013-06-04 David ‘Bombe... Do not use a BiMap.
2013-06-04 David ‘Bombe... Write the first bytes to the buffer correctly.
2013-06-04 David ‘Bombe... Fix javadoc.
2013-05-30 David ‘Bombe... Show hours on timestamp.
2013-05-30 David ‘Bombe... Improve logging.
2013-05-30 David ‘Bombe... Create threads with decent names.
2013-05-29 David ‘Bombe... Return the correct metadata.
2013-05-29 David ‘Bombe... Get rid of event bus, use a custom listener instead.
2013-05-29 David ‘Bombe... Slightly improve logging.
2013-05-28 David ‘Bombe... Highlight component panels on hover and selection.
2013-05-28 David ‘Bombe... Turn hover listener into a selection listener.
2013-05-28 David ‘Bombe... Don’t listen for updates on the parent component.
2013-05-28 David ‘Bombe... Use full title instead of title.
2013-05-28 David ‘Bombe... Update immediately if the metadata has been updated.
2013-05-28 David ‘Bombe... Don’t change the title, just set the content.
2013-05-28 David ‘Bombe... Add comment to content metadata.
2013-05-28 David ‘Bombe... Remove debug output.
2013-05-28 David ‘Bombe... Don’t use another thread if there actually are no sinks...
2013-05-28 David ‘Bombe... Draw components correctly in case of filters without...
2013-05-28 David ‘Bombe... Fix layout.
2013-05-28 David ‘Bombe... Require less space for component info panel.
2013-05-28 David ‘Bombe... Fix metadata updating after a reset.
2013-05-28 David ‘Bombe... Initialize start time with a value that will always...
2013-05-28 David ‘Bombe... Remember and expose the start time of a connection.
2013-05-28 David ‘Bombe... Fix metadata handling.
2013-05-28 David ‘Bombe... Improve logging.
2013-05-28 David ‘Bombe... Beautify metadata output format in case there’s no...
2013-05-28 David ‘Bombe... Change format metadata output format.
2013-05-28 David ‘Bombe... Declare metadata final.
2013-05-28 David ‘Bombe... Show metadata in component panel if it differs from...
2013-05-28 David ‘Bombe... Register metadata listeners at all components for metad...
2013-05-28 David ‘Bombe... Add method to iterate all components.
2013-05-28 David ‘Bombe... Update metadata title with timestamp.
2013-05-28 David ‘Bombe... Move event and metadata handling into abstract base...
2013-05-28 David ‘Bombe... Add metadata listeners to components.
2013-05-28 David ‘Bombe... Rename “Controlled” to “ControlledComponent.”
2013-05-28 David ‘Bombe... Ignore configuration files.
2013-05-27 David ‘Bombe... Show information and all controllers next to the pipeline.
2013-05-27 David ‘Bombe... Send events when the mouse cursor enters a controlled...
2013-05-27 David ‘Bombe... Add panel for component information.
2013-05-27 David ‘Bombe... Add traffic counter.
2013-05-27 David ‘Bombe... Count and expose the number of bytes that have been...
2013-05-27 David ‘Bombe... Rename Feeder to Connection.
2013-05-27 David ‘Bombe... Implement iterable.
2013-05-27 David ‘Bombe... Expose format and content metadata.
2013-05-27 David ‘Bombe... Add example configuration file.
2013-05-27 David ‘Bombe... Display pipeline in main window.
2013-05-27 David ‘Bombe... Add panel that displays a pipeline.
2013-05-27 David ‘Bombe... Expose source and sinks from the pipeline.
2013-05-27 David ‘Bombe... Use title for Icecast metadata.
2013-05-27 David ‘Bombe... Add configuration container.
2013-05-27 David ‘Bombe... Add volume filter.
2013-05-27 David ‘Bombe... Null out sourceDataLine if the line could not be opened.
2013-05-27 David ‘Bombe... Access controls in a more error-resilient way.
2013-05-27 David ‘Bombe... Show metadata in main window.
2013-05-27 David ‘Bombe... Add some missing javadoc comments.
2013-05-27 David ‘Bombe... Send metadata updates events when the metadata changes.
2013-05-27 David ‘Bombe... Create all controlled components with an event bus.
2013-05-27 David ‘Bombe... Expose metadata from every controlled component.
2013-05-27 David ‘Bombe... Add border around controller panel.
2013-05-27 David ‘Bombe... Add border around tabbed pane.
2013-05-27 David ‘Bombe... Add name to all controlled components.
2013-05-27 David ‘Bombe... Ensure that we always write multiples-of-1024 byte...
next