summaryrefslogtreecommitdiff
path: root/gst/siren
Commit message (Collapse)AuthorAgeFilesLines
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-172-2/+2
| | | | | where possible. Avoids some string copies. Also re-indent some stuff. Also some indent fixes here and there.
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-142-2/+2
|
* siren: init debug category before logging anythingTim-Philipp Müller2012-09-132-4/+0
|
* siren: Port to 1.0 APIOlivier Crête2012-09-122-109/+48
|
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: NEWS RELEASE common configure.ac docs/libs/gst-plugins-bad-libs-sections.txt docs/plugins/gst-plugins-bad-plugins.args docs/plugins/gst-plugins-bad-plugins.hierarchy docs/plugins/gst-plugins-bad-plugins.interfaces docs/plugins/inspect/plugin-adpcmdec.xml docs/plugins/inspect/plugin-adpcmenc.xml docs/plugins/inspect/plugin-assrender.xml docs/plugins/inspect/plugin-audiovisualizers.xml docs/plugins/inspect/plugin-autoconvert.xml docs/plugins/inspect/plugin-bayer.xml docs/plugins/inspect/plugin-bz2.xml docs/plugins/inspect/plugin-camerabin2.xml docs/plugins/inspect/plugin-celt.xml docs/plugins/inspect/plugin-dataurisrc.xml docs/plugins/inspect/plugin-debugutilsbad.xml docs/plugins/inspect/plugin-dtmf.xml docs/plugins/inspect/plugin-dtsdec.xml docs/plugins/inspect/plugin-dvbsuboverlay.xml docs/plugins/inspect/plugin-dvdspu.xml docs/plugins/inspect/plugin-faac.xml docs/plugins/inspect/plugin-faad.xml docs/plugins/inspect/plugin-gsm.xml docs/plugins/inspect/plugin-h264parse.xml docs/plugins/inspect/plugin-mms.xml docs/plugins/inspect/plugin-modplug.xml docs/plugins/inspect/plugin-mpeg2enc.xml docs/plugins/inspect/plugin-mpegdemux2.xml docs/plugins/inspect/plugin-mpegtsdemux.xml docs/plugins/inspect/plugin-mpegvideoparse.xml docs/plugins/inspect/plugin-mplex.xml docs/plugins/inspect/plugin-pcapparse.xml docs/plugins/inspect/plugin-rawparse.xml docs/plugins/inspect/plugin-rtpmux.xml docs/plugins/inspect/plugin-rtpvp8.xml docs/plugins/inspect/plugin-scaletempo.xml docs/plugins/inspect/plugin-schro.xml docs/plugins/inspect/plugin-sdp.xml docs/plugins/inspect/plugin-segmentclip.xml docs/plugins/inspect/plugin-shm.xml docs/plugins/inspect/plugin-videomaxrate.xml docs/plugins/inspect/plugin-videoparsersbad.xml docs/plugins/inspect/plugin-vp8.xml docs/plugins/inspect/plugin-y4mdec.xml ext/celt/gstceltdec.c ext/dts/gstdtsdec.c ext/modplug/gstmodplug.cc ext/opus/gstopusenc.c gst-libs/gst/video/gstbasevideocodec.c gst-libs/gst/video/gstbasevideocodec.h gst-libs/gst/video/gstbasevideodecoder.c gst-libs/gst/video/gstbasevideodecoder.h gst-libs/gst/video/gstbasevideoencoder.c gst-libs/gst/video/gstbasevideoencoder.h gst/adpcmdec/Makefile.am gst/audiovisualizers/gstbaseaudiovisualizer.c gst/h264parse/gsth264parse.c gst/mpegdemux/mpegtsparse.c gst/mpegtsdemux/mpegtsbase.c gst/mpegtsdemux/mpegtspacketizer.c gst/mpegtsdemux/mpegtsparse.c gst/mpegtsdemux/tsdemux.c gst/mpegtsdemux/tsdemux.h gst/mxf/mxfdemux.c gst/rawparse/gstaudioparse.c gst/videoparsers/gsth263parse.c gst/videoparsers/gsth264parse.c sys/d3dvideosink/d3dvideosink.c sys/decklink/gstdecklinksink.cpp sys/dvb/gstdvbsrc.c sys/shm/gstshmsrc.c sys/vdpau/h264/gstvdph264dec.c sys/vdpau/mpeg/gstvdpmpegdec.c tests/examples/opencv/gst_element_print_properties.c win32/common/config.h
| * 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
|\ \ | |/ | | | | | | | | | | | | Conflicts: configure.ac ext/kate/gstkateenc.c gst/colorspace/colorspace.c gst/mpegvideoparse/mpegvideoparse.c
| * 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
|/ | | | https://bugzilla.gnome.org/show_bug.cgi?id=662664
* android: make it ready for androgenizerThibault Saunier2011-04-111-0/+13
| | | | | | | | Remove the android/ top dir Fixe the Makefile.am to be androgenized To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files. Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-218-8/+8
| | | | And fix all warnings
* siren: Run gst-indent scriptBenjamin Otte2010-03-216-453/+597
| | | | Includes running dos2unix on decoder.c
* 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 order, fix variables that don't exist, like GST_LIBS_LIBS, use $(LIBM) instead of -lm, and move _LIBS from LDFLAGS to LIBADD. Spotted by Havard Graff.
* 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
| | | | Also set the caps on the output pad when the input buffers don't have caps.
* sirendec: rewrite sirendecWim Taymans2009-09-042-57/+179
| | | | | | | | Add setcaps and event functions. Add state change functions to clean variables. Use adapter. Add timestamps and duration on outgoing buffers. Add DISCONT handling.
* sirenenc: cleanupsWim Taymans2009-09-041-7/+8
|
* sirenenc: fix events and capsWim Taymans2009-09-032-22/+53
| | | | | | Add an event function that clears the adapter. Add a setcaps function to configure caps on the srcpad. Remove the instance variable for the caps.
* sirenenc: fix timestampingWim Taymans2009-09-032-45/+99
| | | | | | | | Handle DISCONT and reset adapter. code cleanups. Put timestamps and discont flags on output buffers. Fix error handling. Remove bogus object locks, it's all protected by the STREAM_LOCK.
* 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 ↵Olivier Crête2009-02-171-5/+5
| | | | clearer
* [MOVED FROM GST-P-FARSIGHT] Check the size of the input buffer, not the ↵Olivier Crête2009-02-171-1/+1
| | | | output buffer
* [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
| | | | 20080704222103-3e2dc-47a7f49c414f98a188ffc42b07189daf5147483b.gz
* [MOVED FROM GST-P-FARSIGHT] make sirenenc thread safeOlivier Crete2009-02-172-22/+24
| | | | 20080704221743-3e2dc-f93da86438f753e14be25166aee45f8802f7d100.gz
* [MOVED FROM GST-P-FARSIGHT] Replace use GST_DEBUG_OBJECT in sirenencOlivier Crete2009-02-172-13/+8
| | | | 20080704201830-3e2dc-8f3e401aaa594c8cc5853b73f41ca5cb047ee2d3.gz
* [MOVED FROM GST-P-FARSIGHT] Port sirendec to GstelementOlivier Crete2009-02-173-171/+66
| | | | 20080704201744-3e2dc-99bf7b86e42da363d8c826449d84b43751572d5e.gz
* [MOVED FROM GST-P-FARSIGHT] Release ref at the end of chainOlivier Crete2009-02-171-0/+2
| | | | 20080704200454-3e2dc-386f2685882a74d01ce503f91396ea37506dbe83.gz
* [MOVED FROM GST-P-FARSIGHT] Remove useless call to peek_parentOlivier Crete2009-02-171-2/+0
| | | | 20080704200315-3e2dc-6b30efd2d32b6ca96609f4bdc0c3e286f4441746.gz
* [MOVED FROM GST-P-FARSIGHT] Make GstSirenEnc use GST_*_OBJECT appropriatelyOlivier Crete2009-02-171-12/+9
| | | | 20080704200029-3e2dc-f68fdaaa8929039fd8413ff0bf8ff514f6e4fbe1.gz
* [MOVED FROM GST-P-FARSIGHT] Port sirenenc to gstelementOlivier Crete2009-02-172-145/+84
| | | | 20080704195102-3e2dc-cd7687512ac560faaf15f53e1e262d1874a36cdf.gz
* [MOVED FROM GST-P-FARSIGHT] Link modules with libm where requiredOlivier Crete2009-02-171-1/+1
| | | | 20080428222237-3e2dc-b1e9120c1e9ca1a510bfd7c27e2d45f0d4a12504.gz
* [MOVED FROM GST-P-FARSIGHT] Removed debug outputYouness Alaoui2009-02-171-8/+0
| | | | 20080412234325-4f0f6-36b946a7ca3ab4e5802917b8930f036c50a93a29.gz
* [MOVED FROM GST-P-FARSIGHT] Oups, typoYouness Alaoui2009-02-171-1/+1
| | | | 20080410234328-4f0f6-962e375e78da05eab52892a57d3226fdd2ffc86d.gz
* [MOVED FROM GST-P-FARSIGHT] Added Siren encoder/decoder/payloader/depayloaderYouness Alaoui2009-02-1726-0/+3962
20080410070116-4f0f6-72ffbdbb262f07bfabd1e469973a01b3359bee45.gz