summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-08-09fixed up and cleaned up the -bad spec file to have proper tests for whats ins...Christian Schaller1-27/+17
2006-08-08gst/qtdemux/qtdemux.c: Fix silly typo.Tim-Philipp Müller2-1/+6
2006-08-08tests/check/elements/gdpdepay.c: I forgot to include the file containing the ...Edward Hervey2-0/+7
2006-08-08tests/check/elements/gdpdepay.c: Ignore test known to fail on PPC64. See #348...Edward Hervey2-1/+10
2006-08-04Allow HTTP redirect (HTTP status code 302).Edgard Lima3-24/+175
2006-08-04gst/gdp/gstgdpdepay.c: Fix event parsing by gdpdepay. Fixes #349916.Zaheer Abbas Merali2-15/+16
2006-08-04ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing whether a pro...Andy Wingo3-37/+161
2006-08-04BPBAndy Wingo1-1/+1
2006-08-04ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps) (gst_signal_pr...Andy Wingo1-74/+127
2006-08-03ext/Makefile.am: Use right variables when USE_SPC is defined.cascardo at holoscopio dot com2-2/+9
2006-08-02gst/gdp/gstgdpdepay.c: Disable seeking.Wim Taymans4-198/+404
2006-07-31ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process): Fix nframes-c...Andy Wingo1-2/+11
2006-07-31ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No more default ...Andy Wingo2-36/+71
2006-07-31ext/ladspa/gstsignalprocessor.c: don't query buffer-frames from caps, add lot...Stefan Kost1-12/+7
2006-07-31ext/directfb/dfbvideosink.c: Post an error message.Julien Moutte2-0/+7
2006-07-31ext/directfb/dfbvideosink.c: Don't try allocating if we are not setup yet. Fa...Julien Moutte2-1/+17
2006-07-31gst/gdp/gstgdpdepay.c: Consume all events except EOS because we generate even...Wim Taymans2-3/+38
2006-07-29ext/ladspa/gstsignalprocessor.c: Add debugs logs here and there, add more err...Stefan Kost1-9/+52
2006-07-28gst/audioresample/gstaudioresample.c: Don't leak references to the incoming c...Jan Schmidt2-3/+3
2006-07-28ext/xvid/gstxviddec.*: Clean-ups and code reflows. Pass return value from gst...Tim-Philipp Müller3-226/+181
2006-07-28ext/xvid/gstxvid.c: Fix size calculation for I420/YV12. Fixes #348976.Tim-Philipp Müller2-1/+6
2006-07-27ext/gsm/: Fix negotiation.Wim Taymans3-6/+52
2006-07-26gst/gdp/gstgdpdepay.c: proxying get/set caps is the wrong thing to do, since ...Thomas Vander Stichele4-6/+9
2006-07-24sys/directsound/gstdirectsoundsink.*: Add an attenuation property that will d...Sébastien Moutte9-126/+330
2006-07-23Add libopenspc-based SPC decoder element (#348220).Chris Lee7-1/+458
2006-07-19sys/v4l2/gstv4l2object.c: If "device-name" is requested and the device is not...Martin Szulecki2-1/+14
2006-07-19update spec fileChristian Schaller1-2/+3
2006-07-19gst/nsf/nsf.c: Really fix compilation. Apparently it's not enough to just che...Tim-Philipp Müller2-1/+16
2006-07-18ext/wavpack/gstwavpackdec.c: Fix caps after previous change to byte order end...Tim-Philipp Müller4-2/+55
2006-07-18ext/wavpack/gstwavpackdec.*: Output audio in native byte order (which is also...Tim-Philipp Müller3-32/+49
2006-07-18ext/wavpack/gstwavpackdec.*: More clean-ups: remove most of the disfunctional...Tim-Philipp Müller3-278/+166
2006-07-18configure.ac: Check for wavpack version and define WAVPACK_OLD_API if necessary.Sebastian Dröge11-267/+803
2006-07-18gst/nsf/nsf.c: Fix compilation by not ignoring return values of fread.Wim Taymans2-4/+18
2006-07-17docs/plugins/inspect/: adding more inspect docsThomas Vander Stichele8-1/+147
2006-07-17docs/plugins/inspect/plugin-gdp.xml: actually commit inspectation of gdp elementThomas Vander Stichele2-0/+32
2006-07-17gst/gdp/: remove parent_class setting, BOILERPLATE does this fix typo in commentThomas Vander Stichele3-5/+9
2006-07-17gst/qtdemux/qtdemux.c: Store duration in uint64 too instead of clipping.Wim Taymans2-27/+46
2006-07-16ext/faad/gstfaad.c: Don't crash on small buffers.Wim Taymans2-4/+18
2006-07-15ext/ivorbis/vorbisfile.c: Reset adapter.Stefan Kost2-0/+10
2006-07-15gst/spectrum/: Do not use deprecated gtk functions.Stefan Kost3-2/+8
2006-07-14build as a plugin, not a libThomas Vander Stichele1-0/+1
2006-07-14gst/nsf/: Remove crack malloc/free replacement.Wim Taymans5-497/+16
2006-07-13docs/plugins/: add more plugins and elements to docsThomas Vander Stichele6-2/+56
2006-07-13gst/nsf/Makefile.am: Fix build.Wim Taymans2-0/+6
2006-07-13remove sdlvideosink plugin and update the restThomas Vander Stichele20-56/+43
2006-07-13Added NSF decoder plugin. Fixes 151192.Wim Taymans29-0/+9933
2006-07-13tests/check/Makefile.am: Only run mpeg2enc unit test if we built the mpeg2enc...Tim-Philipp Müller2-1/+12
2006-07-13configure.ac: Don't error out in configure if mjpegtools dev is not there.Tim-Philipp Müller2-2/+9
2006-07-13Port mpeg2enc to 0.10 (#343184).Mark Nauwelaerts17-301/+1167
2006-07-12gst/spectrum/gstspectrum.c: Fix typo in property nick.Tim-Philipp Müller2-1/+6