- 30 Sep, 2007 25 commits
-
-
Rafaël Carré authored
-
Pierre d'Herbemont authored
control/media_instance.c: Remove access to p_input_thread->p_internals. (which was a broken hack by the way).
-
Laurent Aimar authored
input slave) Untested. media_instance.c no longer depends on input_internal.h Clean up a bit es_out pause handling. Fixed DEMUX_GET_FPS description (double not float)
-
Pierre d'Herbemont authored
-
Rafaël Carré authored
-
Laurent Aimar authored
input_query_e). Btw input_internal.h is an internal header for src/input/* ONLY. If input/control/* need it, then it is BROKEN (or there is a missing functionnality, just ask for it then) I see it calling demux2_Control, this will segfault if you are unlucky. Accessing directly to p_input->p member is also forbidden.
-
Rafaël Carré authored
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
This would be necessary to rid the networking code of arbitrary timers (but it does not work yet).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
Made demux2_IsPathExtension case insensitive. Used demux2_IsPathExtension/p_demux->b_force when appropriate Fixed a regression in flac demuxer (segfault when reading meta data) Added a VLC_UNUSED(x) macro to avoid seeing ugly (void)x around the code. Improved a bit a few vlc_common.h macro (do {} while(0))
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Good news is, no plugins used it anyway. Bad news is, some parts of libvlc still use which is wrong (i_refcount is protected by the "structure lock", meaning only misc/objects.c functions can use it safely).
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
MacOSX/Framework: Use --opengl-provider=minimal_macosx. (Original patch by Enrique Osuna <enrique.osuna a gmail d com>).
-
Pierre d'Herbemont authored
modules/gui/minimal_macosx: Fix shortname and add shortcut, after funman answer to Enrique Osuna patch.
-
Pierre d'Herbemont authored
modules/video_output/opengl.c: Allow opengl provider override at runtime.(Original patch by Enrique Osuna <enrique.osuna a gmail d com>).
-
Bernie Purcell authored
Reverse previous workaround for pthreads lib having GC2 suffix - that is actually normal; patch should instead go into x264 to make it ignore the presence of a local pthread lib under cygwin when doing configure tests.
-
- 29 Sep, 2007 11 commits
-
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Contribs: take libebml and libmatroska from released versions... Way easier to not compile it everytime.
-
Laurent Aimar authored
Ignore directories in --sub-autodetect-path that match the directory of the current file (But it does not works with symbolic links).
-
Rafaël Carré authored
-
Laurent Aimar authored
Fixed an overflow when more than MAX_SUBTITLE_FILES are detected. Fixed a bunch of memory leaks. Fixed removing sub/idx pair. (sizeof() != strlen on char*) Clean up/Simplify (asprintf/calloc are usefull) Cosmetics
-
Laurent Aimar authored
selected one with --sub-file
-
Jean-Paul Saman authored
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
- 28 Sep, 2007 4 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Laurent Aimar authored
-
Laurent Aimar authored
- as a standalone file - as a kind of subtitle (even if it is a video track). CD-G disk are not supported. Please, report any file incorrectly decoded. (I have 0 sample with circular scrolling) In subtitle_Detect, do not add as a subtitle the file for which we are doing the detection. (subtitle_Detect("file.sub") returned "file.sub")
-