summaryrefslogtreecommitdiff
path: root/gst/rtpvp8
AgeCommit message (Expand)AuthorFilesLines
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-2/+2
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2-3/+3
2012-03-28update for buffer changesWim Taymans1-1/+1
2012-03-08Fixing rtpvp8 compatibility with the third draftDanilo Cesar Lemes de Paula2-3/+3
2012-01-25port some more to new memory APIMark Nauwelaerts1-4/+6
2012-01-25rtpvp8: port to 0.11Olivier Crête5-99/+105
2011-11-28various: fix pad template ref leaksVincent Penquerc'h2-8/+8
2011-10-04Merge branch 'master' into 0.11Wim Taymans3-132/+156
2011-10-03rtpvp8pay: Fix typoSebastian Dröge1-4/+4
2011-10-03rtpvp8: Update the pay/depay to the ietf-draft-01 specYouness Alaoui3-132/+156
2011-09-26Merge branch 'master' into 0.11Wim Taymans5-69/+296
2011-09-19rtpvp8: fix bitstream parsing using the wrong kind of bitreaderVincent Penquerc'h5-69/+296
2011-08-04Merge branch 'master' into 0.11Wim Taymans1-0/+5
2011-07-12rtpvp8: Reject unknown bitstream versionsOlivier Crête1-0/+5
2011-06-15Merge branch 'master' into 0.11Wim Taymans1-0/+14
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+14
2011-03-04Merge branch 'master' into 0.11Wim Taymans1-1/+1
2011-03-04rtpvp8: Fix unitialized variableEdward Hervey1-1/+1
2011-02-28Merge branch 'master' into 0.11Wim Taymans6-0/+811
2011-02-01rtpvp8: also link against libgstbase-0.10 for adapter and bit reader APITim-Philipp Müller1-2/+3
2011-01-30rtpvp8: fix LIBS and CFLAGS order in Makefile.amTim-Philipp Müller1-3/+3
2011-01-30rtpvp8depay: Accept packets with only one byte of dataSjoerd Simons1-2/+3
2011-01-30rtpvp8pay: Treat the frame header just like any other partitionSjoerd Simons2-46/+26
2011-01-30rtpvp8: Add simple payloaders and depayloaders for VP8Sjoerd Simons6-0/+829