summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-02vp8dec: Immediately return if opening the decoder failedHEADmasterSebastian Dröge1-0/+2
2012-11-02vp8dec: Short circuit gst_vp8_dec_handle_frame if keyframe is missingDebarshi Ray1-2/+5
2012-11-02videoconvert: Compare y offset with height, not width, when testing for overlapDouglas Bagnall1-2/+2
2012-11-01rtpvp8: include config.h and minor style fixesTim-Philipp Müller4-53/+54
2012-11-01rtp: fix tabs/space mess in Makefile.amTim-Philipp Müller1-84/+84
2012-11-01rtp: move VP8 payloader and depayloader from -badTim-Philipp Müller3-22/+18
2012-11-01rtpvp8: use gst_element_class_set_static_metadata()Tim-Philipp Müller2-2/+2
2012-11-01rtpvp8: replace gst_element_class_set_details_simple with gst_element_class_s...Mark Nauwelaerts1-1/+1
2012-11-01rtpvp8: update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-11-01rtpvp8: update for buffer changesWim Taymans1-1/+1
2012-11-01rtpvp8; fix compatibility with the third draftDanilo Cesar Lemes de Paula2-3/+3
2012-11-01rtpvp8: port some more to new memory APIMark Nauwelaerts1-4/+6
2012-11-01rtpvp8: port to 0.11Olivier Crête4-98/+104
2012-11-01rtpvp8pay: Fix typoSebastian Dröge1-4/+4
2012-11-01rtpvp8: Update the pay/depay to the ietf-draft-01 specYouness Alaoui3-132/+156
2012-11-01rtpvp8: fix bitstream parsing using the wrong kind of bitreaderVincent Penquerc'h3-67/+262
2012-11-01rtpvp8: Reject unknown bitstream versionsOlivier Crête1-0/+5
2012-11-01rtpvp8: Fix unitialized variableEdward Hervey1-1/+1
2012-11-01rtpvp8depay: Accept packets with only one byte of dataSjoerd Simons1-2/+3
2012-11-01rtpvp8pay: Treat the frame header just like any other partitionSjoerd Simons2-46/+26
2012-11-01rtpvp8: Add simple payloaders and depayloaders for VP8Sjoerd Simons6-0/+844
2012-11-01gstpay: fix for 1.0 eventsWim Taymans1-7/+19
2012-11-01gstdepay: fix small leakWim Taymans1-0/+1
2012-11-01gstdepay: add support for eventsWim Taymans1-66/+182
2012-11-01rtpgstpay: add support for sending eventsWim Taymans2-31/+95
2012-11-01gstpay: rewrite payloaderWim Taymans2-147/+133
2012-11-01videomixer: get height via GST_VIDEO_FRAME_HEIGHT, not _WIDTHDouglas Bagnall1-2/+2
2012-11-01videbox: fix border filling for gray formatsDouglas Bagnall1-1/+1
2012-11-01gstdepay: check for correct fragment offsetWim Taymans1-4/+14
2012-11-01gstpay: set C flag on all buffers of the fragmentWim Taymans1-3/+2
2012-11-01gstdepay: use the capsversionWim Taymans1-10/+26
2012-11-01gstpay: send caps inlineWim Taymans2-11/+115
2012-11-01gstpay: add debugAndrzej Bieniek1-0/+6
2012-11-01depay: correctly skip caps header sizeAndrzej Bieniek1-1/+7
2012-10-30matroskademux: put streamheaders on vorbis/speex/flac/theora caps to make rem...Tim-Philipp Müller3-185/+248
2012-10-30pulsesrc: don't assert in get_time() when called after shutdownTim-Philipp Müller1-0/+4
2012-10-30tests: fix level exampleWim Taymans1-9/+17
2012-10-27gst: fix variable order in some Makefile.amTim-Philipp Müller3-4/+4
2012-10-27gst: add various missing GST_PLUGINS_BASE_LIBS in Makefile.amAntoine Tremblay5-4/+5
2012-10-27matroskademux: mark invisible VP8 frames with the DECODE_ONLY flagAlexey Fisher1-3/+12
2012-10-26tests: add multifilesrc test for fix in previous commitTim-Philipp Müller1-2/+52
2012-10-26multifilesrc: fix stop index handlingStas Sergeev1-4/+9
2012-10-26matroskademux: Support recursive SimpleTagsРуслан Ижбулатов1-4/+140
2012-10-26matroskademux: Expand the tag mapping.Руслан Ижбулатов2-15/+153
2012-10-26matroskademux: Fix uninitialized variable compiler warningSebastian Dröge1-2/+3
2012-10-26matroskademux: Matroska tag TargetType supportРуслан Ижбулатов2-5/+176
2012-10-26matroskademux: Per-track tags for MatroskaРуслан Ижбулатов3-19/+52
2012-10-25multifilesrc: fix typo in property descriptionTim-Philipp Müller1-1/+1
2012-10-25qtdemux: read video format header fully (so we can find 'pasp' atoms) for mor...Michael Smith2-0/+9
2012-10-25imagefreeze: the new get_caps already does the filter intersectionThiago Santos1-11/+5