- 13 Oct, 2012 8 commits
-
-
Rémi Denis-Courmont authored
This partially reverts commit 99ebae0c. (see http://techbase.kde.org/Development/Tutorials/Solid/Device_Actions) (cherry picked from commit 7df32e49d410253bdbcaf7c7411bde9386c459d8)
-
Rémi Denis-Courmont authored
(cherry picked from commit 01924381fd15196a68f29d4cc279fb7a42f6f556)
-
Rémi Denis-Courmont authored
(cherry picked from commit a865ced4888701e8caf0137672a4857c2b0d47d7) Conflicts: modules/video_filter/sepia.c
-
Rémi Denis-Courmont authored
(cherry picked from commit 18d7c9713c4b42368789961af6bc6345ce1fc6f9) Conflicts: modules/codec/avcodec/copy.c
-
Rémi Denis-Courmont authored
(cherry picked from commit 485a070fcaa8e6bd7985ce489d5f53edffecfdaf)
-
Rémi Denis-Courmont authored
This is required by the next commit. This also avoids making two copies on non-x86 platforms, where USWC optimizations are irrelevant. (cherry picked from commit 07d8e576c7a0dcc7863d6853f620d5a99ebba55f) Conflicts: modules/codec/avcodec/copy.c
-
Rémi Denis-Courmont authored
(cherry picked from commit 6f5810a46adfc2e5202ebaf89b54eb89e7b93934)
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit f929e866e18a94b1c61b4747e56bcd2d2d818551)
-
- 12 Oct, 2012 3 commits
-
-
Rémi Denis-Courmont authored
Our custom codec names table lacked boundary checks and was incomplete. (cherry picked from commit 88846171954a218ca9c401b87b0a4faffb5fc385) Conflicts: modules/codec/avcodec/video.c
-
Rémi Denis-Courmont authored
(cherry picked from commit 39dc439cf5e3fe83b87078bcf93c13d07fd02dac)
-
Rémi Denis-Courmont authored
(cherry picked from commit 44819779f94086ea1f21a9649af8d41754fa9ccf)
-
- 11 Oct, 2012 1 commit
-
-
Pierre Ynard authored
This could use a bit more testing than a single video (cherry picked from commit 64e30497fa764f680c2b235757e49f6c83b85028) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
- 10 Oct, 2012 2 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit e608d2aa90a733e48cfc58f9be73f2aea8c75c94)
-
Jean-Baptiste Kempf authored
Close #7553 (cherry picked from commit 26015dacd88f21d48bdebeb499dc8f331baacc19) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 09 Oct, 2012 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: show the localized, intended to be user-facing encoding names instead of the variable values to the user. This way, s/he is never presented an empty menu item for the default value. This also closes #7539 by preventing stringWithUTF8String calls with empty strings. (cherry picked from commit d7246593be4f2484d13adaaf5bd8cbd4c8e5b812) Conflicts: modules/gui/macosx/open.m
-
- 06 Oct, 2012 1 commit
-
-
David Fuhrmann authored
-
- 02 Oct, 2012 4 commits
-
-
David Fuhrmann authored
This reverts commit 31c26485.
-
David Fuhrmann authored
This avoids grey or transparent flashes on start (backport of 568303d7e84c1cb8a66ad694ea82e5fc7b2f4d43)
-
Felix Paul Kühne authored
The main window may be asked to update its content prior to VLCFSPanel being fully initialized (cherry picked from commit 8ef447a49d49598e5b022c4b2f03a3b8a6a24d98)
-
Felix Paul Kühne authored
(cherry picked from commit 48fcb08c1afd28d0aec079e964805254364d8dd8)
-
- 01 Oct, 2012 1 commit
-
-
Rémi Denis-Courmont authored
Some filters and outputs rely on the samples count (which was correct), others on the bytes size (which was not), accounting for why decoding failed only in some combinations. (cherry picked from commit 244a35b0301164f753a381f569181c6bd3419ad1)
-
- 30 Sep, 2012 9 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit 2f66c69631cc461ac8619d1f14561fd13a59dc08) Conflicts: src/network/tls.c
-
Pierre Ynard authored
(cherry picked from commit 6c5a0639e7281ce93d1b1881ba45ddc2373396ff) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
(cherry picked from commit 4491de9a6b93ac1838eaa0ef89ad97eddbcf4960) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Jean-Baptiste Kempf authored
Close #7490 (cherry picked from commit fe6e7e3d43238b85c9c2f2379410a5ea1c5c8247) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit ce6521381bc24cda9c9ac4f54ae6e0b61bbcde53) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rui Zhang authored
refs #6897 Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com> (cherry picked from commit 4ab81377158ece056cae3a45084f20efb5df79d7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rui Zhang authored
So we have chance to try other streams instead of just fail. Fixes #6898 Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com> (cherry picked from commit e71bbc493deae0a2f1c01ea06dbb5e51a555edbe) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
Quoting the reporter: | According to include/vlc_access.h, access_t.psz_location is "URL with | the scheme stripped". But in http module, schema stays there after | 302 redirection. That may cause httplive module try to access URL like | "http://http://host/path". Pointed-out-by: bbcallen <bbcallen@gmail.com> (cherry picked from commit 15eb1dff90131cee1244c5d2c652b07b04816d7f)
-
Jean-Baptiste Kempf authored
Close #7529 (cherry picked from commit 89b1b06c5eb7a1a5a882b6dfd07d30d9250443be) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 29 Sep, 2012 3 commits
-
-
Felix Paul Kühne authored
Manual backport of 79a5d68775e135b0f7337d5300a03875588f459d since it doesn't introduce new strings.
-
Rémi Denis-Courmont authored
(cherry picked from commit 38150d6e9de4d8d382149aa2e174b565958ceef7)
-
Konstantin Pavlov authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 703ecf7456a80e8c967742f9f77d9643dfc7874a) Signed-off-by: Konstantin Pavlov <thresh@videolan.org>
-
- 28 Sep, 2012 3 commits
-
-
Felix Paul Kühne authored
-
Pierre Ynard authored
It was in fact still there, but as a separate parameter. We keep the alternate API as a fallback for the next time things break, maybe. Ref #7471 (cherry picked from commit 3a4021cfde854da79675fa67df47fc4f463f264b) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Pierre Ynard authored
(cherry picked from commit 43db5ce6cde15260be0c3fb98964f86aa6b64595) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
- 27 Sep, 2012 3 commits
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit 24491d22594b78ac65766db540daf2f33a950df7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 675443e455b833ba0fdb05206e8b414e085d874f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Yes, a release after 3 years... (cherry picked from commit 4e4547f4ad45f560500022932a8c2e8c63b1ffb9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-