summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-30v4l2deviceprovider: add properties to the devicev4l2-propsWim Taymans1-12/+97
2015-09-29tests: gdkpixbufoverlay: add minimal unit testTim-Philipp Müller3-1/+82
2015-09-29gdkpixbufsink: don't leak old pixel buffer when setting a new overlayTim-Philipp Müller1-0/+3
2015-09-28flacenc: avoid potential string overflowTim-Philipp Müller1-2/+2
2015-09-28matroskademux: Remove leftover assertion from 0.10Sebastian Dröge1-1/+0
2015-09-26aacparse: fix uninitialized variables in LOAS config readingGuillaume Marquebielle1-2/+3
2015-09-26Fix some compiler warnings when building with G_DISABLE_ASSERTJan Schmidt3-4/+11
2015-09-26qtdemux: support timed-text subtitle tracks.Chris Bass3-0/+6
2015-09-26gst: Don't use deprecated gst_segment_to_position()Sebastian Dröge3-4/+8
2015-09-25rtpbin/rtpjitterbuffer/rtspsrc: Add property to set maximum ms between RTCP S...Sebastian Dröge5-4/+84
2015-09-25rtpbin/session: Allow RTCP sync to happen based on capture time or send timeSebastian Dröge3-4/+51
2015-09-25Back to developmentSebastian Dröge1-4/+4
2015-09-25Release 1.6.0Sebastian Dröge73-114/+354
2015-09-25Update .po filesSebastian Dröge41-41/+41
2015-09-25smptealpha: Do not set width/height before comparing with old valuesThibault Saunier1-5/+3
2015-09-24qtdemux: Accumulate segments for edit lists before activating the next segmentSebastian Dröge1-5/+7
2015-09-23spectrum: send phase values in the GstMessage for Phase infoVikram Fugro1-2/+1
2015-09-22matroska-mux: Don't output a warning on MONO multiview mode.Jan Schmidt1-0/+2
2015-09-20rtptheoradepay: Fix memory leaksSebastian Rasmussen1-0/+55
2015-09-20rtp{vorbis,theora}{pay,depay}: Cosmetic cleanupSebastian Rasmussen3-44/+12
2015-09-20rtp{vorbis,theora}pay: Store headers in the packet buffers lists, not a NULL ...Sebastian Dröge2-2/+2
2015-09-18Release 1.5.91Sebastian Dröge74-159/+480
2015-09-18Update .po filesSebastian Dröge41-41/+41
2015-09-18po: Update translationsSebastian Dröge1-113/+372
2015-09-17avidemux: Fix taglist leakEunhae Choi1-0/+5
2015-09-16aacparse: Skip LOAS AAC until a valid config is seen.Jan Schmidt1-8/+18
2015-09-13rtpjitterbuffer: reset just a bit more upon flush_stopMark Nauwelaerts1-0/+1
2015-09-13rtpjitterbuffer: remove dead struct memberMark Nauwelaerts1-3/+0
2015-09-11multiudpsink: fix GError memory leak when hostname resolution failsVineeth TM1-0/+1
2015-09-10matroskamux: drop HEADER flag from output buffersThiago Santos1-0/+4
2015-09-10matroskamux: fix matroskamux ! matroskademuxTim-Philipp Müller1-0/+4
2015-09-10rtsp: fix small README typoMartin Kelly1-1/+1
2015-09-06wavpackparse: set both pts and dts so baseparse doesn't make up wrong dts aft...Tim-Philipp Müller1-2/+3
2015-09-06flacparse: set both pts and dts so baseparse doesn't make up wrong dts after ...Tim-Philipp Müller1-3/+5
2015-09-06docs: remove properties and signals that no longer existTim-Philipp Müller2-1787/+0
2015-09-05flvmux: Make the element count in arrays not include endGeorge Chriss1-1/+1
2015-09-05flvmux: Store incoming bitrate tags and send in the metadataJan Schmidt2-2/+33
2015-09-05rtspsrc: Don't parse key data more than needed.Jan Schmidt1-6/+18
2015-09-05rtspsrc: Fix SRTP + RTX, auth access, a leak, and an invalid memory access.Jan Schmidt1-11/+24
2015-09-04udpsrc: Fix build with GLib < 2.44Sebastian Dröge1-0/+4
2015-09-04udpsrc: Ignore G_IO_ERROR_CONNECTION_CLOSED when receiving dataSebastian Dröge1-4/+6
2015-09-02rtpvorbis/theoradepay: Fix handling of fragmented packetsSebastian Dröge2-20/+27
2015-09-01dtmfsrc: Reply to latency queryOlivier Crête2-0/+58
2015-08-31tests: Fix rtpsession test failureOlivier Crête1-1/+5
2015-08-31level: improve the test for multi-channel modeStefan Sauer1-27/+34
2015-08-31matroskademux: Align raw video frames to 32 bytesJan Alexander Steffens (heftig)1-0/+1
2015-08-27level: fix level calculations for mutliple channelsStefan Sauer1-1/+1
2015-08-27smpte: Fix memory leakRavi Kiran K N1-3/+3
2015-08-21tests: souphttpsrc: don't try to connect to dead radio serverTim-Philipp Müller1-39/+16
2015-08-21rtspsrc: Trivial fix to check correct conditionVineeth TM1-1/+1