summaryrefslogtreecommitdiff
path: root/gst/jpegformat/gstjpegparse.c
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-111-0/+2
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-3/+3
* jpegparse: Generate timestamp if framerate is knownNicolas Dufresne2018-07-271-0/+3
* jpegformat: get rid of unnecessary private structsTim-Philipp Müller2018-06-231-137/+88
* jpegparse: Fix APP1 marker segment parsingSreerenj Balachandran2018-04-161-0/+3
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-3/+3
* jpegparse: Chain up to parent class' sink event handlerMatt Staples2017-01-101-0/+1
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+4
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-1/+1
* jpegparse: interlaced doesn't mean progressive scanLuis de Bethencourt2015-02-241-9/+0
* jpegparse: port to baseparseThiago Santos2014-07-241-260/+150
* jpegparse: Remove unneeded callEdward Hervey2013-12-301-3/+0
* jpegparse: Forward segment event after capsEdward Hervey2013-08-201-1/+6
* jpegparse: accept any jpeg input - parsed, unparsed or unmarkedAlexander Olsson2013-04-131-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* opus + jpegformat: unbreak non-debug buildPeter Korsgaard2012-09-121-2/+2
* jpegparse: Finish port to 1.0 APIOlivier Crête2012-09-111-47/+32
* gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller2012-08-041-2/+2
* 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
* jpegformat: port to 0.11Wim Taymans2011-10-051-64/+76
* gst: some more unused-but-set-variable warning fixesTim-Philipp Müller2011-06-041-3/+3
* 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-111-7/+15
* 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
* jpegparse: Fix unitialized variable on macosxEdward Hervey2011-01-061-1/+1
* jpegparse: avoid leaking tag eventMark Nauwelaerts2010-12-131-2/+4
* jpegparse: avoid leaking converted comment stringMark Nauwelaerts2010-12-121-2/+3
* jpegparse: try to convert comment tag to UTF-8Mark Nauwelaerts2010-12-081-4/+13
* jpegparse: discard incomplete imageMark Nauwelaerts2010-12-081-5/+17
* jpegparse: avoid infinite loop when resyncingMark Nauwelaerts2010-12-081-0/+1
* jpegparse: Small optimization on tags parsingThiago Santos2010-11-221-10/+14
* jpegformat: Push tags after setting srcpad capsArun Raghavan2010-11-191-11/+47
* jpegparse: add gst_jpeg_parse_skip_marker ()Víctor Manuel Jáquez Leal2010-11-191-10/+19
* jpegparse: use byte reader accessorsVíctor Manuel Jáquez Leal2010-11-191-1/+3
* jpegparse: inline gst_jpeg_parse_sof ()Víctor Manuel Jáquez Leal2010-11-191-1/+1
* jpegparse: fix typoVíctor Manuel Jáquez Leal2010-11-191-1/+1
* jpegformat: Fix element descriptionThiago Santos2010-09-101-1/+1
* jpegparse: fix exif frame sizeVíctor Manuel Jáquez Leal2010-07-081-2/+2
* jpegparse: fix skipping extra 0xff markersMark Nauwelaerts2010-07-051-1/+3