summaryrefslogtreecommitdiff
path: root/gst/siren
Commit message (Expand)AuthorAgeFilesLines
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-295-314/+133
|\
| * sirendec: port to audiodecoderMark Nauwelaerts2012-03-062-154/+81
| * sirenenc: port to audioencoderMark Nauwelaerts2012-03-063-160/+52
* | Merge branch 'master' into 0.11Sebastian Dröge2012-01-251-1/+1
|\ \ | |/
| * sirenenc: fix base class call mixup in finalizeVincent Penquerc'h2012-01-131-1/+1
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-282-8/+4
|/
* android: make it ready for androgenizerThibault Saunier2011-04-111-0/+13
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-218-8/+8
* siren: Run gst-indent scriptBenjamin Otte2010-03-216-453/+597
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-182-18/+8
* Clean up LDFLAGS, LIBS, CFLAGSTim-Philipp Müller2009-11-221-4/+5
* Fix warnings with gcc 4.0.1.Alessandro Decina2009-09-232-2/+2
* siren: fix setting caps on the output padWim Taymans2009-09-042-2/+18
* sirendec: rewrite sirendecWim Taymans2009-09-042-57/+179
* sirenenc: cleanupsWim Taymans2009-09-041-7/+8
* sirenenc: fix events and capsWim Taymans2009-09-032-22/+53
* sirenenc: fix timestampingWim Taymans2009-09-032-45/+99
* Makefile.am: no static libs for pluginsStefan Kost2009-03-221-0/+2
* Add some documentation to the siren enc/dec pluginsOlivier Crête2009-02-172-0/+18
* Re-indent the siren stuff to be gst styleOlivier Crête2009-02-175-68/+41
* Move siren rtp pay/depay to goodOlivier Crête2009-02-176-426/+1
* [MOVED FROM GST-P-FARSIGHT] Remove .git-darcs-dir filesOlivier Crête2009-02-171-0/+0
* [MOVED FROM GST-P-FARSIGHT] Add underscore to make the encoder like the decoderOlivier Crête2009-02-171-10/+10
* [MOVED FROM GST-P-FARSIGHT] Rename offset to out_offset to make its meaning c...Olivier Crête2009-02-171-5/+5
* [MOVED FROM GST-P-FARSIGHT] Check the size of the input buffer, not the outpu...Olivier Crête2009-02-171-1/+1
* [MOVED FROM GST-P-FARSIGHT] Preserve timestampOlivier Crête2009-02-171-0/+2
* [MOVED FROM GST-P-FARSIGHT] Remove useless checks, document lockingOlivier Crete2009-02-172-8/+2
* [MOVED FROM GST-P-FARSIGHT] make sirenenc thread safeOlivier Crete2009-02-172-22/+24
* [MOVED FROM GST-P-FARSIGHT] Replace use GST_DEBUG_OBJECT in sirenencOlivier Crete2009-02-172-13/+8
* [MOVED FROM GST-P-FARSIGHT] Port sirendec to GstelementOlivier Crete2009-02-173-171/+66
* [MOVED FROM GST-P-FARSIGHT] Release ref at the end of chainOlivier Crete2009-02-171-0/+2
* [MOVED FROM GST-P-FARSIGHT] Remove useless call to peek_parentOlivier Crete2009-02-171-2/+0
* [MOVED FROM GST-P-FARSIGHT] Make GstSirenEnc use GST_*_OBJECT appropriatelyOlivier Crete2009-02-171-12/+9
* [MOVED FROM GST-P-FARSIGHT] Port sirenenc to gstelementOlivier Crete2009-02-172-145/+84
* [MOVED FROM GST-P-FARSIGHT] Link modules with libm where requiredOlivier Crete2009-02-171-1/+1
* [MOVED FROM GST-P-FARSIGHT] Removed debug outputYouness Alaoui2009-02-171-8/+0
* [MOVED FROM GST-P-FARSIGHT] Oups, typoYouness Alaoui2009-02-171-1/+1
* [MOVED FROM GST-P-FARSIGHT] Added Siren encoder/decoder/payloader/depayloaderYouness Alaoui2009-02-1726-0/+3962