Age | Commit message (Expand) | Author | Files | Lines |
2004-12-29 | give indication of why we segfault | Thomas Vander Stichele | 1 | -0/+5 |
2004-12-29 | configure.ac: Fix indentation, fix v4l2 plugin detection. | Ronald S. Bultje | 3 | -4/+16 |
2004-12-28 | I'm too lazy to comment this | Maciej Katafiasz | 1 | -111/+121 |
2004-12-28 | Merge patch from Ronald fixing problems with streaming text. | Ronald | 1 | -0/+12 |
2004-12-28 | ext/cairo/gsttextoverlay.c: Improvements to actually render text as white on ... | David Schleef | 1 | -0/+12 |
2004-12-26 | fix ogm[audio/video]parse plugin registration (riff won't load if bytestream ... | Stéphane Loeuillet | 1 | -0/+7 |
2004-12-24 | fix for glib < 2.4 | Thomas Vander Stichele | 1 | -0/+5 |
2004-12-24 | disable docs again until it passes make distcheck | Thomas Vander Stichele | 3 | -8/+20 |
2004-12-24 | gst/: Add 3GP (variables name Q3GP because they can't start with a decoder is... | Ronald S. Bultje | 2 | -2/+15 |
2004-12-24 | really fix dist | Thomas Vander Stichele | 2 | -30/+39 |
2004-12-23 | Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1. | Thomas Vander Stichele | 2 | -3/+16 |
2004-12-23 | gst/matroska/matroska-demux.c: Save position, so that queries give proper ret... | Ronald S. Bultje | 1 | -0/+7 |
2004-12-23 | configure.ac: Put additional LAME check inside the conditional. Fixes #152339 | Thomas Vander Stichele | 2 | -8/+20 |
2004-12-23 | gst/avi/gstavidemux.c: Add some more debug. Fix logic error when setting movi... | Ronald S. Bultje | 1 | -0/+7 |
2004-12-23 | gst/avi/gstavidemux.c: Add some debugging. Better detection of broken indexes... | Ronald S. Bultje | 1 | -0/+9 |
2004-12-22 | add -plugins- to all plugin names | Christian Schaller | 1 | -41/+52 |
2004-12-22 | configure.ac: Fix up. | Ronald S. Bultje | 2 | -3/+9 |
2004-12-22 | add documentation to spec file | Christian Schaller | 1 | -0/+1 |
2004-12-22 | Add gstmms | Maciej Katafiasz | 2 | -0/+16 |
2004-12-22 | First commit. To my knowledge should be in working state, playbin is supporte... | Maciej Katafiasz | 6 | -0/+500 |
2004-12-22 | First commit. To my knowledge should be in working state, playbin is supporte... | Maciej Katafiasz | 1 | -0/+0 |
2004-12-22 | sys/sunaudio/gstsunmixer.c: Normalizing the value before setting | Ronald S. Bultje | 2 | -4/+18 |
2004-12-22 | fix build/disting | Christian Schaller | 3 | -0/+33 |
2004-12-22 | gst/playback/gstplaybasebin.c: Revert patch 1.38 as clock distribution over s... | Wim Taymans | 1 | -0/+6 |
2004-12-21 | remove outdated README file of oss directory | Stéphane Loeuillet | 1 | -0/+5 |
2004-12-20 | file Makefile.am was initially added on branch BRANCH-THREADED. | Wim Taymans | 0 | -0/+0 |
2004-12-20 | file colorspace.c was initially added on branch BRANCH-THREADED. | Wim Taymans | 0 | -0/+0 |
2004-12-20 | file queue.c was initially added on branch BRANCH-THREADED. | Wim Taymans | 0 | -0/+0 |
2004-12-20 | Added boilerplate gtk-doc files for plugin-libs documentation. | Stefan Kost | 11 | -1/+449 |
2004-12-19 | fix int and float audio caps in auparse, partially fixes bug #142812 | Stéphane Loeuillet | 1 | -0/+4 |
2004-12-19 | sys/: g_assert() can be a macro, don't use #ifdef inside it. | Ronald S. Bultje | 2 | -3/+11 |
2004-12-19 | gst/videorate/gstvideorate.c: Event handling (fixes #159986). | Ronald S. Bultje | 1 | -0/+9 |
2004-12-19 | gst-libs/gst/riff/riff-media.c: Add BLZ0 (Blizzard's version of DivX) fourcc. | Ronald S. Bultje | 2 | -0/+13 |
2004-12-19 | gst/tta/gstttadec.c: And yet another portability fix. | David Schleef | 2 | -1/+6 |
2004-12-19 | gst/tta/ttadec.h: Disable some header code that isn't used and clearly isn't ... | David Schleef | 2 | -0/+8 |
2004-12-19 | gst/ffmpegcolorspace/imgconvert.c: Fix code to not use GCC extensions (and c9... | David Schleef | 1 | -0/+10 |
2004-12-18 | gst/deinterlace/gstdeinterlace.c: Rowstride fixes. Fixes #161039. | Ronald S. Bultje | 3 | -60/+232 |
2004-12-18 | gst/matroska/matroska-demux.c: That was very stupid. | Ronald S. Bultje | 1 | -0/+5 |
2004-12-18 | gst/matroska/matroska-demux.c: Fix possible crasher. | Ronald S. Bultje | 1 | -0/+6 |
2004-12-18 | gst/matroska/matroska-demux.c: Lace sizes can be zero. | Ronald S. Bultje | 1 | -0/+6 |
2004-12-18 | ext/musepack/gstmusepackdec.cpp: Fetch error return values. Fixes #161624. | Ronald S. Bultje | 4 | -6/+20 |
2004-12-18 | gst/avi/gstavidemux.c: Work for truncated (unfinished download etc.) files. F... | Ronald S. Bultje | 1 | -0/+5 |
2004-12-18 | ext/alsa/gstalsasink.c: Fix for integer overflow. Makes #156001 not crash. Pr... | Ronald S. Bultje | 1 | -0/+6 |
2004-12-17 | gst/ac3parse/gstac3parse.c: Parsers never have ranks. Fixes #159651. | Ronald S. Bultje | 1 | -0/+5 |
2004-12-17 | gst/playback/gstdecodebin.c: make sure the facotries are ordered the same eve... | Benjamin Otte | 1 | -0/+8 |
2004-12-17 | configure.ac: look for musepack headers as musepack/*.h (fixes #159847) | David Schleef | 4 | -7/+11 |
2004-12-16 | gst-libs/gst/riff/riff-read.c: Read extradata correctly (fixes #155879). | Ronald S. Bultje | 2 | -7/+15 |
2004-12-16 | gst/audioscale/gstaudioscale.c: allow passthru of >2 channel audio. does _no... | David Schleef | 1 | -0/+6 |
2004-12-16 | fix mpeg and vob pipelines, others are still borked though | Christian Schaller | 1 | -0/+4 |
2004-12-16 | gst/audioscale/gstaudioscale.c: the resample library only handles 1 or 2 chan... | David Schleef | 1 | -0/+5 |