- 12 Sep, 2004 2 commits
- 31 Aug, 2004 1 commit
-
-
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
-
-
gbazin authored
-
- 23 Jul, 2004 1 commit
-
-
damienf authored
-
- 22 Jun, 2004 1 commit
-
-
damienf 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
-
-
gbazin authored
-
- 19 May, 2004 2 commits
-
-
damienf authored
- capture filter is more compatible with ICaptureGraphBuilder2 - some code cleanups especially when dealing with media types
-
damienf 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
-
-
gbazin 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.
-
- 29 Apr, 2004 1 commit
-
-
gbazin authored
-
- 27 Apr, 2004 1 commit
-
-
Sam Hocevar authored
-
- 12 Apr, 2004 1 commit
-
-
gbazin 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
-
-
gbazin authored
-
- 05 Mar, 2004 1 commit
-
-
Sam Hocevar authored
* Removed .cvsignore files and added proper svn:ignore properties.
-
- 16 Feb, 2004 1 commit
-
-
gbazin authored
-
- 29 Jan, 2004 1 commit
-
-
gbazin 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
-
-
gbazin authored
-
- 26 Jan, 2004 1 commit
-
-
gbazin authored
* modules/access/dshow/*: implemented a few more things.
-
- 25 Jan, 2004 1 commit
-
-
gbazin authored
* modules/access/*: strings review + coding style fixes.
-
- 22 Dec, 2003 2 commits
- 20 Dec, 2003 1 commit
-
-
Rocky Bernstein authored
-
- 15 Dec, 2003 1 commit
-
-
gbazin authored
* modules/access/dshow/*: fixed a problem when we would sometimes get stuck trying to stop the dshow graph.
-
- 04 Dec, 2003 2 commits
-
-
gbazin authored
-
Sam Hocevar authored
+ Removed evil ^Ms from the file. * modules/video_output/caca.c: + Support for new dithering modes (libcaca HEAD only). * modules/* src/*: + Grammar and spelling fixes. + Coding style fixes. * po/fr.po: + Spelling fixes. + Updated a few translations. * po/en_GB.po: + Updated a few translations.
-
- 02 Dec, 2003 1 commit
-
-
gbazin authored
* modules/access/dshow/*: PVR support contributed by Marc Nolette. I took the liberty to modify a few things so it might currently be broken (sorry Marc). * THANKS: added Marc Nolette.
-
- 26 Nov, 2003 1 commit
-
-
gbazin authored
-
- 24 Nov, 2003 3 commits
-
-
gbazin authored
* modules/access/dshow/*: compilation fixes. * include/vlc_common.h: added a couple of casts to TAB_APPEND().
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 05 Nov, 2003 1 commit
-
-
gbazin authored
* modules/gui/wxwindows/preferences_widgets.*: added a refresh button for config vars with choices lists which have a pf_list_update callback. * modules/access/dshow/dshow.cpp: provide a callback to update the devices lists.
-
- 03 Nov, 2003 1 commit
-
-
gbazin authored
* modules/access/dshow/*: attempt at supporting DV inputs (completely untested).
-
- 25 Oct, 2003 1 commit
-
-
Sam Hocevar authored
+ Removed u8, s8, u16 etc. for good. * ALL: + Replaced all occurrences of u8, s8, u16 etc. with uint8_t, int8_t, etc.
-
- 18 Oct, 2003 1 commit
-
-
gbazin authored
* modules/access/dshow/*: fixes and optimizations. Also changed all the parameters into config options.
-
- 21 Sep, 2003 1 commit
-
-
gbazin authored
* modules/access/dshow/dshow.cpp: compilation fix related to ssize_t. * share/vlc_win32_rc.rc: stringify version number. * mozilla/*: compilation fix and cosmetic changes to the .rc.
-
- 07 Sep, 2003 1 commit
-
-
Laurent Aimar authored
-
- 31 Aug, 2003 1 commit
-
-
gbazin authored
* modules/access/dshow/*: always try to get the video in I420 chroma if supported. Implemented a ":size=" and ":chroma=" option.
-
- 27 Aug, 2003 2 commits