summaryrefslogtreecommitdiff
path: root/gst/jpegformat
AgeCommit message (Expand)AuthorFilesLines
2018-07-27jpegparse: Generate timestamp if framerate is knownNicolas Dufresne1-0/+3
2018-06-23jpegformat: get rid of unnecessary private structsTim-Philipp Müller4-188/+154
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2018-04-16jpegparse: Fix APP1 marker segment parsingSreerenj Balachandran1-0/+3
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier2-6/+6
2017-01-10jpegparse: Chain up to parent class' sink event handlerMatt Staples1-0/+1
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+14
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM2-8/+8
2015-12-15plugins-bad: Fix example pipelinesVineeth TM2-4/+4
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2015-02-24jpegparse: interlaced doesn't mean progressive scanLuis de Bethencourt1-9/+0
2014-09-25style: remove unnecessary break statementsLuis de Bethencourt1-1/+0
2014-07-24jpegparse: port to baseparseThiago Santos2-262/+154
2013-12-30jpegparse: Remove unneeded callEdward Hervey1-3/+0
2013-08-20jpegparse: Forward segment event after capsEdward Hervey1-1/+6
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-04-13jpegparse: accept any jpeg input - parsed, unparsed or unmarkedAlexander Olsson1-1/+1
2012-12-18jpeg: use appropriate printf format for gsizeThijs Vermeir1-3/+3
2012-11-04Fix FSF addressTim-Philipp Müller6-12/+12
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller2-2/+2
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2-2/+2
2012-09-12opus + jpegformat: unbreak non-debug buildPeter Korsgaard1-2/+2
2012-09-12jpegformat: don't link to libgstinterfaces which doesn't exist any longerTim-Philipp Müller1-5/+3
2012-09-11jpegparse: Finish port to 1.0 APIOlivier Crête2-82/+62
2012-08-04gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller2-3/+3
2012-04-18jpegparse: Do not set the duration to the input buffer's duration unless validYouness Alaoui1-1/+4
2012-04-17jpegparse: Fix duration in buffers. It's frames per second, not seconds per f...Youness Alaoui1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-2/+2
2012-03-15update for memory api changesWim Taymans1-1/+1
2011-10-05jpegformat: port to 0.11Wim Taymans2-145/+156
2011-06-04gst: some more unused-but-set-variable warning fixesTim-Philipp Müller1-3/+3
2011-05-16jifmux: Bump rank to secondaryThiago Santos1-1/+2
2011-05-16jifmux: Change class to formatterThiago Santos1-1/+1
2011-04-16jpegformat: Fix unitialized variable on macosxEdward Hervey1-1/+1
2011-04-11jpegparse: subtract id-str size from the remaining readStefan Kost1-0/+2
2011-04-11jpeg: set tags to NULL at init time and after freeing themStefan Kost1-2/+3
2011-04-11jpeg: comment and logging changesStefan Kost2-11/+20
2011-04-11jpegparse: add gst_jpeg_parse_remove_marker()Víctor Manuel Jáquez Leal1-22/+26
2011-04-11jpegparse: refactor COM parsingVíctor Manuel Jáquez Leal1-22/+40
2011-04-11jpegparse: refactor APP1 parsingVíctor Manuel Jáquez Leal1-74/+81
2011-04-11jpegparse: log id when skipping an unhandled APP markerVíctor Manuel Jáquez Leal1-2/+15
2011-04-11jpegparse: skip all APP markers, excepting APP1Víctor Manuel Jáquez Leal1-16/+4
2011-04-11jpegparse: add get_tag_list ()Víctor Manuel Jáquez Leal1-3/+10
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+14
2011-03-29jifmux: Add GstTagXmpWriter supportThiago Santos2-3/+9
2011-01-06jpegparse: Fix unitialized variable on macosxEdward Hervey1-1/+1
2010-12-19jifmux: Don't leak taglistSebastian Dröge1-0/+1
2010-12-13jpegparse: avoid leaking tag eventMark Nauwelaerts1-2/+4