- 16 Sep, 2012 7 commits
-
-
John Peterson authored
Fixing contrib 'make prebuilt' and 'make package' to use the repo version of change_prefix.sh instead of a version inside the contrib package. The script shouldn't be included in the contrib package because the intention has not been to have different versions of the file depending on platform. If necessary the script can take into account differences between platforms instead of coming in different versions. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Damien Erambert 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
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 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 8 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
-