summaryrefslogtreecommitdiff
path: root/sys/uvch264/gstuvch264_mjpgdemux.c
Commit message (Expand)AuthorAgeFilesLines
* uvch264src: don't error out on incomplete aux data segment0.10Robert Krakora2013-08-211-4/+5
* uvch264_mjpgdemux: Remove non working PTS linear regression algorithmYouness Alaoui2012-09-101-49/+3
* uvch264: do not use the auxialiary stream's delay to shift the timestampYouness Alaoui2012-09-101-13/+4
* uvch264: Add num-clock-samples property and support for the H264 PTS.Youness Alaoui2012-09-101-2/+243
* uvch264: do not unref peer caps if NULLYouness Alaoui2012-09-101-1/+2
* uvch264: Fix copyright noticesYouness Alaoui2012-09-101-2/+2
* uvch264_mjpgdemux: Return GST_FLOW_NOT_NEGOCIATED if we can't set caps on the...Youness Alaoui2012-09-101-2/+6
* uvch264_demux: do not try to get caps structure if caps are ANYYouness Alaoui2012-09-101-1/+1
* uvch264_mjpgdemux: negociate the framerate and keep it constant.Youness Alaoui2012-09-101-16/+24
* uvch264: do not use gst_element_class_add_static_pad_template to stay compati...Youness Alaoui2012-09-101-25/+29
* uvch264: Make caps writable and store the width/height/frame_intervalYouness Alaoui2012-09-101-21/+26
* uvch264: cache the auxiliary stream's capsYouness Alaoui2012-09-101-14/+71
* uvch264: do not push 0 sized auxiliary dataYouness Alaoui2012-09-101-61/+70
* uvch264: fix memleak, free auxiliary stream caps when doneYouness Alaoui2012-09-101-0/+4
* uvch264: fix last_offset, jpg data contained one rogue byteYouness Alaoui2012-09-101-1/+1
* uvch264: In case of error, use GST_ELEMENT_ERROR and return GST_FLOW_ERRORYouness Alaoui2012-09-101-15/+20
* uvch264: Use buffer-list for aux data and remove malloc/memcpy useYouness Alaoui2012-09-101-198/+149
* uvch264: mjpgdemux: Add support for mjpg-container-only muxingYouness Alaoui2012-09-101-5/+6
* uvch264: Make sure to copy all metadata (caps) in the jpeg bufferYouness Alaoui2012-09-101-5/+10
* uvch264_mjpgdemux: Fix getcaps, proxy them for jpeg and use fixed_caps for mu...Youness Alaoui2012-09-101-24/+26
* Adding initial commit of uvch264 pluginYouness Alaoui2012-09-101-0/+481