- 17 Jan, 2006 3 commits
-
-
Olivier Aubert authored
-
Olivier Aubert authored
-
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.
-
- 16 Jan, 2006 22 commits
-
-
Jean-Paul Saman authored
-
Derk-Jan Hartman authored
-
Damien Fouilleul authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Damien Fouilleul authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Damien Fouilleul authored
-
Damien Fouilleul authored
-
Christophe Mutricy authored
-
Derk-Jan Hartman authored
-
Christophe Mutricy authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
* add support for negative timestamps * add support for the delay parameter * add support for reading the DVD palette of vobsubs * free the used memory when we close the vobsubs
-
- 15 Jan, 2006 8 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
-
Derk-Jan Hartman authored
-
Clément Stenac authored
-
Clément Stenac authored
To use it, put a string in p_object->psz_header, all messages from this object and its parent will have the header prepended
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
-
- 14 Jan, 2006 5 commits
-
-
Damien Fouilleul authored
-
Christophe Mutricy authored
-
Clément Stenac authored
-
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.
-
Derk-Jan Hartman authored
No longer use the charset of the OS. OS X is UTF-8 for instance, but most subs are simply in Latin-1. * In case we did BOM detection with stream_ReadLine, set subsdec-encoding to UTF-8 automatically.
-
- 13 Jan, 2006 2 commits
-
-
Clément Stenac authored
-
Rémi Denis-Courmont authored
-