summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-11-02Added support for PNG/XMP. Indentation. And fixed pull mode to parse the file.Edgard Lima18-153/+552
2007-11-02Now metadataparse works in push or pull mode.Edgard Lima2-18/+35
2007-11-01Some XMP stuff added.Edgard Lima10-26/+290
2007-10-31Now sending iptc tag in whole chunk. Ready to also send exif and xmp in the s...Edgard Lima9-24/+156
2007-10-31gst/librfb/rfbdecoder.c: Some refactoring in RAW encodingThijs Vermeir2-13/+19
2007-10-31gst/librfb/: Added copyrect encodingThijs Vermeir10-123/+169
2007-10-31sys/dvb/camswclient.c: Warn on failed write.Zaheer Abbas Merali2-1/+8
2007-10-30gst/equalizer/: Add small demo application based on the spectrum demo applica...Sebastian Dröge4-12/+296
2007-10-30gst/equalizer/gstiirequalizer.c: Replace filters with a bit better filters fo...Sebastian Dröge2-48/+86
2007-10-30sys/dvb/dvbbasebin.c: Fix the build.Stefan Kost2-0/+6
2007-10-30Changed kclass to "Parser/Extracter/Metadata", changed caps to "image/jpeg, t...Edgard Lima5-22/+62
2007-10-30Created new plugin ('medadata') and element ('metadataparse') that extract me...Edgard Lima17-0/+2416
2007-10-29sys/dvb/dvbbasebin.c: Uncomment the line that sets the pid filter. Wrong way ...Zaheer Abbas Merali2-3/+8
2007-10-28ext/faac/gstfaac.c: Fix bitrate ranges and change enum nick for low complexit...Tim-Philipp Müller2-3/+10
2007-10-27gst/interleave/interleave.c: Let's not call every request pad we create "sink...Tim-Philipp Müller5-13/+108
2007-10-27gst/mpeg4videoparse/mpeg4videoparse.*: Improved version not damaging headers ...Julien Moutte3-29/+98
2007-10-26ext/x264/gstx264enc.c: Fix build against the libx264 version that ships with ...Tim-Philipp Müller2-0/+7
2007-10-26Add a simple MPEG4 ES parser.Julien Moutte5-0/+367
2007-10-25Improve documentation, write some tests for multifilesrc/sink for upcoming ->...David Schleef6-60/+200
2007-10-23sys/dvb/gstdvbsrc.c: Actually use the code-rate-hp parameter for DVB-S.Zaheer Abbas Merali2-21/+56
2007-10-22gst/flv/gstflvparse.c: Don't emit no-more-pads for single pad scenarios as th...Julien Moutte2-10/+18
2007-10-19sys/dvb/dvbbasebin.c: Added proxy property of diseqc-sourceZaheer Abbas Merali2-0/+9
2007-10-18gst/equalizer/gstiirequalizer.c: Add a missing break.Sebastian Dröge2-0/+7
2007-10-18gst/equalizer/gstiirequalizer.*: Move bandwidth property to the separate band...Sebastian Dröge3-79/+77
2007-10-17ext/cdaudio/Makefile.am: Add another missing GST_LIBS.Tim-Philipp Müller2-1/+6
2007-10-17gst/dvdspu/Makefile.am: Fix LIBS - we need to link against libgstreamer.Richard Hult2-1/+8
2007-10-17sys/dvb/: Fix some warnings.Tim-Philipp Müller3-4/+10
2007-10-16gst/librfb/rfbdecoder.c: Add the set encodings client messageThijs Vermeir2-3/+35
2007-10-16gst/librfb/: remove the rfbbytestream dead codeThijs Vermeir7-256/+10
2007-10-16sys/dvb/: Integrate SoC work done by Alessandro for the Freevo project.Alessandro Decina27-74/+4520
2007-10-16gst/mpegtsparse/: Add request pad for getting the full transport stream comin...Alessandro Decina4-11/+101
2007-10-14configure.ac: Update the highest allowed neon version from 0.26.99 to 0.27.99.Sebastian Dröge2-1/+7
2007-10-10configure.ac: Require core CVS. This is implicit in the -base CVS requiremen...Tim-Philipp Müller6-41/+67
2007-10-09gst/rtpmanager/gstrtpbin.c: Fix memleak. Fixes #484990.Laurent Glayal2-0/+9
2007-10-08gst/: Fix compiler warnings shown by Forte.Jan Schmidt10-26/+61
2007-10-08gst/rtpmanager/gstrtpbin.c: Fix caps refcounting for payload maps.Wim Taymans5-46/+111
2007-10-08ext/gio/gstgio.c: Use GIO function to get a list of supported URI schemes ins...Sebastian Dröge2-5/+8
2007-10-05gst/rtpmanager/rtpsession.c: When reconsidering RTCP timeouts, set the next t...Wim Taymans2-11/+39
2007-10-05gst/rtpmanager/gstrtpjitterbuffer.c: Only peek at the tail element instead of...Wim Taymans6-46/+55
2007-10-05gst/xingheader/gstxingmux.c: The size of the Xing header is actually 417 as i...Gautier Portet2-7/+32
2007-10-05gst/mpegtsparse/mpegtspacketizer.c: Don't skip PAT with version number 0. Fix...Wai-Ming Ho3-1/+15
2007-10-02gst/sdp/gstsdpdemux.h: Change signature of pt to fix compilation on some plat...Wim Taymans2-1/+6
2007-10-02gst/rtpmanager/gstrtpjitterbuffer.c: Remove some old unused variables.Wim Taymans4-29/+92
2007-10-02gst/sdp/Makefile.am: Forgot to commit makefile.Wim Taymans2-0/+18
2007-10-02ext/gio/gstgiosink.c: Update to API changes in GIO.Sebastian Dröge2-1/+7
2007-10-01gst/sdp/gstsdpdemux.c: Use new function in -base to get the default clock-rate.Wim Taymans2-46/+22
2007-10-01Added SDP demuxer element. Fixes #426657.Wim Taymans5-0/+1557
2007-10-01gst/mpegtsparse/: Remove useless src pad that only results in not linked erro...mutex at runbox dot com4-19/+17
2007-09-29ext/mythtv/gstmythtvsrc.c: Re-apply docs patch from #468039; fix tab.Tim-Philipp Müller3-2/+15
2007-09-29ext/gio/: Some minor cleanup and allow setting the location only when the ele...Sebastian Dröge3-7/+24