summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-12-05Added some tags to exif parser.Edgard Lima6-21/+251
2007-12-05gst/mpegtsparse/: A sub table is identified by the pair table_id and sub_tabl...Zaheer Abbas Merali4-30/+57
2007-12-05gst/switch/gstswitch.c (gst_switch_set_property): Don't push buffers from app...Andy Wingo2-17/+6
2007-12-04Now compiles even when libiptc is missing.Edgard Lima3-3/+26
2007-12-04Fixed element properties and now muxer writes to png also.Edgard Lima11-105/+180
2007-12-03gst/mpegtsparse/: Remove signals for pat, pmt, nit, eit, sdt. Replace with bu...Zaheer Abbas Merali5-70/+85
2007-12-03Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer implemets Gst...Edgard Lima10-35/+96
2007-12-03gst/librfb/rfbdecoder.c: Should fix the 64-bit buildThijs Vermeir2-5/+14
2007-11-30Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.Edgard Lima15-177/+187
2007-11-30gst/librfb/rfbdecoder.*: Add CoRRE encodingThijs Vermeir3-0/+47
2007-11-30gst/mpegtsparse/mpegtsparse.c: CRC check the psi pids. CRC checking code reli...Zaheer Abbas Merali2-1/+72
2007-11-30Fixed get_range bug when injecting and stripping. And mux is almost done now.Edgard Lima17-275/+1189
2007-11-30gst/librfb/rfbdecoder.c: Use glib macro for swappingThijs Vermeir2-3/+7
2007-11-29gst/librfb/: Disable CopyRect encoding by defaultThijs Vermeir4-48/+122
2007-11-29configure.ac: Bump libsoup requirement as libsoup does not support async clie...Wouter Cloetens4-15/+128
2007-11-29ext/alsaspdif/alsaspdifsink.c: Don't free uninitialized data when we are in e...Wim Taymans2-11/+24
2007-11-28Sending make and model individual tags and muxer now links fine.Edgard Lima11-44/+159
2007-11-28Small fixes in get_range and better structure for generic muxer and demuxer.Edgard Lima17-214/+2035
2007-11-26configure.ac: Add QuickTime Wrapper plug-in.Julien Moutte15-6/+2978
2007-11-26gst/spectrum/gstspectrum.c: Use dispose and finalize. Dispose can be called m...Stefan Kost2-1/+16
2007-11-26Now works when get_range is not available upstream.Edgard Lima2-1/+22
2007-11-26gst/speexresample/: Update speex resampler to latest SVN. We're now down to o...Sebastian Dröge7-269/+172
2007-11-25gst/flv/gstflvparse.c: Output segment with proper 'stop' value, makes flvdemu...Edward Hervey2-8/+19
2007-11-25ext/dc1394/gstdc1394.c: Set initial structure name to fix assertion, due to r...Stefan Kost2-3/+8
2007-11-23gst/mpegtsparse/: pat-info is now a signal not a GObject property that gets n...Alessandro Decina14-254/+898
2007-11-23Now parser is generic (just add/remove a list of chunks). And a template of m...Edgard Lima15-352/+1170
2007-11-23gst/speexresample/gstspeexresample.c: Only post the latency message if we hav...Sebastian Dröge2-1/+7
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öge2-0/+14
2007-11-23gst/speexresample/: Add functions to push the remaining samples and to get th...Sebastian Dröge5-13/+452
2007-11-22gst/rtpmanager/gstrtpjitterbuffer.c: jitterbuffer can buffer an unlimited amo...Wim Taymans2-4/+9
2007-11-21gst/speexresample/README: Add README explaining where the resampling code was...Sebastian Dröge4-6/+108
2007-11-21gst/filter/: Post a GST_MESSAGE_LATENCY if the latency changes.Sebastian Dröge3-0/+10
2007-11-21ext/faac/gstfaac.c: Don't try to flush the decoder on EOS when it was not ini...Wim Taymans2-4/+13
2007-11-21ext/sdl/sdlaudiosink.c: Fix build on Mac OS X. (missing format parameter)Julien Moutte2-1/+6
2007-11-21gst/equalizer/: Remove preset iface again. We'll re-add this after its been r...Stefan Kost3-22/+11
2007-11-20gst/speexresample/gstspeexresample.c: Some small cleanup and addition of a TO...Sebastian Dröge2-10/+17
2007-11-20gst/speexresample/Makefile.am: Add missing file.Sebastian Dröge2-0/+35
2007-11-20docs/plugins/inspect/: Add missing inspection files to CVS.Sebastian Dröge33-0/+1441
2007-11-20Add speexresample to the docs and while at that do a make update.Sebastian Dröge33-300/+690
2007-11-20gst/speexresample/gstspeexresample.c: If the resampler gives less output samp...Sebastian Dröge2-3/+40
2007-11-20Add resample element based on the Speex resampling algorithm.Sebastian Dröge11-0/+2969
2007-11-19Fixed buffer strip (safer wil pull and after seek).Edgard Lima3-125/+131
2007-11-19gst/equalizer/: Activate preset iface and upload two presets here.Stefan Kost3-4/+28
2007-11-19Strip out in pull mode also. Seek and Query functions added.Edgard Lima3-11/+196
2007-11-18Strip out metadata chunks.Edgard Lima10-86/+540
2007-11-16configure.ac: Als use AG_GST_PLUGIN_DOCS (see #344039).Stefan Kost2-0/+6
2007-11-15gst/mpegtsparse/mpegtspacketizer.c: Ensure that the plugin does not crash whe...Wai-Ming Ho2-3/+23
2007-11-15ext/soundtouch/gstpitch.cc: Handle seeking correctly. Fixes #461068.Wouter Paesen2-2/+112
2007-11-15ext/alsaspdif/alsaspdifsink.c: Fix sample rate and clocking.Michael Kötter2-93/+80