summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Collapse)AuthorFilesLines
2009-10-12faad: fixes warning in macosx snow leopardJosep Torra1-5/+5
2009-10-12jack: ensure segtotal is at least 2Stefan Kost2-7/+13
Not only adjust buffer-time and avoid segtotal=0, but instead ensure segtotal is atleast 2. Do same change on jacksrc. We could also check the latency and buffer time configured by the client and adjust buffer-time so that we get to the same number of segments.
2009-10-12jack: don't crash in ringbuffer with SIGFPE on small buffer-timesStefan Kost1-4/+14
Jack overrides user-specified latency-time with the one it gets from jack itself. It also needs to adjust buffer-time somewhat to avoid segtotal being 0
2009-10-11metadata: init variablesStefan Kost1-2/+2
metadatamux_exif_get_exif_from_tag() does not neccesarily init the passed variables.
2009-10-11soundtouch: fixes warnings on macosx snow leopardJosep Torra2-8/+11
2009-10-11schroedinger: fix warnings on macosx snow leopardJosep Torra3-4/+7
2009-10-11metadata: fix warnings in macosx snow leopardJosep Torra2-2/+2
2009-10-11mms: fixes warning in macosx snow leopardJosep Torra1-2/+3
2009-10-11dirac: fix warning in macosx snow leopardJosep Torra1-2/+3
2009-10-09assrender/dvdspu: Increase ranks to PRIMARYSebastian Dröge1-1/+1
2009-10-09assrender: Make classification a bit more accurateSebastian Dröge1-1/+1
Change from "Filter/Effect/Video" to "Mixer/Video/Overlay/Subtitle"
2009-10-07schro: remove unused include of liboil.hDavid Schleef1-1/+0
2009-10-07metadata: don't copy trailing NULL of strings in xmp metadataStefan Kost1-4/+3
Also useing g_strdup, fixes the malloc <-> g_free mismatch.
2009-10-07build: fprintf, sprintf, sscanf need stdio.hStefan Kost4-0/+4
2009-10-06mimenc: Remove invalid todoOlivier Crête1-1/+0
2009-10-05dirac: various fixesDavid Schleef1-21/+32
- Work around BaseEncoder bug not tracking frame index early. - Fix conversion of UYVY, YUY2, AYUV to internal format.
2009-10-05diracenc: Fix caps unlinked negotiationJan Schmidt1-54/+63
move caps related code to gst_dirac_enc_set_format, and use the source pad template to get allowed caps when there is no peer pad.
2009-10-05schroenc: When the source pad isn't linked, use the pad templateJan Schmidt1-0/+5
For negotiation, use the source pad pad template when it doesn't have a peer.
2009-10-05schroenc: move caps related code to gst_schro_enc_set_format.Alessandro Decina1-35/+33
2009-10-05Use GST_CXXFLAGS and GST_CFLAGS to pull in local gst-libs includes.Jan Schmidt2-4/+3
Move the GST_CXXFLAGS and GST_CFLAGS to the start of the includes set to pull in the local gst-libs from there first, instead of listing it explicitly.
2009-10-05Fix CFLAGS and LDFLAGS for dirac/schrodingerJan Schmidt2-7/+11
Include the local headers and libs before ones outside this module.
2009-10-02dirac: convert to BaseVideoEncoderDavid Schleef2-126/+532
2009-10-02cog: hackingDavid Schleef9-505/+728
Add RGB to YCbCr matrixing Add tiny color management system (CMS) for video Add quality level for colorspace
2009-10-02cog: reset cache instead of returning NULLDavid Schleef1-2/+8
Returning NULL makes things crash. Resetting the cache makes things run slow. Still an underlying bug somewhere, but not critical.
2009-10-02celtdec: Handle lookahead, discontDavid Schleef2-0/+22
2009-10-02build: add missing stdlib include to fix the buildStefan Kost1-0/+1
2009-10-02Fix schroenc for refcount change in GstBaseVideoEncoder.Alessandro Decina1-1/+1
2009-10-02Make gst_schro_enc_handle_frame return GstFlowReturn.Alessandro Decina1-2/+2
2009-10-02zbar: post a message instead of printing the code to stdoutStefan Kost2-6/+59
Docment the message format that we sent. Add a property to turn message sending off.
2009-10-02zbar: cleanupsStefan Kost1-15/+33
Use start/stop to manage the cache. Few code cleanups and comments.
2009-10-02zbar: add new plugin to the build here tooStefan Kost1-2/+10
2009-10-01zbar: wrap zbar library as a image analyzerStefan Kost3-0/+351
zbar is a bar code scanner library.
2009-10-01metadata: change XMP location tags to start with capitalsTommi Myöhänen1-2/+2
2009-10-01resindvdbin: If no suitable audio decoder is found play the DVD without audioSebastian Dröge2-3/+36
2009-10-01resindvdbin: Also post missing element messages if any other element is missingSebastian Dröge1-0/+2
2009-10-01resindvdbin: Post missing decoder messages if one is missingSebastian Dröge2-1/+15
For video this is an error, for audio only a warning.
2009-10-01resindvdbin: Use the new video decoderSebastian Dröge1-31/+4
This makes resindvdbin work with other MPEG video decoders than mpeg2dec, for example the FFMPEG or Fluendo MPEG decoders.
2009-10-01resindvdbin: Rename filesSebastian Dröge4-4/+4
2009-10-01resindvdbin: Refactor audio decoder and add a (MPEG) video decoderSebastian Dröge2-114/+246
2009-10-01rsnaudiodec: Get desired sink caps from the pad templateSebastian Dröge1-5/+6
2009-10-01rsvg: Unpremultiply Cairo's ARGB to match GStreamer'sSebastian Dröge1-0/+34
2009-09-30resindvdbin: Create external srcpads from the static pad templatesSebastian Dröge1-8/+14
2009-09-26resindvdbin: Use gst_caps_can_intersect() because it's fasterSebastian Dröge1-3/+1
2009-09-26rsnaudiodec: Use ghost pads and always forward application/x-gst-dvd events ↵Sebastian Dröge2-253/+52
immediately Fixes bug #582779.
2009-09-26resindvdbin: Use autoconvert in rsnaudiodec and build a list of possible ↵Jan Schmidt2-9/+149
decoders Partially fixes bug #582779.
2009-09-25rsnstreamselector: Use new single object iterator for the internally linked padsSebastian Dröge1-58/+6
This prevents an ugly deadlock.
2009-09-25resindvdbin: Don't block the external ghost pads but only their targetsSebastian Dröge2-20/+58
2009-09-24cog: use BUILT_SOURCES instead of temp libraryDavid Schleef1-7/+4
2009-09-22Revert "LV2 preset support."Stefan Kost2-171/+16
This reverts commit c95f59cd2dc129899b37fecaa52c89db3d8a5ef8.
2009-09-22Revert "Fix property index when setting preset."Stefan Kost1-1/+1
This reverts commit 0a6b22b1917af8a89db1981a0f5df3dcee78b1dd.