- 23 Mar, 2011 9 commits
-
-
Francois Cartegnie authored
- Change data structures to deduplicate data. Using the right structures, most data is available in dictionaries keys and items. (epgevent now unused) - Use signals and slots to manage QMap indexed channels (widget storage were required for channel list et number) - Removes EPGEvent memory leak on focus notification
-
Rémi Denis-Courmont authored
This is done according to oscillator configuration.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This uses the same --dvb-polarization syntax as the BDA plugin, while also retaining backward compstiblity with --dvb-voltage.
-
Rémi Denis-Courmont authored
This is the simplest option. Hz resolution is useless for this purpose, exhibits so many trailing zeroes that the preferences dialog overflows, and overflows 32-bits values for satellite carrier frequencies. This is also the default resolution for BDA. I see no need to copy the "inconsistent" resolution if Linux-DVB (Hz for C/T, kHz for S). For backward compatibility, frequencies beyond the radar bands are divided by 1000. This corresponds to EHF and infrared in kHz.
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
So Fontconfig functions don't take all Create()
-
- 22 Mar, 2011 3 commits
-
-
Jean-Baptiste Kempf authored
The fact that we only have fontconfig for listing fonts doesn't mean that there would be no other solution.
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
-
- 21 Mar, 2011 17 commits
-
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Without adding a memcpy :) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Juha Jeronen authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Sébastien Escudier authored
-
Sébastien Escudier authored
Same problem than in 1d4c5a49
-
Pierre Ynard authored
The crappy input buffering code of rc is replaced by the (now) decent one of telnet. A new telnet transport is relatively cleanly added, and VLM commands are made available (over any transport). Example of use: vlc -Irc --rc-host "telnet://localhost:4212"
-
Pierre Ynard authored
Only C userdata can set a garbage collector that way. Client sockets are leaked when the interface is stopped, because the destructor is never called. And given how the thread is cancelled in poll(), I can't see a simple way to call it.
-
Pierre Ynard authored
poll() revents are flags, and the lua module tests for equality... Obviously this has been working merely by accident given that a remote host resetting a connection generates only POLLIN, and neither POLLHUP nor POLLERR. lua doesn't support bitwise operators so this is the simplest way.
-
- 20 Mar, 2011 11 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This is one of the most used function, and thus makes it faster to activate
-
Jean-Baptiste Kempf authored
Exactly 0 functionnal change here
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
Contrary to V4L2, dshow does not extract options from the MRL. So there i effectively no way to set anything via playlist. This allows the options that more-or-less correspond to MRL options in V4L2. Parsing the MRL might make more sense than marking options as safe. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Alexey Sokolov authored
Some distros separate libsidplay2 into few packages. In that case libresid-builder can be absent even if libsidplay2 was found. Now, if libsidplay2 was found, we check for libresid-builder explicitly. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
This is untested. Frequency offsets and diseqc are not done yet.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-