Age | Commit message (Expand) | Author | Files | Lines |
2007-07-23 | gst/playback/gstplaybasebin.c: Don't return NULL when querying the stream inf... | Dan Williams | 1 | -0/+2 |
2007-07-23 | gst/playback/gsturidecodebin.c: Init debug category before using it. | Tim-Philipp Müller | 1 | -3/+3 |
2007-07-13 | gst/videorate/gstvideorate.c: Use boilerplate. | Wim Taymans | 1 | -33/+62 |
2007-07-13 | gst/ffmpegcolorspace/gstffmpegcodecmap.c: Fix the r_mask test for RGBA32 on l... | Jan Schmidt | 1 | -6/+6 |
2007-07-12 | gst/videotestsrc/videotestsrc.*: Add alpha to the color struct. | Wim Taymans | 2 | -19/+15 |
2007-07-12 | gst/playback/gstplaybasebin.c: Clear the dynamic pads counter when starting a... | Wim Taymans | 1 | -2/+10 |
2007-07-06 | gst/ffmpegcolorspace/: Add 2 new pixel formats - ABGR32 and ARGB32, which are... | Jan Schmidt | 3 | -26/+178 |
2007-07-03 | gst/adder/gstadder.c: Make getcaps more robust by not using the proxycaps fun... | Wim Taymans | 1 | -1/+36 |
2007-06-29 | gst/audioconvert/audioconvert.c: Include math.h to fix compilation. | Wim Taymans | 1 | -0/+1 |
2007-06-29 | gst/ffmpegcolorspace/gstffmpegcodecmap.c: Add a mapping for YUV format "IYU1"... | Jan Schmidt | 1 | -0/+6 |
2007-06-28 | gst/audioconvert/: Implement dithering and noise shaping in audioconvert. By ... | Sebastian Dröge | 7 | -77/+879 |
2007-06-28 | gst/playback/gstqueue2.c: Use other metrics as well when estimating the buffe... | Wim Taymans | 1 | -7/+7 |
2007-06-28 | gst/playback/gstplaybasebin.c: Small debug improvement. | Wim Taymans | 2 | -9/+26 |
2007-06-28 | gst/playback/gstdecodebin2.c: When creating the groups, allow for a 5 second,... | Wim Taymans | 1 | -3/+29 |
2007-06-23 | ext/ogg/gstoggdemux.c: The chain should be freed if we error out here, else i... | Edward Hervey | 1 | -2/+31 |
2007-06-20 | gst/playback/gstdecodebin2.c: When handling a delayed-caps notification case,... | Wim Taymans | 1 | -2/+6 |
2007-06-16 | gst/playback/gstqueue2.c: Fix compile error from ignored return value. | David Schleef | 1 | -1/+6 |
2007-06-15 | gst/videoscale/vs_4tap.c: Update tmpbuf for all neccesary rows, not just one,... | Michael Smith | 1 | -1/+1 |
2007-06-13 | gst/playback/gstqueue2.c: Fix build on MacOSX. | Edward Hervey | 1 | -1/+1 |
2007-06-12 | gst/playback/gstqueue2.c: Fix a division by zero when the max percent is <= 0... | Wim Taymans | 1 | -6/+9 |
2007-06-11 | gst/playback/gstqueue2.c: Wait for preroll before attempting to forward a dur... | Thiago Sousa Santos | 1 | -9/+50 |
2007-06-07 | gst/playback/gstqueue2.c: Fix compilation. | Wim Taymans | 1 | -3/+3 |
2007-06-06 | gst/playback/gstqueue2.c: Add pull based scheduling and fix some deadlocks. F... | Thiago Sousa Santos | 1 | -3/+113 |
2007-06-06 | Some more fseeko checks. | Wim Taymans | 1 | -3/+10 |
2007-06-05 | gst/subparse/gstsubparse.*: Add support for SubViewer version 1 and 2 subtitl... | Sven Arvidsson | 2 | -4/+106 |
2007-06-05 | gst/audiotestsrc/gstaudiotestsrc.c: Don't overflow intermediate values when s... | Michael Smith | 1 | -3/+6 |
2007-06-05 | gst/playback/gstqueue2.c: Include stdio to define fseeko. | Wim Taymans | 1 | -0/+1 |
2007-06-05 | gst/playback/gsturidecodebin.c: Make sure we name srcpads uniquely even when ... | Wim Taymans | 1 | -10/+48 |
2007-06-05 | gst/playback/gstqueue2.c: Add support for filebased buffering. Fixes #441264. | Thiago Sousa Santos | 1 | -15/+314 |
2007-06-05 | gst/playback/gstdecodebin2.c: Add support for delayed caps fixation when auto... | Wim Taymans | 1 | -28/+89 |
2007-06-05 | gst/tcp/gstmultifdsink.*: Add support for remuve_flush. | Wim Taymans | 2 | -16/+97 |
2007-05-29 | gst/playback/gstplaybasebin.c: Stop buffering when the group is commited beca... | Wim Taymans | 1 | -19/+24 |
2007-05-24 | gst/playback/gstplaybasebin.c: Handle unknown or invalid pads without crashin... | Jan Schmidt | 1 | -14/+26 |
2007-05-24 | gst/playback/gstplaybin.c: Block the subtitle bin output queue before ghostin... | Jan Schmidt | 1 | -2/+18 |
2007-05-21 | Small cleanups. | Wim Taymans | 1 | -0/+1 |
2007-05-18 | gst-libs/gst/audio/gstbaseaudiosink.c | Stefan Kost | 3 | -17/+17 |
2007-05-17 | gst/playback/gstdecodebin2.c: Make decodebin2 autoplug depayloaders too. | Wim Taymans | 2 | -1/+6 |
2007-05-17 | gst/playback/gststreaminfo.c: Ignore video-codec tag for audio streams and ig... | Tim-Philipp Müller | 1 | -2/+4 |
2007-05-17 | gst/playback/gstqueue2.c: Tweak the buffering thresholds a little. | Wim Taymans | 3 | -31/+1147 |
2007-05-17 | gst/playback/gstqueue2.c: fix build. | Wim Taymans | 1 | -3/+3 |
2007-05-17 | gst/playback/: On our way to playbin2 this is the new network queue that does... | Wim Taymans | 2 | -1/+1385 |
2007-05-17 | gst/: Use the segment->last_stop value to calculate the next timestamp to gen... | Michael Smith | 2 | -2/+4 |
2007-05-15 | gst/videotestsrc/videotestsrc.*: Add support for video/x-raw-bayer. | David Schleef | 2 | -65/+127 |
2007-05-11 | gst/typefind/gsttypefindfunctions.c: Consolidate and re-work our mpeg system ... | Jan Schmidt | 1 | -203/+247 |
2007-05-10 | gst/playback/gstplaybasebin.c: Connect to the new queue "pushing" signal inst... | Wim Taymans | 1 | -4/+7 |
2007-05-09 | gst-libs/gst/rtp/gstbasertpaudiopayload.c: Move variable declaration before t... | Sébastien Moutte | 1 | -0/+4 |
2007-05-08 | gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected, gst_adder_cha... | Stefan Kost | 2 | -6/+9 |
2007-05-04 | gst/: gst/audiotestsrc/gstaudiotestsrc.c | Stefan Kost | 4 | -7/+11 |
2007-05-03 | gst/audiorate/gstaudiorate.c: If a buffer doesn't have a timestamp, assume it... | Michael Smith | 1 | -0/+5 |
2007-05-03 | gst/videorate/gstvideorate.c: There is no sensible way to handle incoming buf... | Edward Hervey | 1 | -0/+11 |