- 12 Jun, 2010 7 commits
-
-
Ilkka Ollakka authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Jakob Leben authored
-
Jean-Baptiste Kempf authored
-
- 11 Jun, 2010 10 commits
-
-
Ilkka Ollakka authored
This reverts commit eca93931. and fixes taglib compile
-
Jakob Leben authored
This reverts commit 61db9aad.
-
Jakob Leben authored
untested
-
Jakob Leben authored
untested
-
Jakob Leben authored
untested
-
Jakob Leben authored
untested
-
Jakob Leben authored
-
Jakob Leben authored
-
Jakob Leben authored
-
Jai Menon authored
Matroska : Set default compression type for the ContentCompAlgo element to 0 (indicating zlib). Some muxers (for example mkvmerge v4.0.0) do not write ebml elements which correspond to the default values (as defined in the spec). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 10 Jun, 2010 20 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Grigori Goronzy authored
Use currently unused code to sort subtitle lines after they have been loaded. Closes #3734.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It should improve the transition.
-
Laurent Aimar authored
-
Laurent Aimar authored
As a side effect, window class names are now uniques (process wide) allowing to unregister them and so to unload properly the msw vouts.
-
Jean-Baptiste Kempf authored
-
Erwan Tulou authored
Unlike _endthread and ExitThread, _endthreadex doesn't close the handle. It is therefore up to the caller to close it. Hence no need for an extra handle duplication (that mostly amounted to a memory leak when the normal path was used, i.e normal return from thread with implicit _endthreadex)
-
Erwan Tulou authored
According to msdn doc, _endthreadex(0) is to be used when thread is launched with _beginthreadex(). Note that when returning from the normal path, an implicit _endthreadex is issued anyway. It is important to be consistent whatever the path, since those final functions (_endthread, ExitThread, _endthreadex) don't have the same deallocation policy.
-
Christophe Mutricy authored
-
Christophe Mutricy authored
As we use AC_PATH_PROG, if you want to force LUAC by specifying it on your command line you need to give a full path+exec_name. Which is a bit un friendly. So work-around this behaviour.
-
Erwan Tulou authored
For lack of a faster detection (based on win32 api messages), resize/move of the parent window are detected in the Manage function on a regular basis and acted upon if need be. Move is an issue only for directx (surface doesn't automatically follow the associated window). Though coordinates doesn't change, an UpdateRects is still required to update the various rectangles used by directx. As it was coded, everything was already taken care of. The artificial "shaking" of the window was quite useless.
-
Rémi Duraffort authored
-
Ilkka Ollakka authored
drop toNativeSeparators-usage (shoudln't break win32, but then again this could be my application for the 'stupid win32 breakage of the year' ;). This allows for example drag youtube links to vlc playlist directly. Parse also dropper text if it has valid url if we don't have urls on drop ( from browser addressbar for example you get text ).
-
Rémi Duraffort authored
This is faster as we can now alloc the right size for the shortcuts array.
-
Christophe Mutricy authored
-
Erwan Tulou authored
There seems to be no more reason to force clipping to the display size when zooming. (tested successfully on WinXP with directx, gdi, opengl)
-
Erwan Tulou authored
Dividing an unsigned int by 2 is different from dividing an int by 2 This division was the cause for vlc(Win32) displaying a black screen when zooming exceeded the display size (alt-'o') Weirdly, there was no problem for Linux !!?? and also no regression :)
-
- 09 Jun, 2010 3 commits
-
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jakob Leben authored
-
Ilkka Ollakka authored
-