Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
201509b1c1f9400c8a45047975e18cc1743183d1
/
modules
/
video_coding
/
generic_encoder.cc
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 8 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 8 years ago
[Renamed from webrtc/modules/video_coding/generic_encoder.cc]
e997381
Move reencode logic for screenshare bitrate overshoot from generic
by ilnik
· 8 years ago
84f6a3f
Move optional.h to webrtc/api/
by kwiberg
· 8 years ago
6d5b4d6
Piggybacking simulcast id and ALR experiment id into video content type extension.
by ilnik
· 8 years ago
ba050a6
Reland of Add a flags field to video timing extension. (patchset #1 id:1 of https://codereview.webrtc.org/2995953002/ )
by sprang
· 8 years ago
f0f7378
Revert of Add a flags field to video timing extension. (patchset #15 id:280001 of https://codereview.webrtc.org/3000753002/ )
by emircan
· 8 years ago
cf5d485
Add a flags field to video timing extension.
by sprang
· 8 years ago
29d0840
Reland of Refactor timing frame logic to work with encoders with internal sources (patchset #1 id:1 of https://codereview.webrtc.org/2980533002/ )
by ilnik
· 8 years ago
0b1e2f3
Revert of Refactor timing frame logic to work with encoders with internal sources (patchset #2 id:20001 of https://codereview.webrtc.org/2968153002/ )
by ilnik
· 8 years ago
a7a4535
Refactor timing frame logic to work with encoders with internal sources
by ilnik
· 8 years ago
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
3635f44
Workaround for hardware encoders crashing timing frames processing
by ilnik
· 8 years ago
04f4d12
Implement timing frames.
by ilnik
· 8 years ago
01d5a0b
Propagate input capture time in ViEEncoder::OnFrame.
by nisse
· 8 years ago
0ffdcc5
Delete unneeded includes of deprecated system_wrappers include files.
by nisse
· 8 years ago
af91689
Move VideoFrame and related declarations to webrtc/api/video.
by nisse
· 9 years ago
df2ceb8
Reland of Delete VideoFrame default constructor, and IsZeroSize method. (patchset #1 id:1 of https://codereview.webrtc.org/2574123002/ )
by nisse
· 9 years ago
0989fbc
Revert of Delete VideoFrame default constructor, and IsZeroSize method. (patchset #5 id:80001 of https://codereview.webrtc.org/2541863002/ )
by nisse
· 9 years ago
bfcf561
Delete VideoFrame default constructor, and IsZeroSize method.
by nisse
· 9 years ago
876222f
Move usage of QualityScaler to ViEEncoder.
by kthelgason
· 9 years ago
08127a9
Reland #2 of Issue 2434073003: Extract bitrate allocation ...
by Erik Språng
· 9 years ago
1369c83
Revert of Issue 2434073003: Extract bitrate allocation ... (patchset #4 id:60001 of https://codereview.webrtc.org/2488833004/ )
by sprang
· 9 years ago
647bf43
Reland of Issue 2434073003: Extract bitrate allocation ...
by sprang
· 9 years ago
4bc98d4
Revert of Extract bitrate allocation of spatial/temporal layers out of codec impl. (patchset #17 id:320001 of https://codereview.webrtc.org/2434073003/ )
by sprang
· 9 years ago
8f46c67
Extract bitrate allocation of spatial/temporal layers out of codec impl.
by sprang
· 9 years ago
7056be9
Delete old video defines in engine config.
by mflodman
· 9 years ago
275afc5
Add codec name to CodecSpecificInfo and get the codec name stats from there instead.
by perkj
· 9 years ago
525df3f
Add EncodedImageCallback::OnEncodedImage().
by Sergey Ulanov
· 9 years ago
51db4dd
Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #14 id:300001 of https://codereview.chromium.org/2089773002/ )
by sergeyu
· 9 years ago
4c7f4cd
Add EncodedImageCallback::OnEncodedImage().
by Sergey Ulanov
· 9 years ago
ac4dc2c
Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #13 id:280001 of https://codereview.webrtc.org/2089773002/ )
by sergeyu
· 9 years ago
ad34dbe
Add EncodedImageCallback::OnEncodedImage().
by Sergey Ulanov
· 9 years ago
f5b2e51
Fix stats for encoder target bitrate when target rate is zero.
by perkj
· 9 years ago
02bafc6
Add a race-checking mechanism.
by Peter Boström
· 9 years ago
57c21f9
Remove ViEEncoder::Pause / Start
by perkj
· 9 years ago
376b192
Remove VideoCodingModule::VCMPacketizationCallback
by perkj
· 9 years ago
3c6eac2
Remove QualityScaler framerate reduction.
by Peter Boström
· 9 years ago
02b3d27
Reland of Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. (patchset #1 id:1 of https://codereview.webrtc.org/1903193002/ )
by kjellander
· 9 years ago
a261e61
Revert of Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. (patchset #5 id:80001 of https://codereview.webrtc.org/1897233002/ )
by kjellander
· 9 years ago
f5d55aa
Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead.
by perkj
· 9 years ago
ba7dc72
Add rotation to EncodedImage and make sure it is passed through encoders.
by Per
· 9 years ago
3911c26
Add support for writing raw encoder output to .ivf files.
by sprang
· 9 years ago
fb15270
Replace const-reference with pointer in SendData.
by Peter Boström
· 10 years ago
4fd6cda
Add tracing to VCMGenericEncoder::Release.
by Peter Boström
· 10 years ago
9d3ab61
Lint fix for webrtc/modules/video_coding PART 2!
by philipel
· 10 years ago
b7d9a97
Expose codec implementation names in stats.
by Peter Boström
· 10 years ago
2557b86
modules/video_coding refactorings
by Henrik Kjellander
· 10 years ago
[Renamed (97%) from webrtc/modules/video_coding/main/source/generic_encoder.cc]
d9eec76
Trace encoding/decoding time in a generic way.
by pbos
· 10 years ago
854e84c
Use webrtc/base/logging.h for video coding/processing.
by pbos
· 10 years ago
cfc319b
Reland of Work on flexible mode and screen sharing. (patchset #1 id:1 of https://codereview.webrtc.org/1438543002/ )
by philipel
· 10 years ago
0be8f1d
Revert of Work on flexible mode and screen sharing. (patchset #28 id:520001 of https://codereview.webrtc.org/1328113004/ )
by terelius
· 10 years ago
77ccfb4
Work on flexible mode and screen sharing.
by philipel
· 10 years ago
4f5db11
Make VCMEncodedFrameCallback const.
by Peter Boström
· 10 years ago
69ccb33
Remove redudant encoder rate calls.
by Peter Boström
· 10 years ago
98f5351
system_wrappers: rename interface -> include
by Henrik Kjellander
· 10 years ago
22993e1
Unify FrameType and VideoFrameType.
by pbos
· 10 years ago
91d6ede
Add RTC_ prefix to (D)CHECKs and related macros.
by henrikg
· 10 years ago
7f6a6fc
Enabling spatial layers in VP9Impl. Filter layers in the loopback test.
by ivica
· 10 years ago
a9455ab
Integration of VP9 packetization.
by asapersson
· 10 years ago
6e2ce6e
Allow for framerate reduction for HW encoder.
by jackychen
· 10 years ago
2c4c914
In screenshare mode, suppress VP8 bitrate overshoot and increase quality
by Erik Språng
· 10 years ago
eb66e80
Re-land "Convert native handles to buffers before encoding."
by Peter Boström
· 10 years ago
308d163
Revert "Convert native handles to buffers before encoding."
by Peter Boström
· 10 years ago
a831dc3
Convert native handles to buffers before encoding.
by Peter Boström
· 10 years ago
4765070
Rename I420VideoFrame to VideoFrame.
by Miguel Casas-Sanchez
· 10 years ago
61b4d51
Dynamic resolution change for VP8 HW encode.
by jackychen
· 10 years ago
2c37078
Fix crash with CVO turned on for VP9 codec
by Guo-wei Shieh
· 10 years ago
1064679
Revert "Fix crash with CVO turned on for VP9 codec"
by Guo-wei Shieh
· 10 years ago
29b1a1c
Fix crash with CVO turned on for VP9 codec
by Guo-wei Shieh
· 10 years ago
54d072e
Add CVO support to video_coding layer.
by guoweis@webrtc.org
· 10 years ago
558dc40
Reland 8631 "Speculative revert of 8631 "Remove lock from Bitrat..."
by tommi@webrtc.org
· 10 years ago
92696cd
Speculative revert of 8631 "Remove lock from Bitrate() and FrameRate() in Video..."
by tommi@webrtc.org
· 10 years ago
0d5ea21
Remove lock from Bitrate() and FrameRate() in VideoSender.
by tommi@webrtc.org
· 10 years ago
891d483
Wire up target_media_bitrate in VideoSendStream.
by pbos@webrtc.org
· 10 years ago
30540fe
Initialize RTPVideoHeader fields to correctly set simulcastIdx for non VP8 codecs.
by glaznev@webrtc.org
· 10 years ago
f31f56d
Remove default arguments in EncodedImageCallback.
by changbin.shao@webrtc.org
· 11 years ago
16825b1
Use int64_t more consistently for times, in particular for RTT values.
by pkasting@chromium.org
· 11 years ago
273a414
Report encoded frame size in VideoSendStream.
by pbos@webrtc.org
· 11 years ago
4591fbd
Use size_t more consistently for packet/payload lengths.
by pkasting@chromium.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
c5aeb2a
Make code simpler on VCMEncodedCallback.
by andresp@webrtc.org
· 12 years ago
1df9dc3
Isolate register post encode callback in video coding module to simplify code and critical sections.
by andresp@webrtc.org
· 12 years ago
4070935
Implement and test EncodedImageCallback in new ViE API.
by sprang@webrtc.org
· 12 years ago
bec11ef
Reformatting media_optimization.cc and .h
by henrik.lundin@webrtc.org
· 12 years ago
98fcd2d
Adding unit tests for default temporal layer strategy.
by andresp@webrtc.org
· 12 years ago
0181b5f
ExternalVideoDecoder for new VideoEngine API.
by pbos@webrtc.org
· 12 years ago
a440732
Include files from webrtc/.. paths in video_coding/.
by pbos@webrtc.org
· 12 years ago
d900e8b
Proper spacing for end-of-namespace comments.
by pbos@webrtc.org
· 12 years ago
b3e5acf
Cleanup traces in WebRTC
by hclam@chromium.org
· 12 years ago
122d209
Fixes an issue where the start bitrate is stored in kbps instead of bps.
by stefan@webrtc.org
· 12 years ago
806dc3b
More trace events
by hclam@chromium.org
· 12 years ago
7b859cc
Webrtc_Word32 => int32_t in video_coding/main/
by pbos@webrtc.org
· 12 years ago
3d0b0d6
Follow-up fix for r3681.
by stefan@webrtc.org
· 12 years ago
f4944d4
Fix framerate sent to account for actually sent frames.
by stefan@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
cf21686
Fixes issues related to intra requests.
by stefan@webrtc.org
· 13 years ago
Next »