Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-19 | dvbbasebin: Emit an error when we fail reading the channels file | Edward Hervey | 3 | -82/+90 | |
2012-06-18 | dvbsrc: spell-check | Fabrizio (Misto) Milo | 1 | -1/+1 | |
2012-06-18 | mpegvideoparse: Spellcheck fix | Fabrizio (Misto) Milo | 1 | -1/+1 | |
2012-06-18 | dvb: better dvsrc polarity info | Fabrizio (Misto) Milo | 1 | -4/+7 | |
2012-06-18 | teletext: Fix initialization | Edward Hervey | 1 | -2/+3 | |
We always ended up erroring on the first page otherwise | |||||
2012-06-18 | mpegtspacketizer: Don't use GByteArray | Edward Hervey | 1 | -17/+27 | |
Using a simple array comes to the same result for a fraction of the cost | |||||
2012-06-18 | mpegtbase: Avoid copying GstStructure | Edward Hervey | 1 | -20/+11 | |
2012-06-18 | mpegdesc: Don't allocate/free GstMPEGDescriptor | Edward Hervey | 3 | -108/+86 | |
Just use static variables | |||||
2012-06-16 | mpegtsmux: remove obsolete struct field | Mark Nauwelaerts | 2 | -6/+0 | |
2012-06-16 | mpegtsmux: add support for DVB subtitle and teletext streams | Mark Nauwelaerts | 6 | -3/+281 | |
See bug #673582. | |||||
2012-06-16 | mpegtsmux: optionally use fixed-size PES header | Mark Nauwelaerts | 2 | -0/+11 | |
2012-06-16 | mpegtsmux: only write PTS and DTS if different | Mark Nauwelaerts | 1 | -1/+1 | |
2012-06-16 | mpegtsmux: optionally set data_alignment flag in PES header | Mark Nauwelaerts | 2 | -1/+6 | |
2012-06-16 | mpegtsmux: re-enable inadvertent disabled code | Mark Nauwelaerts | 1 | -2/+2 | |
2012-06-16 | tests: mpegtsmux: adjust again to modified buffer collect behaviour | Mark Nauwelaerts | 1 | -26/+12 | |
... by effectively reverting previous adjustment. | |||||
2012-06-16 | mpegtsmux: use default CollectPads2 collect heuristic | Mark Nauwelaerts | 2 | -93/+66 | |
... with an appropriately custom buffer clip function to arrange for buffer processing. | |||||
2012-06-16 | mpegtsmux: Fix compiler warnings | Raimo Järvi | 2 | -2/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=678211 | |||||
2012-06-15 | d3dvideosink: don't recreate the d3d device if it already exists | Andoni Morales Alastruey | 1 | -1/+3 | |
2012-06-15 | opusenc: add missing mutex unlock on error path | Vincent Penquerc'h | 1 | -1/+3 | |
2012-06-15 | opus: set author to myself, and update copyright notices | Vincent Penquerc'h | 7 | -2/+8 | |
because as slomo noted, in fact pretty much all the code in there is mine. | |||||
2012-06-15 | d3dvideosink: don't create new internal windows if we already have one | Andoni Morales Alastruey | 1 | -3/+7 | |
2012-06-14 | rfbsrc: Fix compiling in Windows | Raimo Järvi | 1 | -1/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=677724 | |||||
2012-06-14 | resindvd: rename the lib from libresindvd to libgstresindvd | Vincent Penquerc'h | 1 | -6/+6 | |
For consistency. | |||||
2012-06-14 | resindvd: guard against not finding some data on a DVD | Vincent Penquerc'h | 1 | -1/+7 | |
May possibly help with a particular DVD. https://bugzilla.gnome.org/show_bug.cgi?id=673118 | |||||
2012-06-13 | docs: remove some old plugin introspection files | Tim-Philipp Müller | 5 | -186/+0 | |
Helps with 'make dist'. | |||||
2012-06-11 | mpegtsmux: sprinkle some more debug catering | Mark Nauwelaerts | 1 | -3/+4 | |
2012-06-11 | mpegtsmux: add SPN/PTS indexing capabilities | Mark Nauwelaerts | 2 | -4/+97 | |
Based on patch by Andreas Frisch <fraxinas@opendreambox.org> Fixes https://bugzilla.gnome.org/show_bug.cgi?id=644890 | |||||
2012-06-11 | mpegtsmux: avoid memcpy due to temporary packet buffer | Mark Nauwelaerts | 3 | -31/+127 | |
... by writing directly into the output buffer instead. | |||||
2012-06-11 | h264parser: do not assert on data input, just return | Vincent Penquerc'h | 1 | -1/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=674069 | |||||
2012-06-10 | dvdspu: allow debugging of render and highlight rectangles via environment ↵ | Tim-Philipp Müller | 3 | -4/+27 | |
variable Enable debugging of rectangles via GST_DVD_SPU_DEBUG. https://bugzilla.gnome.org/show_bug.cgi?id=667223 | |||||
2012-06-10 | dvdspu: cleanup debug code | Rob Clark | 1 | -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-08 | mpegtsmux: plug leaks when freeing stream | Mark Nauwelaerts | 1 | -0/+12 | |
2012-06-08 | tests: mpegtsmux: plug some leaks | Mark Nauwelaerts | 1 | -0/+8 | |
2012-06-08 | Automatic update of common submodule | Edward Hervey | 1 | -0/+0 | |
From b811047 to 3baf58a | |||||
2012-06-08 | tests: mpegtsmux: adjust to modified buffer collect behaviour | Mark Nauwelaerts | 1 | -12/+18 | |
2012-06-08 | tests: mpegvideoparser: adjust to modified API | Mark Nauwelaerts | 1 | -51/+38 | |
2012-06-07 | mpegtsmux: drain cached data upon EOS | Mark Nauwelaerts | 2 | -21/+43 | |
2012-06-07 | mpegtsmux: allow for aligned output | Mark Nauwelaerts | 2 | -89/+137 | |
... and refactor packet handling some more in the process. Fixes #651805. | |||||
2012-06-07 | mpegtsmux: improve m2ts timestamp interpolation | Mark Nauwelaerts | 4 | -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-07 | mpegtsmux: tweak output buffer timestamping | Mark Nauwelaerts | 1 | -7/+11 | |
2012-06-07 | vp8: fix codec state leaks | Vincent Penquerc'h | 2 | -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-07 | diracenc: fix buffer leak | Vincent Penquerc'h | 1 | -0/+2 | |
2012-06-07 | diracenc: fix frame leaks | Vincent Penquerc'h | 1 | -0/+2 | |
2012-06-07 | diracenc: fix codec state leak | Vincent Penquerc'h | 1 | -0/+3 | |
2012-06-07 | diracenc: fix stray unref causing access to freed memory | Vincent Penquerc'h | 1 | -1/+0 | |
2012-06-07 | schroedinger: fix video codec state leaks | Vincent Penquerc'h | 2 | -2/+8 | |
2012-06-06 | Automatic update of common submodule | Edward Hervey | 1 | -0/+0 | |
From b098abb to b811047 | |||||
2012-06-05 | mpegtsmux: more header clarifications and remove some redundant fields | Mark Nauwelaerts | 5 | -31/+67 | |
2012-06-05 | mpegtsmux: avoid PID collision for auto-generated PID | Mark Nauwelaerts | 1 | -3/+7 | |
2012-06-05 | h264parser: Remove un-needed checks and inline some functions | Edward Hervey | 1 | -11/+2 | |
val and nr always exist (&nr, &value) bits is always called smaller than the width Makes parsing 30% faster |