- 29 Jul, 2015 6 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
It's allocated and freed from Open/Close now.
-
Thomas Guillem authored
For now, only Marvell decoders seem to assert if channels count is 0.
-
Thomas Guillem authored
And don't do a late opening if there is no decoder available.
-
Thomas Guillem authored
-
Felix Paul Kühne authored
-
- 28 Jul, 2015 34 commits
-
-
Thomas Guillem authored
Disabled by default. Enable it with the "mediacodec-audio" option.
-
Thomas Guillem authored
Add ParseVideoExtra that parse video extra data for h264/hevc. Leave room for a possible ParseAudioExtra.
-
Thomas Guillem authored
Rename DecodeVideo to DecodeCommon. DecodeCommon use 2 callbacks to put Video and Audio specific code. These callbacks are called when a new block is processed and when it try to get an output buffer.
-
Thomas Guillem authored
-
Thomas Guillem authored
Add an union for future audio arguments.
-
Thomas Guillem authored
-
Thomas Guillem authored
It happens when fetching the "channel-mask" property.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Disabled since it's not tested enough.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Also, fix it.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
The current workflow is often parsing a subtitle format, then convert it in a common HTML and then push it to the renderer as HTML. The renderer will reparse the HTML and try to render it. Of course, that means that only one renderer can do that correctly, and so we bloat the freetype renderer as much as we can. It also means that we have 2 render callbacks for subtitles, one for normal text and one for styled text, and we sometimes reparse the HTML to remove the tags, for the first. We now only use a text_segment, with new segments at every style change; an unique render function and the renderer can decide to honor or not the style. It's a big commit, so regressions can arise, but it was tested for most common cases.
-
Hugo Beauzée-Luyssen authored
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-