Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-28 | qtmux: use different stsd atom type for H263 for ISO and QT variants | Mark Nauwelaerts | 2 | -1/+5 | |
Fixes #584114. | |||||
2009-05-28 | soundtouch: fix detection of libsoundtouch >= 1.4 | Mark Nauwelaerts | 1 | -4/+7 | |
2009-05-28 | amrparse: consider header size in byte <-> time conversions | Mark Nauwelaerts | 2 | -4/+7 | |
2009-05-28 | baseparse: fix debug category | Mark Nauwelaerts | 2 | -2/+2 | |
2009-05-28 | selector: remove not needed instance var (previous commit). | Stefan Kost | 1 | -1/+0 | |
2009-05-28 | jack: when stopping playback, do one more cycle to flush the port. Fixes #582167 | Stefan Kost | 2 | -6/+33 | |
The gst_jack_audio_client_set_active() flags the port as deactivating and uses a GCond to wait until the jack_process_cb() has run once more and cleared the flag. This way the client zero's the buffer. This happens if one manyally go to PAUSED and then to READY, while leting the mainloop run inbetween. | |||||
2009-05-28 | outputselector: implement pad_alloc on active pad. | Stefan Kost | 2 | -6/+40 | |
2009-05-27 | resindvd: Create all the audio streams of all formats | Jan Schmidt | 4 | -10/+20 | |
Enable creation of the demuxer pads for all audio streams, even types we don't yet support. This means that unsupported types (LPCM, DTS) are output, but not linked to anything yet. If only unsupported streams are available, the user hears silence instead of having the pipeline not pre-roll correctly. This is a prerequisite for hooking up the automatic decoder switching. | |||||
2009-05-27 | rtpsouce: the network address is in network order | Wim Taymans | 1 | -0/+1 | |
Bring the network address in netowkr byte order to the host order. | |||||
2009-05-27 | gstspu: Convert g_warnings to GST_ERROR, and fix format specifiers | Jan Schmidt | 1 | -6/+10 | |
Use G_GSSIZE_FORMAT for printing pointer differences, which should work on both 32-bit and 64-bit systems. Use GST_ERROR instead of g_warning for printing messages about unknown packet contents. | |||||
2009-05-27 | gstspu: Fix a nasty regression, with DVDs randomly crashing | Jan Schmidt | 1 | -3/+3 | |
Use the local wrapper function when clearing the compositing buffers to ensure the correct portion is being cleared. | |||||
2009-05-26 | resindvd: LPCM streams are only from 0xa0 to 0xaf. | Jan Schmidt | 1 | -1/+1 | |
Fix the same bug as the previous commit, but in resindvd's copy of mpegdemux. | |||||
2009-05-26 | mpegdemux: Only treat streams from 0xa0 to 0xaf as LPCM, not 0xa0..0xbf | Jan Schmidt | 1 | -1/+1 | |
Don't treat some streams (Private Stream 2) as LPCM when they're not. Fixes playback of files that have private streams in them now that the PES filter emits such packets. | |||||
2009-05-26 | dvdspu: fix printf formats to avoid compiler warnings | Tim-Philipp Müller | 1 | -4/+4 | |
2009-05-26 | Automatic update of common submodule | Jan Schmidt | 1 | -0/+0 | |
From 6ab11d1 to c572721 | |||||
2009-05-26 | gstspu: Implement PGS rendering and alpha blending | Jan Schmidt | 10 | -973/+1533 | |
Refactor the DVD subpicture compositing, switching it to 8-bit alpha calculations. Reuse some of the resulting code to implement PGS subpicture blending. Implement parsing and collecting of composition objects properly, but assuming a single active window and colour palette for now. I need more PGS samples. | |||||
2009-05-26 | dvdspu: Move a bunch of vobsub specific logic to a separate file. | Jan Schmidt | 4 | -341/+406 | |
Start separating out the vobsub logic in preparation for creating separate renderer objects for each subpicture format. | |||||
2009-05-26 | dvdspu: Add copyright header and includes to the PGS handler | Jan Schmidt | 1 | -5/+22 | |
2009-05-26 | dvdspu: Make the PGS dumping less verbose | Jan Schmidt | 1 | -18/+27 | |
2009-05-26 | dvdspu: Collect entire PGS packets and queue as events | Jan Schmidt | 1 | -11/+56 | |
Collect fragmented PGS packets and submit as complete events for processing at the correct moment. | |||||
2009-05-26 | dvdspu: Add simple PGS handler that dumps the packet info | Jan Schmidt | 5 | -74/+648 | |
Add setcaps logic on the subpicture sink pad for configuring which subpicture format is arriving. Add the first piece of PGS subpicture handling by dumping the stream contents out to the terminal as the packets arrive. Add some more debug. Don't calculate the running time for our subpicture packets twice, once is enough. | |||||
2009-05-26 | dvdspu: Add a simple default colour table. | Jan Schmidt | 1 | -0/+8 | |
When we're not provided with a palette in advance, draw with a grey colour or two, instead of YUV green. | |||||
2009-05-26 | mpegdemux: Add sparse stream filling. | Jan Schmidt | 2 | -0/+97 | |
First stab at sending new-segment events to effect sparse stream updates. | |||||
2009-05-26 | mpegdemux: Add support for outputting sub-picture streams found in files. | Jan Schmidt | 2 | -8/+32 | |
Output subpicture streams when they are found on the private stream ID. Don't strip off the first byte of such packets when pushing. | |||||
2009-05-26 | mpegtsdemux: Add mapping for DVD and Bluray subpicture streams. | Jan Schmidt | 4 | -5/+28 | |
Add output subpicture pads for DVD (video/x-dvd-subpicture) and Bluray PGS (subpicture/x-pgs) streams. Remove an unused variable from the PES filter. | |||||
2009-05-26 | resindvd: Fix subpicture timing in some cases | Jan Schmidt | 1 | -1/+3 | |
Make sure we send events to all pads. Unmark the notlinked flag on freshly selected pads to ensure they get data. | |||||
2009-05-26 | resindvd: Try a different approach to segment filling. | Jan Schmidt | 1 | -13/+19 | |
Restore the old segment update behaviour, and instead extend the close segment stop time if the SCR (last_stop) overruns the calculated stop position. | |||||
2009-05-26 | resindvd: Minor change to inline a function in the demuxer | Jan Schmidt | 1 | -1/+1 | |
2009-05-26 | states: Ignore the camerabin for the states test | Jan Schmidt | 1 | -1/+1 | |
It accesses the video device, which isn't generally desirable for the state test. | |||||
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 | 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. |