- 26 Nov, 2006 2 commits
-
-
Clément Stenac authored
-
Clément Stenac 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
-
-
Damien Fouilleul authored
-
- 21 Oct, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 15 Sep, 2006 1 commit
-
-
Clément Stenac 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
-
-
Antoine Cellerier authored
-
Antoine Cellerier 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
-
-
Damien Fouilleul authored
- fix for problem reported in http://forum.videolan.org/viewtopic.php?t=19804&sid=d4ec4d6ac1bcdc8074d8d2855d734d29
-
- 11 Apr, 2006 1 commit
-
-
Clément Stenac authored
-
- 04 Apr, 2006 1 commit
-
-
Damien Fouilleul authored
-
- 02 Apr, 2006 1 commit
-
-
Damien Fouilleul 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
-
-
Clément Stenac authored
-
- 18 Mar, 2006 1 commit
-
-
Christophe Mutricy authored
-
- 17 Jan, 2006 1 commit
-
-
Damien Fouilleul authored
dshow.cpp: Removed default preferred media types (I420) as it was reported by Paul Sokolovsky to cause kernel crashes with some buggy drivers. I added these media types a while back to get around another bug for drivers that didn't offer any preferred media types. Hopefully, the latter bug should be indirectly fixed when I added support for IAMStreamConfig. Moreover, I modified the selection of a default format in IAMStreamConfig to take GetFourCCPriority into a account.
-
- 14 Jan, 2006 1 commit
-
-
Jean-Paul Saman authored
Revert revision 13903. It is implemented in a different way by checking if the option --dshow-chroma is set. If it is set then the chroma is forced, otherwise it is not. This should solve the regression of previous commit, by letting users specify the chroma type to use. To get the previous default behaviour specify IV420 as preferred chroma type either on the commandline or in the Capture Device advanced tab.
-
- 12 Jan, 2006 2 commits
-
-
Antoine Cellerier authored
-
Jean-Paul Saman authored
Remove unconditionally enforcing of "preferred" media type upon the capture devices. Some devices don't handle this properly, which often results in a BSOD. By not setting a preferred media type the problem dissappears. Please check this with other type of devices for any regression.
-
- 29 Nov, 2005 1 commit
-
-
Damien Fouilleul authored
-
- 11 Oct, 2005 1 commit
-
-
Clément Stenac authored
- Missing value lists - advanced / non-advanced problems - description problems - tyops
-
- 16 Sep, 2005 1 commit
-
-
Damien Fouilleul authored
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 27 May, 2005 1 commit
-
-
Gildas Bazin authored
-
- 21 May, 2005 1 commit
-
-
Damien Fouilleul authored
-
- 28 Apr, 2005 1 commit
-
-
Damien Fouilleul authored
- added support for IAMStreamConfig interface to configure user settings on capture pin media type
-
- 11 Dec, 2004 1 commit
-
-
Clément Stenac authored
* Each module can declare a "human-readable short name" with set_name * Modules are sorted by category (set_category, set_subcategory). Modules configs can be separated by set_section() * Separated audio-filter and audio-visual * Separated extraintf and control * New command and widget : add_module_list() for comma-separated modules * Vfilters now use "," as separator
-
- 01 Dec, 2004 2 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 24 Nov, 2004 1 commit
-
-
Gildas Bazin authored
* modules/access/dshow/dshow.cpp: fixed stupid bug in ReadCompressed() that was dropping part of the received data (Fixes the PVR issue).
-
- 08 Nov, 2004 1 commit
-
-
Gildas Bazin authored
-
- 03 Nov, 2004 2 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 01 Nov, 2004 1 commit
-
-
Gildas Bazin authored
* modules/access/dshow/dshow.cpp: don't add a prefered media type when dealing with pins which handle MEDIATYPE_Stream (for some reason the WinTV PVR doesn't really like this).
-
- 28 Oct, 2004 1 commit
-
-
Gildas Bazin authored
-