- 22 Oct, 2013 5 commits
-
-
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 3 commits
-
-
David Fuhrmann authored
The previous code does not make sense as there is no unmute action.
-
David Fuhrmann authored
-
David Fuhrmann authored
-
- 15 Oct, 2013 3 commits
-
-
Rafaël Carré authored
Closes #9414
-
Rafaël Carré authored
This reverts commit 7e2edc0d. http://webm.googlecode.com/files/libvpx-v1.1.0.tar.bz2 is a release tarball http://webm.googlecode.com/files/libvpx-v1.2.0.tar.bz2 is a daily updated git snapshot libvpx has no release tarballs (or releases) anymore apparently.
-
Rafaël Carré authored
AV_NOPTS_VALUE already contains a cast to int64_t
-
- 14 Oct, 2013 4 commits
-
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
Ref #9022
-
Rafaël Carré authored
Fixes #6476 Fixes #9442
-