- 06 Jun, 2011 7 commits
-
-
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 19 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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 03 Jun, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-