- 23 Oct, 2013 4 commits
-
-
Rémi Denis-Courmont authored
-
Martin Storsjö authored
Due to GetOmxVideoFormat only using the first line from the table that matches the vlc fourcc, this error hasn't had any effect so far. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Luca Barbato authored
And always pad it while at it. Codecs always expect extradata to be aligned and padded. Prevent memory corruption when memalign-hack is enabled. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
-
- 22 Oct, 2013 10 commits
-
-
Mirsal Ennaime authored
(Coverity report 1100848)
-
Denis Charmet authored
-
David Fuhrmann authored
-
Josh Watzman authored
This reverts commit 55e3f943 and fixes it the right way. I'm honestly not sure what's going on in that commit -- it silences the compiler warning not by actually fixing the problem (which is that the method isn't declared in the interface) but just by not making the method call visible to the compiler! It also completely breaks the feature, by moving things onto the main thread that can't be there, causing a deadlock, as specifically noted in the comment right above this code. In any event, it's easy enough to revert and add to the interface properly, silencing the compiler warning and unbreaking this extension feature. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Rémi Denis-Courmont authored
-
Tristan Matthews authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Francois Cartegnie authored
Should fix seeking case on time 0
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 21 Oct, 2013 1 commit
-
-
Luca Barbato authored
Close #9500 and #9665 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 20 Oct, 2013 14 commits
-
-
-
Rafaël Carré authored
Those people not afraid to use libavcodec should benefit from a faster decoder http://x264dev.multimedia.cx/archives/499
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Denis Charmet authored
Close #9341
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 19 Oct, 2013 4 commits
-
-
Denis Charmet authored
-
Denis Charmet authored
-
Ilkka Ollakka authored
-
Rafaël Carré authored
Do not create a suspended thread so ResumeThread becomes unnecessary. Busy loop over thread handle if by misfortune the thread ends before _beginthreadex has returned. Do not use SetThreadPriority on Windows Store. Set the cancelled thread bit outside of the APC procedure. APC is still used to wake up the cancelled thread when it is in an alertable state (SleepEx or WaitForMultipleObjectsEx). Since QueueUserAPC is forbidden on Windows Store we check the cancelled state every 50 ms.
-
- 18 Oct, 2013 5 commits
-
-
Frode Tennebø authored
Provide extradata also if the video is not palettized. All samples in tickets #4017, #5952 and #9546 plays nicely. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Luca Barbato authored
Unbreak avformat-only builds. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
-
Rafaël Carré authored
Fix decoding of MSRLE samples with avformat demuxer
-
Rafaël Carré authored
Disable the API function returning version string as it uses old automake functionality that might be buggy/not supported anymore. Don't bother fixing properly as we don't use that function and libspeex is now an abandoned projet (move to Opus!)
-
- 17 Oct, 2013 1 commit
-
-
Erwan Tulou authored
This patch copies the Qt interface implementation wrt file dropping, namely: - first try it as a subtitle file if it is relevant - second, try it as an item to be added to the playlist if not a subtitle
-
- 16 Oct, 2013 1 commit
-
-
David Fuhrmann authored
The previous code does not make sense as there is no unmute action.
-