summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-24jpegenc: declare quality property changeable in PLAYING stateNicola Murino1-1/+6
2017-07-21v4l2object: Fix colorimetry validationNicolas Dufresne1-4/+7
2017-07-21v4l2encoder: Fix negotiation error handlingNicolas Dufresne1-4/+4
2017-07-21v4l2src: Speedup camera startup by skipping try_fmtNicolas Dufresne1-133/+219
2017-07-21v4l2object: Introduce quirk to skip slow probesNicolas Dufresne2-9/+38
2017-07-21v4l2object: always set the GstV4l2Error on errorNicolas Dufresne1-22/+16
2017-07-21v4l2object: Minor style fix and useful traceNicolas Dufresne1-0/+6
2017-07-21v4l2object: Fix try/s_fmt errorsNicolas Dufresne1-6/+19
2017-07-21v4l2object: Validate colorimetry in S/TRY_FMTNicolas Dufresne1-0/+22
2017-07-21v4l2object: Validate field in S/TRY_FMTNicolas Dufresne1-0/+21
2017-07-21tests: icles: fix buildTim-Philipp Müller1-5/+7
2017-07-21tests:icles: Fix previous patch by implementing our memmemThibault Saunier1-4/+24
2017-07-21tests:icles: Do not use memmem GNU extension functionThibault Saunier1-2/+4
2017-07-20directsound: Fix .c file name in MakefileNicolas Dufresne1-1/+1
2017-07-20waveform: Fix DLL name to match plugin nameNicolas Dufresne2-6/+7
2017-07-20directsound: Fix DLL name to match plugin nameNicolas Dufresne3-8/+9
2017-07-19qtdemux: preferably send open-ended segment rather than repeated segment eventsMark Nauwelaerts1-1/+5
2017-07-19qtdemux: fix seeking in fragmented file without mfra random access infoMark Nauwelaerts1-22/+41
2017-07-19v4l2videodec: add some useful debug messagesNicolas Dechesne1-0/+3
2017-07-18v4l2: Fix 4K colorimetryNicolas Dufresne1-2/+5
2017-07-18v4l2object: Only check CROPCAP for par onceNicolas Dufresne1-36/+21
2017-07-18Revert "matroskamux: adjust unit test to modified behaviour"Sebastian Dröge1-14/+5
2017-07-18matroskamux: add properties to control cluster durationNicola Murino2-6/+47
2017-07-17v4l2: UVC driver is named uvcvideo these daysNicolas Dufresne1-1/+2
2017-07-17v4l2object: Remove unused definesNicolas Dufresne1-2/+0
2017-07-17v4l2: Make gst_v4l2_get_capabilities staticNicolas Dufresne2-3/+1
2017-07-17v4l2: Merge v4l2_calls.h into gstv4l2object.hNicolas Dufresne17-181/+105
2017-07-15meson: po: use glib preset and read language list from LINGUASTim-Philipp Müller1-7/+1
2017-07-14v4l2object: Trace unknown fourcc as textNicolas Dufresne1-2/+3
2017-07-14v4l2: Don't probe for unneeded formatNicolas Dufresne3-18/+39
2017-07-14v4l2videodec: Implement stable element namesNicolas Dufresne1-33/+109
2017-07-13souphttpsrc: Post an element message with the HTTP headers on the bus tooSebastian Dröge1-9/+15
2017-07-13qtdemux: Fix parsing of RLE depthSebastian Dröge1-1/+1
2017-07-11shout2: use gint and guint in place of int and uintPhilippe Renon1-2/+2
2017-07-09rtpgsmpay: fix accidental garbage data before actual payloadYasushi SHOJI1-1/+1
2017-07-09matroskademux: segment seek position is expressed in buffer timeMark Nauwelaerts1-1/+1
2017-07-09avidemux: provide average bitrate tagMark Nauwelaerts1-0/+10
2017-07-07examples: v4l2: fix wrong initializations brought by 4e8ad583022671c5Reynaldo H. Verdejo Pinochet1-4/+4
2017-07-07examples: v4l2: add example for v4l2src renegotiationNicolas Dufresne3-1/+180
2017-07-07meson: find python3 via python3 moduleTim-Philipp Müller1-1/+1
2017-07-05tests: rtpbin: fix build in uninstalled setupTim-Philipp Müller1-0/+2
2017-07-04rtpsession: Send EOS if all internal sources sent byeOlivier Crête3-1/+205
2017-07-04rtpsession: Only send EOS if all sources have been marked byeOlivier Crête1-2/+17
2017-07-04caca: Do not include, unused, sys/time.hThibault Saunier1-2/+0
2017-07-04rtprtxreceive: Add memory and boudary checksNicolas Dufresne1-5/+26
2017-07-04souphttpsrc: Unset limit on the number of connection if soup session sharing ...Seungha Yang1-0/+4
2017-07-03imagefreeze: fix use-after-free on seek eventTim-Philipp Müller1-1/+1
2017-07-01qtmux: robustify time tracking for sparse subtitle streamMark Nauwelaerts1-4/+6
2017-07-01qtmux: correctly track chunk size of subtitle streamMark Nauwelaerts1-8/+23
2017-06-29rtpstats: fix assertion 'denom > 0' failedJulien Isorce1-1/+1