summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/VideoUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Gallery2: Fix force close issue when mute some videosxiaoqiny2015-01-301-0/+5
| | | | | | | - catch exception when failed to mute video Change-Id: Ib0901e9f27bdfb0b06f7a8968ca5bcffad63578d CRs-Fixed: 641477
* Handle exception thrown for invalid track formatsLeena Winterrowd2014-11-041-5/+10
| | | | | | | | MediaMuxer's addTrack() function can throw IllegalArgumentException if the track added is invalid or not supported. Catch this exception to out nicely and avoid an app crash. Change-Id: Id837179c56878dd7fef96d3b798bf427d82d7175
* Fix ISE in Gallery related to muxer.ztenghui2013-08-281-21/+26
| | | | | bug:10512258 Change-Id: I45f579a3b0b16e8378c1e5937da98a0f45de6d6c
* Use MediaMuxer for the video trim and mute.ztenghui2013-04-101-30/+178
| | | | | | bug:8548085 Change-Id: I55955285ee141ebab6437950a154280cc5fefcc0
* Video: Add the mute functionality.Teng-Hui Zhu2012-11-141-0/+180
1. Enable the mute video functionality. 2. Consolidate the sharing code, especially for file handling. bug:7543943 Change-Id: Ie7ec605996bc3242b1a50385f506e6a50ee2d2fc