summaryrefslogtreecommitdiff
path: root/sys/mfc
Commit message (Expand)AuthorAgeFilesLines
* ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge2013-08-151-4/+4
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* 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: quiet debugging when mfc device doesn't existDavid Schleef2013-02-112-2/+11
* mfc: fix compilation with newer GLib versionsTim-Philipp Müller2013-02-091-10/+6
* mfc: Add support for RGBSebastian Dröge2013-01-053-2/+25
* mfc: Set variables to NULL to prevent usage after free/unrefSebastian Dröge2013-01-031-0/+4
* mfc: Fix leak of input/output buffer storage in the MFC decoder librarySebastian Dröge2013-01-031-0/+5
* mfc: Fix typoSebastian Dröge2013-01-031-1/+1
* mfc: Only add crop metadata if requiredSebastian Dröge2013-01-021-1/+2
* fimc: Do STREAMON/STREAMOFF only once and not once per bufferSebastian Dröge2013-01-021-26/+39
* mfc: Require one more output buffer than returned by the driverSebastian Dröge2013-01-021-1/+1
* mfc: Prefer NV12 over I420/YV12Sebastian Dröge2013-01-021-2/+2
* mfc: The first frame produces output in our caseSebastian Dröge2013-01-021-3/+1
* mfc: Request input buffers explicitelySebastian Dröge2013-01-024-16/+30
* 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