- 24 Sep, 2014 13 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
stream_Read() can always fail.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
fixes 1 byte read overflow
-
Francois Cartegnie authored
-
- 23 Sep, 2014 6 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
refs #12270
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rafaël Carré authored
-
Devin Heitmueller authored
Prior to this patch, if the user specified the --sub-track argument on the command line, it would not work with MPEG2 streams that contain EIA-608 closed captions. It would also cause an abort() on exit. The crash was because the various functions that select/unselect streams would check for the p_master member, which isn't set until after EsOutAdd(). The call to EsOutAdd itself though would call EsSelect(), which would treat the ES as a regular subtitle stream and cause a resource leak -- which would cause an abort at exit. The other change actually makes --sub-track work with the special case of EIA-608 captions. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 22 Sep, 2014 8 commits
-
-
Francois Cartegnie authored
-
Timothy B. Terriberry authored
This way, when metadata is updated, we only replace the attachments produced by the demuxer whose metadata changed. Fixes #11976 Tested by reverting the patch in #11966 (with some fix-ups to pass the right arguments where the code had changed). Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Devin Heitmueller authored
When rendering closed captions with VDPAU, nothing frees the subpicture, causing a leak that bleeds all the memory out of the system within minutes. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
This plugin does not access local files.
-
Tristan Matthews authored
-
- 21 Sep, 2014 13 commits
-
-
Konstantin Pavlov authored
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
Otherwise we would loop and write() ts-packet at a time.
-
Felix Paul Kühne authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-