- 29 Feb, 2012 3 commits
-
-
Hugo Beauzée-Luyssen authored
-
Casian Andrei authored
For each item that was appended or deleted, the ("Tracks", NULL) pair was inserted (duplicated over and over) in the tracklist_properties dictionary. The dictionary was inserting it in the same position and it assumed it had hash collisions, triggering an expansion at every insertion of that pair. Check if the key is present before inserting in the dict again, at playlist_item_append, playlist_item_deleted events. Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Casian Andrei authored
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
- 28 Feb, 2012 21 commits
-
-
Jean-Baptiste Kempf authored
-
Naohiro KORIYAMA authored
huge numbers of memory leaks happens because subpictures are not deleted. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Rémi Denis-Courmont authored
This reverts commit b7d96d26.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit 09c815ed.
-
Rémi Denis-Courmont authored
This reverts commit 7711eb75. This makes no sense as control types are _not_ macros.
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
With this patch, the window has the proper inactive state when another window is in foreground Close #6016 Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
For nonembedded mode, this makes sure that: - playlist window can be closed and video continues playing - video will be stopped when closing video window with Cmd+W Close #6239 Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
setLevel: seems to be not thread-safe, therefore we set this on the main thread to ensure its functionality Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Francois Cartegnie authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
BMV Video requires palette support and doesnt work as-is, all other codecs work nicely.
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Rafaël Carré authored
This reverts commit 61426c7c15b879c8fc51852d1e77931a88cf6727. Conflicts: contrib/src/ffmpeg/rules.mak Modules have been updated to new API
-
Jean-Baptiste Kempf authored
Close #6219
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 27 Feb, 2012 10 commits
-
-
Denis Charmet authored
Close #6137 Fixes issue in http://forum.videolan.org/viewtopic.php?f=14&t=98525Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This appears to be the only sane font installed by default which supports at least Latin, Arabic, Traditional Chinese, Simplified Chinese, Japanese, Korean, Cyrillic, Vietnamese, Hebrew, Devanagari, Gujarati, Urdu, Tamil, Thai and Telugu
-
Rafaël Carré authored
-
Christopher Mueller authored
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
Sébastien Escudier authored
-
Rob Jonson authored
resending with spaces instead of tabs for indenting. please backport for 2.0.1 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Brendon Justin authored
Sets the SDK in addition to minimum deployment target. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ismael Luceno authored
-
Sébastien Escudier authored
-
- 26 Feb, 2012 6 commits
-
-
Hugo Beauzée-Luyssen authored
Removing m3u8 from the extensions to demux shortcut list. This was preventing the TS demux to be used. Instead, the M3U8 importer was used.
-
Felix Paul Kühne authored
continous button action skips 1 minute within 5 secs now, which matches iTunes note that iTunes gets faster if you press the button longer, which is something we might want to do as well
-
Felix Paul Kühne authored
macosx: fixed a logic problem which prevent the proper exit off the fullscreen mode when using the 64bit linked against the 10.7 SDK on 10.6 (close #6157)
-
Felix Paul Kühne authored
-
Benjamin Drung authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Benjamin Drung authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-