- 14 Sep, 2012 10 commits
-
-
Daniel Peng authored
Some RTSP implementations (Foscam H.264 IP cameras) return HTTP/1.1 501 Unimplemented on OPTIONS requests. Don't fail out in this case; just continue and assume GET_PARAMETERS is unsupported. I have a Foscam h.264 IP camera with a very strange RTSP-over-HTTP server, and I wanted to get VLC to play it back. Here's the patch to VLC; I also had a patch committed to live555 to resolve a few other issues, and that's available in live.2012.09.13.tar.gz. Do I need to submit a patch to contrib/src/live555/rules.mak to pick that new version up? Or is there a special process for that? Or should I just wait a little bit? :) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
and move detached_titlebar_view stuff to detached window
-
David Fuhrmann authored
-
Felix Paul Kühne authored
simplifies code and is more precise
-
Felix Paul Kühne authored
This way, you can keep multiple sets of filters with their respective values. This implementation goes beyond custom EQ presets, which can be configured separately.
-
Francois Cartegnie authored
Tradeoff for large inserts that can cause heavy disk I/O due to the transactions. ML is a non-critical database.
-
- 13 Sep, 2012 23 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Remove stuff that do not make sense for a portable folder
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Sqlite can't make use of indexes on LIKE queries. It always results in a full table scan.
-
Felix Paul Kühne authored
This way, you can keep multiple sets of filters with their respective values and switch on-the-fly
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #750 too
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
David Fuhrmann authored
moved custom zoom/minimize/close implementation, added new file for window related stuff fixed minimize / close support for !video-deco window
-
David Fuhrmann authored
-
David Fuhrmann authored
macosx: decouple !video-deco from detached video window and allow changing this setting without restart
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #750
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
- 12 Sep, 2012 7 commits
-
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Pierre Ynard authored
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
create as many presets as you want based upon the respective current selection and remove any (including the defaults), if you don't like them. Reset VLC's preferences to get the original set back. There is no way to edit existing presets and this isn't scheduled for now.
-
Jean-Baptiste Kempf authored
-