- 15 Sep, 2012 14 commits
-
-
Pierre Ynard authored
-
Francois Cartegnie authored
Auto-entering directories could never work because LeafToParent's event id was playlist's and compared to last activate input_item id.
-
Pierre Ynard authored
Along with a few hand-picked sample scripts
-
Francois Cartegnie authored
-
Damien Erambert authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Daniel Peng authored
This resolves two issues with playback of RTSP-over-http streams from Foscam h.264 IP cameras. Combined with a small fix to modules/demux/live55.cpp, VLC now plays 'rtsp://hostname/iphone/11?user:password&' from Foscam h.264 cameras. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Mark Lee authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Mark Lee authored
New methods are provided to: - get the available equalizer presets; - get the available frequency bands (useful for creating a UI); - create a new default equalizer, or create a new equalizer from a preset; - release a previously created equalizer; - get/set preamp and individual frequency amplification values; - apply equalizer settings to a media player. Equalizer settings are persistent, can be made whether media is currently playing or not, and will automatically be applied to subsequently played media. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Podcast module does not have previous session urls loaded when a change request is called first. As this list is also saved on any change, the original list is lost.
-
Francois Cartegnie authored
No way to reproduce bug case. Fixing by removing all the code. This reverts commit ddf9e6da. This reverts commit c7ab9f11. This reverts commit 541c1d97.
-
Rémi Denis-Courmont authored
Zero items count means there is no static list. But there could be a dynamic list. Qt should not access config items directly.
-
Rémi Denis-Courmont authored
-
- 14 Sep, 2012 11 commits
-
-
Jean-Baptiste Kempf authored
-
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 15 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
-