- 18 Dec, 2011 6 commits
-
-
Pierre Ynard authored
(cherry picked from commit 5072776786e9aa99d98921f4169125a9ed9e3a89) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
(cherry picked from commit feead2df8278a684e64b3ee38f14c0f3a1be394e) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
(cherry picked from commit 78aa7005805c7dea49177e3d5e78399d75180df4) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
(cherry picked from commit 97e6ed6001719200862b537710cc40f739a376fc) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
(cherry picked from commit 03933a58ffe973ed91b0f9092fb3e5eafbfebbb0) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
This deals gracefully with and warns about the legacy --http-host <host>:<port> and --rtsp-host <host>:<port>/<path> syntaxes (cherry picked from commit 37eb636261b66b1a8d5cff1b247096a946ff4f65) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
- 17 Dec, 2011 9 commits
-
-
Tobias Güntner authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 06ef351ed404719e9698710ae0c8a925b08f0471) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
This is counter-intuitive. As asked by etix (cherry picked from commit 7dab7f2f285f99c78f5aca3802a787f8b369e4c1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
TUDURI Benoît authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit c912d31a1d4dcfbbe079d35e9826ec962789394a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Tobias Güntner authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit b4720edf2c54e5514074f50cb336d86b3b7b5ddc) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 4e03fb4f516010c9b2819db6da361b4fdb0b16d2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit acb6ff18b5f4257771b954b81eed569d7ef9e250) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #5680 (cherry picked from commit ddb5191fec115d65341f5429ce2a0a426899feeb) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #5679 (cherry picked from commit bb12c0023452e86a26e407d6e728d961e4544f5e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit ebdc0701300643d3f85964f9ce016cc68270cec9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 15 Dec, 2011 12 commits
-
-
Faustino E. Osuna authored
Only ignores triplets in the root contrib path. Previous implementation had the potential to ignore triplets in the subfolders. This will allow for creating: 1) Patches using this format (e.g. contrib/src/*/track-me-now.patch). 2) Subfolders beneath contrib's root (but not in contrib itself) (e.g. contrib/src/track-me-now/*). OK-ed-by: Rafaël Carré <funman@videolan.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 657a61fee217c5967412ff78731d0acf452c1978) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit b5898cf0168bd7dcc68e34bd39ccbc2f7b4d61e5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit 0ddd6effdc4668eff50d178c8976de4417e17206) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 04f7cf0afa06dc45e134db6747f53f5c4a085ad8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 6d90bf20c01db2b284a81b26ce3356536257c1fc) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit b5b1c1906f7db9fa9d7dce5ecc331ab4bbb793f8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
Close #5668 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 37fef4bd0e709251353f807de9a6901678c5183f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Ref #4030 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit dbd651614f0e5bfb4f5d9c9cc629a361183a2713) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
The MRL received from a drag & drop was not converted correctly to an URI (using toURI) before being saved into the configuration. This was causing multi bytes characters to be serialized in UTF8 (\x????) and be given as-is to decode_URI which is not able to decode them. Close #5662 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 49571193a5311674483608cd91811ef23f8f0391) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 60cff20c351db4bde6eb6ed5696fce92d54bc3bb) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Should fix crash on quit wrt to Vout Tested on XP, 7 and Linux. (cherry picked from commit 5bf6f7c0728ef9df408a2fc25a61faaa90705486) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
- 14 Dec, 2011 11 commits
-
-
Faustino E. Osuna authored
Ignore downloaded git repos. Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit 96e4e4a0e48debbfe57f39ce1342c97227a6ba5b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Faustino E. Osuna authored
Ignore the triplet subfolders created in the contrib path. Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit ed8d730d24438a63d905f166e2e692ff6a52c75e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Faustino E. Osuna authored
Ignore downloaded archives / subfolders and files generated by make. Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit 44465a737a1a6043bfa7d56e25cc73a7c87213d5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Faustino E. Osuna authored
Fix a typo when using the $(download) function. This suppresses malformed url errors from curl. Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit fb1e33a46fab56f852457165bd2a17d1f427ae3a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
In other words, 64-bits platform will support 32-bits LUAC files and reject 64-bits LUAC files when using contribs. This should ease cross-compilation and copying luac files manually. (cherry picked from commit 01ec2d6e8c9347a0c8fec3db0937ef786a97910e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
Thanks a lot to François Cartegnie, for the help to resolve the issue Close #5604 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit f3158ac08740071390a3bb8ca718ea4ac1a6aa11) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #5673 (cherry picked from commit d60425760483d5b58f458eff689901cf69e0fb89) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 43424ac2c4de2115c3461c46feae56c46ca449d5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Ref #4030 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit ce01d1fc4db418d39880bbb6300eeb5bbcd7ba65) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
CrossCompiling from intel64 to PPC should mostly work on X.6 now Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit ccfcea33533fd56e7af00f9086364b8f266bd684) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 44610e93c48fea30b9f2b55812e125ed53bc682a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 13 Dec, 2011 2 commits
-
-
Naohiro KORIYAMA authored
Very classic in ISDB streams Closes #3714 #5448 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit d800af88bccc194075ef6af7cc51fb5f7f4f326e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #5664 (cherry picked from commit 67bb71c271edeb832cdb96d9b5aea2b83ec885f6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-