summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/TrimVideo.java
Commit message (Expand)AuthorAgeFilesLines
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-061-337/+0
* Use MediaMuxer for the video trim and mute.ztenghui2013-04-101-1/+1
* remove actionbar sherlockJohn Reck2012-12-121-13/+4
* Video: Fix crash in trimming/muting video in GB.Teng-Hui Zhu2012-11-161-5/+5
* Video: Add the mute functionality.Teng-Hui Zhu2012-11-141-106/+13
* Disable save button when there's no modificationDoris Liu2012-10-291-12/+13
* Initialize the modified date correctly.Teng-Hui Zhu2012-10-241-6/+9
* Make save button in video trimming consistentDoris Liu2012-10-161-3/+2
* Trimming: Exit current activity after click doneTeng-Hui Zhu2012-10-021-0/+3
* Trimming: clean up strings and prevent too short or no trimming.Teng-Hui Zhu2012-09-291-8/+27
* Trimming: Use OnClickListener for savingTeng-Hui Zhu2012-09-281-6/+3
* Trimming: clean up the UI for trimming.Teng-Hui Zhu2012-09-271-36/+25
* Trimming: switch to use sherlock action barTeng-Hui Zhu2012-09-261-9/+15
* The trimming solution with the mp4parser library.Teng-Hui Zhu2012-09-241-5/+173
* Add the UI elements for video trim activity.Teng-Hui Zhu2012-09-111-0/+254