summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* test: port schroenc unit testWim Taymans2012-02-221-13/+18
|
* schro: Port to 0.11Edward Hervey2012-02-225-145/+142
| | | | | Works with some sample files. There seems to be some timestamping issue though, but the 0.10 version also complains about that too.
* update for new memory apiWim Taymans2012-02-221-2/+2
|
* video: More documentationEdward Hervey2012-02-212-3/+32
|
* basevideocodec: Document structuresEdward Hervey2012-02-211-1/+55
|
* Merge branch 'master' into 0.11Wim Taymans2012-02-212-11/+76
|\ | | | | | | | | Conflicts: gst/colorspace/colorspace.c
| * colorspace: Fix v210 writing out of boundsDavid Schleef2012-02-201-2/+2
| |
| * schroenc: remove GST_ERRORDavid Schleef2012-02-201-1/+0
| |
| * gst-project-maker: Create tools, pass make distcheckDavid Schleef2012-02-201-10/+76
| | | | | | | | | | | | | | Create a tools directory for an application. Add source code stubs to allow the project to compile and pass make distcheck. Add notes in source code to tell the user how to create plugin or app code using the other -maker scripts.
* | Fix compiler warningsMatej Knopp2012-02-203-3/+5
| |
* | Merge branch 'master' into 0.11Wim Taymans2012-02-2012-44/+409
|\ \ | |/ | | | | | | | | Conflicts: ext/opus/gstopusparse.c gst/colorspace/colorspace.c
| * decklink: Add $(GST_PLUGINS_BASE_CFLAGS) and $(GST_PLUGINS_BASE_LIBS) to fix ↵Sebastian Dröge2012-02-201-0/+2
| | | | | | | | the build
| * gst-project-maker: Create autotools projectDavid Schleef2012-02-191-0/+324
| | | | | | | | | | | | | | This is a replacement for gst-template that creates an entire autotools project (customized to package name), and populates it with the source for a GStreamer plugin (but no plugin features, those come from gst-element-maker). Fixes: #665727.
| * printf format fixesDavid Schleef2012-02-192-3/+4
| |
| * colorspace: clamp intermediates when ditheringDavid Schleef2012-02-191-3/+11
| |
| * decklink: Add 10-bit supportDavid Schleef2012-02-184-3/+18
| |
| * schro: Add RGB supportDavid Schleef2012-02-173-35/+39
| | | | | | | | | | | | | | This uses the automatic YCoCg conversion inside Schroedinger to encode/decode RGB. Only works in intra-only mode, similar to 10- and 16-bit, since RGB is technically a >8-bit format for Dirac purposes. This depends on schroedinger-1.0.12, which is unreleased.
| * mpegtsdemux: Not apply various time the same PMT to a program when repeteadThibault Saunier2012-02-171-3/+17
| | | | | | | | | | | | Sometimes their are several times the same PMT applying to a same program in a stream, tsdemux was totally baffled when this was happening, we now keep the one we already applied so it works properly.
| * tsdemux: fix glib deprecationThibault Saunier2012-02-171-0/+5
| |
* | dvdspu should forward video caps eventMatej Knopp2012-02-201-1/+4
| |
* | Add latest files to specChristian Fredrik Kalager Schaller2012-02-201-12/+13
| |
* | glib-compat-private.h to distWim Taymans2012-02-201-1/+1
| |
* | win32: back to developmentWim Taymans2012-02-181-2/+2
| |
* | back to developmentWim Taymans2012-02-171-1/+1
| |
* | RELEASE 0.11.1RELEASE-0.11.1Wim Taymans2012-02-1781-5589/+14319
| |
* | Merge branch 'master' into 0.11Wim Taymans2012-02-171-1/+7
|\ \ | |/
| * wrappercamerabinsrc: Put source to null when resetting capsThiago Santos2012-02-161-1/+7
| | | | | | | | | | | | | | | | It seems that v4l2src isn't happy when switching formats on ready state, it works when putting it to NULL. Keep this workaround in wrappercamerabinsrc while v4l2src isn't fixed. Fixes #849832
* | Merge branch 'master' into 0.11Wim Taymans2012-02-166-71/+83
|\ \ | |/ | | | | | | | | | | | | Conflicts: gst/mpegtsdemux/mpegtsbase.c gst/mpegtsdemux/mpegtspacketizer.c gst/mpegtsdemux/tsdemux.c gst/mve/gstmvedemux.c
| * wrappercamerabinsrc: Put source in NULL when it fails changing stateThiago Santos2012-02-161-1/+4
| | | | | | | | | | | | When source is being reset to change caps, check the return of the state syncing function to avoid leaving the source in an unconsistent state.
| * mve: don't return a boolean for a GstFlowReturnTim-Philipp Müller2012-02-161-8/+5
| | | | | | | | fixes playback.
| * tsdemux: Avoid throwing FLOW_ERROR on last PCR processing errorThibault Saunier2012-02-151-3/+7
| | | | | | | | | | In the case of scanning last pcr, errors are not critical, so we keep the stream flowing.
| * tsdemux: Add AAC latm supportThibault Saunier2012-02-152-9/+14
| |
| * tsdemux: Minor refactoring/code cleaningThibault Saunier2012-02-153-58/+58
| | | | | | | | ... add some debugging symbols in the mean time.
* | h264parse: remove _chain hackMark Nauwelaerts2012-02-152-135/+109
| | | | | | | | | | | | | | | | | | As we can now rely upon being passed upstream delineated data in ::handle_frame(), the latter can also parse avc formatted data without having to intercept baseparse's chain function. While this evidently requires 2 separate parsing paths, each can be streamlined accordingly.
* | videoparsers: adjust to standardized baseparse frame state trackingMark Nauwelaerts2012-02-153-18/+3
| |
* | Merge branch 'master' into 0.11Mark Nauwelaerts2012-02-152-6/+4
|\ \ | |/
| * codecparsers: h264: fix SEI parsingJonas Larsson2012-02-151-4/+2
| | | | | | | | | | | | ... in the presence of emulation_prevention_three_byte. Fixes #668381.
| * h264parse: use proper NALU offset for config data insertionMark Nauwelaerts2012-02-151-2/+2
| | | | | | | | | | ... which has to be the position of the start code, which is almost always but need not be 4 bytes.
* | h263parse: fix compilationWim Taymans2012-02-151-0/+1
| |
* | videoparsers: don't leak eventWim Taymans2012-02-152-0/+2
| | | | | | | | Unref the event when we don't chain up to the parent
* | videoparsers: chain up to parent event handlerWim Taymans2012-02-155-102/+78
| | | | | | | | | | Chain up to the parent event handler to get the default behaviour instead of returning FALSE.
* | Merge branch 'master' into 0.11Wim Taymans2012-02-142-5/+6
|\ \ | |/
| * directdrawsink: Fix warnings on 64 bit mingw-w64Raimo Järvi2012-02-141-2/+2
| | | | | | | | | | | | | | gstdirectdrawsink.c:1561:24: error: assignment from incompatible pointer type gstdirectdrawsink.c:2028:3: error: format '%d' expects type 'int', but argument 8 has type 'size_t' https://bugzilla.gnome.org/show_bug.cgi?id=657522
| * mpegtsmux: Trivial bug fix. Don't copy data from an uninited buffer.Jan Schmidt2012-02-131-3/+4
| |
* | videoparsers: adjust to modified baseparse APIMark Nauwelaerts2012-02-135-133/+111
| |
* | pcapparse: adjust to modified baseparse APIMark Nauwelaerts2012-02-131-30/+22
| |
* | h264parse: fixup mergeMark Nauwelaerts2012-02-131-1/+1
| |
* | tests: h264parse: _unmap buffer upon exitMark Nauwelaerts2012-02-131-1/+3
| |
* | multifdsink: refactored in -baseThomas Vander Stichele2012-02-127-3267/+0
| |
* | h264parse: report after mergeWim Taymans2012-02-101-3/+3
| |