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
*
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
*
fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore
Mathias Agopian
2009-09-10
1
-2
/
+3
*
make sure conditions will return when the status of a surface is not NO_ERROR
Mathias Agopian
2009-09-10
1
-4
/
+12
*
fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly
Mathias Agopian
2009-09-07
4
-156
/
+331
*
Calculate specular lighting correctly
Martin Storsjo
2009-08-25
1
-0
/
+1
*
be more friendly with C
Mathias Agopian
2009-08-13
1
-2
/
+2
*
Fix issue 1795088 Improve audio routing code
Eric Laurent
2009-07-23
1
-6
/
+7
*
add a ctor to Mutex to specify the type, which can be shared. This is used by...
Mathias Agopian
2009-07-13
1
-0
/
+2
*
implement Mutex and Condition with pthread instead of calling futex directly.
Mathias Agopian
2009-07-13
1
-60
/
+0
*
Merge change 6382
Android (Google) Code Review
2009-07-07
1
-0
/
+2
|
\
|
*
add a virtual destructor to region_rasterizer, to be on the safe side
Mathias Agopian
2009-07-07
1
-0
/
+2
[next]