- 13 Jun, 2010 1 commit
-
-
Jean-Baptiste Kempf authored
lavc's is marked as experimental
-
- 12 Jun, 2010 14 commits
-
-
Laurent Aimar authored
It seems that some avcodec decoders release frames even after being flushed.
-
Laurent Aimar authored
It (probably) happens only when the video is non mod 16, or non mod 32 with YV12 hardware surface.
-
Jean-Baptiste Kempf authored
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Laurent Aimar authored
Used SetCapture/ReleaseCapture to emulate what x11 seems to do by default.
-
Laurent Aimar authored
It is not limited to win32.
-
Adrien Maglo authored
Add a channel list widget at the left of the EPGView widget. Remove the splitter on the EPG window.
-
Jean-Baptiste Kempf authored
-
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 15 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
-