summaryrefslogtreecommitdiff
path: root/gst/jpegformat/gstjpegparse.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* jpegparse: handle FLUSH_STOP sink eventMark Nauwelaerts2010-06-141-0/+7
* jpegparse: optimize image parsingMark Nauwelaerts2010-06-141-140/+118
* jpegformat: Add exif supportThiago Santos2010-06-091-1/+26
* jpegformat: make the intention of the elements more clearStefan Kost2010-05-071-2/+6
* jpegparse: improve buffer scanningMark Nauwelaerts2010-04-301-3/+15
* jpegformat: add blank line to fix generated xmlStefan Kost2010-03-241-0/+1
* Add -Wredundant-decls flagBenjamin Otte2010-03-221-2/+0
* jpegparse: Fix unitialized variable on macosx 10.5Edward Hervey2010-03-121-1/+1
* jpegformat: add xmp reading and writing supportStefan Kost2010-03-121-1/+38
* jpegformat: Fix unitialized variablesEdward Hervey2010-03-111-5/+5
* jpegparse: return offset+length from _get_image_length().Stefan Kost2010-02-171-2/+2
* jpegparse: fix invalid memory accessTim-Philipp Müller2010-02-171-1/+1
* jpegparse: improve parsingStefan Kost2010-02-021-24/+87
* jpegparse: provide a getcaps function for src pad and improve setcapsStefan Kost2010-02-011-1/+19
* jpegparse: extract comment and post as metadataStefan Kost2010-02-011-1/+17
* jpegformat: code cleanupsStefan Kost2010-02-011-81/+63
* jpegformat: move plugin part to speparate file, so that we can add the jifmuxStefan Kost2010-01-291-17/+0
* jpegparse: new jpeg parser element. FIxes #583098Arnout Vandecappelle2010-01-291-0/+807