Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-13 | y4menc: change my email | Wim Taymans | 1 | -1/+1 | |
change my email to something more current See #580783 | |||||
2009-05-13 | y4menc: don't strip timestamps | Wim Taymans | 1 | -2/+6 | |
Fixes #582483 | |||||
2009-05-13 | Moved 'deinterlace2' from -bad to -good | Sebastian Dröge | 41 | -8726/+0 | |
And remove old deinterlace plugin as deinterlace2 will be called deinterlace in -good. | |||||
2009-05-12 | Moved 'flv' from -bad to -good | Sebastian Dröge | 7 | -3916/+0 | |
2009-05-11 | dvdspu: Make the debugging output a bit clearer. | Jan Schmidt | 1 | -5/+10 | |
Display more info about custom DVD events in the debug messages. | |||||
2009-05-11 | dvdspu: Always push a frame at the start of a still frame, and fix a leak. | Jan Schmidt | 1 | -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-11 | dvdspu: Add a guard when we don't have any subpicture buffer to render | Jan Schmidt | 1 | -0/+2 | |
2009-05-11 | mpegtsdemux: Protect bitrate estimation against bogus values. | Edward Hervey | 2 | -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-11 | mpegtsdemux: Only take PCR from the active stream for bitrate estimation. | Edward Hervey | 1 | -6/+13 | |
2009-05-11 | mpegtsdemux: Change debugging levels for very frequent messages. | Edward Hervey | 1 | -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-11 | mpegtsdemux: Revert indentation and comment header file. | Edward Hervey | 1 | -93/+98 | |
One shouldn't run gst-indent on .h files, in this case it was un-beautifying the indentation :) | |||||
2009-05-10 | gppmux: Add MPEG-4 part 2 to supported formats. Fixes #581593. | Mark Nauwelaerts | 1 | -1/+1 | |
2009-05-10 | mxfmux: Fix uninitialized variable compiler warning | Tristan Matthews | 1 | -1/+3 | |
This will always be set to something but gcc didn't detect this. Fixes bug #582013. | |||||
2009-05-09 | mxfmux: Write metadata items in reference order | Sebastian Dröge | 2 | -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-09 | mxfmux: Fix EOS logic again | Sebastian Dröge | 1 | -2/+3 | |
2009-05-09 | mxfmux: Don't unref NULL buffers if pushing a buffer after the first failed | Sebastian Dröge | 1 | -1/+1 | |
2009-05-08 | mpegtsdemux: Add initial naive seeking support and fix duration query. | Zaheer Merali | 2 | -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-08 | deinterlace2: Add a disabled mode for passthrough operation | Sebastian Dröge | 2 | -12/+21 | |
Also allow to change the mode in PAUSED and PLAYING by updating the caps if necessary. | |||||
2009-05-07 | Add ranks to various muxers and encoders in -bad | Christian Schaller | 3 | -3/+4 | |
2009-05-05 | mpeg4videoparse: don't leak the config data | Arnout Vandecappelle | 1 | -0/+8 | |
Clear the config data when going to READY or when disposed. Fixes #581427 | |||||
2009-05-05 | rtpssrcdemux: drop unexpected RTCP packets | Wim Taymans | 1 | -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-04 | mpegtsparse: Remember pids that are meant to be stream pids. | Zaheer Abbas Merali | 2 | -0/+15 | |
Fixes #569781 | |||||
2009-05-03 | mpegtsparse: Ignore subtable extension when parsing PAT | Vincent Genieux | 3 | -5/+23 | |
Fixes #569673. | |||||
2009-05-03 | mpegtsparse: make safe changing the program-numbers property dynamically | Vincent Genieux | 2 | -24/+25 | |
Fixes #569437. | |||||
2009-05-03 | baseparse: fix (regression in) newsegment handling | Mark Nauwelaerts | 3 | -42/+24 | |
(aacparse, amrparse, flacparse). Fixes #580133. | |||||
2009-05-01 | docs: make fpsdisplaysink show up in the docs | Tim-Philipp Müller | 1 | -1/+1 | |
2009-05-01 | fpsdisplaysink: move private struct into plugin struct and use Gst namespace | Tim-Philipp Müller | 2 | -138/+124 | |
2009-05-01 | fpsdisplaysink: rename plugin (not element) to debugutilsbad | Tim-Philipp Müller | 3 | -22/+48 | |
Makes it easier to add further utils here without creating yet another plugin. | |||||
2009-04-30 | qtmux: changes caps of src pads to video/quicktime, variant=something | Thiago Santos | 1 | -3/+4 | |
Take a look at bug #580005 for further info. | |||||
2009-04-30 | fpsdisplaysink: init variable to NULL to avoid compiler warning | Tristan Matthews | 1 | -1/+1 | |
Fixes #580901. | |||||
2009-04-30 | dvdspu: do some basic clipping | Wim Taymans | 2 | -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-30 | dvdspu: don't EOS when the subtitle got EOS | Wim Taymans | 1 | -0/+6 | |
Don't forward the EOS on the subtitle pad as the video might still be running. | |||||
2009-04-30 | fpsdisplay: code cleanup and plug overlay as needed | Stefan Kost | 1 | -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-29 | flvmux: init variable to NULL to fix compiler warning | Tristan Matthews | 1 | -1/+1 | |
Fixes #580786. | |||||
2009-04-29 | flv: Set/require the framed/parsed fields of the audio/mpeg caps to TRUE | Sebastian Dröge | 2 | -3/+3 | |
2009-04-29 | flv: Always write at least the minimal tags and write the PAR as tags | Sebastian Dröge | 1 | -8/+49 | |
2009-04-29 | flv: Add support for muxing some tags | Sebastian Dröge | 2 | -8/+227 | |
2009-04-29 | flv: Add support for title tag | Sebastian Dröge | 1 | -1/+3 | |
2009-04-29 | flv: Fix parsing of tags and add new mappings | Sebastian Dröge | 1 | -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-28 | rtpmux: Reject wrong caps | Olivier Crête | 1 | -5/+3 | |
2009-04-28 | rtpmux: Fix leak | Olivier Crête | 1 | -2/+7 | |
Fixed a leak discovered by Laurent Glayal <spegle@yahoo.fr> | |||||
2009-04-28 | rtpmux: Fix leak | Olivier Crête | 1 | -3/+4 | |
Fixed a leak discovered by Laurent Glayal <spegle@yahoo.fr> | |||||
2009-04-27 | rtpsouce: make WARNING into LOG | Olivier Crete | 1 | -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-27 | rtpsession: notify when SSRC changes | Olivier Crete | 1 | -0/+7 | |
Emit a g_object_notify when the SSRc changes because of a collision. Fixes #580144 | |||||
2009-04-27 | Add new plugin to spec file and add missing header to gst/dccp/Makefile.am | Christian Schaller | 1 | -2/+2 | |
2009-04-24 | mp4mux: Changes src caps to application/x-iso-mp4 | Thiago Santos | 1 | -2/+1 | |
Fixes #580005 | |||||
2009-04-23 | fpsdisplay: more cleanups | Stefan Kost | 1 | -11/+15 | |
Use normal gst-defines in PLUGIN_DEFINE. Shorten _start/stop method names. More ideas. Move debug category-init down to plugin-init. | |||||
2009-04-23 | fpsdisplay: use a nicer font family | Stefan Kost | 1 | -1/+1 | |
2009-04-23 | fpsdisplay: various cleanups, docs and comments | Stefan Kost | 1 | -67/+54 | |
Remove unused base_init. Add basic doc blob. Reuse query object. Rename variables for clarity. Add comments and ToDos. | |||||
2009-04-23 | fpsdisplay: remove iface proxy | Stefan Kost | 1 | -71/+1 | |
When we get bus messages for setting the xid, we have the real sink element instance as message_src. No need to proxy the xoverlay iface therefore (autovideosink does not do it either). Also we don't need to rewrite the message src of all messages from that sink. |