summaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2006-08-30A small fix to set_caps function.Edgard Lima1-0/+5
2006-08-30gst/qtdemux/qtdemux.c: Reset each streams last_flow to GST_FLOW_OK.Edward Hervey1-0/+8
2006-08-30gst/qtdemux/qtdemux.c: put back 'segment start<=stop' change that was mystica...Stefan Kost1-1/+8
2006-08-30gst/qtdemux/qtdemux.c: Fix the build for disabled debugStefan Kost1-0/+6
2006-08-29Fixed framerate negotiation.Edgard Lima1-0/+7
2006-08-29ext/sdl/: Only de-init the subsystem we previously initialised. Avoids borkag...Andrew Andkjar1-0/+11
2006-08-28gst/qtdemux/qtdemux.c: Make sure segment start<=stop in weird quicktime files.Wim Taymans1-0/+7
2006-08-28sys/v4l2/v4l2_calls.c: add comments and more debug loggingStefan Kost1-0/+5
2006-08-24ext/wavpack/gstwavpackdec.c: Post audio codec and average bitrate tags on bus...Sebastian Dröge1-1/+13
2006-08-24Fix set_caps to set width and height to the values the driver is really worki...Edgard Lima1-0/+9
2006-08-23ext/wavpack/gstwavpackenc.c: Fix mem leak, send newsegment event on correctio...Tim-Philipp Müller1-0/+15
2006-08-23tests/check/: Add unit tests for wavpack elements (#352476).Sebastian Dröge1-0/+15
2006-08-23Add docs for wavpack elements (#352476).Sebastian Dröge1-0/+17
2006-08-22Fixed query size to work with drivers that uses intermediate step like "width...Edgard Lima1-0/+7
2006-08-21move gdp plugin to good.Thomas Vander Stichele1-0/+17
2006-08-21gst/qtdemux/qtdemux.c: Some more constification.Wim Taymans1-0/+12
2006-08-21ext/gsm/gstgsm.c: Make rank PRIMARY now that GSM seems to work fine.Wim Taymans1-0/+5
2006-08-21ext/wavpack/: More clean-ups: use shorter variable names to make code easier ...Tim-Philipp Müller1-0/+18
2006-08-21ext/wavpack/gstwavpackenc.c: Fix caps set on buffers and template caps (outpu...Tim-Philipp Müller1-0/+11
2006-08-18ext/wavpack/gstwavpackparse.c: Fix resyncing in push mode not stopping re-syn...Sebastian Dröge1-0/+13
2006-08-16ext/wavpack/: In push mode, re-sync to next wavpack header if sync is lost (#...Sebastian Dröge1-2/+13
2006-08-15ext/wavpack/gstwavpackparse.*: Make wavpackparse also work in push-mode (not ...Sebastian Dröge1-0/+18
2006-08-15Fix leaks (#351502).Tim-Philipp Müller1-0/+6
2006-08-14gst/qtdemux/qtdemux.c: Extract all references/redirections if there is more t...Tim-Philipp Müller1-0/+8
2006-08-10ext/faac/gstfaac.c: Bitrate in the faac structure is per output channel, not ...Michal Benes1-0/+8
2006-08-09ext/xvid/gstxvidenc.c: Fix GST_ELEMENT_ERROR usage.Tim-Philipp Müller1-0/+5
2006-08-08gst/qtdemux/qtdemux.c: Fix silly typo.Tim-Philipp Müller1-0/+5
2006-08-08tests/check/elements/gdpdepay.c: I forgot to include the file containing the ...Edward Hervey1-0/+6
2006-08-08tests/check/elements/gdpdepay.c: Ignore test known to fail on PPC64. See #348...Edward Hervey1-0/+5
2006-08-04Allow HTTP redirect (HTTP status code 302).Edgard Lima1-0/+8
2006-08-04gst/gdp/gstgdpdepay.c: Fix event parsing by gdpdepay. Fixes #349916.Zaheer Abbas Merali1-0/+5
2006-08-03ext/Makefile.am: Use right variables when USE_SPC is defined.cascardo at holoscopio dot com1-0/+7
2006-08-02gst/gdp/gstgdpdepay.c: Disable seeking.Wim Taymans1-0/+25
2006-07-31ext/directfb/dfbvideosink.c: Post an error message.Julien Moutte1-0/+5
2006-07-31ext/directfb/dfbvideosink.c: Don't try allocating if we are not setup yet. Fa...Julien Moutte1-0/+6
2006-07-31gst/gdp/gstgdpdepay.c: Consume all events except EOS because we generate even...Wim Taymans1-0/+7
2006-07-28ext/xvid/gstxviddec.*: Clean-ups and code reflows. Pass return value from gst...Tim-Philipp Müller1-0/+14
2006-07-28ext/xvid/gstxvid.c: Fix size calculation for I420/YV12. Fixes #348976.Tim-Philipp Müller1-0/+5
2006-07-27ext/gsm/: Fix negotiation.Wim Taymans1-0/+7
2006-07-26gst/gdp/gstgdpdepay.c: proxying get/set caps is the wrong thing to do, since ...Thomas Vander Stichele1-0/+9
2006-07-24sys/directsound/gstdirectsoundsink.*: Add an attenuation property that will d...Sébastien Moutte1-0/+20
2006-07-23Add libopenspc-based SPC decoder element (#348220).Chris Lee1-0/+15
2006-07-19sys/v4l2/gstv4l2object.c: If "device-name" is requested and the device is not...Martin Szulecki1-0/+9
2006-07-19gst/nsf/nsf.c: Really fix compilation. Apparently it's not enough to just che...Tim-Philipp Müller1-0/+8
2006-07-18ext/wavpack/gstwavpackdec.c: Fix caps after previous change to byte order end...Tim-Philipp Müller1-0/+12
2006-07-18ext/wavpack/gstwavpackdec.*: Output audio in native byte order (which is also...Tim-Philipp Müller1-0/+11
2006-07-18ext/wavpack/gstwavpackdec.*: More clean-ups: remove most of the disfunctional...Tim-Philipp Müller1-0/+15
2006-07-18configure.ac: Check for wavpack version and define WAVPACK_OLD_API if necessary.Sebastian Dröge1-0/+34
2006-07-18gst/nsf/nsf.c: Fix compilation by not ignoring return values of fread.Wim Taymans1-0/+5
2006-07-17docs/plugins/inspect/: adding more inspect docsThomas Vander Stichele1-0/+11