- Jun 17, 2010
-
-
Pierre Ynard authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It should fix invalid accesses of input_resource_t using input_GetVout/Aout.
-
ivoire authored
-
ivoire authored
-
Adrien Maglo authored
-
Adrien Maglo authored
Sorry, this is not causing the issue ...
-
Adrien Maglo authored
My fault: addSecs() call was modifying the item start time ...
-
ivoire authored
-
ivoire authored
If in AUTHORS => not in THANKS I moved also some people from AUTHORS to THANKS (only small fixes).
-
This allows for correct output when using muxers (like the MOV/MP4 muxer) that require frame_size set. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
The mpris defines three dbus interfaces with the same name. This is wrong on many levels and the second version of the spec which is currently being drafted fixes that. In order to be able to reflect this change, the dbus control module should not assume that these interface have the same name. With this patch applied, VLC still complies with the mpris v1.0 Signed-off-by:
Rafaël Carré <rafael.carre@gmail.com>
-
Define assert() to no-op
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- Jun 16, 2010
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
PLEASE check it
-
Jean-Baptiste Kempf authored
Patch from Diblo_Dk on the forum, adapted by /me
-
Jean-Baptiste Kempf authored
Patch by Diblo_Dk on our forum and adapted by yours truly
-
Currently, the libavformat based muxer supports audio and video streams properly. Subtitle muxing is still a work-in-progress. Till those are verified to work as well, we need to ensure that we don't create AVStreams with invalid codec type. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Remove observer from the notification center in the dealloc method to prevent a crash when notification center posts NSApplicationWillTerminateNotification and the VLAboutBox has already been released. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Ilkka Ollakka <ileoo@videolan.org>
-
Ilkka Ollakka authored
This reverts commit 57527c54. Didn't mean to commit this one at this point.
-
Ilkka Ollakka authored
-
My interpretation of ETSI EN 300 743 is that the region_fill_flag of a region composition segment should not cause the region to be filled when the containing page composition segment has its' page_state variable set to 0 (page update). Signed-off-by:
Ilkka Ollakka <ileoo@videolan.org>
-
Jean-Baptiste Kempf authored
-
- Jun 15, 2010
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Partial forward-port of b2096f74334eaf1043d00396e097412a99ff5847
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Adrien Maglo authored
Do not display the description in the items. Display the start and end times in the items. Change the item colors. Feel free to modify these choices.
-
Adrien Maglo authored
-
Adrien Maglo authored
-
Ilkka Ollakka authored
This reverts commit 770f3c56. This reverts commit eaf74997.
-
Ilkka Ollakka authored
-
Jean-Baptiste Kempf authored
-
Jean-Paul Saman authored
The option --dbus-unique-service-id provides a unique name to identify a VLC instance on the DBUS session bus. Each vlc instance will uses the following naming scheme on the dbus bus: org.mpris.vlc-<pid>, where <pid> is the PID of the vlc process.
-