- 78e1388 Move deprecated VCMSessionInfo to modules/video_coding/deprecated/. by Rasmus Brandt · 2 years ago[Renamed (98%) from modules/video_coding/session_info.cc]
- 34d339f Move deprecated VCMPacket to modules/video_coding/deprecated/ by Rasmus Brandt · 2 years ago
- 307f7f3 Fix memcpy nullptr src or dest (UB). by Mirko Bonadei · 2 years, 6 months ago
- dcd7fc7 Use backticks not vertical bars to denote variables in comments for /modules/video_coding by Artem Titov · 3 years, 7 months ago
- 190244b Remove all #include <assert.h>/<cassert> and usage in Obj-C code. by Mirko Bonadei · 3 years, 8 months ago
- 25ab322 Replace assert() with RTC_DCHECK(). by Mirko Bonadei · 3 years, 8 months ago
- 9465978 Remove framemarking RTP extension. by philipel · 4 years, 9 months ago
- 2eecfc1 Trim dependencies in modules/video_coding/ by Niels Möller · 5 years ago
- a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
- abbc50e Move frame_type member from RtpDepacketizer::ParsedPayload to RTPVideoHeader by Niels Möller · 6 years ago
- 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 6 years ago
- d5e02f0 Delete redundant members from VCMPacket. by Niels Möller · 6 years ago
- 1a1c52b H.264 temporal layers w/frame marking (PART 2/3) by Johnny Lee · 6 years ago
- 375b346 Delete all logic related to VCMDecodeErrorMode by Niels Möller · 6 years ago
- 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
- d52a1a6 Reland "Remove RTPVideoHeader::vp8() accessors." by Philip Eliasson · 6 years ago
- 1811c04 Revert "Remove RTPVideoHeader::vp8() accessors." by Philip Eliasson · 6 years ago
- af7afc6 Remove RTPVideoHeader::vp8() accessors. by philipel · 6 years ago
- 29d8846 Remove RTPVideoHeader::vp9() accessors. by philipel · 7 years ago
- 7d745e5 Reland "Remove RTPVideoHeader::h264() accessors." by philipel · 7 years ago
- dbdb3a0 Refactoring PayloadRouter. by Stefan Holmer · 7 years ago
- 5daeff9 Revert "Remove RTPVideoHeader::h264() accessors." by JT Teh · 7 years ago
- dfbced6 Remove RTPVideoHeader::h264() accessors. by philipel · 7 years ago
- 5ab67a5 Add accessors to the types in the RTPVideoTypeHeader in RTPVideoHeader. by philipel · 7 years ago
- 8643b78 Moved NackModule and VCMPacket to their own targets by Ilya Nikolaevskiy · 7 years ago
- 425f713 Delete unused methods in VCMFrameBuffer and VCMSessionInfo. by Niels Möller · 7 years ago
- 520ca4e Delete enum RtpVideoCodecTypes, replaced with VideoCodecType. by Niels Möller · 7 years ago
- 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
- 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
- bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/modules/video_coding/session_info.cc]
- c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
- dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 8 years ago
- c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 8 years ago
- 0d1b2b6 Reland of Rename RTPVideoHeader.isFirstPacket to .is_first_packet_in_frame. by johan · 8 years ago
- 0ad2111 Revert of Rename RTPVideoHeader.isFirstPacket to .is_first_packet_in_frame. (patchset #1 id:1 of https://codereview.webrtc.org/2574943003/ ) by danilchap · 8 years ago
- efde908 Rename RTPVideoHeader.isFirstPacket to .is_first_packet_in_frame. by johan · 8 years ago
- a669a3a Revert "Revert of Use sps and pps to determine decodability of H.264 frames. (patchset #4 id:60001 of https://codereview.webrtc.org/2341713002/ )" by stefan · 8 years ago
- 3cdfcd8 Revert of Use sps and pps to determine decodability of H.264 frames. (patchset #4 id:60001 of https://codereview.webrtc.org/2341713002/ ) by stefan · 8 years ago
- 17b0263 Use sps and pps to determine decodability of H.264 frames. by Stefan Holmer · 8 years ago
- 6f112cc Delete unused support for vp8 partitions. by nisse · 8 years ago
- 6b4b5f3 Add sender controlled playout delay limits by isheriff · 9 years ago
- 9d3ab61 Lint fix for webrtc/modules/video_coding PART 2! by philipel · 9 years ago
- 2557b86 modules/video_coding refactorings by Henrik Kjellander · 9 years ago[Renamed (99%) from webrtc/modules/video_coding/main/source/session_info.cc]
- 854e84c Use webrtc/base/logging.h for video coding/processing. by pbos · 9 years ago
- c253a1c Reland of "Change type of pid_diff (int16_t -> uint8_t) according to updates in RTP payload profile." by asapersson · 9 years ago
- 5d4e944 Revert of Change type of pid_diff (int16_t -> uint8_t) according to updates in RTP payload profile. (patchset #3 id:40001 of https://codereview.webrtc.org/1427253002/ ) by asapersson · 9 years ago
- 81c5c7f Change type of pid_diff (int16_t -> uint8_t) according to updates in RTP payload profile. Max p_diff is 8 bits. by asapersson · 9 years ago
- 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
- 9a4cd87 Add support for handling reordered SS data on the receive-side for VP9. by asapersson · 9 years ago
- 22993e1 Unify FrameType and VideoFrameType. by pbos · 9 years ago
- a9455ab Integration of VP9 packetization. by asapersson · 10 years ago
- f1828e8 Prevent OOB reads for truncated H264 STAP-A packets. by pbos · 10 years ago
- 9728241 Record H264 NALU type in the h264 header. by Noah Richards · 10 years ago
- 16825b1 Use int64_t more consistently for times, in particular for RTT values. by pkasting@chromium.org · 10 years ago
- 4f16c87 Simplifying VideoReceiver and JitterBuffer. by pbos@webrtc.org · 10 years ago
- 4591fbd Use size_t more consistently for packet/payload lengths. by pkasting@chromium.org · 10 years ago
- fdcb42d Fix potential crash when depacketizing VP8. by stefan@webrtc.org · 11 years ago
- 2ec5606 Add H.264 packetization. by stefan@webrtc.org · 11 years ago
- 34c5da6 Cleaned up logging in video_coding. by stefan@webrtc.org · 11 years ago
- 3c5a924 Don't force cont' when enabling kWithErrors by mikhal@webrtc.org · 11 years ago
- 2b810bf Removing non decodable count from session info: This value isn't used, and therfore can be removed. This is a step towards the refactor of the session info to use maps. by mikhal@webrtc.org · 11 years ago
- f31a47a VCM:Accounting for bounds when inserting packets. We currently receive indicators to the first and last packets of the frame, but not have any sanity to verify that all packets are indeed within the bounds (when available). This cl attempts to fix that, by mikhal@webrtc.org · 12 years ago
- dbf6a81 Follow-up changes to kSelectiveErrors by mikhal@webrtc.org · 12 years ago
- 822fbd8 Update talk to 50918584. by wu@webrtc.org · 12 years ago
- d177c10 Added logic for kSelectiveErrors to VCMJitterBuffer and corresponding unit tests. by agalusza@google.com · 12 years ago
- a7e360e Removed lines preventing simultaneous kHardNack and decoding with errors. Also made changes recommended by gcl lint (with the exception of changing non-const references to pointers). by agalusza@google.com · 12 years ago
- d818dcb Sets up framework for decoding with errors: collects frame sizes (in number of packets) in JB and passes this information to VCMSessionInfo with rtt_ms as FrameData. by agalusza@google.com · 12 years ago
- aa4d96a Revert r4301 by tnakamura@webrtc.org · 12 years ago
- a440732 Include files from webrtc/.. paths in video_coding/. by pbos@webrtc.org · 12 years ago
- 66b2e5c Breaking out receive-stats, rtp-payload-registry and rtp-receiver from the by stefan@webrtc.org · 12 years ago
- 4cf1a8a Removes kStateFree and kStateDecoding, added a free_frames_ list which simplifies finding a free frame. by stefan@webrtc.org · 12 years ago
- 885cd13 Start NACKing as soon as we have the first packet of a key frame. by stefan@webrtc.org · 12 years ago
- 7bc465b Fix issues with incorrect wrap checks when having big buffers and high bitrate. by stefan@webrtc.org · 12 years ago
- 7b859cc Webrtc_Word32 => int32_t in video_coding/main/ by pbos@webrtc.org · 12 years ago
- a64300a Refactor NACK list creation to build the NACK list as packets arrive. by stefan@webrtc.org · 12 years ago
- bf535b9 Optimize NACK list creation. by stefan@webrtc.org · 12 years ago
- bd941d3 Fixes two bugs related to padding in the jitter buffer. by stefan@webrtc.org · 12 years ago
- 7d5dacc Revert 3183 - Fixes two bugs related to padding in the jitter buffer. by henrike@webrtc.org · 12 years ago
- e4fb44c Fixes two bugs related to padding in the jitter buffer. by stefan@webrtc.org · 12 years ago
- 891d55e Revert 3181 - Fixes two bugs related to padding in the jitter buffer. by henrike@webrtc.org · 12 years ago
- d42e51c Fixes two bugs related to padding in the jitter buffer. by stefan@webrtc.org · 12 years ago
- 14b43be Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago[Renamed from src/modules/video_coding/main/source/session_info.cc]
- 4ce0ba0 Fix issue 310. by stefan@webrtc.org · 13 years ago
- 94355e0 Fix crash in SessionInfo::BuildSoftNackList. by stefan@webrtc.org · 13 years ago
- 5621057 Removing unused code. Review URL: https://webrtc-codereview.appspot.com/349008 by pwestin@webrtc.org · 13 years ago
- b07aa40 Fixes issue 210. Removes diff between two different arrays. by stefan@webrtc.org · 13 years ago
- cd64886 video_coding: Updating NACK functions naming by mikhal@webrtc.org · 13 years ago
- f5edb92 Remove unused variable. by stefan@webrtc.org · 13 years ago
- 8dc9e47 Fixes for selective NACKing. by stefan@webrtc.org · 13 years ago
- 190e88a video_coding: When in hybrid mode, don't NACK non-base layer packets by mikhal@webrtc.org · 13 years ago
- ef5247b Fix session_info_unittest error. by stefan@webrtc.org · 13 years ago
- 0c40d33 Fixes an assert triggered in jitter_buffer_test and disables deblocking. by stefan@webrtc.org · 13 years ago
- eda86dc Adding a LayerSync bit to VP8 RTP header by henrik.lundin@webrtc.org · 13 years ago
- 076fa6e The second step towards a list based SessionInfo. by stefan@webrtc.org · 13 years ago
- ea71440 video_coding: Adding the non reference flag to the receive side logic. by mikhal@webrtc.org · 13 years ago
- f5ee1dc video_coding: Adding temporal layer info support to receive side by mikhal@webrtc.org · 13 years ago
- 6b9a7f8 video_coding: Allowing for a decodable state independent of selective nacking by mikhal@webrtc.org · 13 years ago
- e203de7 jitter_buffer updates: by mikhal@webrtc.org · 13 years ago
- ffd28f9 Request key frames to battle error propagation. by stefan@webrtc.org · 13 years ago
- 4c059d8 Add metric for number of packets discarded by JB due to not being decodable by stefan@webrtc.org · 13 years ago