summaryrefslogtreecommitdiff
path: root/sys/mfc
Commit message (Expand)AuthorAgeFilesLines
* mfc: Don't STREAMOFF if no STREAMON happened yetSebastian Dröge2013-01-021-4/+14
* mfc: Check if the MFC hardware exists before registering the elementSebastian Dröge2013-01-021-1/+14
* mfc: Check device capabilities before doing anything elseSebastian Dröge2013-01-021-0/+16
* 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-022-8/+63
* 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-312-59/+122
* 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-313-7/+59
* mfc: Refactor fimc code a bitSebastian Dröge2012-12-313-115/+194
* mfc: Downgrade an error to debug outputSebastian Dröge2012-12-311-1/+1
* mfc: Some fimc cleanupSebastian Dröge2012-12-311-24/+21
* mfc: Add profile/level and width/height constraintsSebastian Dröge2012-12-311-1/+12
* mfc: Don't leak buffers when setting new dest settings for a direct bufferSebastian Dröge2012-12-311-0/+7
* 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-313-50/+39
* 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-312-2/+32
* mfc: Implement negotiation to NV12 or I420 based on downstream capsSebastian Dröge2012-12-312-75/+125
* mfc: Workaround for wrongly reported strides by FIMCSebastian Dröge2012-12-311-0/+6
* mfc: Add proper support for MFC decoder stridesSebastian Dröge2012-12-314-19/+42
* 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: Don't require stride to be set on src parametersSebastian Dröge2012-12-311-4/+9
* mfc: The mfc decoder library is dual licensed tooSebastian Dröge2012-12-312-2/+49
* mfc: Use CAMIF/FIMC for hardware color format conversion and de-tilingSebastian Dröge2012-12-315-85/+878
* 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-313-29/+28
* mfc: Add initial decoder element implementationSebastian Dröge2012-12-312-13/+336
* mfc: Add plugin and decoder skeletonSebastian Dröge2012-12-314-0/+299
* mfc: Make mfc_decoder library compile and fix some compiler warningsSebastian Dröge2012-12-312-42/+52
* mfc: Add mfc_decoder library from FXISebastian Dröge2012-12-312-0/+847