summaryrefslogtreecommitdiff
path: root/gst/rtpvp8
Commit message (Expand)AuthorAgeFilesLines
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-172-2/+2
* rtpvp8: Also commit remaining uncommitted changes...Sebastian Dröge2012-10-031-2/+2
* rtpvp8: redifine vp8_norm to avoid duplicated symbols in static links with li...Andoni Morales Alastruey2012-10-031-0/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-2/+2
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-292-3/+3
|\
| * Fixing rtpvp8 compatibility with the third draftDanilo Cesar Lemes de Paula2012-03-082-3/+3
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-282-8/+8
* | update for buffer changesWim Taymans2012-03-281-1/+1
* | port some more to new memory APIMark Nauwelaerts2012-01-251-4/+6
* | rtpvp8: port to 0.11Olivier Crête2012-01-255-99/+105
* | Merge branch 'master' into 0.11Wim Taymans2011-10-043-132/+156
|\ \ | |/
| * rtpvp8pay: Fix typoSebastian Dröge2011-10-031-4/+4
| * rtpvp8: Update the pay/depay to the ietf-draft-01 specYouness Alaoui2011-10-033-132/+156
* | Merge branch 'master' into 0.11Wim Taymans2011-09-265-69/+296
|\ \ | |/
| * rtpvp8: fix bitstream parsing using the wrong kind of bitreaderVincent Penquerc'h2011-09-195-69/+296
* | Merge branch 'master' into 0.11Wim Taymans2011-08-041-0/+5
|\ \ | |/
| * rtpvp8: Reject unknown bitstream versionsOlivier Crête2011-07-121-0/+5
* | Merge branch 'master' into 0.11Wim Taymans2011-06-151-0/+14
|\ \ | |/
| * android: make it ready for androgenizerThibault Saunier2011-04-111-0/+14
* | Merge branch 'master' into 0.11Wim Taymans2011-03-041-1/+1
|\ \ | |/
| * rtpvp8: Fix unitialized variableEdward Hervey2011-03-041-1/+1
* | Merge branch 'master' into 0.11Wim Taymans2011-02-281-1/+1
|/
* rtpvp8: also link against libgstbase-0.10 for adapter and bit reader APITim-Philipp Müller2011-02-011-2/+3
* rtpvp8: fix LIBS and CFLAGS order in Makefile.amTim-Philipp Müller2011-01-301-3/+3
* rtpvp8depay: Accept packets with only one byte of dataSjoerd Simons2011-01-301-2/+3
* rtpvp8pay: Treat the frame header just like any other partitionSjoerd Simons2011-01-302-46/+26
* rtpvp8: Add simple payloaders and depayloaders for VP8Sjoerd Simons2011-01-306-0/+829