Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-12 | alsa: do something evil with makefileste-base-0.10.25 | Wim Taymans | 1 | -1/+1 | |
2009-10-12 | playbin: add device property and midi support | Wim Taymans | 4 | -25/+254 | |
Add a device property to decodebin. Shortcut midi output as a raw mimetype. Add device property to playbin. Add property to select the midi output. Make -1 volume impossible to change. Set default audio and video sinks. Use icbtransform for colorspace and scaling. Install midi sink for midi files. Avoid using audioresample/audioconvert/capsfilter | |||||
2009-10-12 | riff: add mp4v as mpeg4 fourcc | Wim Taymans | 1 | -0/+1 | |
2009-10-12 | src/sink: mark unsupported properties | Wim Taymans | 2 | -8/+8 | |
Some properties are not supported in tunneling mode. Put this into the property documentation. | |||||
2009-10-05 | Release 0.10.25 | Jan Schmidt | 41 | -147/+448 | |
2009-10-05 | Update .po files | Jan Schmidt | 32 | -32/+32 | |
2009-10-01 | 0.10.24.4 pre-release | Jan Schmidt | 34 | -490/+541 | |
2009-10-01 | pango: Unpremultiply Cairo's ARGB to match GStreamers ARGB | Sebastian Dröge | 2 | -15/+58 | |
2009-10-01 | playsink: make the lock recursive for now | Wim Taymans | 1 | -6/+6 | |
Fixes #583255 | |||||
2009-10-01 | playsink: fix the vis property getter | Wim Taymans | 1 | -1/+2 | |
2009-09-30 | Add missing file to spec file | Christian F.K. Schaller | 1 | -0/+1 | |
2009-09-17 | cddabasesrc: Fix string leaks in the unit test and a leak in cddabasesrc | Sebastian Dröge | 2 | -9/+13 | |
2009-09-17 | cddabasesrc: ignore URI fragments that look like device paths | Jonathan Matthew | 2 | -2/+63 | |
Rhythmbox uses cdda:// URIs of the form cdda://track#device, which worked before the fix for bug #321532. Also adds a check for negative track numbers and some unit tests for URI parsing. Fixes bug #595454. | |||||
2009-09-17 | 0.10.24.3 pre-release | Jan Schmidt | 33 | -33/+33 | |
2009-09-15 | vorbistag: don't ever return NULL in list of strings. | Michael Smith | 1 | -8/+10 | |
2009-09-14 | playsink: Expose mute,volume,vis-plugin and font-desc properties | Edward Hervey | 1 | -0/+54 | |
https://bugzilla.gnome.org/show_bug.cgi?id=594623 | |||||
2009-09-14 | GstPlaySink: Expose 'reconfigure' as an action signal. | Edward Hervey | 1 | -0/+13 | |
2009-09-14 | GstPlaySink: Expose flags as a gobject property. | Edward Hervey | 1 | -1/+51 | |
2009-09-14 | playback: Register playsink as an element. | Edward Hervey | 3 | -6/+124 | |
This allows using playsink from outside the playback plugin. Add code to be able to request the sink pads using standard GStreamer API. TODO : expose GObject properties/signals. | |||||
2009-09-13 | docs: add new gst_stream_volume_get_type to types file | Stefan Kost | 1 | -0/+2 | |
This is needs to get Gobject features to show up in the docs. | |||||
2009-09-13 | oggdemux: Fix duration calculation for truncated files | David Schleef | 1 | -1/+3 | |
If the last page of a stream has a granulepos of -1, that is, it doesn't complete a packet, we need to continue to search for the last granulepos. | |||||
2009-09-13 | introspection: Build pkgconfig before all libraries and set PKG_CONFIG_PATH | Sebastian Dröge | 14 | -17/+30 | |
This way g-ir-scanner can find the gstreamer-*-0.10 pkg-config files. | |||||
2009-09-12 | theoraenc: Fix a string leak in _getcaps() | Jan Schmidt | 1 | -0/+1 | |
2009-09-12 | 0.10.24.2 pre-release | Jan Schmidt | 35 | -68/+2096 | |
2009-09-11 | check: Improve audioresample test | Jan Schmidt | 1 | -1/+2 | |
Make the audioresample test work with CK_FORK=no, and turn a g_print into a GST_INFO. | |||||
2009-09-11 | videotestsrc: Fix crashes with even widths | Benjamin Otte | 1 | -4/+4 | |
The fix for green lines introduced by commit 35fdfcc6258c66ba462a4330a35deffb0f2b501d caused invalid memory accesses for even widths. This patch fixes it. | |||||
2009-09-11 | playbin2: Implement GstStreamVolume interface | Sebastian Dröge | 1 | -0/+7 | |
2009-09-11 | volume: Implement GstStreamVolume interface | Sebastian Dröge | 4 | -4/+43 | |
2009-09-11 | interfaces: API: Add GstStreamVolume interface | Sebastian Dröge | 7 | -1/+350 | |
Fixes bug #567660. | |||||
2009-09-11 | rtsp: properly fix the HTTP manual mode | Wim Taymans | 1 | -0/+2 | |
When we're not parsing HTTP, return EPARSE when we get an HTTP message. | |||||
2009-09-11 | mixertrack: add READONLY and WRITEONLY flags | Tim-Philipp Müller | 1 | -0/+6 | |
Should really have been READABLE and WRITABLE, but those are hard to add whilst maintaining backwards compatibility. See #343615. API: GST_MIXER_TRACK_READONLY API: GST_MIXER_TRACK_WRITEONLY | |||||
2009-09-11 | ringbuffer: fix build against core that has debugging disabled | Tim-Philipp Müller | 1 | -1/+1 | |
The macro is called GST_DISABLE_GST_DEBUG, not GST_DISABLE_DEBUG. | |||||
2009-09-11 | videorate: Add Since marker for the new skip-to-first property | Sebastian Dröge | 1 | -0/+8 | |
2009-09-11 | videorate: Make videorate work with a live source | Olivier Crête | 2 | -2/+24 | |
Add a property that makes videorate skip to the first buffer it receives instead of padding the stream from segment start to the first real buffer. Fixes bug #567928. | |||||
2009-09-11 | fft: Mark one function as const and add notes that the structs should be ↵ | Sebastian Dröge | 5 | -1/+13 | |
private in 0.11 | |||||
2009-09-10 | ringbuffer: add human readable format names when logging | Stefan Kost | 1 | -2/+63 | |
Add string array with human readable names for format and type to be used in log statements. | |||||
2009-09-10 | basertppay: don't print RTP timestamps as clocktime | Wim Taymans | 1 | -2/+1 | |
Don't try to print the RTP timestamp as a GstClockTime, it's just a guint32. Fixes #594757 | |||||
2009-09-10 | playbin(2): Document that the volume property uses a linear scale | Sebastian Dröge | 2 | -4/+18 | |
Fixes bug #571610. | |||||
2009-09-10 | rtsp: don't return EPARSE | Wim Taymans | 1 | -2/+3 | |
Don't blindly return EPARSE when http mode is disabled. Restore old http mode after temporarily setting it to TRUE. | |||||
2009-09-10 | baseaudiosink: add ugly backward compat hack | Wim Taymans | 1 | -10/+35 | |
Check for pulsesink < 0.10.17 because it includes code that is now included in baseaudiosink. Disable that code in baseaudiosink to be compatible with the older version. | |||||
2009-09-10 | ffmpegcolorspace: Handle YVU9/YUV9 conversion with odd widths | Benjamin Otte | 1 | -0/+4 | |
A green border could be visible when converting to Y444 or RGB, because the last chroma samples weren't copied correctly | |||||
2009-09-10 | videotestsrc: Fix YVU9 and YUV9 | Benjamin Otte | 1 | -8/+10 | |
- Buffer sizes were computed different from ffmpegcolorspace - Green bar on right size for widths not divisable by 4 | |||||
2009-09-10 | videotestsrc: Fix image for odd widths in some formats | Benjamin Otte | 1 | -11/+16 | |
videotestsrc rounds chroma down. This causes it to omit the last chroma value completely for odd widths when the chroma is downsampled. This patch special cases the last pixel to not be rounded down. | |||||
2009-09-10 | oggdemux: Handle kate and cmml as sparse streams too | Sebastian Dröge | 1 | -1/+7 | |
2009-09-10 | oggdemux: Better handling of sparse streams by sending segment updates | Tim-Philipp Müller | 2 | -1/+54 | |
Fixes bug #397419. | |||||
2009-09-10 | docs: tell a biit more about uri-decodebin and buffering | Stefan Kost | 1 | -3/+4 | |
2009-09-09 | baseaudiosink: take clock time in setcaps | Wim Taymans | 1 | -0/+6 | |
Take the time of the clock so that the last_time field is set. This is important for sinks that restart their internal ringbuffer after a caps change and need to know the last know position. | |||||
2009-09-09 | audioclock: add some more debug | Wim Taymans | 1 | -2/+9 | |
2009-09-09 | theoraenc: Print a debug message with supported formats | Sebastian Dröge | 1 | -0/+1 | |
2009-09-09 | theora: Check supported input formats in getcaps function | Benjamin Otte | 1 | -0/+69 | |
We want to fail early when an older libtheora release is used that does not support Y444 or Y42B formats, so use a getcaps function that does this. |