Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-14 | outputselector: do the pad_alloc for the pad that is pending and have a fallback | Stefan Kost | 1 | -3/+10 | |
We should do the pad_alloc for the pending pad if any, as we will switch to that pad on next _chain() call. Also do a fallback alloc, if there is no output yet to not fail state transitions in dynamic pipelines. | |||||
2009-06-11 | win32: Bump win32 config.h version number too | Jan Schmidt | 1 | -1/+1 | |
2009-06-10 | 0.10.12.3 pre-release | Jan Schmidt | 35 | -34/+351 | |
2009-06-07 | Added base libs to debug utils makefile | LRN | 1 | -1/+1 | |
Fixes #585015 | |||||
2009-06-07 | tests/metadata: Don't try tags we can't handle. Fixes #584945 | Edward Hervey | 1 | -0/+6 | |
2009-06-06 | hdvparse: Link against libm because we use pow(). | Edward Hervey | 1 | -1/+1 | |
2009-06-06 | examples: Don't build the mxf example if GTK isn't present. | Jan Schmidt | 1 | -2/+2 | |
2009-06-06 | apexsink: Fix compiler warnings | Jan Schmidt | 2 | -7/+31 | |
Fix compile warnings on solaris from bzero not being declared (use memset instead), and strict-aliasing warnings (use a temporary variable). | |||||
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 | 7 | -65/+65 | |
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 | gitignore: Ignore shapewipe unit test binary | Jan Schmidt | 1 | -0/+1 | |
2009-06-05 | Moved 'x264enc' from -bad to -ugly | Jan Schmidt | 13 | -1593/+1 | |
2009-06-05 | camerabin: fix link order | Stefan Kost | 2 | -5/+6 | |
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 | celtenc: correct framesize range | Wim Taymans | 1 | -3/+3 | |
A CELT framesize can be between 64 and 512 samples. Fix a typo in the bitrate property description. | |||||
2009-06-05 | camerabin: preview image sending optimization | Lasse Laukkanen | 8 | -313/+827 | |
* 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 | photography: add functions to set/get all settings with one call | Lasse Laukkanen | 2 | -0/+61 | |
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 | docs: add inspect files for new plugins | Tim-Philipp Müller | 3 | -0/+102 | |
2009-06-05 | docs: fix build of plugin docs by updating inspect templates | Tim-Philipp Müller | 7 | -12/+26 | |
The xml inspect data of the debugutilsbad plugin didn't contain the data for the fpsdisplaysink element (someone probably ran 'make udpate' in docs/plugins with the old libgstfpsdisplaysink.so from before the rename still around). | |||||
2009-06-05 | Revert "docs: add doc file fro new plugin" | Tim-Philipp Müller | 1 | -57/+0 | |
This reverts commit 039ef3eb072555b7ca38fc351ca386bb680ccccc. We don't track the stuff in xml/ in git. | |||||
2009-06-05 | docs: add doc file fro new plugin | Stefan Kost | 1 | -0/+57 | |
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-04 | shapewipe: Increase timeout of the unit test | Sebastian Dröge | 1 | -0/+1 | |
2009-06-03 | Bump core/base requirements to released versions | Tim-Philipp Müller | 1 | -2/+2 | |
2009-06-02 | add two new plugins to spec file | Christian Schaller | 1 | -0/+2 | |
2009-06-02 | dvdspu: add missing header to Makefile.am: gstspu-common.h | Christian Schaller | 1 | -1/+1 | |
2009-06-02 | dirac: use GST_CXXFLAGS instead of GST_CFLAGS for c++ compilers | Tim-Philipp Müller | 1 | -1/+1 | |
Fixes compiler message about passing -Wdeclaration-after-statement to the C++ compiler. | |||||
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. |