summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add some missing G_END_DECLSTim-Philipp Müller2014-10-281-0/+2
* dvbsrc: reflow switch case statement a bitTim-Philipp Müller2014-10-271-22/+24
* dvbsrc: correctly capitalize DiSEqCReynaldo H. Verdejo Pinochet2014-10-241-1/+1
* dvbsrc: rework _output_frontend_stats()Reynaldo H. Verdejo Pinochet2014-10-241-10/+27
* dvbsrc: add checks on allowed DVB-T bandwidthsReynaldo H. Verdejo Pinochet2014-10-241-0/+5
* dvbsrc: add fixme note on DTV_LNA settingReynaldo H. Verdejo Pinochet2014-10-241-2/+6
* dvbsrc: add missing logic for additional bandwidthsReynaldo H. Verdejo Pinochet2014-10-241-0/+15
* vtenc: Fix lockingSebastian Dröge2014-10-211-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
* dvb: make interleaving a prop and proxy on dvbbasebinReynaldo H. Verdejo Pinochet2014-10-123-4/+56
* dvbsrc: add transmission mode checks for DVB-T/T2Reynaldo H. Verdejo Pinochet2014-10-121-0/+18
* dvbsrc: docs, drop v5 API change history comments < .5Reynaldo H. Verdejo Pinochet2014-10-121-22/+2
* dvbsrc: add missing DVB-T2 bandwidth typesReynaldo H. Verdejo Pinochet2014-10-121-0/+3
* dvbsrc: add preliminary support for DTMBReynaldo H. Verdejo Pinochet2014-10-031-0/+15
* dvbsrc: add missing standard transmission modesReynaldo H. Verdejo Pinochet2014-10-031-0/+8
* dvbsrc: add missing DTMB guard intervalsReynaldo H. Verdejo Pinochet2014-10-031-0/+5
* dvbsrc: add missing DVB-T2 guard intervalsReynaldo H. Verdejo Pinochet2014-10-031-0/+3
* dvbsrc: add _MUTABLE_PLAYING to tuning propsReynaldo H. Verdejo Pinochet2014-10-031-40/+69
* androidmedia: Fix calculation of the frame size for COLOR_FormatYUV420PlanarSebastian Dröge2014-10-021-1/+1
* androidmedia: break statements unnecessaryAnuj Jaiswal2014-09-241-3/+3
* androidmedia: break statement unnecessaryAnuj Jaiswal2014-09-241-3/+0
* dshowsrcwrapper: avoid error when set_caps called twiceJoshua M. Doe2014-09-244-0/+55
* dvbsrc: add missing FEC ratesReynaldo H. Verdejo Pinochet2014-09-211-0/+3
* vtenc: Fix encoder to work on iOSSebastian Dröge2014-09-191-1/+65
* applemedia: We need to map the coremedia buffers in non-readonly modeSebastian Dröge2014-09-192-7/+4
* vtenc: Let the encoder automatically choose a h264 levelSebastian Dröge2014-09-181-1/+1
* vtenc: Use 0 instead of G_MAXDOUBLE as the max keyframe intervalSebastian Dröge2014-09-181-2/+1
* vtenc: Expected duration is supposed to be the duration of the stream, not a ...Sebastian Dröge2014-09-181-12/+0
* vtenc: Properly handle keyframesSebastian Dröge2014-09-182-15/+15
* dshowsrcwrapper: Port to 1.0Jerome Laheurte2014-09-188-466/+330
* vtdec: Fix compilationSebastian Dröge2014-09-181-1/+1
* vtdec: Handle 0/1 framerates correctly by not calculating their frame durationSebastian Dröge2014-09-181-2/+10
* atdec: Fix some compiler warnings with newer clangSebastian Dröge2014-09-171-2/+3
* vtenc: Prepare encoder after setupSebastian Dröge2014-09-171-1/+11
* vtenc: Only drain the encoder in ::finish(), not on every frameSebastian Dröge2014-09-172-23/+47
* vtenc: Error out if encoding returned an errorSebastian Dröge2014-09-171-0/+6
* vtenc: Check for errors from VTCompressionSessionCompleteFrames()Sebastian Dröge2014-09-171-1/+6
* vtenc: Properly scale timestamps for the API and set invalid valuesSebastian Dröge2014-09-171-2/+5
* vtdec: Properly scale timestamps for the API and set invalid valuesSebastian Dröge2014-09-171-3/+17
* applemedia: Remove old code that is of no use anymoreSebastian Dröge2014-09-176-627/+0
* applemedia: Do weak linking with the VideoToolbox frameworkSebastian Dröge2014-09-172-3/+6
* vtenc: Port to GstVideoEncoder base classSebastian Dröge2014-09-162-185/+121
* vtenc: Use correct instance struct sizeSebastian Dröge2014-09-161-1/+1
* vtdec: Fix compiler warningsSebastian Dröge2014-09-161-5/+5
* vtenc: Port to the real VideoToolbox API instead of using our dlopen() wrapperSebastian Dröge2014-09-1612-1094/+65
* vdpdecoder: do not leak poolOgnyan Tonchev2014-09-161-1/+3
* vtdec: No need to set kVTVideoDecoderSpecification_EnableHardwareAcceleratedV...Sebastian Dröge2014-09-151-0/+4