Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | various (ext): add missing G_PARAM_STATIC_STRINGS flags | Stefan Kost | 2010-10-19 | 48 | -301/+452 |
| | | | | Canonicalize property names as needed. | ||||
* | videoanalyse: fix copy'n'paste off by one for param spec flags change | Stefan Kost | 2010-10-19 | 1 | -1/+1 |
| | |||||
* | various (gst): add missing G_PARAM_STATIC_STRINGS flags | Stefan Kost | 2010-10-19 | 56 | -206/+312 |
| | | | | Canonicalize property names as needed. | ||||
* | various: wrap property registration and add a single fixme for long desc. | Stefan Kost | 2010-10-19 | 4 | -20/+54 |
| | |||||
* | pnmenc: remove stray " in doc comment | Stefan Kost | 2010-10-19 | 1 | -1/+1 |
| | |||||
* | dtmfsrc: remove DEBUG_FUNCPTR from gobject vmethods | Stefan Kost | 2010-10-19 | 1 | -3/+3 |
| | |||||
* | tests: jifmux: Adds tests for the new tags | Thiago Santos | 2010-10-18 | 1 | -4/+128 |
| | | | | Adds tests for the new exif tags in -base | ||||
* | basevideo: Move common fields/functions to basecodec | David Schleef | 2010-10-15 | 10 | -220/+250 |
| | |||||
* | zbar: Make scanner cache optional | Kaj-Michael Lang | 2010-10-14 | 2 | -5/+23 |
| | |||||
* | photography: actualy use the enum in the vmethods | Stefan Kost | 2010-10-14 | 1 | -2/+2 |
| | | | | | If we introduce a new GstPhotographyNoiseReduction, lets also use it in the vmethods | ||||
* | photography: retab interface struct fields | Stefan Kost | 2010-10-14 | 1 | -26/+26 |
| | |||||
* | Automatic update of common submodule | David Schleef | 2010-10-14 | 1 | -0/+0 |
| | | | | From 5a668bf to 7bbd708 | ||||
* | camerabin: Remove unused entry | Thiago Santos | 2010-10-14 | 1 | -1/+0 |
| | | | | Remove camerabin unused enum entry | ||||
* | photography: Avoid breaking ABI | Thiago Santos | 2010-10-14 | 1 | -5/+6 |
| | | | | Move the newly added functions/fields to the end of the structs | ||||
* | mpegvideoparse: accelerate search for start code | Thijs Vermeir | 2010-10-14 | 1 | -0/+10 |
| | | | | | | | | | As the startcode always starts with 0x000001 some iterations can be skipped if values > 1 are detected. ~ 70% faster on HD video stream. https://bugzilla.gnome.org/show_bug.cgi?id=632130 | ||||
* | ac3parse: properly parse e-ac3 frame header | Mark Nauwelaerts | 2010-10-14 | 1 | -1/+7 |
| | | | | Also add a few debug statements. | ||||
* | faad: reflow opening and closing decoder | Mark Nauwelaerts | 2010-10-14 | 1 | -4/+24 |
| | | | | | | In particular, this reconfigures quite forcefully when renegotiation is needed. Fixes #631501. | ||||
* | qtmux: prevent infinite loop when adjusting framerate | Mark Nauwelaerts | 2010-10-13 | 1 | -0/+3 |
| | | | | Fixes #632070. | ||||
* | tests: jifmux: update tests to the new datetime api | Thiago Santos | 2010-10-13 | 1 | -2/+2 |
| | | | | Update jifmux tests to use new gstdatetime API in core | ||||
* | geometrictransform: Adds rotate element | Thiago Santos | 2010-10-13 | 4 | -0/+319 |
| | | | | | | | Adds a new rotate element to geometrictransform. It still needs some work. But this is a good starting point. Based on patch from Bert Douglas <bertd tplogic com> | ||||
* | flacparse: tweak setting buffer metadata; avoid timestamp jitter | Mark Nauwelaerts | 2010-10-13 | 1 | -3/+4 |
| | | | | Fixes #631993. | ||||
* | faad: cater for renegotiation | Mark Nauwelaerts | 2010-10-12 | 2 | -0/+12 |
| | | | | | | | At least, whenever either stream (e.g. ADTS) or upstream provides necessary info for doing so. Fixes #631501. | ||||
* | aacparse: streamline src caps setting | Mark Nauwelaerts | 2010-10-12 | 2 | -18/+46 |
| | | | | In particular, also set src caps whenever changes in stream warrant doing so. | ||||
* | directdrawsink: port GstXOverlay bits to new API | Tim-Philipp Müller | 2010-10-12 | 1 | -8/+9 |
| | | | | Don't use deprecated API. | ||||
* | faac: adjust unit test to faac modified output | Mark Nauwelaerts | 2010-10-12 | 1 | -1/+1 |
| | |||||
* | checks: remove variables from Makefile.am that aren't set | Tim-Philipp Müller | 2010-10-12 | 1 | -4/+4 |
| | | | | | | | Remove some stuff that was copy'n'pasted from core but doesn't apply here. The following vars aren't set: CHECK_CFLAGS, CHECK_LIBS, GST_OBJ_CFLAGS, GST_OBJ_LIBS, so we may just as well remove them. | ||||
* | examples: Fix compilation with GTK+ 3.0 | Sebastian Dröge | 2010-10-12 | 1 | -2/+5 |
| | |||||
* | flacparse: Adjust unit tests to new flacparse behaviour | Sebastian Dröge | 2010-10-12 | 1 | -0/+23 |
| | | | | | | | | | Garbage after frames is now included in the frames because flacparse has no easy way to detect the real end of a frame. Decoders are expected to everything after the frame because only decoding the bitstream will reveal the real end of the frame. Fixes bug #631814. | ||||
* | flacparse: Don't drop the last frame if it is followed by garbage | Sebastian Dröge | 2010-10-12 | 1 | -5/+10 |
| | | | | See bug #631814. | ||||
* | baseparse: perform bitrate handling and posting after newsegment sending | Mark Nauwelaerts | 2010-10-11 | 1 | -2/+4 |
| | |||||
* | baseparse: immediately post subclass provided bitrate | Mark Nauwelaerts | 2010-10-11 | 1 | -0/+3 |
| | |||||
* | flacparse: fix parsing with unknown framesizes | Mark Nauwelaerts | 2010-10-11 | 1 | -1/+5 |
| | | | | Fixes #631814 (mostly). | ||||
* | faac: handle trailing encoder output | Mark Nauwelaerts | 2010-10-11 | 2 | -8/+13 |
| | |||||
* | switchsrc: Set the GST_ELEMENT_IS_SOURCE flag | Sebastian Dröge | 2010-10-11 | 1 | -0/+4 |
| | |||||
* | dvbsrc: Fix example usage, bandwidth=8 not 8MHz | Damien Lespiau | 2010-10-10 | 1 | -1/+1 |
| | | | | | The bandwidth property is enum that takes the values 8, 7, 6, AUTO not 8MHz. | ||||
* | shm: Add C++ protection | Olivier Crête | 2010-10-08 | 1 | -0/+4 |
| | | | | Add c++ protection in the relevant places | ||||
* | Automatic update of common submodule | David Schleef | 2010-10-08 | 1 | -0/+0 |
| | | | | From c4a8adc to 5a668bf | ||||
* | Automatic update of common submodule | Sebastian Dröge | 2010-10-08 | 1 | -0/+0 |
| | | | | From 5e3c9bf to c4a8adc | ||||
* | flacparse: Simplify frame header parsing by using lookup tables | Sebastian Dröge | 2010-10-07 | 1 | -39/+23 |
| | | | | | | Based on a patch by Felipe Contreras. See bug #631200. | ||||
* | flacparse: Don't parse the complete FLAC frames but only look for valid ↵ | Sebastian Dröge | 2010-10-07 | 2 | -443/+245 |
| | | | | | | | | | | | | | frame headers Thanks to Felipe Contreras for the suggestion. This is partially based on his patches and makes flacparse more than 3.5 times faster. Looking for valid frame headers is unlikely to give false positives because every frame header is at least 9 bytes long, contains a 14 bit sync code and a 8 bit checksum over the first 8 bytes. Fixes bug #631200. | ||||
* | sdpdemux: workaround internal rtspsrc failing state change | Mark Nauwelaerts | 2010-10-07 | 1 | -0/+8 |
| | | | | Fixes #630046. | ||||
* | audioparse: Add support for setting the channel-positions | Sebastian Dröge | 2010-10-07 | 3 | -4/+111 |
| | |||||
* | flacparse: Really post tags only after the initial newsegment event | Sebastian Dröge | 2010-10-06 | 1 | -5/+18 |
| | | | | | | | The first newsegment event will be send by the first call to gst_base_parse_push_buffer() if necessary, posting the tags before that is not a good idea. Instead do it from the GstBaseParse::pre_push_buffer vfunc. | ||||
* | chromahold: Fix hue calculation for red colors | Sebastian Dröge | 2010-10-06 | 1 | -8/+9 |
| | | | | Also make the calculation much more accurate... | ||||
* | chromahold: Make everything greyscale if the target color is grey | Sebastian Dröge | 2010-10-06 | 1 | -2/+2 |
| | |||||
* | chromahold: Add chromahold color effect | Sebastian Dröge | 2010-10-06 | 4 | -6/+553 |
| | | | | | | This effect converts all colors except a single one to grey. The color is selected by an RGB triple and a tolerance for the color matching in hue degree can be specified. | ||||
* | sdpdemux: fix and reflow some exits | Mark Nauwelaerts | 2010-10-05 | 1 | -15/+15 |
| | |||||
* | sdpdemux: error out if no streams found in sdp message | Mark Nauwelaerts | 2010-10-05 | 1 | -0/+17 |
| | |||||
* | sdpdemux: unbreak standard manager setup | Mark Nauwelaerts | 2010-10-05 | 1 | -6/+5 |
| | |||||
* | .gitignore: ignore more unit test binaries | Tim-Philipp Müller | 2010-10-05 | 1 | -0/+3 |
| |