summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Collapse)AuthorFilesLines
2009-05-16Moved 'y4menc' from -bad to -goodJan Schmidt4-561/+0
2009-05-15[qtmux] Fixes segfault when adding a blob as first tag.Thiago Santos1-7/+5
Moves tags data initialization to the function that actually appends the tags to the list. Fixes #582702 Also fixes some style caught by the pre-commit hook.
2009-05-15mxfdemux: Use a RW lock to protect metadata and add all pads at once without ↵Sebastian Dröge2-70/+93
a lock held This makes it possible, among other things, to do a query in the pad-added callback. Fixes bug #582656.
2009-05-14dvdspu: Push update frame, if any, when entering stills.Jan Schmidt1-0/+7
When entering a still frame generates an updated buffer, make sure to push it out, otherwise we may not put a frame onscreen with a rendered button, causing raciness as to whether buttons get drawn or not when jumping back to the menu on some discs.
2009-05-13y4menc: change my emailWim Taymans1-1/+1
change my email to something more current See #580783
2009-05-13y4menc: don't strip timestampsWim Taymans1-2/+6
Fixes #582483
2009-05-13Moved 'deinterlace2' from -bad to -goodSebastian Dröge41-8726/+0
And remove old deinterlace plugin as deinterlace2 will be called deinterlace in -good.
2009-05-12Moved 'flv' from -bad to -goodSebastian Dröge7-3916/+0
2009-05-11dvdspu: Make the debugging output a bit clearer.Jan Schmidt1-5/+10
Display more info about custom DVD events in the debug messages.
2009-05-11dvdspu: Always push a frame at the start of a still frame, and fix a leak.Jan Schmidt1-10/+24
Make sure to push the frame for a still frame, with discont = true and timestamp=none, so that it gets displayed by the sink. Also, don't leak each rendered video frame during still menus.
2009-05-11dvdspu: Add a guard when we don't have any subpicture buffer to renderJan Schmidt1-0/+2
2009-05-11mpegtsdemux: Protect bitrate estimation against bogus values.Edward Hervey2-5/+18
If the estimated bitrate is lower than 188 bytes, there's most likely something completely wrong with the two samples. If that happens, force recalculation. Use guint64 for observation PCR, I saw cases where it would overflow.
2009-05-11mpegtsdemux: Only take PCR from the active stream for bitrate estimation.Edward Hervey1-6/+13
2009-05-11mpegtsdemux: Change debugging levels for very frequent messages.Edward Hervey1-14/+16
This allows debugging with mpegtsdemux:4 while being able to track what's going on (and avoid taking up as much cpu for debugging as for the actual demuxing process).
2009-05-11mpegtsdemux: Revert indentation and comment header file.Edward Hervey1-93/+98
One shouldn't run gst-indent on .h files, in this case it was un-beautifying the indentation :)
2009-05-10gppmux: Add MPEG-4 part 2 to supported formats. Fixes #581593.Mark Nauwelaerts1-1/+1
2009-05-10mxfmux: Fix uninitialized variable compiler warningTristan Matthews1-1/+3
This will always be set to something but gcc didn't detect this. Fixes bug #582013.
2009-05-09mxfmux: Write metadata items in reference orderSebastian Dröge2-23/+76
This ensures that the metadata items are always written in the same order and that first comes the preface, then the identification linked from the preface, ... Some demuxers can't handle files where the metadata items are in random order.
2009-05-09mxfmux: Fix EOS logic againSebastian Dröge1-2/+3
2009-05-09mxfmux: Don't unref NULL buffers if pushing a buffer after the first failedSebastian Dröge1-1/+1
2009-05-08mpegtsdemux: Add initial naive seeking support and fix duration query.Zaheer Merali2-117/+341
Sync from gst-fluendo-mpegdemux and have seeking/duration query improvements in. No support however for wrapped around pcrs etc. but a start nonetheless. Also fix indentation issues.
2009-05-08deinterlace2: Add a disabled mode for passthrough operationSebastian Dröge2-12/+21
Also allow to change the mode in PAUSED and PLAYING by updating the caps if necessary.
2009-05-07Add ranks to various muxers and encoders in -badChristian Schaller3-3/+4
2009-05-05mpeg4videoparse: don't leak the config dataArnout Vandecappelle1-0/+8
Clear the config data when going to READY or when disposed. Fixes #581427
2009-05-05rtpssrcdemux: drop unexpected RTCP packetsWim Taymans1-1/+7
We usually only get SR packets in our chain function but if an invalid packet contains the SR packet after the RR packet, we must not fail but simply ignore the malformed packet. Fixes #581375
2009-05-04mpegtsparse: Remember pids that are meant to be stream pids.Zaheer Abbas Merali2-0/+15
Fixes #569781
2009-05-03mpegtsparse: Ignore subtable extension when parsing PATVincent Genieux3-5/+23
Fixes #569673.
2009-05-03mpegtsparse: make safe changing the program-numbers property dynamicallyVincent Genieux2-24/+25
Fixes #569437.
2009-05-03baseparse: fix (regression in) newsegment handlingMark Nauwelaerts3-42/+24
(aacparse, amrparse, flacparse). Fixes #580133.
2009-05-01docs: make fpsdisplaysink show up in the docsTim-Philipp Müller1-1/+1
2009-05-01fpsdisplaysink: move private struct into plugin struct and use Gst namespaceTim-Philipp Müller2-138/+124
2009-05-01fpsdisplaysink: rename plugin (not element) to debugutilsbadTim-Philipp Müller3-22/+48
Makes it easier to add further utils here without creating yet another plugin.
2009-04-30qtmux: changes caps of src pads to video/quicktime, variant=somethingThiago Santos1-3/+4
Take a look at bug #580005 for further info.
2009-04-30fpsdisplaysink: init variable to NULL to avoid compiler warningTristan Matthews1-1/+1
Fixes #580901.
2009-04-30dvdspu: do some basic clippingWim Taymans2-13/+54
Add some basic clipping of the subtitle region when the subtitle is bigger than the image we should put it on.
2009-04-30dvdspu: don't EOS when the subtitle got EOSWim Taymans1-0/+6
Don't forward the EOS on the subtitle pad as the video might still be running.
2009-04-30fpsdisplay: code cleanup and plug overlay as neededStefan Kost1-28/+57
Pluggin the text-ovelay causes some slowdowns and might need a colorspace converter. We now only check the text-overlay property whne goint to ready and plug or unplug the text-overlay at that time. If the property changes during playing, its not switched immediately.
2009-04-29flvmux: init variable to NULL to fix compiler warningTristan Matthews1-1/+1
Fixes #580786.
2009-04-29flv: Set/require the framed/parsed fields of the audio/mpeg caps to TRUESebastian Dröge2-3/+3
2009-04-29flv: Always write at least the minimal tags and write the PAR as tagsSebastian Dröge1-8/+49
2009-04-29flv: Add support for muxing some tagsSebastian Dröge2-8/+227
2009-04-29flv: Add support for title tagSebastian Dröge1-1/+3
2009-04-29flv: Fix parsing of tags and add new mappingsSebastian Dröge1-48/+81
We shouldn't register a new GstTag for every unknown tag we find as this might lead to conflicts and also those tags are essentially unknown. Add mappings for some known tags and also convert string dates to GDate, as found in many FLV files.
2009-04-28rtpmux: Reject wrong capsOlivier Crête1-5/+3
2009-04-28rtpmux: Fix leakOlivier Crête1-2/+7
Fixed a leak discovered by Laurent Glayal <spegle@yahoo.fr>
2009-04-28rtpmux: Fix leakOlivier Crête1-3/+4
Fixed a leak discovered by Laurent Glayal <spegle@yahoo.fr>
2009-04-27rtpsouce: make WARNING into LOGOlivier Crete1-1/+3
Since neither rtpmanager nor any of the payloaders properly implement pad allocation, there is no way for the rtpmanager to inform downstream elements of the new SSRC if there is an SSRC collision. So the warning is emitted all the time and it is confusing. Fixes #580144
2009-04-27rtpsession: notify when SSRC changesOlivier Crete1-0/+7
Emit a g_object_notify when the SSRc changes because of a collision. Fixes #580144
2009-04-27Add new plugin to spec file and add missing header to gst/dccp/Makefile.amChristian Schaller1-2/+2
2009-04-24mp4mux: Changes src caps to application/x-iso-mp4Thiago Santos1-2/+1
Fixes #580005