Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-06 | hdvparse: Link against libm because we use pow(). | Edward Hervey | 1 | -1/+1 | |
2009-06-06 | id3mux: init genre field in ID3v1 tag to an invalid number | Tim-Philipp Müller | 1 | -0/+3 | |
So that it is not interpreted as 'Blues' if no genre is to be written. | |||||
2009-06-06 | id3mux: don't write ID3v1 tag until specifically instructed to do so | Tim-Philipp Müller | 1 | -1/+1 | |
ID3v1 tags are one of the most broken and ill-designed things that exist on this planet. Let's not write them by default. | |||||
2009-06-06 | id3mux: don't write empty ID3v1 tag | Tim-Philipp Müller | 1 | -11/+24 | |
2009-06-06 | id3tag: rename new id3tag element to id3mux replacing the one removed from -ugly | Tim-Philipp Müller | 6 | -64/+64 | |
2009-06-05 | nsf: Fix compiler warning on Solaris. | Jan Schmidt | 1 | -2/+2 | |
A SEC() macro already exists on Solaris, causing warnings about redefining it. | |||||
2009-06-05 | hdvparse: Fix the build on Commander Thaytan's S10SP | Edward Hervey | 1 | -2/+3 | |
2009-06-05 | camerabin: fix link order | Stefan Kost | 1 | -2/+2 | |
Move local version up in the link order. | |||||
2009-06-05 | hdvparse: Emit a GST_MESSAGE_ELEMENT with some goodness in it. | Edward Hervey | 1 | -18/+67 | |
2009-06-05 | mpegvideoparse: Add methods to get names of various values. | Edward Hervey | 1 | -3/+64 | |
2009-06-05 | mpegtsdemux: Fix HDV private stream definition/caps. | Edward Hervey | 2 | -6/+11 | |
2009-06-05 | hdvparse: Rewrite from scratch. Handle both hdv-a and hdv-v | Edward Hervey | 1 | -184/+665 | |
This time we analyze a lot more information. Still need to re-add the message emission. | |||||
2009-06-05 | camerabin: preview image sending optimization | Lasse Laukkanen | 7 | -232/+723 | |
* decouple image capturing from image post-processing and encoding * post image-captured message after image is captured * post preview-image message with snapshot of captured image | |||||
2009-06-05 | camerabin: don't lose post processing element in first reset | Lasse Laukkanen | 1 | -1/+0 | |
2009-06-05 | camerabin: add debug including dot graph writing | Lasse Laukkanen | 3 | -3/+21 | |
2009-06-05 | camerabin: unblock if error occurs during capture | Lasse Laukkanen | 1 | -9/+34 | |
2009-06-05 | camerabin: ignore night mode handling if already in night mode | Lasse Laukkanen | 1 | -8/+12 | |
2009-06-05 | camerabin: stop ongoing capture if changing resolution | Lasse Laukkanen | 1 | -0/+3 | |
2009-06-05 | camerabin: limit the size of video bin queue leading to view finder | Lasse Laukkanen | 1 | -1/+1 | |
We don't want to show old buffers in view finder. | |||||
2009-06-05 | camerabin: don't proxy gst xoverlay interface | Lasse Laukkanen | 4 | -118/+1 | |
Default view finder sink in camerabin is autovideosink which doesn't support xoverlay iface. If application decides to use another sink that supports xoverlay, then it can use the interface directly. | |||||
2009-06-05 | camerabin: allow configuring photography settings when in NULL state | Lasse Laukkanen | 3 | -53/+283 | |
Cache the photography settings if set in NULL state and apply them later | |||||
2009-06-05 | camerabin: crop still image capture frame if necessary | Lasse Laukkanen | 1 | -6/+56 | |
If incoming still image capture frame aspect ratio differs from aspect ratio that application requested, then apply crop to the frame. | |||||
2009-06-05 | output-selector: serialize setting and actual changing of new active pad | Lasse Laukkanen | 1 | -13/+16 | |
2009-06-05 | output-selector: unref latest buffer also when resending has been disabled | Lasse Laukkanen | 1 | -2/+5 | |
2009-06-05 | output-selector: keep ref to buffer for resending only if explicitly requested | Lasse Laukkanen | 1 | -5/+7 | |
2009-06-04 | inputselector: don't leak pads in iterator | Wim Taymans | 1 | -0/+1 | |
2009-06-04 | mpegdemux: Add a GST_MEMDUMP line in the descriptor parsing | Jan Schmidt | 1 | -1/+3 | |
Make it possible to see descriptor contents in the debug output (GST_DEBUG=mpegtsdesc:9), and remove a stray semi-colon. | |||||
2009-06-04 | mpegtsdemux: Avoid passing the custom GST_FLOW_NEED_MORE_DATA upstream | Jan Schmidt | 1 | -5/+6 | |
Don't return GST_FLOW_NEED_MORE_DATA from the chain function at the end of files. | |||||
2009-06-04 | inputselector: Notify when the tags property of the selector sinkpads changes | Sebastian Dröge | 1 | -0/+2 | |
First part of bug #584686. | |||||
2009-06-02 | dvdspu: add missing header to Makefile.am: gstspu-common.h | Christian Schaller | 1 | -1/+1 | |
2009-06-02 | aacparse: fix sample rate extraction from codec data | Tim-Philipp Müller | 1 | -22/+20 | |
In one case we extracted the sample rate index from the codec data and saved it as sample rate rather than getting the real sample rate from the table. Fix that, and also make sure we don't access non-existant table entries by adding a small helper function that guards against out-of-bounds access in case of invalid input data. | |||||
2009-06-02 | aacparse, amrparse: remove bogus gst_pad_fixate_caps() calls | Tim-Philipp Müller | 2 | -2/+0 | |
2009-06-02 | baseparse: propagate return value of GstBaseParse::set_sink_caps() | Tim-Philipp Müller | 3 | -3/+3 | |
gst_base_parse_sink_setcaps() presumably should fail if the subclass returns FALSE from its ::set_sink_caps() function. | |||||
2009-06-02 | baseparse: don't try to GST_LOG an already-freed caps string | Tim-Philipp Müller | 3 | -18/+6 | |
The proper way to log caps is via GST_PTR_FORMAT anyway. | |||||
2009-06-02 | aacparse: set channels and rate on output caps, and keep codec_data | Tim-Philipp Müller | 1 | -7/+17 | |
Create output caps from input caps, so we maintain any fields we might get on the input caps, such as codec_data or rate and channels. Set channels and rate on the output caps if we don't have input caps or they don't contain such fields. We do this partly because we can, but also because some muxers need this information. Tagreadbin will also be happy about this. | |||||
2009-06-01 | gppmux: enhance ftyp brand heuristic. Fixes #584360. | Mark Nauwelaerts | 4 | -4/+57 | |
2009-06-01 | shapewipe: Fix some issues that were exposed by the new unit test | Sebastian Dröge | 1 | -10/+12 | |
2009-06-01 | shapewipe: Add documentation and integrate into the build system | Sebastian Dröge | 1 | -0/+21 | |
2009-05-31 | sdpdemux: include glib.h before checking if G_OS_WIN32 is defined | Tim-Philipp Müller | 1 | -0/+3 | |
2009-05-31 | hdvparse: Setting rank to NONE so it doesn't get picked up by playbin2. | Edward Hervey | 1 | -1/+1 | |
2009-05-31 | hdvparse: Emit application message with the parsed information. | Edward Hervey | 1 | -2/+197 | |
2009-05-31 | hdvparse: New element for parsing private/hdv-a1 streams. | Edward Hervey | 3 | -0/+236 | |
2009-05-29 | shapewipe: Adjust border to still have everything transparent at 1.0 and the ↵ | Sebastian Dröge | 1 | -10/+30 | |
other way around | |||||
2009-05-29 | shapewipe: Divide the border value by two, otherwise we use a twice a wide ↵ | Sebastian Dröge | 1 | -4/+4 | |
border | |||||
2009-05-29 | shapewipe: Add border property to allow smooth borders | Sebastian Dröge | 2 | -5/+40 | |
...and use a border of 0.01 in the example application. | |||||
2009-05-29 | mpegtsdemux: Fix bogus uninitialised variable access | Jan Schmidt | 1 | -2/+1 | |
Typo in the previous commit | |||||
2009-05-29 | mpegtsdemux: Use the ISO 639 language code descriptor to send tags. | Jan Schmidt | 1 | -4/+41 | |
If there is an ISO 639 language descriptor for a stream, send a language code tag so that players can show a meaningful language for the audio and subtitle streams. | |||||
2009-05-29 | shapewipe: Add a simple shapewipe transition filter & example application | Sebastian Dröge | 3 | -0/+877 | |
2009-05-29 | rtpbin: Transform the right session sdes message | Olivier Crête | 1 | -3/+1 | |
Fixes #584165 | |||||
2009-05-29 | Add ssrc to application/x-rtp-source-sdes structure | Olivier Crête | 1 | -1/+2 | |