Age | Commit message (Expand) | Author | Files | Lines |
2006-05-22 | New plugin: h264parse (#340638) | Michal Benes | 5 | -0/+306 |
2006-05-22 | gst/gdp/: Handle error cases when calling functions do downwards state change... | Thomas Vander Stichele | 7 | -24/+117 |
2006-05-22 | don't build these yet | Thomas Vander Stichele | 1 | -3/+2 |
2006-05-22 | don't build these yet | Thomas Vander Stichele | 1 | -1/+3 |
2006-05-22 | adding GDP payloader and depayloader. Build integration will follow later wh... | Thomas Vander Stichele | 10 | -11/+1937 |
2006-05-21 | gst/spectrum/gstspectrum.c: Use boilerplate macro, fix strings to match plugi... | Stefan Kost | 2 | -37/+14 |
2006-05-21 | gst/spectrum/Makefile.am: Link to base libraries | Stefan Kost | 5 | -72/+207 |
2006-05-20 | Initial port of the spectrum element | Stefan Kost | 6 | -252/+334 |
2006-05-19 | I forget to add sys/v4l2/gstv4l2xoverlay.c in las commit | Edgard Lima | 2 | -1/+2 |
2006-05-19 | Some clean-ups requested by wingo in bug #338818. | Edgard Lima | 5 | -26/+34 |
2006-05-19 | ext/alsaspdif/alsaspdifsink.*: Use sampling rate from set_caps. Comment out s... | Michael Smith | 4 | -6/+38 |
2006-05-18 | configure.ac: Check for X11 | Stefan Kost | 9 | -29/+84 |
2006-05-18 | ext/Makefile.am: Fix distcheck? | Michael Smith | 2 | -0/+24 |
2006-05-18 | Add an alsa plugin to output IEC958 frames over S/PDIF | Michael Smith | 6 | -0/+942 |
2006-05-17 | ext/faad/gstfaad.c: Remove unused caps cruft from chain function altogether. | Tim-Philipp Müller | 2 | -14/+11 |
2006-05-17 | ext/faad/gstfaad.c: There's no guarantee that caps was set to something, and ... | Edward Hervey | 2 | -2/+10 |
2006-05-15 | latest changes with additions and removals | Christian Schaller | 2 | -5/+5 |
2006-05-13 | ext/faad/gstfaad.*: If we encounter a decoding error, don't error out immedia... | Young-Ho Cha | 3 | -2/+28 |
2006-05-12 | ext/xvid/gstxvidenc.c: Compile fixes. | Wim Taymans | 2 | -1/+11 |
2006-05-12 | ext/xvid/: xvid plugin to support more capabilities of XviD codec. | Mark Nauwelaerts | 7 | -404/+1478 |
2006-05-11 | put back -no-undefined | Thomas Vander Stichele | 1 | -0/+5 |
2006-05-11 | Changes proposed by Wingo in bug #338818. | Edgard Lima | 19 | -1385/+1570 |
2006-05-11 | gst/qtdemux/qtdemux.c: Figure out the real audio type in mp4a boxes by parsin... | Wim Taymans | 2 | -7/+33 |
2006-05-10 | gst/qtdemux/qtdemux.c: Parse version 2 sample descriptions. | Wim Taymans | 3 | -27/+55 |
2006-05-08 | Fix fourcc name printed out. Patch from Martin Rubli. | Martin Rubli | 3 | -6/+14 |
2006-05-08 | gst/qtdemux/qtdemux.c: Don't cause side effects in a debugging function. | Wim Taymans | 2 | -6/+12 |
2006-05-08 | autogen.sh: libtoolize on Darwin/MacOSX is called glibtoolize | Edward Hervey | 2 | -1/+6 |
2006-05-06 | Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo... | Maciej Katafiasz | 12 | -37/+63 |
2006-05-05 | Some changes proposed by wingo in bug #338818 (but not everything yet). Patch... | Martin Rubli | 12 | -179/+289 |
2006-05-05 | ext/sdl/sdlaudiosink.c: Use (NULL) instead of just NULL in GST_ELEMENT_ERROR ... | Tim-Philipp Müller | 2 | -3/+8 |
2006-05-04 | configure.ac: Back to CVS | Jan Schmidt | 2 | -1/+6 |
2006-05-04 | Really release 0.10.3 this timeRELEASE-0_10_3 | Jan Schmidt | 17 | -17/+17 |
2006-05-04 | Perform version number surgery to correctly release tarballs of 0.10.3 | Jan Schmidt | 2 | -6/+1 |
2006-05-04 | configure.ac: Back to CVS | Jan Schmidt | 2 | -1/+6 |
2006-05-04 | Release 0.10.3 | Jan Schmidt | 22 | -58/+161 |
2006-05-04 | tests/icles/Makefile.am: Fix build. | Julien Moutte | 2 | -0/+5 |
2006-05-03 | Update .po files | Jan Schmidt | 14 | -43/+253 |
2006-05-03 | ext/musicbrainz/Makefile.am: Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/ta... | Tim-Philipp Müller | 2 | -1/+6 |
2006-05-03 | gst/qtdemux/qtdemux.c: Clean up one piece of logic slightly and remove a dead... | Jan Schmidt | 2 | -17/+13 |
2006-05-03 | Everybody loves docs - add docs for musicbrainz plugin. | Tim-Philipp Müller | 8 | -1/+88 |
2006-05-03 | ext/Makefile.am: Add musicbrainz dir to DIST_SUBDIRS as well (fixes distcheck). | Tim-Philipp Müller | 2 | -0/+6 |
2006-05-03 | ext/Makefile.am: Forgot to commit this one. | Tim-Philipp Müller | 2 | -4/+9 |
2006-05-03 | Port MusicBrainz TRM plugin (#336898). | James Doc Livingston | 5 | -261/+231 |
2006-05-03 | ext/faad/gstfaad.c: Fix #334748: use fake_codec_data if the first bytes of th... | Michael Smith | 2 | -6/+52 |
2006-05-02 | Fix get_caps func to work when no framerate is available and the caps isn't s... | Edgard Lima | 2 | -5/+9 |
2006-05-01 | Few improvements to move to good. | Edgard Lima | 7 | -77/+338 |
2006-05-01 | moved to good. Closes #336110 | Thomas Vander Stichele | 14 | -1385/+19 |
2006-04-30 | small cleanups | Thomas Vander Stichele | 2 | -4/+3 |
2006-04-30 | fix docs | Thomas Vander Stichele | 1 | -1/+1 |
2006-04-30 | updated element properties and signals | Thomas Vander Stichele | 2 | -0/+228 |