summaryrefslogtreecommitdiff
path: root/gst/jpegformat
Commit message (Expand)AuthorAgeFilesLines
* jpegparse: Don't generate timestamp for 0/1 frameratesOlivier Crête2021-04-231-1/+2
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-115-7/+13
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-3/+3
* Remove autotools build systemTim-Philipp Müller2019-10-141-10/+0
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* jpegparse: Generate timestamp if framerate is knownNicolas Dufresne2018-07-271-0/+3
* jpegformat: get rid of unnecessary private structsTim-Philipp Müller2018-06-234-188/+154
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* jpegparse: Fix APP1 marker segment parsingSreerenj Balachandran2018-04-161-0/+3
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-122-6/+6
* jpegparse: Chain up to parent class' sink event handlerMatt Staples2017-01-101-0/+1
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+14
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-242-8/+8
* plugins-bad: Fix example pipelinesVineeth TM2015-12-152-4/+4
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
* jpegparse: interlaced doesn't mean progressive scanLuis de Bethencourt2015-02-241-9/+0
* style: remove unnecessary break statementsLuis de Bethencourt2014-09-251-1/+0
* jpegparse: port to baseparseThiago Santos2014-07-242-262/+154
* jpegparse: Remove unneeded callEdward Hervey2013-12-301-3/+0
* jpegparse: Forward segment event after capsEdward Hervey2013-08-201-1/+6
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* jpegparse: accept any jpeg input - parsed, unparsed or unmarkedAlexander Olsson2013-04-131-1/+1
* jpeg: use appropriate printf format for gsizeThijs Vermeir2012-12-181-3/+3
* Fix FSF addressTim-Philipp Müller2012-11-046-12/+12
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-172-2/+2
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-142-2/+2
* opus + jpegformat: unbreak non-debug buildPeter Korsgaard2012-09-121-2/+2
* jpegformat: don't link to libgstinterfaces which doesn't exist any longerTim-Philipp Müller2012-09-121-5/+3
* jpegparse: Finish port to 1.0 APIOlivier Crête2012-09-112-82/+62
* gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller2012-08-042-3/+3
* jpegparse: Do not set the duration to the input buffer's duration unless validYouness Alaoui2012-04-181-1/+4
* jpegparse: Fix duration in buffers. It's frames per second, not seconds per f...Youness Alaoui2012-04-171-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-2/+2
* update for memory api changesWim Taymans2012-03-151-1/+1
* jpegformat: port to 0.11Wim Taymans2011-10-052-145/+156
* gst: some more unused-but-set-variable warning fixesTim-Philipp Müller2011-06-041-3/+3
* jifmux: Bump rank to secondaryThiago Santos2011-05-161-1/+2
* jifmux: Change class to formatterThiago Santos2011-05-161-1/+1
* jpegformat: Fix unitialized variable on macosxEdward Hervey2011-04-161-1/+1
* jpegparse: subtract id-str size from the remaining readStefan Kost2011-04-111-0/+2
* jpeg: set tags to NULL at init time and after freeing themStefan Kost2011-04-111-2/+3
* jpeg: comment and logging changesStefan Kost2011-04-112-11/+20
* jpegparse: add gst_jpeg_parse_remove_marker()Víctor Manuel Jáquez Leal2011-04-111-22/+26
* jpegparse: refactor COM parsingVíctor Manuel Jáquez Leal2011-04-111-22/+40
* jpegparse: refactor APP1 parsingVíctor Manuel Jáquez Leal2011-04-111-74/+81
* jpegparse: log id when skipping an unhandled APP markerVíctor Manuel Jáquez Leal2011-04-111-2/+15
* jpegparse: skip all APP markers, excepting APP1Víctor Manuel Jáquez Leal2011-04-111-16/+4
* jpegparse: add get_tag_list ()Víctor Manuel Jáquez Leal2011-04-111-3/+10