summaryrefslogtreecommitdiff
path: root/gst/law
AgeCommit message (Expand)AuthorFilesLines
2015-08-16audioencoders: use template subset check for accept-capsThiago Santos2-1/+2
2015-08-15alawenc: port to AudioEncoder base classThiago Santos2-205/+70
2015-08-15audiodecoders: use default pad accept-caps handlingThiago Santos2-0/+6
2015-08-15alawdec: make error handling a bit nicerThiago Santos1-13/+8
2015-08-15alawdec: port to audiodecoder base classThiago Santos2-236/+72
2015-05-30mulawdec: Let baseclass estimate bitrateOlivier Crête1-0/+9
2015-04-27Rename property enums from ARG_ to PROP_Luis de Bethencourt2-2/+2
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-25/+0
2013-12-05mulawdec: Require caps to be set before accepting any dataSebastian Dröge1-0/+1
2013-05-21mulawdec: Handle NULL buffers in handle_frameAlexander Schrab1-1/+5
2013-04-26mulawdec: change base class to GstAudioDecoderAlexander Schrab2-236/+68
2013-04-25mulaw: Some minor memleak fixes and cleanupSebastian Dröge1-1/+5
2013-04-25mulawenc: change to gstaudioencoder base, added bitrate tagsAlexander Schrab2-192/+94
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-2/+2
2012-11-26law: fix accidental file permissions changeTim-Philipp Müller1-0/+0
2012-11-24mulaw: const-ify some arraysTim-Philipp Müller1-2/+4
2012-11-24mulawdec: fix integer overrunRoland Krikava1-2/+4
2012-11-04Fix FSF addressTim-Philipp Müller10-20/+20
2012-08-13law: Filter layout caps fieldSjoerd Simons2-4/+4
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller4-4/+4
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2-2/+2
2012-04-04gst: Update versioningSebastian Dröge1-2/+2
2012-03-27caps: improve caps handlingWim Taymans2-2/+4
2012-03-15update for memory api changesWim Taymans4-4/+4
2012-03-10fix template caps refcountWim Taymans4-8/+12
2012-03-07law: add layout to audio capsWim Taymans2-0/+4
2012-03-07law: use GstAudioInfoWim Taymans4-30/+36
2012-01-27alawdec: Each output sample is 2 bytesOlivier Crête1-1/+1
2012-01-25update for new memory APIWim Taymans4-16/+33
2011-12-09law: fix CFLAGS and LIBS order in Makefile.amTim-Philipp Müller1-6/+6
2011-12-09law: fix negotiationWim Taymans6-51/+65
2011-11-17add parent to pad functionsWim Taymans4-29/+36
2011-11-16add parent to query functionWim Taymans4-8/+8
2011-11-15_peer_get_caps() -> _peer_query_caps()Wim Taymans4-4/+4
2011-11-15change getcaps to queryWim Taymans4-14/+113
2011-09-06-good: port to new audio capsWim Taymans3-6/+6
2011-08-30law: port to 0.11Wim Taymans4-174/+126
2011-08-29alaw: port to 0.11Wim Taymans2-89/+95
2011-04-11android: Make it ready for androgenizerThibault Saunier1-0/+25
2010-03-21Add -Wwrite-strings to the configure flagsBenjamin Otte4-4/+4
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2-12/+8
2010-03-17Add -Wmissing-declarations -Wmissing-prototypes warning flagsBenjamin Otte1-0/+2
2009-11-18law: Raise rank of encoders to PRIMARYEdward Hervey2-2/+2
2009-06-30law: fix caps and negotiationWim Taymans6-129/+170
2009-02-28alawdec, mulawdec: demote some debug messages from ERROR to WARNING or DEBUGTim-Philipp Müller2-6/+5
2009-02-23Don't use GST_ERROR for non-error cases.Wim Taymans2-2/+4
2009-02-22alaw/mulaw: Implement _getcaps function for alaw/mulaw decodersOlivier Crete2-0/+108
2009-02-22alaw/mulaw: Don't require both, rate and channel, to be set in _getcapsOlivier Crete2-24/+20
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost5-0/+38
2008-12-13Switch to using GstStaticPadTemplate.Edward Hervey6-108/+102