summaryrefslogtreecommitdiff
path: root/gst/siren
AgeCommit message (Expand)AuthorFilesLines
2010-03-21Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte8-8/+8
2010-03-21siren: Run gst-indent scriptBenjamin Otte6-453/+597
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2-18/+8
2009-11-22Clean up LDFLAGS, LIBS, CFLAGSTim-Philipp Müller1-4/+5
2009-09-23Fix warnings with gcc 4.0.1.Alessandro Decina2-2/+2
2009-09-04siren: fix setting caps on the output padWim Taymans2-2/+18
2009-09-04sirendec: rewrite sirendecWim Taymans2-57/+179
2009-09-04sirenenc: cleanupsWim Taymans1-7/+8
2009-09-03sirenenc: fix events and capsWim Taymans2-22/+53
2009-09-03sirenenc: fix timestampingWim Taymans2-45/+99
2009-03-22Makefile.am: no static libs for pluginsStefan Kost1-0/+2
2009-02-17Add some documentation to the siren enc/dec pluginsOlivier Crête2-0/+18
2009-02-17Re-indent the siren stuff to be gst styleOlivier Crête5-68/+41
2009-02-17Move siren rtp pay/depay to goodOlivier Crête6-426/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] Remove .git-darcs-dir filesOlivier Crête1-0/+0
2009-02-17[MOVED FROM GST-P-FARSIGHT] Add underscore to make the encoder like the decoderOlivier Crête1-10/+10
2009-02-17[MOVED FROM GST-P-FARSIGHT] Rename offset to out_offset to make its meaning c...Olivier Crête1-5/+5
2009-02-17[MOVED FROM GST-P-FARSIGHT] Check the size of the input buffer, not the outpu...Olivier Crête1-1/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] Preserve timestampOlivier Crête1-0/+2
2009-02-17[MOVED FROM GST-P-FARSIGHT] Remove useless checks, document lockingOlivier Crete2-8/+2
2009-02-17[MOVED FROM GST-P-FARSIGHT] make sirenenc thread safeOlivier Crete2-22/+24
2009-02-17[MOVED FROM GST-P-FARSIGHT] Replace use GST_DEBUG_OBJECT in sirenencOlivier Crete2-13/+8
2009-02-17[MOVED FROM GST-P-FARSIGHT] Port sirendec to GstelementOlivier Crete3-171/+66
2009-02-17[MOVED FROM GST-P-FARSIGHT] Release ref at the end of chainOlivier Crete1-0/+2
2009-02-17[MOVED FROM GST-P-FARSIGHT] Remove useless call to peek_parentOlivier Crete1-2/+0
2009-02-17[MOVED FROM GST-P-FARSIGHT] Make GstSirenEnc use GST_*_OBJECT appropriatelyOlivier Crete1-12/+9
2009-02-17[MOVED FROM GST-P-FARSIGHT] Port sirenenc to gstelementOlivier Crete2-145/+84
2009-02-17[MOVED FROM GST-P-FARSIGHT] Link modules with libm where requiredOlivier Crete1-1/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] Removed debug outputYouness Alaoui1-8/+0
2009-02-17[MOVED FROM GST-P-FARSIGHT] Oups, typoYouness Alaoui1-1/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] Added Siren encoder/decoder/payloader/depayloaderYouness Alaoui26-0/+3962