summaryrefslogtreecommitdiff
path: root/sys/androidmedia
Commit message (Expand)AuthorAgeFilesLines
* androidmedia: Clear exceptions also when we did not provide a GErrorSebastian Dröge2014-06-201-1/+4
* androidmedia: Also don't report warnings for queue/dequeue errors during flus...Sebastian Dröge2014-06-193-20/+42
* androidmedia: Don't consider input buffer queueing failures as an error durin...Sebastian Dröge2014-06-193-3/+18
* androidmedia: Clean up flushing code and don't consider output buffer releasi...Sebastian Dröge2014-06-193-11/+35
* androidmedia: Actually print the stacktrace into the error stringSebastian Dröge2014-06-021-0/+3
* androidmedia: Clear the exception before trying to call Java methods to conve...Sebastian Dröge2014-06-021-1/+6
* androidmedia: Fix crashes when loading the plugin in a standalone application...Sebastian Dröge2014-06-021-0/+43
* androidmedia: Add exceptions from the Java API to error messages, and post mo...Sebastian Dröge2014-05-305-172/+385
* androidmedia: Add a GError argument to all amc methods and catch exceptions t...Sebastian Dröge2014-05-302-155/+253
* androidmedia: Describe exceptions happening when scanning all codecsSebastian Dröge2014-05-301-37/+106
* androidmedia: Add API to convert an exception into a stringSebastian Dröge2014-05-301-0/+197
* Release the codec before freeing itJorge Zapata2014-05-302-2/+6
* Revert "androidmedia: Place some const keywords in a few places"Sebastian Dröge2014-05-272-4/+4
* androidmedia: Place some const keywords in a few placesSebastian Dröge2014-05-262-4/+4
* androidmedia: add gst_amc_color_format_copyChen Jie2014-05-266-477/+492
* androidmedia: move create_src|sink_caps to gstamc.cChen Jie2014-05-265-680/+507
* amcvideoenc: Unit of bitrate property is now bit/secChen Jie2014-05-261-4/+4
* androidmedia: Add a new QCOM color formatJorge Zapata2014-05-232-0/+3
* androidmedia: First try to get symbols from the current program, then load li...Sebastian Dröge2014-05-231-17/+32
* androidmedia: add support for video encodingChen Jie2014-05-234-4/+2133
* amcaudiodec: Calculate number of samples per frame for MP3 and use thatSebastian Dröge2014-02-142-5/+33
* amcaudiodec: Error out if we get an invalid raw audio buffer sizeSebastian Dröge2014-02-141-0/+14
* amcvideodec: Store return value of gst_caps_merge_structure()Sebastian Dröge2014-02-141-1/+1
* amcvideodec: Release buffer to Android if allocating output failedSebastian Dröge2014-02-141-0/+3
* amcaudiodec: Release buffer back to Android if allocating output failsSebastian Dröge2014-02-141-0/+1
* androidmedia: Don't handle FLUSHING or NOT_LINKED as errorSebastian Dröge2014-01-252-2/+8
* amcvideodec: Add the divx variant for mpeg4 videoJorge Zapata2014-01-141-0/+11
* androidmedia: Add new color format, and enhance debug outputJan Schmidt2013-12-312-7/+16
* amcvideodec: Use new gst_video_decoder_set_needs_format() APISebastian Dröge2013-12-051-0/+1
* androidmedia: fix rank for more software decodersAndoni Morales Alastruey2013-10-311-2/+4
* androidmedia: fix access to invalid buffers in the decoding loopAndoni Morales Alastruey2013-10-302-4/+2
* androidmedia: make gst_amc_avc_profile_from_string recognize alt nameChen Jie2013-10-181-1/+3
* amcvideodec: Don't put the level restrictions on the sinkpad capsSebastian Dröge2013-09-121-61/+3
* amcvideodec: Port tiled NV12 conversion to 1.0Sebastian Dröge2013-09-031-10/+10
* amcvideodec: Add FIXME commentSebastian Dröge2013-09-031-0/+1
* androidmedia: add support for a new qualcomm colorspaceJorge Luis Zapata2013-09-033-1/+110
* ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge2013-08-151-6/+5
* all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2013-07-291-1/+1
* androidmedia: Fix copying of raw video frames on Samsung Galaxy S3 with Exyno...Xavi Artigas2013-06-201-12/+17
* androidmedia: Fix string comparisonSebastian Dröge2013-06-071-1/+1
* androidmedia: Hacks for HuaweiMediaPad which reports wrong color formatChen Jie2013-06-072-0/+12
* androidmedia: Fix indentionSebastian Dröge2013-05-202-4/+7
* androidmedia: fix a minor error in COLOR_FormatYUV420Planar convertingChen Jie2013-05-201-2/+9
* amcaudiodec: Properly set output format instead of just setting capsSebastian Dröge2013-04-161-5/+2
* androidmedia: Set parent class in class_initSebastian Dröge2013-04-162-0/+4
* androidmedia: Handle refcounts of pad templates correctlySebastian Dröge2013-04-162-4/+4
* amcaudiodec: Use 1.0-style raw audio capsSebastian Dröge2013-04-161-5/+2
* androidmedia: Properly set subclasses metadata/pad templates in base_initSebastian Dröge2013-04-162-55/+124
* amcvideodec: Fix refcount problem with frames being dropped because of decode...Sebastian Dröge2012-11-121-1/+2
* androidmedia: Update to new GLib thread APISebastian Dröge2012-11-124-36/+36