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-06-24audioparsers: add back segment clipping to parsers that have lost itMart Raudsepp
2019-05-13docs: Port all docstring to gtk-doc markdownThibault Saunier
2018-05-06dcaparse: do not accept header with invalid channel countMatej Knopp
2017-09-04dcaparse: Really fix "usage before unmap"Edward Hervey
2017-09-03dcaparse: Don't unmap buffer before accessing data from itArun Raghavan
2017-09-03dcaparse: preserve DTS HD substreamMatej Knopp
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM
2015-12-16audioparsers: Check for NULL return value of gst_pad_get_current_caps()Dave Craig
2015-08-16audioparsers: use new base parse API to fix tag handlingOlivier Crête
2015-08-15dcaparse: Don't look for a second syncwordSebastian Dröge
2015-08-14audioparsers: enable accept-template flagThiago Santos
2015-06-22dcaparse: initialize size variableVineeth TM
2013-12-16dcaparse: Post AUDIO_CODEC tagSebastian Dröge
2013-12-04audioparsers: don't leak template capsWim Taymans
2013-12-04audioparsers: use ACCEPT_INTERSECT flagWim Taymans
2013-12-04audioparsers: remove fields from filterWim Taymans
2013-12-04audioparsers: refactor code to remove caps fieldsWim Taymans
2013-05-04ac3parse, dcaparse: check buffer size before trimmingTim-Philipp Müller
2013-05-03dcaparse: add support for "audio/x-private1-dts"Andoni Morales Alastruey
2012-12-17audioparsers: Make sure the caps are actually writable before changing themSebastian Dröge
2012-12-17audioparsers: Use the peer caps for restrictions instead of the srcpad allowe...Sebastian Dröge
2012-11-04Fix FSF addressTim-Philipp Müller
2012-08-28docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller
2012-06-05audioparsers: Fix GstBaseParse::get_sink_caps() implementationsSebastian Dröge
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller
2012-03-22audioparsers: use sink pad template caps rather than srcMark Nauwelaerts
2012-03-10fix template caps refcountWim Taymans
2012-02-13audioparsers: adjust to modified baseparse APIMark Nauwelaerts
2012-01-25update for new memory APIWim Taymans
2012-01-03dcaparse: use right variableMatej Knopp
2011-11-26Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller
2011-11-24audioparse: Use the sinkpad template caps as fallback, not the srcpad onesSebastian Dröge
2011-11-24dcaparse: Implement ::get_sink_caps vfunc to propagate downstream caps constr...Sebastian Dröge
2011-11-22Fix printf format compiler warnings on OS X / 64bitMatej Knopp
2011-09-28Merge branch 'master' into 0.11Wim Taymans
2011-09-07audioparsers: Improve src template capsSebastian Dröge
2011-06-06audioparsers: fix some more parsersEdward Hervey
2011-04-08audioparsers: update for set_frame_props -> set_frame_rate API changeTim-Philipp Müller
2011-04-08audioparsers: port to new GstBaseParse in coreTim-Philipp Müller
2011-04-08dcaparse: Expose frame size in capsArun Raghavan
2011-04-08dcaparse: Expose block size in capsArun Raghavan
2011-04-08dcaparse: Add depth and endianness to the capsSebastian Dröge
2011-04-08baseparse: introduce a baseparse frame to serve as contextMark Nauwelaerts
2011-04-08dcaparse: fix sync word for 14-bit little endian codingTim-Philipp Müller
2011-04-08dcaparse: add to documentationMark Nauwelaerts
2011-04-08dcaparse: init variable to make osx build bot happyTim-Philipp Müller
2011-04-08audioparsers: add very basic dts/dca parserTim-Philipp Müller