- 26 Oct, 2010 18 commits
-
-
Rafaël Carré authored
--no-color / --color is a fine enough control
-
Rafaël Carré authored
ManageSlider() -> ChangePosition(), now takes the position increment as (signed) argument Don't show percentage of media in Position (elapsed/total already show this information)
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
factor out file/directory detection code remove the need for {OPEN,SEARCH}_CHAIN_SIZE defines
-
Rafaël Carré authored
-
Rafaël Carré authored
remove code to workaround lack of unicode support Also statically allocate open and search buffers
-
Rafaël Carré authored
align 'case' on the same level than 'switch' use an inline function to switch boxes
-
Rafaël Carré authored
-
Rafaël Carré authored
Comment out all messages box code Factorize Eject() Replace break/goto in HandleKey() by return Draw immediately on start of interface (avoid flicker) fix Playlist race condition in Run() Remove pointless comments
-
Rafaël Carré authored
remove unused intf_sys_t members remove useless assignements use C99 for(;;) fix a double free when not using ncursesw use sizeof instead of strlen() when possible use var_GetInteger() instead of var_Get() use calloc() to allocate intf_sys_t and remove assignements which set memory to 0
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Split some functions
-
Rafaël Carré authored
-
Rafaël Carré authored
factorize
-
Rafaël Carré authored
Remove braces around a single statement Merge some comparisons "( a )" -> "(a)" "if(x)" -> "if (x)" "if (x == NULL)" -> "if (!x)" "if (x != NULL)" -> "if (x)" ReadDir: Invert logic to have less indentation: { if( a ) x(); else y(); } ====> { if( !a ) { y(); return; } x(); }
-
Rafaël Carré authored
Remove most forward declarations Also update copyright
-
- 25 Oct, 2010 21 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Laurent Aimar authored
-
Laurent Aimar authored
Ths mouse events must be filtered backward.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
Vout does not support on the fly changes, and an action on the input is needed. As such, it only belong to the input manager (hence the playlist). It also remove another vlc_object_find(PARENT).
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
André Weber authored
-
Mika Tiainen authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
-
Rémi Denis-Courmont authored
-
Pierre Ynard authored
This prevented restreaming theora streams into ogg Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
-
- 24 Oct, 2010 1 commit
-
-
VideoLAN authored
-