summaryrefslogtreecommitdiff
path: root/sys/androidmedia/gstamcvideodec.c
Commit message (Expand)AuthorAgeFilesLines
* amcvideodec: Properly forward the return value of gst_video_decoder_negotiate()Sebastian Dröge2015-10-201-2/+3
* amcvideodec: Implement support for COLOR_QCOM_FormatYVU420SemiPlanar32mMultiV...Sebastian Dröge2015-10-201-0/+6
* androidmedia: Add support for H265/HEVCSebastian Dröge2015-07-081-0/+2
* androidmedia: Conditionally use get_{input,output}_buffer() Android 21 APIsSebastian Dröge2015-05-311-104/+90
* androidmedia: Handle queue/release errors non-fatalSebastian Dröge2015-04-171-2/+12
* androidmedia: break statement unnecessaryAnuj Jaiswal2014-09-241-3/+0
* androidmedia: Make sure to unblock any thread waiting on the drain condition ...Sebastian Dröge2014-08-141-0/+24
* androidmedia: Fix draining logic to let the base class handle EOS eventsSebastian Dröge2014-08-141-19/+13
* androidmedia: Also don't report warnings for queue/dequeue errors during flus...Sebastian Dröge2014-06-191-6/+15
* androidmedia: Don't consider input buffer queueing failures as an error durin...Sebastian Dröge2014-06-191-1/+6
* androidmedia: Clean up flushing code and don't consider output buffer releasi...Sebastian Dröge2014-06-191-4/+12
* androidmedia: Add exceptions from the Java API to error messages, and post mo...Sebastian Dröge2014-05-301-58/+120
* Release the codec before freeing itJorge Zapata2014-05-301-1/+3
* androidmedia: add gst_amc_color_format_copyChen Jie2014-05-261-318/+23
* androidmedia: move create_src|sink_caps to gstamc.cChen Jie2014-05-261-220/+19
* 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
* androidmedia: Don't handle FLUSHING or NOT_LINKED as errorSebastian Dröge2014-01-251-1/+4
* amcvideodec: Add the divx variant for mpeg4 videoJorge Zapata2014-01-141-0/+11
* amcvideodec: Use new gst_video_decoder_set_needs_format() APISebastian Dröge2013-12-051-0/+1
* androidmedia: fix access to invalid buffers in the decoding loopAndoni Morales Alastruey2013-10-301-2/+1
* 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-031-0/+107
* ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge2013-08-151-6/+5
* 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-071-0/+5
* androidmedia: Fix indentionSebastian Dröge2013-05-201-1/+2
* androidmedia: fix a minor error in COLOR_FormatYUV420Planar convertingChen Jie2013-05-201-2/+9
* androidmedia: Set parent class in class_initSebastian Dröge2013-04-161-0/+2
* androidmedia: Handle refcounts of pad templates correctlySebastian Dröge2013-04-161-2/+2
* androidmedia: Properly set subclasses metadata/pad templates in base_initSebastian Dröge2013-04-161-29/+64
* 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-121-16/+16
* androidmedia: Remember and use input stateSebastian Dröge2012-10-251-0/+10
* androidmedia: Port to 1.0Sebastian Dröge2012-10-251-134/+173
* Try to handle format changes more gracefullySebastian Dröge2012-10-151-2/+11
* Check output format metadata some moreSebastian Dröge2012-10-151-5/+41
* List profiles in reverse to minimize capsSebastian Dröge2012-10-151-93/+100
* Iterate levels in reverse order to minimize capsSebastian Dröge2012-10-151-3/+3
* Merge structures into caps instead of appending themSebastian Dröge2012-10-151-10/+10
* Use orc_memcpy() instead of memcpy() as it should be faster for larger memory...Sebastian Dröge2012-10-151-5/+11
* Add support for MPEG1/2 videoSebastian Dröge2012-10-151-0/+15
* Add FIXME comment for not handling odd widths/height with the TI hardware dec...Sebastian Dröge2012-10-151-2/+4
* Fix handling of I420 buffers with odd widthSebastian Dröge2012-10-151-7/+3
* Remove some obsolete FIXMEsSebastian Dröge2012-10-151-10/+1
* Fix flushing logic to unbreak handling of flushing seeksSebastian Dröge2012-10-151-15/+3
* Fix chroma stride for I420 stride/crop conversionSebastian Dröge2012-10-151-1/+5