summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2017-06-05v4l2videoenc: Make sure min_buffers is validNicolas Dufresne1-2/+3
2017-05-26v4l2videoenc: Don't leak VideoCodecStateEdward Hervey1-1/+3
2017-05-24v4l2videoenc: Remove unused functionNicolas Dufresne1-12/+0
2017-05-24v4l2: Don't redefine __bitwise if already setNicolas Dufresne1-8/+13
2017-05-24v4l2: Add Video Encoder supportAyaka7-0/+1656
2017-05-24v4l2videodec: Remove unused forward declarationNicolas Dufresne1-2/+0
2017-05-24v4l2pool: Fix wrong error messageAyaka1-1/+1
2017-05-24v4l2: increase pre-allocated encoded buffer sizeAyaka1-1/+1
2017-05-20osxaudio: fixes playback of mono streams with no channel-mask field in capsJosep Torra1-14/+23
2017-05-20osxvideo: fix macOS 10.12 deprecation warningsJosep Torra2-11/+28
2017-05-17gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge2-0/+2
2017-05-16Remove plugin specific static build optionNicolas Dufresne9-9/+0
2017-05-08directsoundsink: Use GstClock API instead of Sleep() for waitingDustin Spicuzza2-5/+53
2017-05-08directsoundsink: Fix corner case causing large CPU usageNirbheek Chauhan1-16/+23
2017-05-08directsoundsink: Clean up some debug loggingNirbheek Chauhan1-14/+11
2017-04-10v4l2object: Copy timestamp when importing buffersTodor Tomov1-0/+6
2017-04-07v4l2dec: Fix race when going from PAUSED to READYThibault Saunier2-25/+9
2017-04-05v4l2videodec: Fix 32bit only printf formatNicolas Dufresne1-2/+3
2017-04-05v4l2object: set streamparm for outputs that support itPhilipp Zabel1-10/+53
2017-04-05v4l2videodec: only set latency if the frame duration is validPhilipp Zabel1-2/+8
2017-04-05v4l2sink: Block in preroll_wait on unlockOlivier Crête1-0/+8
2017-03-24v4l2object: Also add videometa if there is padding to the right and bottomCarlos Rafael Giani1-2/+3
2017-03-17v4l2: Fix meson plugin shared object nameNicolas Dufresne1-1/+1
2017-03-14v4l2: Remove unused macroOlivier Crête1-42/+0
2017-03-14v4l2: Remove unused definitionsOlivier Crête2-17/+0
2017-03-08Fix plugin filenames to match plugin namesNicolas Dufresne1-6/+6
2017-02-27Update Edgard Lima's emailEdgard Lima15-16/+16
2017-02-22v4l2object: Update image size when extrapolatingNicolas Dufresne1-0/+7
2017-02-21v4l2: fix typo in _acquire_format() error messagesReynaldo H. Verdejo Pinochet1-2/+2
2017-02-10v4l2object: mark singleton caps as "may be leaked" objects.Juan Pablo Ugarte1-9/+18
2017-01-24v4l2allocator: reference memory before the buffer is queuedJean-Christophe Trotin1-4/+9
2017-01-16v4l2: Remove usage and definition of LOG_CAPS macroEnrico Jorns4-9/+1
2017-01-16v4l2bufferpool: remove duplicated line of codeJean-Christophe Trotin1-1/+0
2017-01-16v4l2allocator: fix memory type in allocator probeJean-Christophe Trotin1-1/+1
2017-01-09Fix indentationTim-Philipp Müller1-2/+2
2016-12-14v4l2object: Don't check size in a non-list valueVíctor Manuel Jáquez Leal1-3/+2
2016-12-08v4l2object: Don't set empty interlace-mode listArun Raghavan1-1/+6
2016-11-24gstv4l2bufferpool: lock flush_stop against regular qbufPhilipp Zabel1-8/+13
2016-11-24gstv4l2bufferpool: remove critical error message when process is called on an...Philipp Zabel1-2/+0
2016-11-24v4l2src: release buffer if create failsPhilipp Zabel1-0/+1
2016-11-01v4l2: Warn, don't assert if v4l gives us a buffer with a too large sizeWilliam Manley1-1/+10
2016-10-31v4l2object: fix extra-controls leakTobias Schneider1-0/+4
2016-10-21meson: directsound: Add ole32 library dependencyScott D Phillips1-1/+1
2016-10-20waveformsink: Fix Memory leak using GST_PTR_FORMATGaurav Gupta1-2/+2
2016-09-07osxaudio: Distribute device provider filesNicolas Dufresne1-10/+10
2016-08-31osxvideo: Remove QuickTime references.Jan Schmidt3-3/+1
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan4-0/+105
2016-08-18v4l2: consistently check #ifdef HAVE_GUDEV instead of #ifNirbheek Chauhan2-6/+6
2016-08-18directsound: port away from old DirectX APINirbheek Chauhan2-11/+52
2016-07-11v4l2provider: Fix device type detectionNicolas Dufresne1-10/+18