index
:
frameworks_av.git
replicant-4.2
replicant-6.0
frameworks/av
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
private
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
SF transactions are now O(1) wrt IPC instead of O(N).
Mathias Agopian
2011-06-29
1
-0
/
+8
*
unify SurfaceTexture and Surface
Mathias Agopian
2011-06-13
1
-346
/
+2
*
Remove unnecessary level of priority indirection
Glenn Kasten
2011-06-01
1
-1
/
+0
*
Use channel mask instead of channel count for track creation
Jean-Michel Trivi
2011-06-01
1
-1
/
+2
*
remove last traces of copybit
Mathias Agopian
2011-05-02
1
-16
/
+0
*
get rid of dependency on copybit HAL module
Mathias Agopian
2011-04-28
1
-2
/
+0
*
New fix for issue 4111672: control block flags
Eric Laurent
2011-04-05
1
-4
/
+4
*
Send WebView the current transform and whether we're drawing a layer.
Romain Guy
2011-03-17
1
-0
/
+50
*
Fix issue 3439872: video chat and bluetooth SCO
Eric Laurent
2011-03-08
1
-0
/
+7
*
Add support for up to 32 buffers per Surface
Mathias Agopian
2011-03-01
1
-3
/
+3
*
clean-up unneeded code
Mathias Agopian
2011-01-20
1
-8
/
+1
*
fix [3259708] Graphic Buffer Mapper does not support YV12
Mathias Agopian
2010-12-08
1
-83
/
+0
*
Implement reducing the buffer count of a Surface.
Jamie Gennis
2010-11-11
1
-0
/
+10
*
Support extracting thumbnail from rotated video tracks
James Dong
2010-11-08
1
-0
/
+1
*
fix [2835280] Add support for cancelling buffers to ANativeWindow
Mathias Agopian
2010-10-04
1
-4
/
+6
*
Issue 3032913: improve AudioTrack recovery time
Eric Laurent
2010-09-30
1
-2
/
+5
*
fix a race in SF buffer management
Mathias Agopian
2010-08-26
1
-1
/
+5
*
fix [2931513] Add support for setting the orientation of an ANativeWindow
Mathias Agopian
2010-08-24
1
-8
/
+10
*
fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot deque...
Mathias Agopian
2010-07-27
1
-8
/
+0
*
Native input dispatch rewrite work in progress.
Jeff Brown
2010-06-13
1
-0
/
+4
*
allow re-targetting of surfaces
Mathias Agopian
2010-06-08
1
-10
/
+6
*
split surface management from surface's buffers management
Mathias Agopian
2010-06-04
1
-1
/
+2
*
Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack m...
Eric Laurent
2010-06-03
2
-1
/
+53
*
more clean-up in preparation of bigger changes
Mathias Agopian
2010-05-28
1
-2
/
+1
*
fix [2712278] The preview buffer left some black borders in left and bottom e...
Mathias Agopian
2010-05-25
1
-1
/
+0
*
added the notion of fixed-size buffers
Mathias Agopian
2010-05-24
1
-1
/
+2
*
fix a bug when reallocating a window's buffers is needed
Mathias Agopian
2010-05-24
1
-0
/
+1
*
added native_window_set_buffer_count()
Mathias Agopian
2010-05-21
1
-0
/
+1
*
fix the threading issue for setBuffercount()
Mathias Agopian
2010-05-20
1
-14
/
+29
*
fix some bugs in SharedBufferStack::resize
Mathias Agopian
2010-05-17
1
-4
/
+5
*
Fix issue 2553359: Pandora does not work well with Passion deskdock / Cardock.
Eric Laurent
2010-05-17
1
-11
/
+24
*
AudioFlinger: rename variables to clarify reference to track channel count or...
Eric Laurent
2010-05-14
1
-1
/
+1
*
SharedBufferStack now can grow up to 16 buffers.
Mathias Agopian
2010-05-12
1
-3
/
+52
*
Add support for enqueuing buffers in arbitrary order
Mathias Agopian
2010-04-28
1
-1
/
+3
*
cleanup. waitForCondition() now uses polymorphsim instead of templtes
Mathias Agopian
2010-04-28
1
-49
/
+10
*
fix a race condition in undoDequeue(), where 'tail' could be computed incorre...
Mathias Agopian
2010-04-28
1
-2
/
+2
*
added setCrop() to android_native_window_t
Mathias Agopian
2010-04-20
1
-9
/
+20
*
add support for up to 16 buffers per surface
Mathias Agopian
2010-04-20
1
-8
/
+12
*
split libsurfaceflinger_client and libcamera_client out of libui
Mathias Agopian
2010-02-11
2
-7
/
+8
*
fix [2133133] Software OpenGL ES Lighting is buggy (GL Gears washed out bug)
Mathias Agopian
2010-02-03
1
-2
/
+2
*
implement [2396050] Add ETC1 texture support to AGL
Mathias Agopian
2010-02-02
1
-1
/
+6
*
fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts ...
Mathias Agopian
2009-11-02
1
-1
/
+3
*
fix [2182249] [MR1] valgrind error in surface flinger
Mathias Agopian
2009-10-15
1
-6
/
+9
*
fix [2170319] gmail bulk operation checkbox latency on passion
Mathias Agopian
2009-10-07
2
-48
/
+1
*
fix [2152536] ANR in browser
Mathias Agopian
2009-10-06
1
-7
/
+13
*
fix [2168531] have software-only gralloc buffer side-step the HAL
Mathias Agopian
2009-10-06
1
-0
/
+83
*
fix [2167050] glTexImage2D code path buggy in SurfaceFlinger
Mathias Agopian
2009-10-06
2
-127
/
+1
*
Attempt to fix [2152536] ANR in browser
Mathias Agopian
2009-10-02
1
-7
/
+9
*
add basic time stats for surfaces lock time
Mathias Agopian
2009-09-17
1
-8
/
+20
*
make sure to update the tail pointer when undoing a dequeue
Mathias Agopian
2009-09-14
1
-0
/
+2
[prev]
[next]