summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 0.10.14.2 pre-releaseJan Schmidt2009-10-1238-891/+3457
|
* faad: fixes warning in macosx snow leopardJosep Torra2009-10-121-5/+5
|
* jack: ensure segtotal is at least 2Stefan Kost2009-10-122-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.
* jack: don't crash in ringbuffer with SIGFPE on small buffer-timesStefan Kost2009-10-121-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
* metadata: init variablesStefan Kost2009-10-111-2/+2
| | | | | metadatamux_exif_get_exif_from_tag() does not neccesarily init the passed variables.
* signalprocessor: use the type define like everywhere elseStefan Kost2009-10-111-1/+1
|
* signalprocessort: register debug category just onceStefan Kost2009-10-111-4/+9
| | | | Previously we were trying to register it for every subclass.
* soundtouch: fixes warnings on macosx snow leopardJosep Torra2009-10-112-8/+11
|
* schroedinger: fix warnings on macosx snow leopardJosep Torra2009-10-113-4/+7
|
* metadata: fix warnings in macosx snow leopardJosep Torra2009-10-112-2/+2
|
* mms: fixes warning in macosx snow leopardJosep Torra2009-10-111-2/+3
|
* dirac: fix warning in macosx snow leopardJosep Torra2009-10-111-2/+3
|
* speed: fix warnings in macosx snow leopardJosep Torra2009-10-112-8/+15
|
* mpegvideoparse: fix warning in macosx snow leopardJosep Torra2009-10-111-3/+4
|
* mpegdemux: fix warnings in macosx snow leopardJosep Torra2009-10-112-21/+26
|
* dtmf: fix warnings in macosx snow leopardJosep Torra2009-10-111-2/+3
|
* amrparse: fix warnings in macosx snow leopardJosep Torra2009-10-112-5/+8
|
* aacparse: fix warnings in macosx snow leopardJosep Torra2009-10-112-6/+9
|
* basevideo: fix warnings in macosx snow leopardJosep Torra2009-10-113-15/+18
|
* assrender/dvdspu: Increase ranks to PRIMARYSebastian Dröge2009-10-092-2/+2
|
* dvdspu: Include SubPicture in the classificationSebastian Dröge2009-10-091-1/+1
|
* assrender: Make classification a bit more accurateSebastian Dröge2009-10-091-1/+1
| | | | Change from "Filter/Effect/Video" to "Mixer/Video/Overlay/Subtitle"
* capssetter: add unit testMark Nauwelaerts2009-10-082-0/+229
|
* Automatic update of common submoduleJan Schmidt2009-10-081-0/+0
| | | | From 19fa4f3 to a3e3ce4
* schro: remove unused include of liboil.hDavid Schleef2009-10-071-1/+0
|
* metadata: don't copy trailing NULL of strings in xmp metadataStefan Kost2009-10-071-4/+3
| | | | Also useing g_strdup, fixes the malloc <-> g_free mismatch.
* build: fprintf, sprintf, sscanf need stdio.hStefan Kost2009-10-078-9/+15
|
* tests: Add test for mimic elementsOlivier Crête2009-10-063-1/+88
|
* mimenc: Remove invalid todoOlivier Crête2009-10-061-1/+0
|
* mpegtsparse: Ignore emphasis on/off bytes, and do fallback string encoding.Sebastian Pölsterl2009-10-061-45/+49
| | | | | For fallback, try ISO 8859-9 encoding if ISO 6637 failed. Add more debug calls.
* dirac: various fixesDavid Schleef2009-10-051-21/+32
| | | | | - Work around BaseEncoder bug not tracking frame index early. - Fix conversion of UYVY, YUY2, AYUV to internal format.
* basevideo: Revert "Call GstBaseVideoEncoder::start/stop during pad ↵David Schleef2009-10-051-50/+5
| | | | | | | | | [de]activation." This reverts commit 4c087bcb072dcc9847b11c00123cf93c5e541dcb. The reverted commit changes the order that set_format() and start() are called, which is incorrect. The correct order is set_format(), start(), handle_frame()..., stop()
* basevideo: Free frame using utility functionDavid Schleef2009-10-051-2/+1
|
* diracenc: Fix caps unlinked negotiationJan Schmidt2009-10-051-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.
* schroenc: When the source pad isn't linked, use the pad templateJan Schmidt2009-10-051-0/+5
| | | | | For negotiation, use the source pad pad template when it doesn't have a peer.
* basevideo: Fail if caps don't contain a framerate fieldJan Schmidt2009-10-051-1/+2
| | | | | Return false from the caps parsing function if there is no framerate field in the provided caps
* id3mux: Write UTF-16 byte order marker correctly.Michael Smith2009-10-051-1/+4
|
* schroenc: move caps related code to gst_schro_enc_set_format.Alessandro Decina2009-10-051-35/+33
|
* Depend on gtk-x11 explicitly.Alessandro Decina2009-10-051-1/+1
| | | | Fixes the build on OSX if gtk+-quartz is installed.
* Fix compilation warning with gcc-4.2.Alessandro Decina2009-10-051-1/+1
|
* Add faac test binary to the git ignoresJan Schmidt2009-10-051-0/+1
|
* Use GST_CXXFLAGS and GST_CFLAGS to pull in local gst-libs includes.Jan Schmidt2009-10-052-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.
* Fix CFLAGS and LDFLAGS for dirac/schrodingerJan Schmidt2009-10-052-7/+11
| | | | | Include the local headers and libs before ones outside this module.
* dirac: convert to BaseVideoEncoderDavid Schleef2009-10-023-126/+548
|
* cog: hackingDavid Schleef2009-10-029-505/+728
| | | | | | Add RGB to YCbCr matrixing Add tiny color management system (CMS) for video Add quality level for colorspace
* cog: reset cache instead of returning NULLDavid Schleef2009-10-021-2/+8
| | | | | | Returning NULL makes things crash. Resetting the cache makes things run slow. Still an underlying bug somewhere, but not critical.
* celtdec: Handle lookahead, discontDavid Schleef2009-10-022-0/+22
|
* build: add missing stdlib include to fix the buildStefan Kost2009-10-023-0/+3
|
* Add GstBaseVideoDecoder::set_sink_caps vfunc.Alessandro Decina2009-10-022-5/+6
|
* Call GstBaseVideoDecoder::start/stop during pad [de]activation.Alessandro Decina2009-10-021-7/+48
|