- 04 Sep, 2014 5 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit c8803e34fe597809dd5b558e0cdcc811c0cc41fd)
-
Rémi Denis-Courmont authored
(cherry picked from commit c5f806f480c9eda637b741d29c11b1b00e2a6f06)
-
Hannes Domani authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 26e73f0ff54f6f65519443679748c75d437f03ba) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hannes Domani authored
Signed-off-by: Tristan Matthews <le.businessman@gmail.com> (cherry picked from commit 52897c9020a3b8044d77866605068509924a585c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 0ff2de0533d1197d2dc2f17ad9093cc7b9541402) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 02 Sep, 2014 3 commits
-
-
Rafaël Carré authored
Fix AAC-LC playback with QT 10.3 (727.4) (cherry picked from commit 08f8853b60ad68629b14aabea1595047ef7a3288) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 407756f250d57b50b6bd20be74c7247c94ce3a3f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
A crash could occur in the following situation: 1) A video decoder is created and starts waiting for the first picture: b_waiting = true, b_first = true 2) The first picture is received but the decoder is still in waiting mode: b_waiting = true, b_first = false 3) A second picture is received, the decoder is now waiting in DecoderWaitUnblock(). 4) From the input thread, an EOF event is received, EsOutChangePosition is called and sets the decoder in flushing mode. 5) The decoder thread wakes up and exits DecoderWaitUnblock because b_flushing is true. However this triggers the assertion in DecoderDecodeVideo since we have b_waiting && !b_first. Fix #11892, #12041 (cherry picked from commit a1603d9e69629a8168f5babce3388307bb677341) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 01 Sep, 2014 3 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit a14188589fbbbfc404be45a80db90d6e1725de4e)
-
Hannes Domani authored
In combination with the previous patch all crashes (double free()) are solved. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 1651d75c07ae1795cf78b0e3e4ac753b7703a8e6)
-
Rémi Denis-Courmont authored
(cherry picked from commit 2051d837ea9066c4ddf388b7940652bb0c8d549c)
-
- 31 Aug, 2014 10 commits
-
-
Felix Paul Kühne authored
macosx: contacting an app using SBApplication can fail, be a bit more conservative to prevent runtime exceptions (cherry picked from commit e9981efbf126136807a87215d0ce8aade192b846)
-
Felix Paul Kühne authored
(cherry picked from commit 496c2575e067edc195227380c41ed69016df36bb)
-
Sean McGovern authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit f1ccba2fc364dfb8201461307a1cf6a5c1b2e7fd) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
(cherry picked from commit 677511e79bdc42bddec1b57977973b2489772099) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
Avoids setting this variable multiple times, as each time vout restart is requested. Also avoids unnecessary vout restarts at start and when changing profiles. refs #12063 (cherry picked from commit ddccf6b050412f348a00c12b857a48d4ac5e2b63) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
(cherry picked from commit d23ddc933c7505d54fd9fd19040803d5b8c8f888) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
-
David Fuhrmann authored
- add signing of sparkles autoupdate tool - directly fail on error - fix bug preventing signing of VLC binary - rework validation steps so that it validates frameworks and autoupdate tool separately, but then the complete bundle like gatekeeper (using --deep option) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 699533d5b940bad7ddaffff99f31c83da630fd55)
-
Rémi Denis-Courmont authored
This interferes with overlay-based outputs, and serves no useful purpose for VLC since the video frames are always fully opaque. (cherry picked from commit 345fa6c345d839ff3bec9c0f455e0eb2034f0369)
-
Rémi Denis-Courmont authored
(cherry picked from commit 2d681f4c38745132a18fc7ba8163df5aab96346b)
-
- 30 Aug, 2014 8 commits
-
-
Jean-Baptiste Kempf authored
-
David Fuhrmann authored
mac frameworks use symlinks for their internal structure. This reduces size of delivered framework folders by a factor of 3. Also correctly clean the BGHUDAppkit ressources folder. Info.plist must remain for proper code signing. (cherry picked from commit 468c9ea3a6231ee63a0de40bda63e28f9b431a46) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
(cherry picked from commit 38ed035eaa96ef8d0ab7bffc274566814f677d2b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #11740 (cherry picked from commit 84bdd0e765a83978fd246277d4b290ced72086b7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit d53688897ec773695def279cea2a179d5620c4e9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit aed1b6da46d484f18dbb36dbb5e62c4d4f9ec070)
-
Hannes Domani authored
(cherry picked from commit 832510eb27f32d6e08451d7591a8149caadff935) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hannes Domani authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 9ac30b31fc91e5a47135c1ca2f9c08ea0f5c255d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 28 Aug, 2014 7 commits
-
-
Hannes Domani authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 38dab127daa980ca706b5315be17736f8f795e42) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hannes Domani authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit b1f9242606caf549a03c6b11b00c66c2c1af27cb) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 5064767f8e2de7299bbb00652fd04ac5a70de4ce) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit ecd7f4e2e784e908626afe9804bc380abb07115e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit dc2a22c095453c40657f5ac83a289740beceb30e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hannes Domani authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit a916d7be15713e577eacb88a18e6e6990e5213d2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 558e6b78d4c269a2de4a152cd2c72cb685c65027) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 26 Aug, 2014 2 commits
-
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 31dc0fd419cf54c4dd80947930159bcce660bf6d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
This is required for gnutls 3.2.x+ building Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 0baa1dbe8c3214dd6c312073438e1b3cf87e0d5e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 25 Aug, 2014 2 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit a1c81a10276b3839c9832d274ae5def3c53ee203) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
Fix #11930, #11693 (cherry picked from commit bf9b995528941436fbdfad6e60ce7af76f20ea2e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-