Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-26 | dvdspu: Don't accidentally lose the colour palette when flushing the SPU | Jan Schmidt | 1 | -9/+16 | |
Fixes racy startup on DVDs where it sometimes gets entirely the wrong set of colours in the menus and subtitles. | |||||
2009-05-26 | rtpsource: byteswap the port from GstNetAddress | Wim Taymans | 1 | -2/+3 | |
Since the port in GstNetAddress is in network order we might need to byteswap it before adding it to the source statistics. | |||||
2009-05-25 | Merge git://anongit.freedesktop.org/gstreamer/gst-plugins-bad into lv2 | Dave Robillard | 259 | -21972/+11478 | |
2009-05-25 | Working basic LV2 signal processing. | Dave Robillard | 2 | -75/+38 | |
LV2 plugins, short of any surprises, should work with the same basic functionality as LADSPA plugins. | |||||
2009-05-25 | Set class inPlaceBroken property. | Dave Robillard | 1 | -2/+5 | |
2009-05-25 | gstpesfilter: Directly use gst_adapter_take_buffer(). | Edward Hervey | 1 | -7/+1 | |
2009-05-25 | gstpesfilter: Don't peek the adapter if we don't have enough data. | Edward Hervey | 1 | -3/+3 | |
2009-05-25 | gstpesfilter: Don't skip private streams PES but push them out. | Edward Hervey | 1 | -1/+3 | |
The one thing we *DO* need to do for those streams is to skip all the PTS/DTS/Scrambling/DSM/extension/... handling. | |||||
2009-05-25 | mpegtsdemux: Ignore NULL packets as early as possible. | Edward Hervey | 1 | -1/+7 | |
This avoids: * creating a MpegTSStream structure for nothing * processing packet data for nothing | |||||
2009-05-25 | mpegtsdemux: Add mapping for HDV private streams | Edward Hervey | 2 | -0/+12 | |
2009-05-25 | neonhttp: add property to support SS cerificates | Mathias Hasselmann | 2 | -17/+57 | |
Add a property to support self-signed certificates in neonhttpsrc. This property is FALSE by default. Fixes #511097 | |||||
2009-05-25 | rtpbin: remove ptdemux ghostpads | Wim Taymans | 1 | -0/+13 | |
2009-05-25 | tests: add receive rtpbin unit test | Wim Taymans | 1 | -0/+206 | |
2009-05-25 | x264enc: add multipass-cache-file property | Wim Taymans | 2 | -12/+20 | |
Fixes #583627 | |||||
2009-05-23 | Update spec file | Christian Schaller | 1 | -4/+2 | |
2009-05-22 | adpcmdec: Add new plugin for ms-adpcm decoding. | Michael Smith | 4 | -0/+466 | |
2009-05-22 | mpegvideoparse: Detect interlaced content and set it on outgoing caps. | Edward Hervey | 3 | -0/+10 | |
I also added the parsing of all the other bits in the sequence extension header in case we need it later. | |||||
2009-05-22 | rtpbin: add to new signal to remove SSRC pads | Wim Taymans | 1 | -15/+6 | |
2009-05-22 | ssrcdemux: emit signal when pads are removed | Ali Sabil | 3 | -1/+80 | |
Add action signal to clear an SSRC in the ssrc demuxer. Add signal to notify of removed ssrc. See #554839 | |||||
2009-05-22 | rtpbin: use our ghostpads instead of its target | Wim Taymans | 1 | -44/+46 | |
Since we keep a reference to our ghostpads, we can use them to track sessions. This avoid us having to mess with the target of the ghostpad. | |||||
2009-05-22 | tests: more rtpbin checks | Wim Taymans | 1 | -49/+64 | |
2009-05-22 | rtpbin: don't warn when getting request pads twice | Wim Taymans | 1 | -52/+34 | |
Allow getting the request pads multiple times, just return the previously created pads. | |||||
2009-05-22 | rtpsource: add RTP and RTCP source address | Wim Taymans | 1 | -0/+48 | |
Add the RTP and RTCP sender addresses in the stats structure. | |||||
2009-05-22 | rtpsession: reuse source code for SDES | Wim Taymans | 1 | -58/+2 | |
Reuse the RTPSource object property instead of duplicating code. | |||||
2009-05-22 | tests: add more rtpbin tests | Wim Taymans | 1 | -4/+26 | |
2009-05-22 | tests: add rtpbin unit test | Wim Taymans | 3 | -0/+97 | |
Add the beginnings of an rtpbin unit test Add some more stuff to .gitignore | |||||
2009-05-22 | rtpbin: set target state on new elements | Wim Taymans | 1 | -20/+37 | |
Set the state on newly added elements to the state of the parent. Add some debug info and do some cleanups | |||||
2009-05-22 | rtpbin: unref requests pads after releasing | Wim Taymans | 1 | -0/+4 | |
2009-05-22 | mpegtsdemux: fix memleaks and refcounts | Wim Taymans | 1 | -4/+3 | |
Use correct constants for PID_type so that we clear the right filter. provide_clock must return a ref to a clock. | |||||
2009-05-22 | autotools: move -Wno-portability for automake to configure.ac | Tim-Philipp Müller | 2 | -2/+2 | |
2009-05-22 | id3tag: canonicalise function names | Tim-Philipp Müller | 3 | -23/+23 | |
2009-05-22 | id3tag: change GType to GstId3Tag so it doesn't conflict with the id3tag ↵ | Tim-Philipp Müller | 3 | -16/+16 | |
plugin in -ugly | |||||
2009-05-22 | win32: update config.h | Tim-Philipp Müller | 1 | -1/+1 | |
2009-05-22 | id3tag: register GType of the base class with a less generic name | Tim-Philipp Müller | 1 | -1/+6 | |
.. so we can easily move the base class into -base later without causing GType name conflicts. | |||||
2009-05-22 | m4: fix 'suspicious cache value id' warnings in gst-fionread.m4 | Tim-Philipp Müller | 2 | -8/+8 | |
And update common to pull in a related fix from there. | |||||
2009-05-22 | rtpbin: Implement releasing the streams | Olivier Crête | 1 | -21/+53 | |
See #561752 | |||||
2009-05-22 | rtpbin: Keep jb signals handler | Olivier Crête | 1 | -3/+7 | |
Keep the signal handlers so they can be disconnected at release time See #561752 | |||||
2009-05-22 | rtpbin: use the right lock for the sessions | Wim Taymans | 1 | -0/+4 | |
Use the right lock when iterating the sessions. | |||||
2009-05-22 | rtpbin: Free session if request pads are released | Olivier Crête | 1 | -3/+8 | |
Free the session when all the request pads are released. Don't mess with the session list in free_session as it is called from a foreach on that list. Set the state of the upstream element to NULL first. See #561752 | |||||
2009-05-22 | rtpbin: Implement relasing of the rtp recv pad | Olivier Crête | 1 | -2/+17 | |
2009-05-22 | rtpbin: Implement releasing of rtp send pads | Olivier Crête | 1 | -6/+25 | |
2009-05-22 | rtpbin: Implement release of the recv rtcp pad | Olivier Crête | 1 | -3/+13 | |
See #561752 | |||||
2009-05-22 | rtpbin: Implement releasing of rtcp src pad | Olivier Crête | 1 | -2/+7 | |
See #561752 | |||||
2009-05-21 | dtsdec: Reconcile element code with a52dec changes | Jan Schmidt | 2 | -173/+348 | |
Re-work the dtsdec element code to unify it with changes made it a52dec, including support for reverse playback and dynamic channel negotiation on the source pad. | |||||
2009-05-21 | win32: Update the win32 config.h | Jan Schmidt | 1 | -2/+2 | |
2009-05-21 | sdpdemux: rework RTCP sending and RTP receiving | Wim Taymans | 2 | -7/+70 | |
When we are dealing with multiast, create the udp src and sink elements pointing to the multicast addresses. When we are doing unicast, receive data on the local ports and don't send RTCP because we don't know where we have to send it. Fixes #583188 | |||||
2009-05-21 | id3tag: Add new id3 tagging plugin, supports v1, v2.3, and v2.4. | Michael Smith | 8 | -0/+2108 | |
By default, does v1 and v2.3, but there are properties to select. Will hopefully replace id3mux, id3v2mux, in the not-too-distant future. | |||||
2009-05-21 | Back to hacking -> 0.10.12.1 | Jan Schmidt | 1 | -1/+1 | |
2009-05-20 | Release 0.10.12 | Jan Schmidt | 90 | -4547/+483 | |
2009-05-20 | Update .po files | Jan Schmidt | 31 | -31/+31 | |