summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2007-12-10gst/rtpmanager/gstrtpbin.*: Expose SDES items as properties and configure the...Wim Taymans3-2/+200
2007-12-10gst/rtpmanager/: Update comment.Wim Taymans7-322/+996
2007-12-09gst/flv/gstflvparse.c: Fix list of supported and known codecs.Edward Hervey1-8/+55
2007-12-06gst/equalizer/gstiirequalizer.c: Fix compilation.Sebastian Dröge1-1/+1
2007-12-06gst/equalizer/gstiirequalizer.c: Don't process buffers in passthrough mode.Sebastian Dröge1-0/+3
2007-12-06gst/filter/: The transform() methods are not called in passthrough mode so th...Sebastian Dröge2-8/+0
2007-12-06gst/filter/: Sync the GObject properties with the controller even in passthro...Sebastian Dröge2-9/+8
2007-12-06gst/mpegtsparse/mpegtsparse.c: Mark crc values table as constant.Tim-Philipp Müller1-1/+1
2007-12-05gst/mpegtsparse/: A sub table is identified by the pair table_id and sub_tabl...Zaheer Abbas Merali2-25/+37
2007-12-05gst/switch/gstswitch.c (gst_switch_set_property): Don't push buffers from app...Andy Wingo1-17/+0
2007-12-03gst/mpegtsparse/: Remove signals for pat, pmt, nit, eit, sdt. Replace with bu...Zaheer Abbas Merali3-60/+19
2007-12-03gst/librfb/rfbdecoder.c: Should fix the 64-bit buildThijs Vermeir1-5/+9
2007-11-30gst/librfb/rfbdecoder.*: Add CoRRE encodingThijs Vermeir2-0/+41
2007-11-30gst/mpegtsparse/mpegtsparse.c: CRC check the psi pids. CRC checking code reli...Zaheer Abbas Merali1-1/+66
2007-11-30gst/librfb/rfbdecoder.c: Use glib macro for swappingThijs Vermeir1-3/+2
2007-11-29gst/librfb/: Disable CopyRect encoding by defaultThijs Vermeir3-48/+114
2007-11-26configure.ac: Add QuickTime Wrapper plug-in.Julien Moutte1-4/+6
2007-11-26gst/spectrum/gstspectrum.c: Use dispose and finalize. Dispose can be called m...Stefan Kost1-1/+11
2007-11-26gst/speexresample/: Update speex resampler to latest SVN. We're now down to o...Sebastian Dröge6-269/+149
2007-11-25gst/flv/gstflvparse.c: Output segment with proper 'stop' value, makes flvdemu...Edward Hervey1-8/+12
2007-11-23gst/mpegtsparse/: pat-info is now a signal not a GObject property that gets n...Alessandro Decina4-147/+786
2007-11-23gst/speexresample/gstspeexresample.c: Only post the latency message if we hav...Sebastian Dröge1-1/+1
2007-11-23gst/audioresample/gstaudioresample.c: Implement latency query.Sebastian Dröge1-0/+78
2007-11-23gst/speexresample/gstspeexresample.c: Also post GST_MESSAGE_LATENCY if the la...Sebastian Dröge1-0/+8
2007-11-23gst/speexresample/: Add functions to push the remaining samples and to get th...Sebastian Dröge4-13/+429
2007-11-22gst/rtpmanager/gstrtpjitterbuffer.c: jitterbuffer can buffer an unlimited amo...Wim Taymans1-4/+2
2007-11-21gst/speexresample/README: Add README explaining where the resampling code was...Sebastian Dröge3-6/+93
2007-11-21gst/filter/: Post a GST_MESSAGE_LATENCY if the latency changes.Sebastian Dröge2-0/+4
2007-11-21gst/equalizer/: Remove preset iface again. We'll re-add this after its been r...Stefan Kost2-22/+4
2007-11-20gst/speexresample/gstspeexresample.c: Some small cleanup and addition of a TO...Sebastian Dröge1-10/+11
2007-11-20gst/speexresample/Makefile.am: Add missing file.Sebastian Dröge1-0/+30
2007-11-20Add speexresample to the docs and while at that do a make update.Sebastian Dröge1-0/+2
2007-11-20gst/speexresample/gstspeexresample.c: If the resampler gives less output samp...Sebastian Dröge1-3/+33
2007-11-20Add resample element based on the Speex resampling algorithm.Sebastian Dröge9-0/+2925
2007-11-19gst/equalizer/: Activate preset iface and upload two presets here.Stefan Kost2-4/+22
2007-11-15gst/mpegtsparse/mpegtspacketizer.c: Ensure that the plugin does not crash whe...Wai-Ming Ho1-3/+12
2007-11-15gst/librfb/gstrfbsrc.c: don't forget to handle the offset'sThijs Vermeir3-27/+39
2007-11-15gst/librfb/gstrfbsrc.c: Set the timestamp for the output buffersArmando Taffarel Neto1-0/+3
2007-11-12gst/replaygain/rganalysis.c: Avoid slowdown from denormals when processing ne...René Stadler1-1/+4
2007-11-12gst/flv/gstflvparse.c: Add mapping for Nellymoser ASAO audio codec.Edward Hervey1-0/+18
2007-11-11gst/: Change the meaning of the magnitude values given in theSebastian Dröge4-18/+14
2007-11-11gst/equalizer/: And continue to update docs. Also include some sample code fo...Sebastian Dröge3-7/+60
2007-11-11gst/equalizer/: Update docs and property ranges to the real values.Sebastian Dröge3-31/+30
2007-11-09gst/spectrum/gstspectrum.c: Now do the scaling right for real. Also initializ...Sebastian Dröge1-4/+3
2007-11-08gst/equalizer/demo.c: Make default volume a bit less. Improve layout by givin...Stefan Kost1-5/+6
2007-11-06gst/spectrum/demo-audiotest.c: Use autoaudiosink instead of alsasink and use ...Sebastian Dröge2-9/+13
2007-11-03gst/equalizer/: Allow setting 0 as bandwidth and handle this correctly.Sebastian Dröge3-8/+23
2007-11-02gst/rtpmanager/gstrtpsession.c: Fix bad function signatures (#492798).Ole André Vadla Ravnås1-3/+3
2007-10-31gst/librfb/rfbdecoder.c: Some refactoring in RAW encodingThijs Vermeir1-13/+14
2007-10-31gst/librfb/: Added copyrect encodingThijs Vermeir9-123/+156