summaryrefslogtreecommitdiffstats
path: root/libvideoeditor
Commit message (Expand)AuthorAgeFilesLines
...
* | | | am 9c891ca3: am 2a55b596: Merge "libvideoeditor: fix cannot show some thumbna...James Dong2012-12-201-0/+6
|\ \ \ \ | |/ / /
| * | | libvideoeditor: fix cannot show some thumbnails in storyboard or no frame dis...beanz2012-11-161-0/+6
* | | | Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-186-18/+18
* | | | stop using a deprecated SurfaceTextureClient ctor"Jamie Gennis2012-12-121-1/+1
* | | | Revert "stop using a deprecated SurfaceTextureClient ctor"Jamie Gennis2012-12-121-1/+1
* | | | stop using a deprecated SurfaceTextureClient ctorJamie Gennis2012-12-111-1/+1
* | | | Use size_t for frame countsGlenn Kasten2012-11-151-1/+1
* | | | Use uint32_t for sample rateGlenn Kasten2012-11-141-1/+1
* | | | Remove obsolete references to libmedia_nativeGlenn Kasten2012-10-301-1/+0
|/ / /
* | | Integrate improved coefficient sinc resampler: VHQGlenn Kasten2012-10-042-3/+2
* | | Move libnbaio out of AudioFlingerGlenn Kasten2012-08-301-1/+1
| |/ |/|
* | am 4348cbce: am 67f694d6: Merge "Initialize pool\'s buffer pointers to null."Jean-Baptiste Queru2012-08-081-0/+6
|\ \ | |/
| * Initialize pool's buffer pointers to null.Truls Bengtsson2012-07-111-0/+6
* | Use audio_channel_mask_t for channel maskGlenn Kasten2012-07-171-3/+1
* | Fixed a video editor crash due to "divided by 0"James Dong2012-06-291-4/+8
* | Update ANativeWindow client code for syncJamie Gennis2012-06-213-12/+10
|/
* Add NOTICE and MODULE_LICENSE_APATCH2 to libvideoeditorJames Dong2012-06-1214-0/+1330
* Fix green or corrupted video frames in the exported moviesJames Dong2012-06-074-36/+89
* Fix another buffer overflow issueJames Dong2012-05-311-60/+72
* Avoid prematurely terminating parsing when some track only has a single acces...James Dong2012-05-301-0/+22
* Remove libvideoeditor_jni.so's dependency on static libs in video editor engineJames Dong2012-05-167-48/+57
* Revert "Remove libvideoeditor_jni.so's dependency on static libs in video edi...James Dong2012-05-154-39/+28
* Remove libvideoeditor_jni.so's dependency on static libs in video editor engineJames Dong2012-05-154-28/+39
* remove dependency on SurfaceTexture::connect()Mathias Agopian2012-04-231-3/+1
* Add support for deep audio buffersEric Laurent2012-04-202-4/+5
* rename audio policy output flagsEric Laurent2012-04-182-2/+2
* Add gapless playback support for NuPlayerMarco Nelissen2012-04-022-4/+12
* AV Android make files changesJames Dong2012-03-284-13/+10
* Resolve undesirable dependency of /frameworks/av/libvideoeditor on /framework...James Dong2012-03-243-6/+77
* Make file change because libvideoeditor source files movedJames Dong2012-03-227-36/+36
* Add libmedia_nativeGlenn Kasten2012-03-201-0/+1
* Fix LOCAL_C_INCLUDES and correct #include syntaxGlenn Kasten2012-03-146-11/+6
* Prepare frameworks/native/services/audioflingerGlenn Kasten2012-03-142-0/+2
* Switched to use header files in /frameworks/nativeJames Dong2012-03-124-4/+4
* Swtched to use header file in /frameworks/nativeJames Dong2012-03-123-128/+2
* Merge "Refactored MediaBufferPuller class from VideoEditorVideoEncoder class"James Dong2012-03-124-190/+274
|\
| * Refactored MediaBufferPuller class from VideoEditorVideoEncoder classJames Dong2012-03-064-190/+274
* | Update build dependency on AudioMixer headerJean-Michel Trivi2012-03-112-1/+1
* | Use audio_policy_output_flags_t consistentlyGlenn Kasten2012-03-082-2/+2
|/
* Set channel mask when opening audio sinkJean-Michel Trivi2012-03-053-7/+19
* fix location of libgui headersMathias Agopian2012-02-264-5/+3
* remove dependency on android_native_buffer.hMathias Agopian2012-02-241-1/+1
* Update method sigs.John Grossman2012-02-103-4/+4
* Merge "Move away from MediaDebug and use ADebug instead"James Dong2012-02-0914-16/+17
|\
| * Move away from MediaDebug and use ADebug insteadJames Dong2012-02-0814-16/+17
* | Fix green frame issueJames Dong2012-02-091-2/+2
|/
* Removed unnecessary memset before an immediate memcpyJames Dong2012-02-061-2/+0
* Use AACEncoder instead of OMX-based AAC software encoder to workaround issues...James Dong2012-02-031-2/+9
* Clean up VideoEditorPreviewController class part one:James Dong2012-01-302-74/+78
* Merge "Fix an error to deal with 0-size nal units in some AVC files"James Dong2012-01-301-15/+8
|\