Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
v4l2_codec2
/
3fe0c8d0909e8b3429e187c1de88c90a635f07ea
3fe0c8d
C2VDAComponent: handle empty CSD work
by Pin-chih Lin
· 7 years ago
06bccf3
Don't continue with an invalid iterator am: cf6899a77b
by Marco Nelissen
· 7 years ago
4198f66
Don't continue with an invalid iterator
by Marco Nelissen
· 7 years ago
cf6899a
Don't continue with an invalid iterator
by Marco Nelissen
· 7 years ago
81a44bb
codec2: support dynamic resolution change
by Pin-chih Lin
· 7 years ago
b4ef939
codec2: add parameter C2PortSurfaceAllocatorTuning
by Pin-chih Lin
· 7 years ago
ca17a06
Use C2VDAPixelForamt to resolve pixel format
by Hirokazu Honda
· 7 years ago
3f3c8a4
C2VDAComponent: Add secure components to enable ARC++ DRM L1 for Codec 2.0
by Hirokazu Honda
· 7 years ago
585324e
codec2: C2VDAComponent: use bufferpool-backed block pool
by Pin-chih Lin
· 7 years ago
86c7f80
Codec2: remove local linux kernel headers for license concern
by Pin-chih Lin
· 7 years ago
9efca04
codec2: fix build error from missing library dependency
by Pin-chih Lin
· 7 years ago
7596c34
codec2: move AVAFactory code from external/v4l2_codec2 to vendor/google_arc
by Pin-chih Lin
· 7 years ago
d06a69c
Revert "Remove C2ArcVideoAcceleratorFactory."
by Arthur Hsu
· 7 years ago
efd335f
Remove C2ArcVideoAcceleratorFactory.
by Chih-Yu Huang
· 7 years ago
36dd7fb
codec2: fix build breakage by correcting class name
by Pin-chih Lin
· 7 years ago
ca72eff
codec2: handle CCodec sends empty buffer at EOS
by Pin-chih Lin
· 7 years ago
617d763
codec2: put abandoned works to another vector apart from mPendingWorks
by Pin-chih Lin
· 7 years ago
29d50d9
codec2: fix checking flush state in onQueueWork
by Pin-chih Lin
· 7 years ago
62585f0
codec2: thread-safe guarantee for blockpool in C2VDAComponent
by Pin-chih Lin
· 7 years ago
5ab2613
codec2: use temporal hack for buffer recycling in byte-buffer mode
by Pin-chih Lin
· 7 years ago
448c0c7
Reland "codec2: fix build by assigning absolute namespace path ::base"
by Pin-chih Lin
· 7 years ago
906956a
Reland "codec2: add dequeue thread loop to recycle output buffers"
by Pin-chih Lin
· 7 years ago
f63913f
Merge "v4l2_codec2: Convert Android.mk for libv4l2_codec2_vda and libv4l2_code2_arcva_factory to Android.bp" into pi-dev
by TreeHugger Robot
· 7 years ago
b042a8e
v4l2_codec2: Convert Android.mk for libv4l2_codec2_vda and libv4l2_code2_arcva_factory to Android.bp
by Hirokazu Honda
· 7 years ago
cedbac6
Revert "v4l2_codec2: Convert Android.mk to Android.bp"
by Pin-chih Lin
· 7 years ago
eb5a1bc
v4l2_codec2: Convert Android.mk to Android.bp
by Hirokazu Honda
· 7 years ago
5d10adc
Remove TRACE_EVENT macros.
by Hidehiko Abe
· 7 years ago
47d00e9
Fix v4l2 tests after recent refactorings
by Lev Rumyantsev
· 7 years ago
7c20212
codec2: fix build by adding include path of SimpleC2Interface.h
by Pin-chih Lin
· 7 years ago
78d1a55
Merge "Update c2 #include." into pi-dev
by TreeHugger Robot
· 7 years ago
769dfba
Update c2 #include.
by Shuhei Takahashi
· 7 years ago
da99b37
Merge "codec2: add input/output allocator ID parameter" into pi-dev
by TreeHugger Robot
· 7 years ago
fbf69fc
codec2: add missing dependency due to refactoring
by Victor Hsieh
· 7 years ago
2fea071
codec2: add input/output allocator ID parameter
by Pin-chih Lin
· 7 years ago
ec81e21
Do not configure C2PortBlockPoolsTuning parameter in C2VDAComponent_test
by Hirokazu Honda
· 7 years ago
b5d109a
Move HalPixelFormat to C2VDACommon.h
by Hirokazu Honda
· 7 years ago
fa6c835
Add the function to create VideoProtectedBufferAllocator
by Hirokazu Honda
· 7 years ago
9d9ca7f
Make shared library only for C2ArcVideoAcceleratorFactory
by Hirokazu Honda
· 7 years ago
09d8897
Merge "Revert "codec2: add dequeue thread loop to recycle output buffers"" into pi-dev
by Pin-chih Lin
· 7 years ago
cb35176
Revert "codec2: add dequeue thread loop to recycle output buffers"
by Pin-chih Lin
· 7 years ago
7acf889
Revert "codec2: fix build by assigning absolute namespace path ::base"
by Pin-chih Lin
· 7 years ago
fec9858
codec2: add dequeue thread loop to recycle output buffers
by Pin-chih Lin
· 7 years ago
32119df
codec2: fix build by assigning absolute namespace path ::base
by Pin-chih Lin
· 7 years ago
1ca0d0b
codec2: C2VDAComponent uses C2InterfaceHelper
by Pin-chih Lin
· 7 years ago
6750619
codec2: remove unused parameters
by Pin-chih Lin
· 7 years ago
85e1ec6
codec2: remove ANDROID_VERSION_NYC specific code
by Pin-chih Lin
· 7 years ago
4a036f2
Merge "codec2: set input buffer to nullptr when work is done" into pi-dev
by android-build-team Robot
· 7 years ago
cd56fe7
codec2: set input buffer to nullptr when work is done
by Pin-chih Lin
· 7 years ago
2b5ca26
Merge "codec2: do not request VDA reset again before previous one is done" into pi-dev
by android-build-team Robot
· 7 years ago
a95fb65
codec2: do not request VDA reset again before previous one is done
by Pin-chih Lin
· 7 years ago
8a7064a
Fix build
by Wonsik Kim
· 7 years ago
4cb3c59
Codec 2.0: rework after C2Config fixup
by Lajos Molnar
· 7 years ago
d97a2d8
codec2: Use the new arc::Future<T>::make_shared
by Luis Hector Chavez
· 7 years ago
878832b
codec2: instantiate VDAAdaptor on component start
by Pin-chih Lin
· 7 years ago
b98a027
codec2: add latency for checking md5 of native test for Intel
by Pin-chih Lin
· 7 years ago
8c97420
codec2: set crop window of C2GraphicBlock passed to framework
by Pin-chih Lin
· 7 years ago
26963d1
C2ArcVideoAcceleratorFactory: add createVideoEncodeAccelerator
by Hirokazu Honda
· 7 years ago
ab73bc6
Merge "Implmenent C2ArcVideoAcceleratorFactory: General factory for VideoAccelerators" into pi-dev
by TreeHugger Robot
· 7 years ago
407e798
Implmenent C2ArcVideoAcceleratorFactory: General factory for VideoAccelerators
by Hirokazu Honda
· 7 years ago
74f6df3
codec2: C2FieldDescriptor::field() now returns C2String
by Lajos Molnar
· 7 years ago
2a00c24
codec2: use atomic state and synchronize start/stop calls
by Pin-chih Lin
· 7 years ago
226ec46
codec2: rename components as c2.vda.*
by Pin-chih Lin
· 7 years ago
9a843f5
Merge "codec2: correlate flushed work result definition to framework" into pi-dev
by TreeHugger Robot
· 7 years ago
2de07a8
Update codec2 dir references
by Wonsik Kim
· 7 years ago
a1ea45d
Move V4L2 store into hardware/google/av
by Wonsik Kim
· 7 years ago
388dba4
codec2: correlate flushed work result definition to framework
by Pin-chih Lin
· 7 years ago
9bf0e96
codec2: allow output buffer returned after component stopped
by Pin-chih Lin
· 7 years ago
8a2118e
codec2: libv4l2_codec2_vndk is only for arc-nyc
by Johny Lin
· 8 years ago
86a299b
codec2: add traits and fix API change for allocators
by Pin-chih Lin
· 7 years ago
45968c4
Merge "codec2: add traits for c2.v4l2.* components" into pi-dev
by TreeHugger Robot
· 7 years ago
adb8e3d
Merge "codec2: use MediaBuffer and MediaData on N" into pi-dev
by TreeHugger Robot
· 7 years ago
a7c557b
codec2: copy '\0' as well for flex string type parameter
by Pin-chih Lin
· 7 years ago
62343f7
codec2: add traits for c2.v4l2.* components
by Pin-chih Lin
· 7 years ago
fcbd8a3
codec2: use MediaBuffer and MediaData on N
by Pin-chih Lin
· 7 years ago
4330730
Merge "MediaBuffer::meta_data() returns MetaDataBase&"
by Marco Nelissen
· 7 years ago
ac29bf8
MediaBuffer::meta_data() returns MetaDataBase&
by Marco Nelissen
· 7 years ago
808da78
Codec2: update to new C2Allocation/C2PlanarLayout API
by Lajos Molnar
· 7 years ago
93e4f22
Codec2: adjust to API style/namespace fixes
by Lajos Molnar
· 7 years ago
7291a48
Add MediaBufferBase and use it in MediaSource and MediaBufferGroup.
by Dongwon Kang
· 7 years ago
abdd43a
Merge "codec2: fix drain flow and EOS work reporting"
by TreeHugger Robot
· 8 years ago
3760d5f
codec2: fix drain flow and EOS work reporting
by Johny Lin
· 8 years ago
9378128
Merge changes from topic "update_vda_chromium"
by TreeHugger Robot
· 8 years ago
4059fa2
codec2: pass buffer format to VDA while import output buffer
by Johny Lin
· 8 years ago
a21d5d5
codec2: update latest VDA codes ported from Chromium
by Johny Lin
· 8 years ago
1d6971f
Codec2: C2GrallocAlloc now takes an ID
by Lajos Molnar
· 8 years ago
5df85ff
Merge "codec2: add decode content sanity check for C2VDAComponent_test"
by TreeHugger Robot
· 8 years ago
727e957
codec2: add decode content sanity check for C2VDAComponent_test
by Johny Lin
· 8 years ago
decfca1
Implement component factory to load v4l2_codec2 as dynamic-linked lib
by Hirokazu Honda
· 8 years ago
e3da4a5
Merge "Codec2: adjustments due to C2Allocator changes"
by Lajos Molnar
· 8 years ago
95f1ade
Merge "Codec2: more adjustments for C2Work related changes"
by Lajos Molnar
· 8 years ago
80d3f01
Codec2: adjustments due to C2Allocator changes
by Lajos Molnar
· 8 years ago
fa7abe5
Codec2: more adjustments for C2Work related changes
by Lajos Molnar
· 8 years ago
19743c7
codec2: set proper usage of C2StreamFormatConfig
by Johny Lin
· 8 years ago
2b1d550
codec2: remove ifdef due to mojo directory reorganization
by Johny Lin
· 8 years ago
f38395c
Merge "Fix Compile error in C2VDAAdaptorProxy caused by libmojo uprev"
by TreeHugger Robot
· 8 years ago
16c7b70
Fix Compile error in C2VDAAdaptorProxy caused by libmojo uprev
by Hirokazu Honda
· 8 years ago
e7de132
arc: Fix v4l2 build issue.
by khmel
· 8 years ago
7f197c2
codec2: avoid including libmediaextractor for ARC++N
by Johny Lin
· 8 years ago
192552e
Merge "Codec2: adjust to C2Work structure changes"
by TreeHugger Robot
· 8 years ago
a40a839
Move MediaBufferXXX from foundation to libmediaextractor
by Dongwon Kang
· 8 years ago
Next »