- 20 Oct, 2013 10 commits
-
-
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 7 commits
-
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
Ref #9022
-
Rafaël Carré authored
Fixes #6476 Fixes #9442
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
As the library symbols are suffixed with the exact build version, and it is not clear yet whether the API will be broken or simply extended, watch for the exact version number (which is 1)
-
- 13 Oct, 2013 6 commits
-
-
Denis Charmet authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
This patch changes the way seeking is done. Previously it was a dumb stream size based seeking, and was very approximative with multi-streams or non fixed bitrate stream. There was some code in oggseek to bisect search for frames, which i previously linked to opus seeking, but it was not reusable by all codecs as the ogg spec says granule to absolute time is one way only. New code does bisect search using absolute time only, and then tries to sync to a specific keyframe (if codec has any), backward or forward by checking packets. Bisect and backward searchs are disabled for non FASTSEEK inputs. In that case, it just behaves like any other player and syncs to the next keyframe. DirectShow/OggDS has also been fixed.
-
Francois Cartegnie authored
-
Rafaël Carré authored
It is not clear which connections and which hardware are 10 bits able, so let's stay on the safe side. Fixes #9361
-
- 12 Oct, 2013 1 commit
-
-
Jean-Baptiste Kempf authored
-