- 07 Jun, 2011 7 commits
-
-
Mirsal Ennaime authored
-
Mirsal Ennaime authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Now the mixer can focus on applying to volume. Dummy mixers for S/PDIF and linear are now merged.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 06 Jun, 2011 9 commits
-
-
Laurent Aimar authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Erwan Tulou authored
Rather than automatically expanding folders when hoving over them, use this information (folder expanded or not) to either insert the dropped item as its next sibling in the parent folder or as its first child in this folder respectively.
-
Erwan Tulou authored
This patch includes the following : - fix item misplacement (items were only appended instead of being inserted) - fix slider scrolling that could not adapt to the real size of the playlist - enhance drag&drop by allowing users to finely insert item being dropped into either the playlist or the media library. - optimise refresh (only rebuild playtree in case of visible item) - remove keeping a reference to a playlist_item_t* (since it is not refcounted, a lookup from the playlist with proper lock mechanism is needed) - remove the m_deleted flag (corner cases were never dealt with) and replace it with a notification prior to deletion - implement operator++ to simplify iterating visible items (cosmetics) A deeper redesign/simplification and support for the new sql playlist would be a good thing though.
-
Erwan Tulou authored
Pass drap&drop coordinates over to visual controls. This feature will be used to allow users to finely insert items in the playtree control instead of just appending them at the end.
-
Rémi Denis-Courmont authored
Hand-crafted code in plugin descriptor is not allowed. And the code was unsurprisingly buggy. This reverts commit 1c2a95b8. Conflicts: modules/codec/schroedinger.c
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Konstantin Pavlov authored
-
Jean-Baptiste Kempf authored
-
- 05 Jun, 2011 13 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: fixed volume normalizer prefs and crash when saving the Growl option in combination with some config sets
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It is a preliminary work.
-
Laurent Aimar authored
-
Laurent Aimar authored
It is looking more natural.
-
Laurent Aimar authored
It allows to use hw decoding (whereas it was always disabled). It workaround a bug in ffmpeg/libav.
-
Laurent Aimar authored
It avoid tearing depending on the default settings.
-
Jean-Baptiste Kempf authored
-
- 04 Jun, 2011 11 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Mirsal Ennaime authored
-
Mirsal Ennaime authored
-
Mirsal Ennaime authored
* Add a dispatcher method for tracklist properties * Implement Tracks and CanEditTracks
-
Rémi Duraffort authored
restricted to the audio and video filters.
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
This happen when p_vids->p_bih->biSize - sizeof( BITMAPINFOHEADER ) = 0 and the data is in p_vids->i_chunk_size, because then p_extra == NULL. This solves the fruity sample crash but doesn't fix the palette
-
Jean-Baptiste Kempf authored
-