- 18 Sep, 2012 2 commits
-
-
François Cartegnie authored
Less technical profiles, directly targeting devices. More to be added.
-
Felix Paul Kühne authored
macosx: work-around a playlist core limitation, which doesn't allow the UI to set the currently displayed root properly, so triggering a play can lead to unwanted results (close #7484)
-
- 17 Sep, 2012 7 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
Also shows possible warning for non native muxers.
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- 16 Sep, 2012 8 commits
-
-
Close #4345 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #2246 #4424 #7431 #5377
-
François Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: fixed appearance issue within the playback speed widget when using a RTL language (close #7475)
-
Felix Paul Kühne authored
-
- 15 Sep, 2012 7 commits
-
-
François Cartegnie authored
Auto-entering directories could never work because LeafToParent's event id was playlist's and compared to last activate input_item id.
-
François Cartegnie authored
-
Jean-Baptiste Kempf 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>
-
François 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.
-
François 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.
-
- 14 Sep, 2012 10 commits
-
-
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.
-
François 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 6 commits
-
-
François Cartegnie authored
-
François 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
-