0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 24 hours ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add vp8 to OGG accepted formats
Andoni Morales
as Andoni Morales Alastruey
More... almost 14 years ago
Add webm to the bundle
Andoni Morales
as Andoni Morales Alastruey
More... almost 14 years ago
Fix mistake in the vp8 wizard code
Andoni Morales
as Andoni Morales Alastruey
More... almost 14 years ago
Add integration with the wizard
Andoni Morales
as Andoni Morales Alastruey
More... almost 14 years ago
Fix typo in xml
Andoni Morales
as Andoni Morales Alastruey
More... almost 14 years ago
Add webm and mkv to the makefile
Andoni Morales
as Andoni Morales Alastruey
More... almost 14 years ago
Add mkv and webm muxer components, not that they work just yet... More... almost 14 years ago
Delete 'return'
Andoni Morales
as Andoni Morales Alastruey
More... almost 14 years ago
Add new VP8 encoder component
Andoni Morales
as Andoni Morales Alastruey
More... almost 14 years ago
* flumotion/component/decoders/generic (svn:ignore): * flumotion/component/decoders (svn:ignore): Ignore files on newly created directories More... about 14 years ago
reviewed by: Xavier Martinez-Hidalgo * configure.ac: * flumotion/component/Makefile.am: * flumotion/component/decoders (added): * flumotion/component/decoders/__init__.py (added): * flumotion/component/decoders/decoders.xml (added): * flumotion/component/decoders/Makefile.am (added): * flumotion/component/decoders/generic (added): * flumotion/component/decoders/generic/generic.py (added): * flumotion/component/decoders/generic/__init__.py (added): * flumotion/component/decoders/generic/Makefile.am (added): * flumotion/component/decoders/generic/generic.xml (added): Add the generic decoder component (based on sebastien's branch) which can decode audio and video from an encoded stream and is aware of changes on upstream components. * flumotion/component/feedcomponent.py: Base class for the decoder component that contains the gstreamer bits More... about 14 years ago
* flumotion/test/test_component_feedcomponent.py: Fix the test for real (Remember to "make check" before each commit!!!) More... about 14 years ago
* flumotion/test/test_component_feedcomponent.py: Consider the new input queue of the muxers in the test More... about 14 years ago
reviewed by: Jan Urbanski and Zaheer Abbas Merali * flumotion/component/encoders/dirac/dirac.py: * flumotion/component/encoders/jpeg/jpeg.py: * flumotion/component/encoders/mulaw/mulaw.py: * flumotion/component/encoders/smoke/smoke.py: * flumotion/component/encoders/speex/speex.py: * flumotion/component/encoders/theora/theora.py: * flumotion/component/encoders/vorbis/vorbis010.py: Make the encoders reconfigurable More... about 14 years ago
reviewed by: Jan Urbanski and Zaheer Abbas Merali * flumotion/component/base/component.glade: * flumotion/component/base/componentnode.py: Show the reconfiguration count in admin UI if the component can be reconfigured. * flumotion/component/feedcomponent.py: Add base classes for reconfigurable encoders/muxers. Those components will rebuild their inner pipeline when a flumotion-reset event is received. More... about 14 years ago
* flumotion/admin/gtk/adminwindow.py: Allow to select multiple configuration files from the Import dialog Remeber the last location of the dialogs More... about 14 years ago
* flumotion/test/test_component_feedcomponent.py: Allow tests to be run with the gtk2reactor. More... about 14 years ago
reviewed by: Xavier Queralt * flumotion/component/feedcomponent.py: * flumotion/component/muxers/multipart.py: * flumotion/component/muxers/ogg.py: * flumotion/test/test_component_feedcomponent.py: Create MuxerComponent class for muxers to inherit. This makes muxers link only after receiving data and makes them link to the compatible sink pad template according to the caps of the data coming in. Add test to check pipeline string output is correct. More... about 14 years ago
* flumotion/component/misc/httpserver/httpserver.py: Increase httpserver set up messages log level. More... about 14 years ago
* flumotion/component/misc/porter/porter.py: Increase porter set up messages log level. More... about 14 years ago
* flumotion/admin/assistant/models.py: Fix typo. More... about 14 years ago
reviewed by: Julien Le Goff <[email protected]> * flumotion/component/misc/httpserver/cachemanager.py: * flumotion/test/test_component_providers.py: Start and stop plug in LocalPathCachedProvider setup()/teardown(). This fixes the race condition in the test suite execution, and removes the need for the ProcessOutputHelper wrapper. More... about 14 years ago
* flumotion/common/testsuite.py: * flumotion/test/test_common_eventcalendar.py: * flumotion/test/test_component_disker.py: * flumotion/test/test_component_httpserver.py: * flumotion/test/test_component_httpserver_httpcached_strategy.py: * flumotion/test/test_component_httpstreamer.py: * flumotion/test/test_component_padmonitor.py: * flumotion/test/test_comptest.py: * flumotion/test/test_dialogs.py: * flumotion/test/test_greeter.py: * flumotion/test/test_server_selector.py: * flumotion/test/test_testclasses.py: Do not decorate classes. Support for class decorators was added in Python 2.6 (and we support Python >= 2.4). More... about 14 years ago
reviewed by: Sébastien Merle <[email protected]> * flumotion/test/bouncertest.py: * flumotion/test/test_admin_admin.py: * flumotion/test/test_admin_multi.py: * flumotion/test/test_cache_manager.py: * flumotion/test/test_common_avltree.py: * flumotion/test/test_common_bundle.py: * flumotion/test/test_common_componentui.py: * flumotion/test/test_common_eventcalendar.py: * flumotion/test/test_common_process.py: * flumotion/test/test_component_disker.py: * flumotion/test/test_component_httpserver.py: * flumotion/test/test_component_httpserver_httpcached_strategy.py: * flumotion/test/test_component_httpstreamer.py: * flumotion/test/test_component_padmonitor.py: * flumotion/test/test_component_providers.py: * flumotion/test/test_comptest.py: * flumotion/test/test_defer.py: * flumotion/test/test_dialogs.py: * flumotion/test/test_greeter.py: * flumotion/test/test_pbstream.py: * flumotion/test/test_server_selector.py: * flumotion/test/test_testclasses.py: * flumotion/test/test_twisted_integration.py: * flumotion/test/test_ui_fgtk.py: Mark slow test cases with @attr('slow'). More... about 14 years ago
reviewed by: Sébastien Merle <[email protected]> * common/common.mk: * common/trial.mk: Add "make quicktest" target to run trial on flumotion.test skipping slow tests. More... about 14 years ago
* flumotion/common/testsuite.py: Fix local variable name. More... about 14 years ago
reviewed by: Marc-André Lureau <[email protected]> * flumotion/common/testsuite.py: Add @attr decorator to testsuite, to help marking test suites/cases with an attribute. Test suites/cases can be decorated with @attr(todo='wip'), @attr(skip='reason'), or @attr('slow') (the last is only supported by flumotion-trial). More... about 14 years ago
reviewed by: Marc-André Lureau <[email protected]> * common/flumotion-trial: * flumotion/common/testsuite.py: Add --skip-slow option to flumotion-trial to skip test suites and test cases marked with slow=True. More... about 14 years ago
reviewed by: Marc-André Lureau <[email protected]> * flumotion/component/producers/icecast/icecast.py: Use souphttpsrc instead of gnomevfssrc, to avoid blocking on socket connect(). Closes #1420. More... about 14 years ago
* flumotion/component/consumers/httpstreamer/httpstreamer.py: Log socket listening and porter login as INFO and include interface information. More... about 14 years ago