August 2010 Archives by date
Starting: Sun Aug 15 18:30:08 CEST 2010
Ending: Tue Aug 31 00:12:17 CEST 2010
Messages: 138
- [vlmc-devel] commit: Updated Japanese translation. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Effect: Adding some getters. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: EffectsEngine: Renaming EffectList to FilterList ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TrackWorkflow: Fixing typo. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: StackedBuffers: Fixing typos ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Tracks: Removing the "hard deactivated" state, and using the deactivated one for muting tracks. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TracksHandler: Simplifying and fixing the track end detection. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Effects: Differentiate Effects from Filter at a type level. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Effects: Adding a MixerInstance class. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Add cmake module for frei0r Also corrects includes, in some distros frie0r header are not installed in folder. The corresponding path can added in the 'Findfrei0r.cmake' module. ( Rohit Yadav )
git at videolan.org
- [vlmc-devel] commit: Add video presets to RendererSettings. (Rohit Yadav )
git at videolan.org
- [vlmc-devel] commit: Remove angle brackets, using conventional Untitled word ( Rohit Yadav )
git at videolan.org
- [vlmc-devel] commit: Print warning before a possible assertion failure. It was seen that this part of code is reached when a possible assertion is failed . So, better print warning before quiting on an assertion failure. ( Rohit Yadav )
git at videolan.org
- [vlmc-devel] commit: Add code to include frei0r. Refactor, add VLMC_LIBS to be used for linking multiple libraries. Add QtNetwork module, used in YouTube services. (Rohit Yadav )
git at videolan.org
- [vlmc-devel] commit: guimain: Use the palette only on mac and windows. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: CMake: Removing references to unexistant directory. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Effect: Removing useless include. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: EffectsEngine: Adding types for Mixers, renaming filter methods. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TrackHandler: Removing StackedBuffer stuff. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Frames: Using quint32 instead of quint8 ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TrackWorkflow: Implement Mixeris handling. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Effects: Adding parameter management. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: EffectInstance: Store the params by name. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Effect: Don't assume effect was loaded when creating an instance. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: EffectInstance: Make the effect instance class polymorphic. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Effect: Add parameter to the internal list. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: EffectSettingValue: Use the appropriate instance to change the parameter value. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Mixers: Fixing stuff. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Frame: Fixing typo. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: EffectInstance: Fixing a settings problem when the effect was re-initialized ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: EffectsEngine: Adding an initMixers method. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TrackWorkflow: Fixing remaining mixers problems. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: EffectSettingValue: Handle all off frei0r's types. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Effects: Starting an effect settings widget ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: EffectInstanceWidget: Adding a DoubleSliderWidget to handle clamped double values ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: EffectInstanceWidget: Adding a Color widget. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: EffectSettings: Handle default value for frei0r settings. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: EffectInstanceWidget: Improving GUI and cleaning code. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Settings: Cleaning. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Removing StackedBuffers. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Removing unused Pool.hpp ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Relocating TrackType to Types.h, in the Workflow namespace. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Workflow: Getting rid of void*. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: AudioClipWorkflow: Fixing regression introduced by previous commit. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TrackHandler: Fix bug when restarting the render. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: ClipWorkflow: Fixing a flushing buffer bug. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Effect: Adding a getter for the author. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: EffectInstanceWidget: Adding an author and version fields. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: EffectInstanceWidget: trying to improve the GUI a little more. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Settings widgets: Refactoring. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Settings: Adding a "reset" button. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Removing useless includes to MainWorkflow.h ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Relocating FrameChangedReason to Types.h ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Removing more inclusion of MainWorkflow.h ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] [VLMC] #125: libvlc not found on debian lenny
Christophe Ribet
- [vlmc-devel] commit: Add include paths and cpp/h files of YouTube services. Remove unnecessary headers, .h files, that do n't need to be moc-ed. Add VLMC_LIBS, instead of so many libs at different places. (Rohit Yadav )
git at videolan.org
- [vlmc-devel] commit: Video sharing export dialog for YouTube etc. (Rohit Yadav )
git at videolan.org
- [vlmc-devel] commit: Add code for Share on Internet, creates and check folders, new settings, proxy etc. (Rohit Yadav )
git at videolan.org
- [vlmc-devel] commit: Name fixes in MainWindow ui (Rohit Yadav )
git at videolan.org
- [vlmc-devel] commit: Abstract Service class for sharing videos on the internet. Currently only for YouTube. (Rohit Yadav )
git at videolan.org
- [vlmc-devel] commit: Custom QIODevice for uploading video files (Rohit Yadav )
git at videolan.org
- [vlmc-devel] commit: Common header file for YouTube services (Rohit Yadav )
git at videolan.org
- [vlmc-devel] commit: YouTube service class. Provides interfaces for authentication and uploading. (Rohit Yadav )
git at videolan.org
- [vlmc-devel] commit: YouTube Auth class Uses HTTPS and global proxy (Rohit Yadav )
git at videolan.org
- [vlmc-devel] commit: YouTube Uploader class Given authentication is done, it uses the auth token and uploads video with provided meta data to YouTube . (Rohit Yadav )
git at videolan.org
- [vlmc-devel] commit: YouTube XML feed parser. Currently used for parsing VideoID from the XML data which is returned when a valid video file is uploaded . (Rohit Yadav )
git at videolan.org
- [vlmc-devel] commit: ShareOnInternet: Fixing build. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: EffectsEngine: Respecting plugin path reference. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Settings: Avoid creating directories without asking anything to the user. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Fixing metatype declaration. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: widgets: Moving ui file to the appropriate dir. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: CrashHandler: Updating ressource file location. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Merging ClickableLabel and ElidableLabel into new ExtendedLabel widget. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TrackControl: Allow a track to be renamed. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TracksControl: Saving track names ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TracksControl: Removing useless includes ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: MainWorkflow: Make getOutput return a const OutputBuffer* ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: MainWorkflow: Reworking blackoutput. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: ClipWorkflow: When adding a filter, return its helper. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Workflow: Renaming unused getClip method to getClipHelper. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Workflow: When adding an effect, return its instance. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: WorkflowRenderer: Returning the Filter instance when adding a filter. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Removing distinction between effects and mixer. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: VideoClipWorkflow: Fixing memory leak. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: ImageClipWorkflow: Use filters. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: ImageClipWorkflow: Fixing frame and time passed to the effects engine. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TrackWorkflow: Adding a effect should rely on the clip helper's id. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Store the ClipWorkflow inside the ClipHelper ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TrackHandler: Watch for TrackWorkflow length changed. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: MainWorkflow: Check for TrackHandler length changes. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: MainWorkflow: adding a getter for tracks. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: GraphicsTrack: Adding a getter for TrackWorkflow ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Refactoring "adding clip to timeline/workflow" process. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Fixing clip addition. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Fixing clip removal. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TracksView: Fix multiple clip clip detection. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Refactoring clip moving. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Fixing signal/slot stuff when moving clip. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Refactoring clip resizing. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Refactoring clip splitting. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Removing useless methods from TrackHandler. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TracksView: Factorization. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TrackWorkflow: Emitting clipMoved signal. Fixes undo for clip moving. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Commands: Fix clip splitting. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: AbstractGraphicsMediaItem: Removing a nasty forest boolean ( © ) ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: ClipHelper: Fixing resize boundaries. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TracksView: Fixing clip duplication check. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Czech translation filled in (Milan Svetel )
git at videolan.org
- [vlmc-devel] commit: Improving resize behaviour. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Fixing resize for good. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: vlmc.cpp: Blind build fix. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TracksView: Removing m_actionMoveExecuted flag. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TracksView: Merging m_actionResize and m_actionMove in one m_action attribute. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TracksView/AbstractGraphicsMediaItem: Fixing signedness warnings. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TracksView: Fixed typo in earlier refactoring. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TracksView: Fixing clip adding by drag and drop. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TracksView: explicitely reject innapropriate event. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Timeline: Effects (filters) can be added to clips. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: VideoClipWorkflow: Fixing real time effect adding. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TrackWorkflow: Adding a setter for trackworkflow effects. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Workflow: Removing useless effects setter. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TrackWorkflow: Apply filters. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TracksView: Support for track effects addition. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TracksWorkflow: Apply effects (without crashing) when nothing was rendered. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TrackWorkflow: Don't add effect for non video tracks. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: TrackControls: Adding a Fx button. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: EffectInstanceWidget: Converting from QDialog to QWidget. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: EffectsEngine: Merging EffectList and MixerList. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: EffectInstanceWidget: Make the widget promotable. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Adding an EffectStack widget. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: EffectStack: Improving the layout. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: EffectInstanceWidget: clear before setting a new effect instance. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: EffectStack: Allow items to be reordered. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: main: register metatypes when the crash handler is enabled. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: EffectStack: When reordering, update the selected index. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: EffectList: Removing multiple selection. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: Splitting EffectInstanceWidget in two: One effect part, one instance part. ( Hugo Beauzée-Luyssen )
git at videolan.org
- [vlmc-devel] commit: EffectsListView: Open a EffectWidget on double clicking on an effect. ( Hugo Beauzée-Luyssen )
git at videolan.org
Last message date:
Tue Aug 31 00:12:17 CEST 2010
Archived on: Tue Aug 31 00:12:25 CEST 2010
This archive was generated by
Pipermail 0.09 (Mailman edition).