- 03 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 01 May, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 14 Apr, 2008 2 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 12 Mar, 2008 1 commit
-
-
ivoire authored
-
- 23 Jan, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Missing some cases that I could not test. Also ffmpeg/chroma.c is locked, so I can but leave it broken. Fix is for the remaining modules is obvious and the issue is easy to detect.
-
- 04 Jan, 2008 1 commit
-
-
Pierre d'Herbemont authored
input/input.c: Define DEMUX_CAN_SEEK and correctly set "seekable" accordingly. (This could introduce regression such as seekable item no more seekable, but I should have greped enough...).
-
- 17 Dec, 2007 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 10 Nov, 2007 1 commit
-
-
Felix Paul Kühne authored
-
- 10 Sep, 2007 1 commit
-
-
Rafaël Carré authored
-
- 28 Aug, 2007 1 commit
-
-
damienf authored
-
- 20 Aug, 2007 3 commits
-
-
Rémi Denis-Courmont authored
Finally rid of the strcasestr warning
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 04 Aug, 2007 1 commit
-
-
Rémi Denis-Courmont authored
Note that shortcuts are inherited from the main module to submodules, so it is totally useless to duplicate them paste add_submodule. If you think this is wrong, I do not necessarily disagree, but it would need a RFC.
-
- 23 Mar, 2007 1 commit
-
-
Christophe Mutricy authored
-
- 24 Dec, 2006 1 commit
-
-
trax authored
-
- 06 Dec, 2006 1 commit
-
-
damienf authored
-
- 26 Nov, 2006 4 commits
-
-
zorglub authored
« En essayant continuellement on finit par réussir. Donc : plus ça rate, plus on a de chances que ça marche. »
-
zorglub authored
-
zorglub authored
-
zorglub authored
* Headers in include must contain the structures and prototypes needed by the plugins and should be named vlc_*. * Headers in include/vlc must contain the structures and prototypes needed by external libvlc clients * Moved and renamed some things in headers. - Removed vlc_cpu.h, vlc_error.h (merged in vlc_common) - Removed snapshot.h (merged in vlc_vout.h) - Removed vlc_spu.h (merged in vlc_osd.h) - Removed intf_eject.h and vlc_interaction.h (merged in vlc_interface) - Moved all internal headers to src - Merged vlc_video.h and video_output.h and move private things to src - Removed vlc/intf.h, vlc/aout.h, vlc/vout.h, vlc/decoder.h and vlc/input.h (meta headers for use in modules, and often implying too large dependencies) * Removed some useless dependencies * Unexported a bunch of functions and structures used only in src/ (--> Still some work here) * Finally made input_thread_t and input_source_t (mostly) private. Added input_GetItem to fetch the input_item of an input_thread * Cleaned up deprecated entries in vlc_symbols.h and bumped up symbol prefix This commit has a 99% probability of breaking the build, 0.1% of killing your cat and 0% of getting you hot chicks.
-
- 22 Oct, 2006 1 commit
-
-
damienf authored
-
- 21 Oct, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 15 Sep, 2006 1 commit
-
-
zorglub authored
Also, make it clearer what is shared and instance-specific So, libvlc_t ==> libvlc_global_t vlc_t ==> libvlc_int_t (internal instance) p_object->p_libvlc ==> p_object->p_libvlc_globale p_object->p_vlc ==> p_object->p_libvlc VLC_OBJECT_VLC ==> VLC_OBJECT_LIBVLC And by the way, there is some cleanup required :) (ie, some things are created in the global object instead of the instance-specific one)
-
- 23 Aug, 2006 1 commit
-
-
Felix Paul Kühne authored
-
- 22 Aug, 2006 1 commit
-
-
Felix Paul Kühne authored
* browsed through all code files starting with A to F and added non-blocking intf_UserFatal calls next to msg_err where I think that it is necessary. I tried to select the most important msg_errs. If I missed your favourite, feel free to add it. Feedback on the wording and the placement of the interaction calls is strongly welcomed. For the records: I'm using some general topics for most of the dialogues to produce less work for the translators. The current ones go like this: "Audio output failed", "Network interaction failed", "Streaming / Transcoding failed", "Audio filtering failed", "File reading failed", "Playback failure" More to come.
-
- 10 Jun, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 09 Jun, 2006 1 commit
-
-
- 02 May, 2006 2 commits
-
-
dionoea authored
-
dionoea authored
Untested change to support different AMTUNER modes in dshow input (see http://forum.videolan.org/viewtopic.php?t=19814 )
-
- 27 Apr, 2006 1 commit
-
-
damienf authored
- fix for problem reported in http://forum.videolan.org/viewtopic.php?t=19804&sid=d4ec4d6ac1bcdc8074d8d2855d734d29
-
- 11 Apr, 2006 1 commit
-
-
zorglub authored
-
- 04 Apr, 2006 1 commit
-
-
damienf authored
-
- 02 Apr, 2006 1 commit
-
-
damienf authored
possible fix for Trac Ticket #621, whereby Hauppage WinTV capture cards (PVR-150, others ?) no longer works
-
- 31 Mar, 2006 2 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
- 29 Mar, 2006 1 commit
-
-
zorglub authored
-
- 18 Mar, 2006 1 commit
-
-
Christophe Mutricy authored
-