summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-06-19dvbbasebin: Emit an error when we fail reading the channels fileEdward Hervey3-82/+90
2012-06-18dvbsrc: spell-checkFabrizio (Misto) Milo1-1/+1
2012-06-18mpegvideoparse: Spellcheck fixFabrizio (Misto) Milo1-1/+1
2012-06-18dvb: better dvsrc polarity infoFabrizio (Misto) Milo1-4/+7
2012-06-18teletext: Fix initializationEdward Hervey1-2/+3
We always ended up erroring on the first page otherwise
2012-06-18mpegtspacketizer: Don't use GByteArrayEdward Hervey1-17/+27
Using a simple array comes to the same result for a fraction of the cost
2012-06-18mpegtbase: Avoid copying GstStructureEdward Hervey1-20/+11
2012-06-18mpegdesc: Don't allocate/free GstMPEGDescriptorEdward Hervey3-108/+86
Just use static variables
2012-06-16mpegtsmux: remove obsolete struct fieldMark Nauwelaerts2-6/+0
2012-06-16mpegtsmux: add support for DVB subtitle and teletext streamsMark Nauwelaerts6-3/+281
See bug #673582.
2012-06-16mpegtsmux: optionally use fixed-size PES headerMark Nauwelaerts2-0/+11
2012-06-16mpegtsmux: only write PTS and DTS if differentMark Nauwelaerts1-1/+1
2012-06-16mpegtsmux: optionally set data_alignment flag in PES headerMark Nauwelaerts2-1/+6
2012-06-16mpegtsmux: re-enable inadvertent disabled codeMark Nauwelaerts1-2/+2
2012-06-16tests: mpegtsmux: adjust again to modified buffer collect behaviourMark Nauwelaerts1-26/+12
... by effectively reverting previous adjustment.
2012-06-16mpegtsmux: use default CollectPads2 collect heuristicMark Nauwelaerts2-93/+66
... with an appropriately custom buffer clip function to arrange for buffer processing.
2012-06-16mpegtsmux: Fix compiler warningsRaimo Järvi2-2/+2
https://bugzilla.gnome.org/show_bug.cgi?id=678211
2012-06-15d3dvideosink: don't recreate the d3d device if it already existsAndoni Morales Alastruey1-1/+3
2012-06-15opusenc: add missing mutex unlock on error pathVincent Penquerc'h1-1/+3
2012-06-15opus: set author to myself, and update copyright noticesVincent Penquerc'h7-2/+8
because as slomo noted, in fact pretty much all the code in there is mine.
2012-06-15d3dvideosink: don't create new internal windows if we already have oneAndoni Morales Alastruey1-3/+7
2012-06-14rfbsrc: Fix compiling in WindowsRaimo Järvi1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=677724
2012-06-14resindvd: rename the lib from libresindvd to libgstresindvdVincent Penquerc'h1-6/+6
For consistency.
2012-06-14resindvd: guard against not finding some data on a DVDVincent Penquerc'h1-1/+7
May possibly help with a particular DVD. https://bugzilla.gnome.org/show_bug.cgi?id=673118
2012-06-13docs: remove some old plugin introspection filesTim-Philipp Müller5-186/+0
Helps with 'make dist'.
2012-06-11mpegtsmux: sprinkle some more debug cateringMark Nauwelaerts1-3/+4
2012-06-11mpegtsmux: add SPN/PTS indexing capabilitiesMark Nauwelaerts2-4/+97
Based on patch by Andreas Frisch <fraxinas@opendreambox.org> Fixes https://bugzilla.gnome.org/show_bug.cgi?id=644890
2012-06-11mpegtsmux: avoid memcpy due to temporary packet bufferMark Nauwelaerts3-31/+127
... by writing directly into the output buffer instead.
2012-06-11h264parser: do not assert on data input, just returnVincent Penquerc'h1-1/+2
https://bugzilla.gnome.org/show_bug.cgi?id=674069
2012-06-10dvdspu: allow debugging of render and highlight rectangles via environment ↵Tim-Philipp Müller3-4/+27
variable Enable debugging of rectangles via GST_DVD_SPU_DEBUG. https://bugzilla.gnome.org/show_bug.cgi?id=667223
2012-06-10dvdspu: cleanup debug codeRob Clark1-44/+26
Clean up debug code for drawing highlight rects which wasn't even compiling previously. TODO: might be nice if this could be controlled by properties or env variables to make it possible to enable the debug code at runtime. https://bugzilla.gnome.org/show_bug.cgi?id=667223
2012-06-08mpegtsmux: plug leaks when freeing streamMark Nauwelaerts1-0/+12
2012-06-08tests: mpegtsmux: plug some leaksMark Nauwelaerts1-0/+8
2012-06-08Automatic update of common submoduleEdward Hervey1-0/+0
From b811047 to 3baf58a
2012-06-08tests: mpegtsmux: adjust to modified buffer collect behaviourMark Nauwelaerts1-12/+18
2012-06-08tests: mpegvideoparser: adjust to modified APIMark Nauwelaerts1-51/+38
2012-06-07mpegtsmux: drain cached data upon EOSMark Nauwelaerts2-21/+43
2012-06-07mpegtsmux: allow for aligned outputMark Nauwelaerts2-89/+137
... and refactor packet handling some more in the process. Fixes #651805.
2012-06-07mpegtsmux: improve m2ts timestamp interpolationMark Nauwelaerts4-53/+60
* a known PCR should really belong to a packet holding that PCR * interpolation can be extended backward for initial packets (PAT, PMT)
2012-06-07mpegtsmux: tweak output buffer timestampingMark Nauwelaerts1-7/+11
2012-06-07vp8: fix codec state leaksVincent Penquerc'h2-0/+7
I only tested that vp8enc ! vp8dec does not crash, as valgrind does not grok at least one of the instructions used by vp8enc, preventing me from checking a leak, and the lack of one after the patch.
2012-06-07diracenc: fix buffer leakVincent Penquerc'h1-0/+2
2012-06-07diracenc: fix frame leaksVincent Penquerc'h1-0/+2
2012-06-07diracenc: fix codec state leakVincent Penquerc'h1-0/+3
2012-06-07diracenc: fix stray unref causing access to freed memoryVincent Penquerc'h1-1/+0
2012-06-07schroedinger: fix video codec state leaksVincent Penquerc'h2-2/+8
2012-06-06Automatic update of common submoduleEdward Hervey1-0/+0
From b098abb to b811047
2012-06-05mpegtsmux: more header clarifications and remove some redundant fieldsMark Nauwelaerts5-31/+67
2012-06-05mpegtsmux: avoid PID collision for auto-generated PIDMark Nauwelaerts1-3/+7
2012-06-05h264parser: Remove un-needed checks and inline some functionsEdward Hervey1-11/+2
val and nr always exist (&nr, &value) bits is always called smaller than the width Makes parsing 30% faster