webrtc/src/modules/video_coding/main/source
mflodman@webrtc.org c80d9d9361 Removed default cases causing clang errors, -Wcovered-switch-default.
BUG=
TEST=Bulid with clang version 3.1 (trunk 148911)

Review URL: https://webrtc-codereview.appspot.com/379008

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1604 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-02-06 10:11:25 +00:00
..
mock Re-implement dependency injection of TickTime into VCM and tests 2011-12-21 15:24:01 +00:00
Android.mk Add new source files because of r1174 2011-12-14 19:08:33 +00:00
codec_database.cc Removed dead version code. 2012-02-02 12:46:58 +00:00
codec_database.h Removed dead version code. 2012-02-02 12:46:58 +00:00
codec_timer.cc git-svn-id: http://webrtc.googlecode.com/svn/trunk@156 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-07-07 08:21:25 +00:00
codec_timer.h git-svn-id: http://webrtc.googlecode.com/svn/trunk@156 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-07-07 08:21:25 +00:00
content_metrics_processing.cc Re-implement dependency injection of TickTime into VCM and tests 2011-12-21 15:24:01 +00:00
content_metrics_processing.h git-svn-id: http://webrtc.googlecode.com/svn/trunk@156 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-07-07 08:21:25 +00:00
decoding_state.cc video_coding: Checking/updating seq num for an old packet regardless of size. 2012-01-03 20:35:25 +00:00
decoding_state.h video_coding: Checking/updating seq num for an old packet regardless of size. 2012-01-03 20:35:25 +00:00
decoding_state_unittest.cc video_coding: Checking/updating seq num for an old packet regardless of size. 2012-01-03 20:35:25 +00:00
encoded_frame.cc Adding a LayerSync bit to VP8 RTP header 2011-12-13 14:11:06 +00:00
encoded_frame.h video_coding: Adding a unit test to the decodableState class 2011-12-29 18:09:58 +00:00
er_tables_xor.h Put some table size information in one place. 2011-09-02 22:03:56 +00:00
event.h git-svn-id: http://webrtc.googlecode.com/svn/trunk@156 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-07-07 08:21:25 +00:00
exp_filter.cc git-svn-id: http://webrtc.googlecode.com/svn/trunk@156 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-07-07 08:21:25 +00:00
exp_filter.h git-svn-id: http://webrtc.googlecode.com/svn/trunk@156 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-07-07 08:21:25 +00:00
fec_tables_xor.h Put some table size information in one place. 2011-09-02 22:03:56 +00:00
frame_buffer.cc Removed default cases causing clang errors, -Wcovered-switch-default. 2012-02-06 10:11:25 +00:00
frame_buffer.h video_coding: Updating NACK functions naming 2012-01-03 23:59:42 +00:00
frame_dropper.cc git-svn-id: http://webrtc.googlecode.com/svn/trunk@156 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-07-07 08:21:25 +00:00
frame_dropper.h git-svn-id: http://webrtc.googlecode.com/svn/trunk@156 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-07-07 08:21:25 +00:00
frame_list.cc Add metric for number of packets discarded by JB due to not being decodable 2011-10-13 07:35:37 +00:00
frame_list.h git-svn-id: http://webrtc.googlecode.com/svn/trunk@156 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-07-07 08:21:25 +00:00
generic_decoder.cc Fixes for code analysis warnings. 2012-01-19 12:30:21 +00:00
generic_decoder.h Re-implement dependency injection of TickTime into VCM and tests 2011-12-21 15:24:01 +00:00
generic_encoder.cc Fixes for code analysis warnings. 2012-01-19 12:30:21 +00:00
generic_encoder.h Implemented NACK based reference picture selection. 2011-12-02 08:34:05 +00:00
inter_frame_delay.cc Re-implement dependency injection of TickTime into VCM and tests 2011-12-21 15:24:01 +00:00
inter_frame_delay.h Re-implement dependency injection of TickTime into VCM and tests 2011-12-21 15:24:01 +00:00
internal_defines.h video_coding: Updating internal_defines to resolve latest build error. Refers to JB flush update. 2011-11-22 23:41:29 +00:00
jitter_buffer.cc Fixes for code analysis warnings. 2012-01-19 12:30:21 +00:00
jitter_buffer.h Re-implement dependency injection of TickTime into VCM and tests 2011-12-21 15:24:01 +00:00
jitter_buffer_common.cc Add metric for number of packets discarded by JB due to not being decodable 2011-10-13 07:35:37 +00:00
jitter_buffer_common.h The second step towards a list based SessionInfo. 2011-12-13 07:54:56 +00:00
jitter_buffer_unittest.cc Ported more jitter buffer tests to unit tests. 2012-01-16 11:59:01 +00:00
jitter_estimator.cc Re-implement dependency injection of TickTime into VCM and tests 2011-12-21 15:24:01 +00:00
jitter_estimator.h git-svn-id: http://webrtc.googlecode.com/svn/trunk@156 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-07-07 08:21:25 +00:00
media_opt_util.cc Media-opt: Added a filter type mode for the filtering of the received packet loss. This makes the filter selection explicit and easier to modify/test. 2012-01-09 18:18:36 +00:00
media_opt_util.h Refactor to use std::list in the video rtp play tools. 2012-01-23 14:56:14 +00:00
media_optimization.cc Media-opt: Added a filter type mode for the filtering of the received packet loss. This makes the filter selection explicit and easier to modify/test. 2012-01-09 18:18:36 +00:00
media_optimization.h Refactor to use std::list in the video rtp play tools. 2012-01-23 14:56:14 +00:00
nack_fec_tables.h media_opt_util: Update robustness settings for Hybrid mode. Updated table for the computation of the adjustment factor. 2011-08-01 22:14:58 +00:00
packet.cc Removing unused code. 2012-01-17 12:45:47 +00:00
packet.h Removing unused code. 2012-01-17 12:45:47 +00:00
qm_select.cc qm_select: changed default settings for uep. 2011-09-12 16:53:19 +00:00
qm_select.h Make destructor virtual 2011-07-14 18:28:02 +00:00
qm_select_data.h Modified media_opt and qm_select to allow for robustness settings 2011-07-12 17:12:57 +00:00
receiver.cc Fix potential VCMReceiver crash. 2012-01-31 10:49:08 +00:00
receiver.h Re-implement dependency injection of TickTime into VCM and tests 2011-12-21 15:24:01 +00:00
rtt_filter.cc git-svn-id: http://webrtc.googlecode.com/svn/trunk@156 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-07-07 08:21:25 +00:00
rtt_filter.h git-svn-id: http://webrtc.googlecode.com/svn/trunk@156 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-07-07 08:21:25 +00:00
session_info.cc Removing unused code. 2012-01-17 12:45:47 +00:00
session_info.h Removing unused code. 2012-01-17 12:45:47 +00:00
session_info_unittest.cc Fixed GCC 4.6 errors (mostly 'unused variable' errors and incorrect usage of EXPECT_EQ with booleans. 2012-01-26 14:49:28 +00:00
tick_time_base.h Re-implement dependency injection of TickTime into VCM and tests 2011-12-21 15:24:01 +00:00
timestamp_extrapolator.cc Re-implement dependency injection of TickTime into VCM and tests 2011-12-21 15:24:01 +00:00
timestamp_extrapolator.h Fixes for code analysis warnings. 2012-01-19 12:30:21 +00:00
timestamp_map.cc git-svn-id: http://webrtc.googlecode.com/svn/trunk@156 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-07-07 08:21:25 +00:00
timestamp_map.h git-svn-id: http://webrtc.googlecode.com/svn/trunk@156 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-07-07 08:21:25 +00:00
timing.cc Re-implement dependency injection of TickTime into VCM and tests 2011-12-21 15:24:01 +00:00
timing.h Fixes for code analysis warnings. 2012-01-19 12:30:21 +00:00
video_coding.gypi Re-implement dependency injection of TickTime into VCM and tests 2011-12-21 15:24:01 +00:00
video_coding_impl.cc Removed default cases causing clang errors, -Wcovered-switch-default. 2012-02-06 10:11:25 +00:00
video_coding_impl.h Removing unused code. 2012-01-17 12:45:47 +00:00
video_coding_robustness_unittest.cc Fixes a jitter buffer NACK bug. 2012-01-12 15:16:49 +00:00
video_coding_test.gypi Fixes a jitter buffer NACK bug. 2012-01-12 15:16:49 +00:00