Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
d1587177d685ffaaae4ba76a5eed8e6a25f0de29
d158717
VT: SFP: bind socket to specific network
by Byeongjo Park
· 8 years ago
2b85f7d
VT: SFR: bind socket to specific network.
by Byeongjo Park
· 8 years ago
19c5968
VT: Remove assertion in send() function.
by Byeongjo Park
· 8 years ago
a540776
VT: ARTPConnection: added an event to notify first-rtcp packet.
by Byeongjo Park
· 8 years ago
65f3821
VT: Print assembler queue status for the first frame
by Kim Sungyeon
· 8 years ago
8a8d85b
VT: Enlarge jitter buffer range from 200ms to 300ms
by Kim Sungyeon
· 8 years ago
a5062c4
VT: Postpone bitrate down for considering camera switch
by Kim Sungyeon
· 8 years ago
a2530ae
VT: Rotation parameter should be applied only for video call.
by Byeongjo Park
· 8 years ago
7cd1b2b
VT: Add OMX_Video_ControlRateConstant feature
by Kim Sungyeon
· 8 years ago
d3dba69
VT: OMX_ErrorStreamCorrupt should be skipped only for RTP scenario.
by Byeongjo Park
· 8 years ago
4bcec5d
VT: Retain RTP sequence number between SFR stop and start
by Somraj Mani
· 8 years ago
9a021f7
VT: Skip unknown payload type packet
by Kim Sungyeon
· 8 years ago
e3fef04
VT: Update payload value at runtime for SFR
by Somraj Mani
· 8 years ago
4b08d94
VT: Add FIR, PLI reaction
by Kim Sungyeon
· 8 years ago
d42c50d
VT: Add auto downgrade function
by Kim Sungyeon
· 8 years ago
a2c250d
VT: Add TMMBR feature for RTP Rx side
by Kim Sungyeon
· 8 years ago
bd88769
VT: Add TMMBN feature on RTP Tx side
by Kim Sungyeon
· 8 years ago
8f93526
VT: SFP: H264: CVO implementation for Rx side
by Byeongjo Park
· 8 years ago
6552d60
VT: SFR: H264: CVO implementation for Tx side.
by Byeongjo Park
· 8 years ago
ebf1e77
VT: Change socket option to REUSEADDR
by Kim Sungyeon
· 9 years ago
7c5b5c0
VT: Add TMMBR function on Rx
by Kim Sungyeon
· 9 years ago
0175f4e
VT: Recorder gets payload type value from param
by Somraj Mani
· 8 years ago
fc88be8
VT: Player/Recoder gets its SSRC ID from param
by Kim Sungyeon
· 9 years ago
e40c5df
VT: Add RTCP feedback message(TSFB & PSFB) parser to RTP source
by Kim Sungyeon
· 9 years ago
8eab0ea
VT: StagefrightRecorder: Added a function for TMMBR
by Byeongjo Park
· 9 years ago
6b407aa
VT: AHEVCAssembler: Supports H265(HEVC) for Rx.
by Byeongjo Park
· 9 years ago
8d2f3d1
VT: ARTPWriter: Supports H265(HEVC) for Tx.
by Byeongjo Park
· 9 years ago
a04d8ca
VT: ARTPWriter: Supports ipv6
by Byeongjo Park
· 9 years ago
b40918c
VT: ARTPSource: Jitter buffer implementation.
by Byeongjo Park
· 9 years ago
3c4a25e
VT: ARTPConnection: Supports ipv6
by Byeongjo Park
· 9 years ago
3320935
VT: SFP: Implements interface for RTP parameters.
by Byeongjo Park
· 8 years ago
870c9d6
VT: RTPSource: Added a component as an one of NuPlayer::Source
by Byeongjo Park
· 8 years ago
c0f207c
VT: ARTPConnection: bind RTP/RTCP sockets to specific IP.
by Byeongjo Park
· 8 years ago
c70c27d
VT: ASessionDescription: Added SDPStringFactory.
by Byeongjo Park
· 8 years ago
27b1c0b
VT: SFR: added parameters to handle RTP IP Addresses through setParameters().
by Byeongjo Park
· 8 years ago
65ff0df
VT: ARTPWriter: Enhanced ARTPWriter as a RTP output
by Kim Sungyeon
· 8 years ago
86cba9a
Merge "C2InterfaceHelper: fix split parameter handling"
by Treehugger Robot
· 6 years ago
d62dda9
Merge "libmediaplayerservice: Build both shared and static libraries"
by Ray Essick
· 6 years ago
39d10c1
C2InterfaceHelper: fix split parameter handling
by Wonsik Kim
· 6 years ago
5edfd27
Merge "Added writer fuzzers"
by Kris Alder
· 6 years ago
5b7d0ab
Merge "CCodec: Report codec error to MediaCodec"
by Lajos Molnar
· 6 years ago
6dc3a9c
Merge "correlation: Check return value from fread"
by Treehugger Robot
· 6 years ago
b91c8a3
correlation: Check return value from fread
by Harish Mahendrakar
· 6 years ago
7e7b547
Merge "Improve failure logging in AudioHealthTest"
by Treehugger Robot
· 6 years ago
19d3a0a
Improve failure logging in AudioHealthTest
by Mikhail Naganov
· 6 years ago
7a558ec
Merge "Improve comment for why license_type by_exception"
by Bob Badour
· 6 years ago
cbfdfe0
Merge "Adds fuzzer for MediaWriter and FrameDecoder"
by Hamzeh Zawawy
· 6 years ago
a781670
Improve comment for why license_type by_exception
by Bob Badour
· 6 years ago
4e1eeb3
Merge "CCodec: make HDR10/+ support detection logic work for encoders"
by Lajos Molnar
· 6 years ago
565d46c
libmediaplayerservice: Build both shared and static libraries
by Harish Mahendrakar
· 6 years ago
e445740
Merge "Stop #define'ing __ANDROID_API__."
by Elliott Hughes
· 6 years ago
9818647
Merge "fix pfw criteria generator on S"
by Eric Laurent
· 6 years ago
958be0d
fix pfw criteria generator on S
by Francois Gaffie
· 6 years ago
1b8e0f7
Merge "libaudiohal: Fix initialization of SinkMetadata for HAL V7"
by Treehugger Robot
· 6 years ago
72eff01
CCodec: Report codec error to MediaCodec
by Praveen Chavan
· 6 years ago
c425880
libaudiohal: Fix initialization of SinkMetadata for HAL V7
by Mikhail Naganov
· 6 years ago
0a39479
Stop #define'ing __ANDROID_API__.
by Elliott Hughes
· 6 years ago
96f2c26
Adds fuzzer for MediaWriter and FrameDecoder
by Dylan Katz
· 6 years ago
739fe73
CCodec: make HDR10/+ support detection logic work for encoders
by Lajos Molnar
· 6 years ago
210105a
Merge "Update BT audio policy configuration"
by Mikhail Naganov
· 6 years ago
34da2e2
Merge "Update APM XML deserializer for HAL V7"
by Treehugger Robot
· 6 years ago
94378a2
Update BT audio policy configuration
by Mikhail Naganov
· 6 years ago
a7c4e03
Update APM XML deserializer for HAL V7
by Mikhail Naganov
· 6 years ago
b9fef4f
Merge "Enable support for audio HAL V7 in the framework"
by Treehugger Robot
· 6 years ago
f33bbd5
Merge "Remove __ANDROID_API__ #if checks."
by Elliott Hughes
· 6 years ago
253d4be
Merge "Merge RQ1A.210205.004 to aosp-master - DO NOT MERGE"
by Bill Yi
· 6 years ago
9489983
Merge RQ1A.210205.004 to aosp-master - DO NOT MERGE
by Bill Yi
· 6 years ago
bb9c5e1
Merge "MediaCodecListOverrides_test: Remove compile_multilib"
by Treehugger Robot
· 6 years ago
01e1e02
Merge "C2Soft decoders: Increase max height to support portrait videos"
by Treehugger Robot
· 6 years ago
9b5bc7f
Merge "CCodec: support audio encoders requesting frame size"
by Wonsik Kim
· 6 years ago
e1104ca
CCodec: support audio encoders requesting frame size
by Wonsik Kim
· 6 years ago
cc73ef0
Enable support for audio HAL V7 in the framework
by Mikhail Naganov
· 6 years ago
3fbe65f
Merge changes from topic "non-tee-secure-decoder"
by Lajos Molnar
· 6 years ago
b8c9e9f
MediaCodecListOverrides_test: Remove compile_multilib
by Harish Mahendrakar
· 6 years ago
04b3035
CCodec: Support SM_READ_PROTECTED_WITH_ENCRYPTED mode for secure decoders
by Sungtak Lee
· 6 years ago
52afd94
codec2: define secure mode SM_READ_PROTECTED_WITH_ENCRYPTED
by Lajos Molnar
· 6 years ago
cc9eee4
Merge "codec2: add audio encoder input frame size"
by Treehugger Robot
· 6 years ago
56593f4
Merge "Remove support for audio HAL V2 from the framework"
by Mikhail Naganov
· 6 years ago
81fc859
Remove __ANDROID_API__ #if checks.
by Elliott Hughes
· 6 years ago
4a76ebe
Merge "BufferPool: limit number of idle buffers in caches"
by Treehugger Robot
· 6 years ago
dcc5986
Merge "codec2 HAL: Enable C2InfoBuffer passing in from client to HAL"
by Treehugger Robot
· 6 years ago
738e6ac
codec2: add audio encoder input frame size
by Wonsik Kim
· 6 years ago
cbf517f
Remove support for audio HAL V2 from the framework
by Mikhail Naganov
· 6 years ago
1d5b3f9
codec2 HAL: Enable C2InfoBuffer passing in from client to HAL
by Sungtak Lee
· 6 years ago
6f7a1f3
Merge "APM: Create multiple MSD patches"
by Treehugger Robot
· 6 years ago
790ce11
Merge "Update TypeConverter#ParseFormats to handle DEFAULT format"
by Treehugger Robot
· 6 years ago
b7637e9
APM: Create multiple MSD patches
by Michael Chan
· 6 years ago
d518e90
Added writer fuzzers
by Ayushi Khopkar
· 6 years ago
14dcc28
Merge "more complete 64bit mediaserver build targets"
by Treehugger Robot
· 6 years ago
7cd3cc7
more complete 64bit mediaserver build targets
by Ray Essick
· 6 years ago
258062e
Merge "audio: add implementation for TV related API"
by Andy Hung
· 6 years ago
a6ccc18
Merge "Codec2: Add sys-prop to allow dmabuf heap usage to be forced"
by Treehugger Robot
· 6 years ago
3bea3a4
audio: add implementation for TV related API
by Kuowei Li
· 6 years ago
ead02ed
Merge "Fix license_type. Contains WideVine"
by Treehugger Robot
· 6 years ago
b23d663
Fix license_type. Contains WideVine
by Bob Badour
· 6 years ago
6dfda52
Update TypeConverter#ParseFormats to handle DEFAULT format
by Mikhail Naganov
· 6 years ago
991cfb0
Merge changes I2bb2cb29,Ie52ebe19
by Treehugger Robot
· 6 years ago
3a06935
Codec2: Add sys-prop to allow dmabuf heap usage to be forced
by John Stultz
· 6 years ago
6d604a5
audio flinger: fix use of local variable after std:move
by Eric Laurent
· 6 years ago
029e33e
audio flinger: report actual sink device for MSD playback threads
by Eric Laurent
· 6 years ago
Next »