summaryrefslogtreecommitdiff
path: root/sys/mfc/gstmfcdec.c
Commit message (Expand)AuthorAgeFilesLines
* mfc: Remove mfc plugin, it is obsoleted by the v4l2videodec element from gst-...Sebastian Dröge2014-05-031-1032/+0
* mfc: fix left crop change testVincent Penquerc'h2014-04-091-1/+1
* mfcdec: Use new gst_video_decoder_set_needs_format() APISebastian Dröge2013-12-051-0/+1
* ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge2013-08-151-4/+4
* sys: print format fixes in debug messagesTim-Philipp Müller2013-04-081-4/+5
* mfcdec: Use new GST_MEMORY_FLAG_CONTIGUOUS instead of requiring a specific me...Sebastian Dröge2013-02-231-4/+18
* mfc: Add support for RGBSebastian Dröge2013-01-051-1/+17
* mfc: Set variables to NULL to prevent usage after free/unrefSebastian Dröge2013-01-031-0/+4
* mfc: Fix typoSebastian Dröge2013-01-031-1/+1
* mfc: Only add crop metadata if requiredSebastian Dröge2013-01-021-1/+2
* mfc: Prefer NV12 over I420/YV12Sebastian Dröge2013-01-021-2/+2
* mfc: Request input buffers explicitelySebastian Dröge2013-01-021-6/+12
* mfc: Include codec_data in the buffer with the next frameSebastian Dröge2013-01-021-45/+27
* mfc: Set format field of the instance structSebastian Dröge2013-01-021-1/+2
* mfc: Implement support for crop metadataSebastian Dröge2013-01-021-8/+61
* mfc: Check if the hardware is available in GstVideoDecoder::open()Sebastian Dröge2013-01-021-0/+24
* mfc: Add support for h263 and MPEG1/2Sebastian Dröge2013-01-011-4/+30
* mfc: Don't reconfigure if we get compatible capsSebastian Dröge2012-12-311-0/+6
* mfc: Only create the MFC context in ::set_format()Sebastian Dröge2012-12-311-15/+14
* mfc: Recreate fimc context if settings changeSebastian Dröge2012-12-311-48/+57
* mfc: Some refactoringSebastian Dröge2012-12-311-154/+169
* mfc: Do zerocopy if we get EGLImage buffersSebastian Dröge2012-12-311-59/+120
* mfc: Some minor fixesSebastian Dröge2012-12-311-6/+4
* mfc: Fix double-unmap of the codec dataSebastian Dröge2012-12-311-4/+2
* mfc: Pass codec_data to the codec if there's someSebastian Dröge2012-12-311-6/+58
* mfc: Refactor fimc code a bitSebastian Dröge2012-12-311-9/+42
* mfc: Add profile/level and width/height constraintsSebastian Dröge2012-12-311-1/+12
* mfc: Add initial MPEG4 supportSebastian Dröge2012-12-311-1/+17
* mfc: Add some more debug outputSebastian Dröge2012-12-311-2/+6
* mfc: Implement tracking of frames using the v4l2_buffer timestampSebastian Dröge2012-12-311-45/+25
* mfc: Reset some more variables on ::reset()Sebastian Dröge2012-12-311-0/+10
* mfc: Also add support for YV12Sebastian Dröge2012-12-311-3/+4
* mfc: Add support for video metaSebastian Dröge2012-12-311-2/+30
* mfc: Implement negotiation to NV12 or I420 based on downstream capsSebastian Dröge2012-12-311-74/+123
* mfc: Add proper support for MFC decoder stridesSebastian Dröge2012-12-311-18/+27
* mfc: Try with I420 for now, it's easier to debugSebastian Dröge2012-12-311-4/+16
* mfc: Add some more debug outputSebastian Dröge2012-12-311-0/+5
* mfc: Use CAMIF/FIMC for hardware color format conversion and de-tilingSebastian Dröge2012-12-311-85/+202
* mfc: Only unref the outbuf if it doesn't belong to the frameSebastian Dröge2012-12-311-0/+2
* mfc: Port to GStreamer 1.0Sebastian Dröge2012-12-311-27/+26
* mfc: Add initial decoder element implementationSebastian Dröge2012-12-311-13/+335
* mfc: Add plugin and decoder skeletonSebastian Dröge2012-12-311-0/+167