- 07 Feb, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 09 Jan, 2010 1 commit
-
-
Rémi Denis-Courmont authored
Otherwise, we'd use the maximum (5Mpixels) which is a bit large for video purposes. Also, 5Mpixels exceeds the capacity of the XVideo overlay.
-
- 04 Jan, 2010 1 commit
-
-
dionoea authored
-
- 30 Dec, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 16 Dec, 2009 1 commit
-
-
Laurent Aimar authored
It was duplicated with es_format_t::i_sar_num/den.
-
- 20 Nov, 2009 1 commit
-
-
ivoire authored
-
- 17 Nov, 2009 1 commit
-
-
Buganini authored
Signed-off-by:
Rafaël Carré <rafael.carre@gmail.com>
-
- 18 Oct, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 17 Oct, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 16 Oct, 2009 2 commits
-
-
Pierre Ynard authored
This fixes my TV card, and should be backported after testing
-
Pierre Ynard authored
-
- 03 Oct, 2009 4 commits
- 28 Sep, 2009 1 commit
-
-
dionoea authored
-
- 25 Sep, 2009 2 commits
-
-
dionoea authored
If people now have "RDS", "hardware frequency seeking" or "VBI capture" in their v4l2 output, please say so!
-
dionoea authored
* Don't reset cropping when it doesn't make sense (ie fm tuners) * When used as an access with the read method, behave as a stream access and not a block access * Automatically probe authorised input methods (== if mmap isn't supported but read is, fallback to read)
-
- 16 Sep, 2009 1 commit
-
-
Pierre Ynard authored
Apparently, since 'setlocale( LC_NUMERIC, "C" );' was removed from libvlc initialization 3 years ago, the syntax to set configuration variables of floating point types has changed and become dependent on the current locale ("0.5" vs. "0,5" etc). Some places have been converted to the use of us_atof() which is locale-independent; fix all the remaining ones too.
-
- 14 Sep, 2009 1 commit
-
-
Pierre Ynard authored
This piece of code really ought to be fixed better than that
-
- 12 Sep, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 29 Aug, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 26 Aug, 2009 2 commits
-
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Ilkka Ollakka authored
-
- 29 Jul, 2009 2 commits
-
-
Pierre Ynard authored
Fix interlacing support with default chromas too
-
dionoea authored
First try using no interlacing and fallback to driver's default if it isn't possible. Might fix some issues. We still need to declare images as interlaced to VLC afterwards, but that's another problem.
-
- 24 Jul, 2009 1 commit
-
-
ivoire authored
but a bit faster).
-
- 18 Jul, 2009 3 commits
-
-
dionoea authored
Fixes some incomplete reads with gspca driver, and makes it possible to use all 3 data acquisition methods (previous code was limited to read()).
-
Without this patch, the initial value on my system is for example 3, so that two much items are counted. In the second step the function breaks with a error code, when the information downloading of the non-existing item fails. Signed-off-by:
Alina Friedrichsen <x-alina@gmx.net> Signed-off-by:
Antoine Cellerier <dionoea@videolan.org>
-
dionoea authored
(and print some extra debug)
-
- 14 Jul, 2009 1 commit
-
-
JP Dinger authored
-
- 20 May, 2009 1 commit
-
-
ivoire authored
var_Change(VLC_VAR_GETCHOICES). The memory was freed by a call to var_Change(VLC_VAR_FREELIST). That's not a good idea as we were doing a lookup just to free some memory.
-
- 19 May, 2009 1 commit
-
-
ivoire authored
-
- 17 May, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 15 May, 2009 1 commit
-
-
Laurent Aimar authored
-
- 13 May, 2009 1 commit
-
-
Laurent Aimar authored
There will be some regressions, I used automatic sed replacement with manual checks but there was a lot to change. It's only the first pass.
-
- 26 Apr, 2009 1 commit
-
-
Rémi Denis-Courmont authored
Except for a few cases: - dialog providers -> cannot be selected explicitly, - window providers -> cannot be selected explicitly, - ffmpeg-deinterlace -> "ffmpeg" does not make much sense here?? - kate -> already duplicating its own shortcut Note sure about packetizers: added just in case
-
- 03 Apr, 2009 1 commit
-
-
dionoea authored
-
- 31 Mar, 2009 2 commits