aboutsummaryrefslogtreecommitdiff
path: root/talk/app/webrtc/java/jni/androidmediaencoder_jni.cc
AgeCommit message (Expand)Author
2015-12-11This cl change VideoCaptureAndroid to handle CVO the same way when capturing ...Per
2015-12-02This cl change so that we use EGL14 where it is supported and EGL10 otherwise...perkj
2015-11-26Support texture scaling in Androids MediaEncoder.Per
2015-11-20This cl add support to encode from textures to MediaCodecVideoEncoder.perkj
2015-11-18modules/video_coding/utility: Remove includekjellander@webrtc.org
2015-11-18Preliminary support of VP9 HW encoder on Android.Alex Glaznev
2015-11-12Reland "Prepare MediaCodecVideoEncoder for surface textures.""perkj
2015-10-29MediaCodecVideoEncoder: Add number of quality resolution downscales to Encode...asapersson
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-10-23Remove VideoFrameType aliases for FrameType.Peter Boström
2015-10-21Add stats for average QP per frame for VP8 (for received video streams):asapersson
2015-10-19Unify FrameType and VideoFrameType.pbos
2015-10-16Revert "Prepare MediaCodecVideoEncoder for surface textures."perkj
2015-10-13Fix use of scaler in MediaCodecVideoEncoderperkj
2015-10-12Prepare MediaCodecVideoEncoder for surface textures.perkj
2015-10-07Use WebRTC logging in MediaCodec JNI code.Alex Glaznev
2015-10-07Use suffixed {uint,int}{8,16,32,64}_t types.Peter Boström
2015-09-25Implement a high-QP threshold for Android H.264.Peter Boström
2015-09-24Wire up QualityScaler for H.264 on Android.Peter Boström
2015-09-22Add field trial for automic resize in MediaCodecVideoEncoder.asapersson
2015-09-17Add RTC_ prefix to (D)CHECKs and related macros.henrikg
2015-07-24Bug fix: camera frames are dropped before wideo encoder.jackychen
2015-07-13Allow for framerate reduction for HW encoder.jackychen
2015-05-30Rename I420VideoFrame to VideoFrame.Miguel Casas-Sanchez
2015-05-21Hardware VP8 encoding: Use QP as metric for resize.jackychen
2015-04-21Dynamic resolution change for VP8 HW encode.jackychen
2015-03-06Fix H.264 start code position search.glaznev@webrtc.org
2015-02-23Add H.264 HW encoder and decoder support for Android.glaznev@webrtc.org
2015-02-18Move Android MediaCodec encoder and decoder factories to separate files.glaznev@webrtc.org