- Jul 08, 2017
-
-
Rémi Denis-Courmont authored
-
- Jun 21, 2017
-
-
François Cartegnie authored
-
- Jun 03, 2017
-
-
Rémi Denis-Courmont authored
-
- May 31, 2017
-
-
Signed-off-by:
Nicolas Chauvet <kwizart@gmail.com> Signed-off-by:
Francois Cartegnie <fcvlcdev@free.fr>
-
- May 29, 2017
-
-
François Cartegnie authored
-
- May 26, 2017
-
-
François Cartegnie authored
-
- Apr 19, 2017
-
-
François Cartegnie authored
-
- Apr 18, 2017
-
-
Rémi Denis-Courmont authored
-
- Jan 06, 2017
-
-
François Cartegnie authored
Following demux changes. Now does style inheritance on the fly and numerous other fixes. Single module shared now with demux.
-
François Cartegnie authored
ttml was deeply broken in many ways. Implements a new demux with checks, correct ouput and handling of xml. Fixes timing, bugs, broken by design things not belonging to the demux level, segfaults and glibc asserts on strings sizes.
-
- Nov 16, 2016
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Oct 15, 2016
-
-
François Cartegnie authored
-
François Cartegnie authored
-
- Sep 21, 2016
-
-
François Cartegnie authored
-
François Cartegnie authored
better, more efficient
-
François Cartegnie authored
-
- Sep 07, 2016
-
-
Jean-Baptiste Kempf authored
-
- Sep 05, 2016
-
-
François Cartegnie authored
-
François Cartegnie authored
-
- Jul 28, 2016
-
-
Thomas Guillem authored
-
- Jul 18, 2016
-
-
François Cartegnie authored
-
- May 09, 2016
-
-
The relevant files has been added to the Makefile.am in charge of the demuxers. The code added will be responsible for efficient seeking in mkv files. It might look very complex but the theory behind it is quite simple: - Use the cues in the files as guiding to find where we should look for proper index points; the indexes we actually find will be used as seekpoints. - Keep track of every section we have "indexed", meaning that if we jump to a location where we already know where the proper seekpoints are; do not go through it one more time. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Apr 18, 2016
-
-
François Cartegnie authored
Removes access dependency on libdvbpsi and avoids taking ownership of ts's dvbpsi pmt structs. Refactors descriptors copy/filtering. Fixes some const/signedness.
-
- Mar 09, 2016
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Mar 08, 2016
-
-
The EbmlTypeDispatcher is a type used to "dispatch" an object of type EbmlElement* to an appropriate callback depending on the dynamic type of the referred to object. It can effectivelly replace the massive if-else branches found throughout the module by not only making the code easier to understand and maintain, but also by making it _a lot_ faster (benchmarks show a speed increase between 450 and 700% in terms of lookup).
-
- Mar 03, 2016
-
-
François Cartegnie authored
-
- Feb 25, 2016
-
-
François Cartegnie authored
-
- Feb 19, 2016
-
-
François Cartegnie authored
-
- Feb 11, 2016
-
-
Jean-Baptiste Kempf authored
-
- Feb 10, 2016
-
-
François Cartegnie authored
-
François Cartegnie authored
-
- Jan 24, 2016
-
-
François Cartegnie authored
-
François Cartegnie authored
-
- Jan 21, 2016
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Jan 18, 2016
-
-
François Cartegnie authored
splits code and better handles sections as transport
-
- Dec 26, 2015
-
-
François Cartegnie authored
Should allow strong matching against raw h264/hevc
-
- Dec 24, 2015
-
-
François Cartegnie authored
Those ones now only differed in probing, codec and packetizer. Merged as h26x. Kills one string. Renames hevc-force-fps to hevc-fps.
-
François Cartegnie authored
Removes dependency on hevc_nal and allows more refactoring with h264
-
- Dec 16, 2015
-
-
François Cartegnie authored
which should also try to get fps from both vps/pps Also fixes the fps div drift.
-
- Dec 08, 2015
-
-
François Cartegnie authored
-