Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-14Remove autotools build systemTim-Philipp Müller
2019-10-06documentation: fix a number of typosAaron Boxer
2019-05-13doc: Port documentation to hotdocThibault Saunier
2019-05-13docs: Port all docstring to gtk-doc markdownThibault Saunier
2019-01-29deinterleave: Allow switching between 1 channel configsVincent Penquerc'h
2018-04-25Meson: Generate pc file for all plugins in goodXavier Claessens
2018-01-31interleave: fix memory leak of GAP buffersPhilippe Normand
2017-05-16Remove plugin specific static build optionNicolas Dufresne
2017-03-31interleave: avoid using uninitialised ordering_mapDouglas Bagnall
2017-03-31interleave: don't overflow channel map with >64 channelsDouglas Bagnall
2016-11-14deinterleave: Reset caps accumulator to ANY when resyncing the adapter, not E...Sebastian Dröge
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan
2016-03-24deinterleave: Return the current caps on the srcpads on caps queriesSebastian Dröge
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM
2016-03-17deinterleave: Use GstIterator for iterating all pads instead of manually iter...Sebastian Dröge
2016-02-21win32: remove outdated build cruftTim-Philipp Müller
2016-01-13interleave: Fix the example by setting channel-masks in the sink padsAntonio Ospite
2015-12-09interleave: Remove unsed fieldRavi Kiran K N
2015-09-30deinterleave: implement accept-capsThiago Santos
2015-09-30deinterleave: use the caps query filterThiago Santos
2015-09-30deinterleave: implement a caps query handler for the sinkpadThiago Santos
2015-09-30deinterleave: fix caps leakThiago Santos
2015-06-05interleave: error when channel-positions-from-input=FalseVineeth TM
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller
2015-02-26interleave: Drop custom latency query handlingArun Raghavan
2015-02-11Improve and fix LATENCY query handlingSebastian Dröge
2014-10-25interleave: intersect result with filter caps in caps queryTim-Philipp Müller
2014-10-02interleave: interleave samples following the Default Channel OrderingAntonio Ospite
2014-07-29interleave: set output caps layout to interleavedPhilippe Normand
2014-04-21interlace: catch failure to create audio info from capsVincent Penquerc'h
2014-04-15interleave: Fix negotiation to work at all againSebastian Dröge
2014-04-08interleave: Add missing break in switch statementEdward Hervey
2013-07-01deinterleave: Don't hold object lock while sending events downstreamSebastian Dröge
2013-05-13interleave: Send stream-start before caps eventNicolas Dufresne
2013-05-13deinterleave: Fix sticky event handlingSebastian Dröge
2013-05-13deinterleave: Code style fixesSebastian Dröge
2013-04-15gst: Add better support for static pluginsSebastian Dröge
2012-12-18interleave: set src pad caps upon last sink pad CAPS eventPhilippe Normand
2012-12-12deinterleave: properly set srcpad channel positionPhilippe Normand
2012-11-04Fix FSF addressTim-Philipp Müller
2012-10-06deinterleave: output channels should be marked as MONO, not FRONT_LEFT, ifMichael Smith
2012-10-05interleave: use gst_audio_channel_positions_to_mask instead of a local copyMichael Smith
2012-10-03meta info: threadsafe registration using g_onceMichael Smith
2012-09-23interleave: add a bunch of FIXMEsTim-Philipp Müller
2012-09-12collectpads: remove gst_collect_pads_add_pad_fullStefan Sauer
2012-08-28docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller
2012-07-20interleave: convert the output segment to timeWim Taymans
2012-07-20interleave: try to fix segment handlingWim Taymans
2012-07-03deinterleave; downgrade caps change failure debug messageTim-Philipp Müller
2012-05-09interleave: fix compilation againWim Taymans