- 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
-
- 22 Oct, 2004 1 commit
-
-
Gildas Bazin authored
* modules/access/dshow/dshow.cpp: moved tuner properties to its own function + new dshow-tuner config option.
-
- 20 Oct, 2004 1 commit
-
-
Gildas Bazin authored
-
- 05 Oct, 2004 1 commit
-
-
Damien Fouilleul authored
- invoked crossbar properties pages after graph has been created, changing video input should now work properly
-
- 12 Sep, 2004 2 commits
-
-
Gildas Bazin authored
- switch to access_demux module for raw video/audio streams. - massive cleanup and simplifications. - a bunch of fixes.
-
Gildas Bazin authored
* modules/access/dshow: simplification (video inversion is now handled in the rawvideo codec/packetizer).
-
- 31 Aug, 2004 1 commit
-
-
Derk-Jan Hartman authored
* Add ACCESS_SET_PRIVATE_ID_STATE to the list of every access plugin * msg_Err -> msg_Warn for unimplemented Control queries
-
- 15 Aug, 2004 1 commit
-
-
Gildas Bazin authored
-
- 22 Jun, 2004 1 commit
-
-
Damien Fouilleul authored
- added last resort built-in mediatype for capture filter if card does not returns any (i.e Osprey cards) - miscelaneous clean ups
-
- 09 Jun, 2004 1 commit
-
-
Gildas Bazin authored
-
- 19 May, 2004 1 commit
-
-
Damien Fouilleul authored
- ordered device supported media types using an arbitrary fourcc preference priority before passing them to capture filter - removed assumption where YUY2 chroma was considered identical to UYVY
-
- 16 May, 2004 1 commit
-
-
Gildas Bazin authored
* include/modules_inner.h, include/modules.h: added a shortname field to the module declaration section. * modules/access/*: added a shortname to a few modules.
-
- 27 Apr, 2004 1 commit
-
-
Sam Hocevar authored
-
- 12 Apr, 2004 1 commit
-
-
Gildas Bazin authored
+ Use ICaptureGraphBuilder2 when available (standard way to setup capture graphs). + Extra WDM property sheets for --dshow-config. + Some support for selecting crossbar routes. * THANKS: Added Damien Fouilleul for the DirectShow input improvements.
-
- 31 Mar, 2004 1 commit
-
-
Gildas Bazin authored
-
- 29 Jan, 2004 1 commit
-
-
Gildas Bazin authored
* src/misc/configuration.c, include/configuration.h: added a change_action_add()method to associate an action (that can be triggered through a gui) to a config var. * modules/gui/wxwindows/preferences_widgets.*: implemented partial support for change_action_add(). * modules/access/dshow/dshow.cpp: use change_action_add() to refresh the list of devices and to add an option to configure a device.
-
- 28 Jan, 2004 1 commit
-
-
Gildas Bazin authored
-
- 25 Jan, 2004 1 commit
-
-
Gildas Bazin authored
* modules/access/*: strings review + coding style fixes.
-
- 22 Dec, 2003 1 commit
-
-
Gildas Bazin authored
* modules/access/dshow/dshow.cpp: fixed previous fix.
-