| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Typefinding for TTA files, fixes bug #148711. | Arwed v. Merkatz | 2004-08-25 | 1 | -0/+2 |
* | Send vorbis headers at the beginning of a stream, fixes bug #141554. | Arwed v. Merkatz | 2004-08-25 | 3 | -0/+31 |
* | gst-libs/gst/riff/riff-read.c: fix infinite loop in wavparse, fixes bug | Christophe Fergeau | 2004-08-24 | 1 | -0/+8 |
* | Special case the COMM tag | Iain Holmes | 2004-08-23 | 1 | -0/+6 |
* | ext/ogg/gstoggmux.c: Make sure we never send -1 granulepos. | Wim Taymans | 2004-08-22 | 1 | -0/+6 |
* | ext/ogg/gstoggmux.c: I will accept bitchslappings with non sharp objects. | Wim Taymans | 2004-08-20 | 1 | -0/+6 |
* | configure.ac: Clean up the test for lame presets | Zaheer Abbas Merali | 2004-08-20 | 2 | -4/+6 |
* | Corrected minor errors. | Brian Cameron | 2004-08-19 | 1 | -9/+4 |
* | Only enable lame presets if version of lame has presets in API | Zaheer Abbas Merali | 2004-08-19 | 2 | -2/+17 |
* | gst/udp/gstudpsrc.*: Don't call gst_pad_push in a get function. Fixes #150449 | Jan Schmidt | 2004-08-19 | 3 | -2/+25 |
* | gst/tcp/: Some extra checks in gstfdset. | Wim Taymans | 2004-08-18 | 1 | -0/+17 |
* | gst/tcp/gstfdset.c: Add more locking and bounds checking. | Wim Taymans | 2004-08-18 | 1 | -0/+15 |
* | sys/sunaudio/: Fix caps to handle full range of rates and channels. Make deb... | Balamurali Viswanathan | 2004-08-18 | 1 | -0/+13 |
* | gst/audioscale/gstaudioscale.*: made audioscale resample from any sample rate... | Zaheer Abbas Merali | 2004-08-17 | 1 | -0/+6 |
* | error out on unsupported types | Thomas Vander Stichele | 2004-08-17 | 2 | -1/+7 |
* | Make flacenc work with mono streams by only setting the mid_side and loose_mi... | Iain Holmes | 2004-08-17 | 2 | -2/+11 |
* | ext/theora/theoradec.c: Add a debug line. | Wim Taymans | 2004-08-17 | 1 | -0/+8 |
* | ext/ogg/: Mark delta units in the muxer. | Wim Taymans | 2004-08-17 | 1 | -0/+12 |
* | gst/tcp/gstmultifdsink.*: Added option to send a keyframe to clients as the f... | Wim Taymans | 2004-08-17 | 1 | -0/+10 |
* | fix index comparison | Thomas Vander Stichele | 2004-08-17 | 1 | -0/+10 |
* | gst/tcp/gstfdset.c: Make sure the pollfds are not changed when the poll call ... | Wim Taymans | 2004-08-16 | 1 | -0/+8 |
* | ext/theora/theoraenc.c: Fix bug where buffers were not marked as keyframes co... | Wim Taymans | 2004-08-16 | 1 | -0/+8 |
* | ext/lame/gstlame.c: describe the enum values for vbr mode and presets more ve... | Zaheer Abbas Merali | 2004-08-15 | 1 | -0/+6 |
* | ext/lame/gstlame.*: add preset property to lame so it can use lame presets | Zaheer Abbas Merali | 2004-08-13 | 1 | -0/+9 |
* | ext/lame/gstlame.c: whoops forgot break, thanks teuf | Zaheer Abbas Merali | 2004-08-13 | 1 | -0/+5 |
* | ext/lame/gstlame.*: fix lame's broken vbr stuff, allow it to resample if need... | Zaheer Abbas Merali | 2004-08-13 | 1 | -1/+11 |
* | added translations | Thomas Vander Stichele | 2004-08-13 | 2 | -0/+573 |
* | Updated so it isn't so amazingly out-of-date. Please review. Not sure every... | Brian Cameron | 2004-08-12 | 1 | -29/+130 |
* | ext/lame/gstlame.c: added getcaps function so samplerate doesntget fixated to... | Zaheer Abbas Merali | 2004-08-12 | 1 | -0/+5 |
* | ext/lame/gstlame.c: revert previous fix | Zaheer Abbas Merali | 2004-08-12 | 1 | -0/+5 |
* | sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus checks. Doesn... | Johan Dahlin | 2004-08-12 | 1 | -0/+6 |
* | ext/lame/gstlame.c: made source pad link function check if sinkpad is ok..fix... | Zaheer Abbas Merali | 2004-08-12 | 1 | -0/+6 |
* | fix fixate and link | Thomas Vander Stichele | 2004-08-12 | 1 | -0/+9 |
* | ext/lame/gstlame.c: set default compression ratio paramter to 0.0 so bitrate ... | Zaheer Abbas Merali | 2004-08-12 | 1 | -0/+6 |
* | set origin and package name | Thomas Vander Stichele | 2004-08-12 | 1 | -2/+14 |
* | gst/tcp/gstfdset.c: Fix compile problem on OS/X. | David Schleef | 2004-08-11 | 1 | -0/+4 |
* | gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct before. | David Schleef | 2004-08-11 | 1 | -0/+5 |
* | gst-libs/gst/video/videosink.h: Change copyright block to LGPL. | David Schleef | 2004-08-11 | 1 | -0/+4 |
* | ext/pango/gsttextoverlay.c: Add copyright block and fix plugin license field | David Schleef | 2004-08-11 | 5 | -10/+36 |
* | gst/tcp/: Abstracted away the select call, implemented poll (yes we ran into ... | Wim Taymans | 2004-08-11 | 1 | -0/+34 |
* | improve debugging | Thomas Vander Stichele | 2004-08-11 | 1 | -0/+6 |
* | gst/tcp/: Starting to prepare for specifying buffer time in other units than ... | Wim Taymans | 2004-08-10 | 1 | -0/+15 |
* | gst/tcp/gstmultifdsink.*: Added more debugging info. Changed the way clients ... | Wim Taymans | 2004-08-10 | 1 | -0/+16 |
* | gst/videotestsrc/gstvideotestsrc.c: allow all pixel-aspect-ratios, not just 1:1 | Benjamin Otte | 2004-08-10 | 1 | -0/+5 |
* | sys/glsink/ARB_multitexture.h: Remove old files. | David Schleef | 2004-08-09 | 1 | -0/+13 |
* | GL sink plugin. (Bug #147302) | Gernot Ziegler | 2004-08-09 | 3 | -2/+24 |
* | ext/sdl/sdlvideosink.c: Only allow sane framerates. | David Schleef | 2004-08-09 | 1 | -0/+8 |
* | gst/tcp/gstmultifdsink.c: Do a bit more logging, make the client_read code mo... | Wim Taymans | 2004-08-09 | 1 | -0/+10 |
* | cleanups, debugging and memleak fixes | Thomas Vander Stichele | 2004-08-09 | 3 | -20/+47 |
* | ext/theora/theoradec.c: Don't crash on missing header packets. | Wim Taymans | 2004-08-09 | 1 | -0/+9 |