Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into 0.11 | Wim Taymans | 2012-02-10 | 35 | -160/+310 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ext/chromaprint/gstchromaprint.c ext/mpeg2enc/Makefile.am ext/voaacenc/gstvoaacenc.c gst/dvbsuboverlay/gstdvbsuboverlay.c gst/mpegtsdemux/mpegtsbase.c gst/sdp/gstsdpdemux.c gst/videoparsers/gsth264parse.c sys/d3dvideosink/d3dvideosink.c tests/examples/camerabin/gst-camera-perf.c tests/examples/camerabin/gst-camerabin-test.c tests/examples/camerabin2/gst-camerabin2-test.c tests/examples/mxf/mxfdemux-structure.c tests/examples/scaletempo/demo-main.c | ||||
| * | h264parse: unobfuscate frame parsing code | Mark Nauwelaerts | 2012-02-10 | 2 | -103/+96 |
| | | |||||
| * | camerabin: prevent captures from being lost when switching resolutions | Thiago Santos | 2012-02-06 | 2 | -5/+27 |
| | | | | | | | | | | | | | | | | | | When switching capture caps, camerabin1 resets its state to ready to force a new caps to be negotiated. This causes ongoing captures to be aborted. This commit adds a condition to wait for captures to finish before going to ready state. | ||||
| * | camerabin: Improve debug message about processing counter | Thiago Santos | 2012-02-06 | 1 | -1/+2 |
| | | | | | | | | | | Mention on the logs how many capture operations might have been lost | ||||
| * | rotate: angle is in radians already, do not scale it | Vincent Penquerc'h | 2012-02-04 | 1 | -1/+1 |
| | | | | | | | | | | | | Other plugins use radians, and the angle documentation says radians. https://bugzilla.gnome.org/show_bug.cgi?id=669365 | ||||
| * | rotate: fix description string to match what the element does | Vincent Penquerc'h | 2012-02-04 | 1 | -1/+1 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669365 | ||||
| * | mpegtsdemux: do not emit no-more-pads | Vincent Penquerc'h | 2012-02-03 | 1 | -4/+12 |
| | | | | | | | | | | | | | | Doing so may fix some things, but breaks others (new streams being added in the future). https://bugzilla.gnome.org/show_bug.cgi?id=665814 | ||||
| * | h264parse: decrease passthrough negotiation preference | Mark Nauwelaerts | 2012-02-03 | 1 | -0/+16 |
| | | | | | | | | | | | | | | Also ensure parsing fixed caps when negotiating rather than failing to handle non-fixed list cases. See #668471. | ||||
| * | build: fix CFLAGS order and LIBS order | Tim-Philipp Müller | 2012-02-03 | 4 | -12/+12 |
| | | | | | | | | | | | | _BAD_CFLAGS should always come first, then GST_PLUGINS_BASE_CFLAGS, then GST_BASE_CFLAGS then GST_CFLAGS. Same for libs: first plugins base libs, then GST_BASE_LIB then GST_LIBS. | ||||
| * | mpegpsmux: include specific AAC stream-format in template caps | Vincent Penquerc'h | 2012-02-02 | 1 | -1/+3 |
| | | | | | | | | | | | | This elements seems to support raw and adts AAC. https://bugzilla.gnome.org/show_bug.cgi?id=665394 | ||||
| * | tsdemux: add explicit supported AAC stream-format in template caps | Vincent Penquerc'h | 2012-02-02 | 1 | -3/+7 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=665394 | ||||
| * | mpegtsmux: specify in template caps we only take raw/adts AAC format | Vincent Penquerc'h | 2012-02-02 | 1 | -1/+3 |
| | | | | | | | | | | | | This appears to be what this element supports. https://bugzilla.gnome.org/show_bug.cgi?id=665394 | ||||
| * | mpegdemux: include specific AAC stream-format types in template caps | Vincent Penquerc'h | 2012-02-02 | 2 | -3/+6 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=665394 | ||||
| * | h264parse: disable optimized packetized processing for reverse playback | Mark Nauwelaerts | 2012-02-01 | 2 | -4/+13 |
| | | | | | | | | | | | | | | ... as baseparse then provides whole chunks of data (as it should) at once to be parsed, and so the assumptions used to optimize are no longer valid. Fixes #667560. | ||||
| * | h264parse: also mind SEI position for config data insertion | Mark Nauwelaerts | 2012-02-01 | 2 | -1/+17 |
| | | | | | | | | Fixes #668627. | ||||
| * | h264parse: unbreak optimized packetized NALU collection processing | Mark Nauwelaerts | 2012-02-01 | 2 | -9/+25 |
| | | | | | | | | | | | | | | ... in that it was so optimized it did not consider grouping NALU into AU altogether. Fixes #668627. | ||||
| * | videoparsers: set interlaced field in caps for mpeg2 | Rob Clark | 2012-01-31 | 1 | -0/+3 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=667218 | ||||
| * | mpegtsmux: update after collectpads2 changes | Alessandro Decina | 2012-01-31 | 1 | -22/+1 |
| | | |||||
| * | plenty: fixup glib deprecations | Vincent Penquerc'h | 2012-01-27 | 27 | -8/+82 |
| | | |||||
| * | camerabin: Add viewfinder colorspace conversion to default flags | Thiago Santos | 2012-01-27 | 1 | -2/+3 |
| | | | | | | | | | | This make the default settings more likely to work. If needed, one can optimize by disabling conversions with the flags. | ||||
| * | camerabin2: Removing solved TODO and fixing a typo | Thiago Santos | 2012-01-27 | 1 | -3/+1 |
| | | |||||
* | | h264parse: fix refcount error | Wim Taymans | 2012-02-09 | 1 | -1/+1 |
| | | |||||
* | | Remove legacyh264parse element | Tim-Philipp Müller | 2012-02-08 | 3 | -2923/+0 |
| | | | | | | | | | | | | One h264 parser ought to be enough for anybody. https://bugzilla.gnome.org/show_bug.cgi?id=648002 | ||||
* | | GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING | Wim Taymans | 2012-02-08 | 11 | -33/+33 |
| | | |||||
* | | audiovis: port to 0.11 some more | Wim Taymans | 2012-02-07 | 6 | -64/+45 |
| | | |||||
* | | debugutils: port to 0.11 | Mark Nauwelaerts | 2012-02-02 | 6 | -180/+205 |
| | | |||||
* | | build: ignore GValueArray deprecation warnings for the time being | Tim-Philipp Müller | 2012-02-01 | 2 | -0/+6 |
| | | | | | | | | | | | | | | until this gets sorted out with the GLib folks and we have a viable alternative. https://bugzilla.gnome.org/show_bug.cgi?id=667228 | ||||
* | | adpcmdec: fix up for GstAudioDecoder API change | Tim-Philipp Müller | 2012-02-01 | 1 | -9/+5 |
| | | |||||
* | | update for HEADER flag | Wim Taymans | 2012-01-30 | 1 | -6/+6 |
| | | |||||
* | | rtpmux: Unref non-forwarded events | Olivier Crête | 2012-01-29 | 1 | -4/+8 |
| | | | | | | | | Also, don't unref forwarded ones | ||||
* | | rtpmux: resync iterator on resync | Olivier Crête | 2012-01-28 | 1 | -0/+1 |
| | | |||||
* | | rtpmux: Re-push sticky events on input pad change | Olivier Crête | 2012-01-27 | 2 | -33/+36 |
| | | |||||
* | | dtmf: Use new-style caps | Olivier Crête | 2012-01-27 | 3 | -23/+24 |
| | | |||||
* | | mpegdemux: Don't leak the SCHEDULING query | Sebastian Dröge | 2012-01-27 | 1 | -0/+2 |
| | | |||||
* | | Port mpegdemux to 0.11 | Matej Knopp | 2012-01-27 | 4 | -201/+341 |
| | | |||||
* | | adpcmdec: port to 0.11 | Mark Nauwelaerts | 2012-01-26 | 1 | -8/+12 |
| | | |||||
* | | adpcmenc: port to 0.11 | Mark Nauwelaerts | 2012-01-26 | 2 | -51/+45 |
| | | |||||
* | | autoconvert: port to 0.11 | Olivier Crête | 2012-01-25 | 3 | -485/+245 |
| | | |||||
* | | bayer: Intersect transformed caps with filter | Olivier Crête | 2012-01-25 | 1 | -0/+6 |
| | | |||||
* | | rtpmux: Don't leak gvalue from iterator | Olivier Crête | 2012-01-25 | 1 | -0/+1 |
| | | |||||
* | | more porting | Wim Taymans | 2012-01-25 | 1 | -1/+1 |
| | | |||||
* | | port some more to new memory API | Mark Nauwelaerts | 2012-01-25 | 10 | -103/+119 |
| | | |||||
* | | port to new memory API | Wim Taymans | 2012-01-25 | 18 | -171/+197 |
| | | |||||
* | | Merge branch 'master' into 0.11 | Sebastian Dröge | 2012-01-25 | 31 | -395/+1264 |
|\ \ | |/ | | | | | | | | | | | | | Conflicts: configure.ac ext/kate/gstkateenc.c gst/colorspace/colorspace.c gst/mpegvideoparse/mpegvideoparse.c | ||||
| * | mpegpsdemux: limit the amount of scanning done on duration queries | Alessandro Decina | 2012-01-25 | 1 | -13/+27 |
| | | | | | | | | | | Limit the amount of data scanned when looking for PTSes in duration queries as a failsafe for kinda broken, potentially large files with sparse or no PTSes. | ||||
| * | mpegpsdemux: don't scan for the last PTS if the first wasn't found | Alessandro Decina | 2012-01-25 | 1 | -7/+10 |
| | | |||||
| * | mpegtsdemux: fix frequent deadlock demuxing MPEG TS | Vincent Penquerc'h | 2012-01-23 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | A previous patch to add streams early to fix playback of low bitrate streams causes frequent deadlock of a nature I'm at loss how to fix. I'm not certain whether it's a bug in decodebin2, or in that mpegtsdemux patch. Since it causes a major regression, let it be disabled for now. | ||||
| * | mpegtsdemux: break out when stream identified | Mark Nauwelaerts | 2012-01-23 | 1 | -0/+1 |
| | | |||||
| * | mpegtsdemux: avoid NULL manipulation if invalid input | Mark Nauwelaerts | 2012-01-23 | 1 | -0/+2 |
| | | |||||
| * | mpegdemux: avoid NULL manipulation if invalid input | Mark Nauwelaerts | 2012-01-23 | 1 | -0/+2 |
| | |