- Jul 27, 2014
-
-
Kuntz Thomas authored
Because now RtpdumpStream doesn't use the rtpdump timestamp to sync the stream. Now the sync use the timestamp of rtp packet directly, with the timebase computed from the framerate/samplerate of the Format. Also change the static method that create rtpdump MediaDeviceImpl : it now takes a MediaFormat, so that it can get the clock rate of the format (used in the timebase).
-
Kuntz Thomas authored
but provide a static method creating a AudioMediaDeviceImpl or MediaDeviceImpl (for video) for convenience instead.
-
Kuntz Thomas authored
classes of the rtpdump package now use RtpdumpPacket, that extends RawPacket (so the parsing is done by RawPacket). Also fix a javadoc typo.
-
Kuntz Thomas authored
-
Kuntz Thomas authored
packet that were recorded. Also add a custom MediaDevice for convenience.
-
- Jul 26, 2014
-
- Jul 24, 2014
-
-
Boris Grozev authored
- Jul 23, 2014
-
-
Boris Grozev authored
-
Boris Grozev authored
-
- Jul 22, 2014
-
-
Lyubomir Marinov authored
Ensures that the lengths of the values of the ice-ufrag and ice-pwd attributes conform to RFC 5245 15.4. "ice-ufrag" and "ice-pwd" Attributes. Reported by Philipp Hancke.
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
George Politis authored
-
George Politis authored
HighestQualityRTCPTerminationStrategy now extends BasicRTCPTerminationStrategy reducing code duplication.
-
George Politis authored
-
George Politis authored
-
George Politis authored
-
George Politis authored
-
George Politis authored
-
George Politis authored
Renames writeRTCPFeedbackMessage() -> writeControlPayload() in various places (RTPTranslatorImpl, RTPConnectorImpl, ...)
-
George Politis authored
-
George Politis authored
-
Damian Minkov authored
-
- Jul 21, 2014
-
-
Damian Minkov authored
Adds sources of libmkv and change the way libvpx is build to reflect changes, when using debian source packet.
-
Boris Grozev authored
-
bgrozev authored
- Jul 20, 2014
-
-
Boris Grozev authored
-
- Jul 18, 2014
-
-
Boris Grozev authored
-
Kuntz Thomas authored
https://github.com/jitsi/libjitsi/pull/11#issuecomment-49404492 Also fix a bug where the first frame only was send (when loopFile was true) : FFmpeg doesn't set the number of frame contained in the IVF file, so the IVFFileReader was reading only the first frame because it thought it has reached the last frame. It now use the EOF to know if the end is reached or not.
-
Kuntz Thomas authored
in the IVF file to sync the stream, instead of just using the framerate of the frame.
-
Kuntz Thomas authored
frames for the doRead function... Also add a custom MediaDevice for convenience.
-