Go to file
stefan@webrtc.org ffd28f95c5 Request key frames to battle error propagation.
The VP8 decoder wrapper will request key frames 30 frames after seeing
a packet loss, if it hasn't received a state refresh (only possible
through key frames in this version).

For this to be possible the jitter buffer has been made aware of
picture ids to be able to detect frame losses. Legacy JB code to
handle streams without marker bits was also removed since it
conflicts with streams with FEC.

BUG=
TEST=

Review URL: http://webrtc-codereview.appspot.com/239002

git-svn-id: http://webrtc.googlecode.com/svn/trunk@774 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-10-19 15:55:39 +00:00
peerconnection Print info about the local and remote resolution in the Windows client. 2011-10-10 12:58:21 +00:00
src Request key frames to battle error propagation. 2011-10-19 15:55:39 +00:00
test Updated the AEC delay logging to output values in ms. PB output updated. 2011-10-19 08:47:40 +00:00
third_party google-gflags is an open source command line parsing library for C++ that is useful for our test programs. 2011-09-09 13:00:24 +00:00
third_party_mods Fix rendering in new PeerConnection API. 2011-10-18 11:54:46 +00:00
tools Matlab scripts useful for parsing the output from DataLog 2011-09-02 13:24:38 +00:00
.gitignore Adding git ignore file. 2011-09-23 11:15:35 +00:00
android-webrtc.mk Some changes made in android makefile 2011-08-15 17:40:56 +00:00
Android.mk Reorganize the audio_processing source. 2011-10-19 01:40:33 +00:00
AUTHORS git-svn-id: http://webrtc.googlecode.com/svn/trunk@11 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-05-30 11:51:34 +00:00
codereview.settings Modify codereview.settings 2011-09-06 10:12:28 +00:00
DEPS * Update to use the new libjingle release. 2011-10-13 16:58:50 +00:00
libvpx.mk Change android makefile to reflect recent file structure change 2011-07-13 17:49:49 +00:00
LICENSE git-svn-id: http://webrtc.googlecode.com/svn/trunk@11 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-05-30 11:51:34 +00:00
license_template.txt git-svn-id: http://webrtc.googlecode.com/svn/trunk@11 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-05-30 11:51:34 +00:00
LICENSE_THIRD_PARTY Integrate the built-in WASAPI AEC DMO to VoE. 2011-09-13 17:17:49 +00:00
OWNERS Review URL: http://webrtc-codereview.appspot.com/137002 2011-08-25 16:52:34 +00:00
PATENTS Modified patent grant 2011-05-31 22:47:37 +00:00
PRESUBMIT.py Adding owners check in presubmit script. 2011-06-09 07:07:24 +00:00
WATCHLISTS Add patterns for root_files (src/build/ and non-recursive contents of ./ and src/), common_audio, and audio_processing to WATCHLISTS. 2011-09-28 15:04:36 +00:00
webrtc.gyp Move merge_libs targets to their own gyp. 2011-10-06 01:03:18 +00:00