summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2014-09-24androidmedia: break statements unnecessaryAnuj Jaiswal1-3/+3
2014-09-24androidmedia: break statement unnecessaryAnuj Jaiswal1-3/+0
2014-09-24dshowsrcwrapper: avoid error when set_caps called twiceJoshua M. Doe4-0/+55
2014-09-21dvbsrc: add missing FEC ratesReynaldo H. Verdejo Pinochet1-0/+3
2014-09-19vtenc: Fix encoder to work on iOSSebastian Dröge1-1/+65
2014-09-19applemedia: We need to map the coremedia buffers in non-readonly modeSebastian Dröge2-7/+4
2014-09-18vtenc: Let the encoder automatically choose a h264 levelSebastian Dröge1-1/+1
2014-09-18vtenc: Use 0 instead of G_MAXDOUBLE as the max keyframe intervalSebastian Dröge1-2/+1
2014-09-18vtenc: Expected duration is supposed to be the duration of the stream, not a ...Sebastian Dröge1-12/+0
2014-09-18vtenc: Properly handle keyframesSebastian Dröge2-15/+15
2014-09-18dshowsrcwrapper: Port to 1.0Jerome Laheurte8-466/+330
2014-09-18vtdec: Fix compilationSebastian Dröge1-1/+1
2014-09-18vtdec: Handle 0/1 framerates correctly by not calculating their frame durationSebastian Dröge1-2/+10
2014-09-17atdec: Fix some compiler warnings with newer clangSebastian Dröge1-2/+3
2014-09-17vtenc: Prepare encoder after setupSebastian Dröge1-1/+11
2014-09-17vtenc: Only drain the encoder in ::finish(), not on every frameSebastian Dröge2-23/+47
2014-09-17vtenc: Error out if encoding returned an errorSebastian Dröge1-0/+6
2014-09-17vtenc: Check for errors from VTCompressionSessionCompleteFrames()Sebastian Dröge1-1/+6
2014-09-17vtenc: Properly scale timestamps for the API and set invalid valuesSebastian Dröge1-2/+5
2014-09-17vtdec: Properly scale timestamps for the API and set invalid valuesSebastian Dröge1-3/+17
2014-09-17applemedia: Remove old code that is of no use anymoreSebastian Dröge6-627/+0
2014-09-17applemedia: Do weak linking with the VideoToolbox frameworkSebastian Dröge2-3/+6
2014-09-16vtenc: Port to GstVideoEncoder base classSebastian Dröge2-185/+121
2014-09-16vtenc: Use correct instance struct sizeSebastian Dröge1-1/+1
2014-09-16vtdec: Fix compiler warningsSebastian Dröge1-5/+5
2014-09-16vtenc: Port to the real VideoToolbox API instead of using our dlopen() wrapperSebastian Dröge12-1094/+65
2014-09-16vdpdecoder: do not leak poolOgnyan Tonchev1-1/+3
2014-09-15vtdec: No need to set kVTVideoDecoderSpecification_EnableHardwareAcceleratedV...Sebastian Dröge1-0/+4
2014-09-15applemedia: Don't include VideoToolbox on iOS < 8.0Sebastian Dröge1-1/+1
2014-09-13vtdec: Fix compilation on iOS 8.0Sebastian Dröge1-1/+1
2014-09-12dvbsrc: Use proper variable for delivery systemEdward Hervey1-1/+1
2014-09-10Fix up one-element lists in template capsTim-Philipp Müller2-2/+2
2014-09-10avfvideosrc: fix bogus BGRA capsTim-Philipp Müller1-8/+1
2014-09-07dvbsrc: retry opening the frontend on EINTRReynaldo H. Verdejo Pinochet1-2/+3
2014-09-07dvbsrc: assorted doc & spelling fixesReynaldo H. Verdejo Pinochet1-7/+8
2014-09-02dvbsrc: simplify ISDB-T launch line exampleReynaldo H. Verdejo Pinochet1-1/+1
2014-09-02dvbsrc: delay locking till actually neededReynaldo H. Verdejo Pinochet1-46/+5
2014-09-01amcaudiodec: Remove hack for Google MP3 decoderSebastian Dröge2-15/+0
2014-08-29dvbsrc: fix description for modulation propReynaldo H. Verdejo Pinochet1-1/+1
2014-08-29dvbsrc: add basic checks on ISDB-T parametersReynaldo H. Verdejo Pinochet1-4/+54
2014-08-29dvbsrc: add support for additional modulation typesReynaldo H. Verdejo Pinochet1-0/+4
2014-08-29dvbsrc: drop FIXME on _ISDBT_LAYER_ENABLED propReynaldo H. Verdejo Pinochet1-2/+1
2014-08-14androidmedia: Make sure to unblock any thread waiting on the drain condition ...Sebastian Dröge3-0/+80
2014-08-14androidmedia: Fix draining logic to let the base class handle EOS eventsSebastian Dröge6-101/+39
2014-08-13dvbbasebin: fix parsing of freqs in some ZAP filesReynaldo H. Verdejo Pinochet1-2/+11
2014-08-13dvbsrc: get rid of remaining trailing whitespaceReynaldo H. Verdejo Pinochet1-6/+6
2014-08-13dvbsrc: wrap around known-interruptible ioctlsReynaldo H. Verdejo Pinochet1-10/+29
2014-08-13dvbsrc: drop gst_dvbsrc_retry_ioctl for retry macroReynaldo H. Verdejo Pinochet1-30/+27
2014-08-13dvbsrc: dvbbasebin: add 'tune' signalReynaldo H. Verdejo Pinochet4-10/+60
2014-08-10pvrvideosink: Avoid leaking bufferpool configurationSebastian Rasmussen1-0/+1