- 26 Sep, 2014 3 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Tristan Matthews authored
-
- 25 Sep, 2014 8 commits
-
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
rtp_packetize_split() sets the marker bit according to video semantics, and uses incorrect timestamp interpolation for PCM.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Opus cannot be fragmented, there must be one frame per RTP packet.
-
Rémi Denis-Courmont authored
rtp_packetize_common() overrode the correct value with 12, which was then reset to the correct value. Note: the AMR packetizer seems odd.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Close #12282 Ref: Debian BTS #762564
-
- 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 2 commits
-
-
Konstantin Pavlov authored
-
Tristan Matthews authored
-