summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* vtenc: Fix lockingSebastian Dröge2014-10-241-13/+10
* vtenc: Use kVTProfileLevel_H264_Baseline_AutoLevel only on iOSSebastian Dröge2014-10-191-0/+3
* vtenc: VTCompressionSessionPrepareToEncodeFrames only exists since 10.9.6Sebastian Dröge2014-10-191-5/+9
* vtenc: Remove unused #defineSebastian Dröge2014-10-191-2/+0
* vtdec: Set reorder length to 0 if we can't calculate itSebastian Dröge2014-10-141-0/+2
* vtenc: Fix encoder to work on iOSSebastian Dröge2014-10-141-1/+65
* applemedia: We need to map the coremedia buffers in non-readonly modeSebastian Dröge2014-10-142-7/+4
* vtenc: Let the encoder automatically choose a h264 levelSebastian Dröge2014-10-141-1/+1
* vtenc: Use 0 instead of G_MAXDOUBLE as the max keyframe intervalSebastian Dröge2014-10-141-2/+1
* vtenc: Expected duration is supposed to be the duration of the stream, not a ...Sebastian Dröge2014-10-141-12/+0
* vtenc: Properly handle keyframesSebastian Dröge2014-10-142-15/+15
* vtdec: Fix compilationSebastian Dröge2014-10-141-1/+1
* vtdec: Handle 0/1 framerates correctly by not calculating their frame durationSebastian Dröge2014-10-141-2/+10
* atdec: Fix some compiler warnings with newer clangSebastian Dröge2014-10-141-2/+3
* vtenc: Prepare encoder after setupSebastian Dröge2014-10-141-1/+11
* vtenc: Only drain the encoder in ::finish(), not on every frameSebastian Dröge2014-10-142-23/+47
* vtenc: Error out if encoding returned an errorSebastian Dröge2014-10-141-0/+6
* vtenc: Check for errors from VTCompressionSessionCompleteFrames()Sebastian Dröge2014-10-141-1/+6
* vtenc: Properly scale timestamps for the API and set invalid valuesSebastian Dröge2014-10-141-2/+5
* vtdec: Properly scale timestamps for the API and set invalid valuesSebastian Dröge2014-10-141-3/+17
* applemedia: Remove old code that is of no use anymoreSebastian Dröge2014-10-146-627/+0
* applemedia: Do weak linking with the VideoToolbox frameworkSebastian Dröge2014-10-142-3/+6
* vtenc: Port to GstVideoEncoder base classSebastian Dröge2014-10-142-185/+121
* vtenc: Use correct instance struct sizeSebastian Dröge2014-10-141-1/+1
* vtdec: Fix compiler warningsSebastian Dröge2014-10-141-5/+5
* vtenc: Port to the real VideoToolbox API instead of using our dlopen() wrapperSebastian Dröge2014-10-1412-1094/+65
* androidmedia: Fix calculation of the frame size for COLOR_FormatYUV420PlanarSebastian Dröge2014-10-141-1/+1
* vdpdecoder: do not leak poolOgnyan Tonchev2014-09-171-1/+3
* vtdec: No need to set kVTVideoDecoderSpecification_EnableHardwareAcceleratedV...Sebastian Dröge2014-09-161-0/+4
* applemedia: Don't include VideoToolbox on iOS < 8.0Sebastian Dröge2014-09-161-1/+1
* vtdec: Fix compilation on iOS 8.0Sebastian Dröge2014-09-161-1/+1
* avfvideosrc: fix bogus BGRA capsTim-Philipp Müller2014-09-111-8/+1
* amcaudiodec: Remove hack for Google MP3 decoderSebastian Dröge2014-09-022-15/+0
* directsoundsrc: Avoid leaking copy of caps objectSebastian Rasmussen2014-08-111-2/+1
* pvrvideosink: Avoid leaking bufferpool configurationSebastian Rasmussen2014-08-111-0/+1
* amcvideoenc: Avoid leaking copy of caps objectSebastian Rasmussen2014-08-111-4/+1
* vtenc: Avoid leaking caps object and its copySebastian Rasmussen2014-08-111-1/+3
* decklink: 59.94fps is 60000/1001, not 30000/1001Sebastian Dröge2014-08-111-3/+3
* decklinksink: Initialize pixel format to bmdFormat8BitYUVSebastian Dröge2014-08-111-2/+4
* decklinksink: Catch errors during data flow and error out properlySebastian Dröge2014-08-111-16/+44
* openslesringbuffer: Provide the size of our array to GetDestinationOutputDevi...Sebastian Dröge2014-07-171-1/+1
* openslessink: Silence some error debug output to log outputSebastian Dröge2014-07-171-3/+19
* d3dvideosink: Open Direct3D devices in a threadsafe waySebastian Dröge2014-07-151-0/+3
* atdec: Change rank to MARGINAL until it can properly handle multichannel audioSebastian Dröge2014-07-111-1/+1
* d3dvideosink: Always lock the D3D surfaces in write modeSebastian Dröge2014-07-031-3/+2
* d3dhelpers: Swap UV planes properly for YV12 as compared to I420Sebastian Dröge2014-07-031-8/+19
* amc: Properly integrate COLOR_QCOM_FormatYVU420SemiPlanar32m againSebastian Dröge2014-07-031-0/+2
* amcaudiodec: audio/mpeg is always MPEG 1 layer 3Sebastian Dröge2014-07-031-0/+1
* applemedia: enable vtdec and vtenc only on >= 10.8 where VideoToolbox is publicAlessandro Decina2014-07-022-10/+17
* vtdec: avoid segfault when output isn't configuredThiago Santos2014-07-021-0/+14