- 18 Oct, 2007 4 commits
-
-
Rafaël Carré authored
playlist_CreateNode(): add an argument to specify an input_item_t to be linked with the node, rather than creating a new input. Setting that argument to NULL will make playlist_CreateNode() behave like previously. That way we can create only one input per pair of node (for local playlist, media library, and service discovery) Previous behaviour was to create 2 inputs with the same i_id member, but we would store both input in a binary search tree (sorted by i_id), and that kind of tree MUST NOT have 2 items with the same key, else we will get some bad memory corruption when the wrong input is removed from the tree (the other being left in the tree while the memory referred by it was freed). Note that this breaks ABI
-
Felix Paul Kühne authored
* implemented the generic VLC media player Help window on OSX to match the QT4 interface. Additionally, I modified the HTML source a bit, so potential umlauts won't be displayed as UTF-16 on OSX, which would lead to German umlauts being Chinese characters, etc. BTW. Withthis commit, we also link against the WebKit framework..
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 17 Oct, 2007 18 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Christophe Mutricy authored
-
Laurent Aimar authored
Please reports broken CC decoding (with a sample to test).
-
Laurent Aimar authored
is used. (Only dvb/atsc CC support is working)
-
Laurent Aimar authored
-
Laurent Aimar authored
are dynamically added when detected. (Decoder/Packetizer support not yet commited)
-
Laurent Aimar authored
The rollup and paint on mode is not really good (a lot of flicker) but I don't see how to fix it (the subtitle is updated as soon as a new character is added).
-
Pierre d'Herbemont authored
-
Jean-Paul Saman authored
-
Rémi Denis-Courmont authored
Always check the certificates chain - it does not make any sense, is counter-intuitive and insecure to use x509 but not validate certs. The whole security and point of TLS rely on this...
-
Rémi Denis-Courmont authored
(this would be a bug in whatever is using the TLS object anyway)
-
Rafaël Carré authored
playlist_NodeDelete(): we want to delete a specific playlist_item_t*, not a playlist_item_t* associated to a specific input_item_t*
-
Jean-Paul Saman authored
-
Pierre d'Herbemont authored
svn: contrib/ffmpeg: Work around the fact that there is not enough register available on Mac OS X/x86 for certain optimization (most likely a gcc bug).
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 16 Oct, 2007 11 commits
-
-
Filippo Carone authored
-
Rafaël Carré authored
We will get the art if either: psz_arturl is NULL psz_arturl doesn't begin with "file://"
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Has anyone been able to encode TO theora with VLC lately ?
-
Jean-Baptiste Kempf authored
- Use a QDirModel to provide completion, this is cool for geeks, but may increase the size of the object, since we didn't use that class before... Any thoughts on that? Remove it for Windows ? - Clean the layouts, and simplify and fix some signals. - layout fixes for capture.
-
Ilkka Ollakka authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
album art: the corrects picture URLs begin with "file://" else, we have to download/extract/look in the cache sets the ArtworkURL to the file in cache also when it had been extracted previously
-
Rafaël Carré authored
\\\\ will become \ and \\\" will become "
-
- 15 Oct, 2007 7 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Rafaël Carré authored
-
Sigmund Augdal Helberg authored
-
Christophe Mutricy authored
-