summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-06-03Bump core/base requirements to released versionsTim-Philipp Müller1-2/+2
2009-06-02add two new plugins to spec fileChristian Schaller1-0/+2
2009-06-02dvdspu: add missing header to Makefile.am: gstspu-common.hChristian Schaller1-1/+1
2009-06-02dirac: use GST_CXXFLAGS instead of GST_CFLAGS for c++ compilersTim-Philipp Müller1-1/+1
Fixes compiler message about passing -Wdeclaration-after-statement to the C++ compiler.
2009-06-02aacparse: fix sample rate extraction from codec dataTim-Philipp Müller1-22/+20
In one case we extracted the sample rate index from the codec data and saved it as sample rate rather than getting the real sample rate from the table. Fix that, and also make sure we don't access non-existant table entries by adding a small helper function that guards against out-of-bounds access in case of invalid input data.
2009-06-02aacparse, amrparse: remove bogus gst_pad_fixate_caps() callsTim-Philipp Müller2-2/+0
2009-06-02baseparse: propagate return value of GstBaseParse::set_sink_caps()Tim-Philipp Müller3-3/+3
gst_base_parse_sink_setcaps() presumably should fail if the subclass returns FALSE from its ::set_sink_caps() function.
2009-06-02baseparse: don't try to GST_LOG an already-freed caps stringTim-Philipp Müller3-18/+6
The proper way to log caps is via GST_PTR_FORMAT anyway.
2009-06-02aacparse: set channels and rate on output caps, and keep codec_dataTim-Philipp Müller2-15/+41
Create output caps from input caps, so we maintain any fields we might get on the input caps, such as codec_data or rate and channels. Set channels and rate on the output caps if we don't have input caps or they don't contain such fields. We do this partly because we can, but also because some muxers need this information. Tagreadbin will also be happy about this.
2009-06-01gppmux: enhance ftyp brand heuristic. Fixes #584360.Mark Nauwelaerts4-4/+57
2009-06-01shapewipe: Fix some issues that were exposed by the new unit testSebastian Dröge1-10/+12
2009-06-01shapewipe: Add unit test for shapewipeSebastian Dröge2-0/+307
2009-06-01shapewipe: Add documentation and integrate into the build systemSebastian Dröge88-318/+4665
2009-05-31sdpdemux: include glib.h before checking if G_OS_WIN32 is definedTim-Philipp Müller1-0/+3
2009-05-31.gitignore: ignore new shapewipe example binaryTim-Philipp Müller1-0/+1
2009-05-31hdvparse: Setting rank to NONE so it doesn't get picked up by playbin2.Edward Hervey1-1/+1
2009-05-31hdvparse: Emit application message with the parsed information.Edward Hervey1-2/+197
2009-05-31hdvparse: New element for parsing private/hdv-a1 streams.Edward Hervey4-0/+238
2009-05-29shapewipe: Adjust border to still have everything transparent at 1.0 and the ↵Sebastian Dröge1-10/+30
other way around
2009-05-29shapewipe: Divide the border value by two, otherwise we use a twice a wide ↵Sebastian Dröge2-5/+5
border
2009-05-29shapewipe: Add border property to allow smooth bordersSebastian Dröge3-6/+41
...and use a border of 0.01 in the example application.
2009-05-29mpegtsdemux: Fix bogus uninitialised variable accessJan Schmidt1-2/+1
Typo in the previous commit
2009-05-29mpegtsdemux: Use the ISO 639 language code descriptor to send tags.Jan Schmidt1-4/+41
If there is an ISO 639 language descriptor for a stream, send a language code tag so that players can show a meaningful language for the audio and subtitle streams.
2009-05-29shapewipe: Fix Makefile of the example applicationSebastian Dröge1-2/+4
2009-05-29shapewipe: Add a simple shapewipe transition filter & example applicationSebastian Dröge7-2/+1016
2009-05-29rtpbin: Transform the right session sdes messageOlivier Crête1-3/+1
Fixes #584165
2009-05-29Add ssrc to application/x-rtp-source-sdes structureOlivier Crête1-1/+2
2009-05-28audioparse: add support for A-Law and µ-LawTim-Philipp Müller1-19/+54
2009-05-28gstspu: Fix compiler warnings on OS/XTristan Matthews1-4/+10
Fix some warnings for format string args and uninitialized vars on OS/X Fixes: #584164 Signed-off-by: Jan Schmidt <thaytan@noraisin.net>
2009-05-28qtmux: use different stsd atom type for H263 for ISO and QT variantsMark Nauwelaerts2-1/+5
Fixes #584114.
2009-05-28soundtouch: fix detection of libsoundtouch >= 1.4Mark Nauwelaerts1-4/+7
2009-05-28amrparse: consider header size in byte <-> time conversionsMark Nauwelaerts2-4/+7
2009-05-28baseparse: fix debug categoryMark Nauwelaerts2-2/+2
2009-05-28selector: remove not needed instance var (previous commit).Stefan Kost1-1/+0
2009-05-28jack: when stopping playback, do one more cycle to flush the port. Fixes #582167Stefan Kost2-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-28outputselector: implement pad_alloc on active pad.Stefan Kost2-6/+40
2009-05-27resindvd: Create all the audio streams of all formatsJan Schmidt4-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-27rtpsouce: the network address is in network orderWim Taymans1-0/+1
Bring the network address in netowkr byte order to the host order.
2009-05-27gstspu: Convert g_warnings to GST_ERROR, and fix format specifiersJan Schmidt1-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-27gstspu: Fix a nasty regression, with DVDs randomly crashingJan Schmidt1-3/+3
Use the local wrapper function when clearing the compositing buffers to ensure the correct portion is being cleared.
2009-05-26resindvd: LPCM streams are only from 0xa0 to 0xaf.Jan Schmidt1-1/+1
Fix the same bug as the previous commit, but in resindvd's copy of mpegdemux.
2009-05-26mpegdemux: Only treat streams from 0xa0 to 0xaf as LPCM, not 0xa0..0xbfJan Schmidt1-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-26dvdspu: fix printf formats to avoid compiler warningsTim-Philipp Müller1-4/+4
2009-05-26Automatic update of common submoduleJan Schmidt1-0/+0
From 6ab11d1 to c572721
2009-05-26gstspu: Implement PGS rendering and alpha blendingJan Schmidt10-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-26dvdspu: Move a bunch of vobsub specific logic to a separate file.Jan Schmidt4-341/+406
Start separating out the vobsub logic in preparation for creating separate renderer objects for each subpicture format.
2009-05-26dvdspu: Add copyright header and includes to the PGS handlerJan Schmidt1-5/+22
2009-05-26dvdspu: Make the PGS dumping less verboseJan Schmidt1-18/+27
2009-05-26dvdspu: Collect entire PGS packets and queue as eventsJan Schmidt1-11/+56
Collect fragmented PGS packets and submit as complete events for processing at the correct moment.
2009-05-26dvdspu: Add simple PGS handler that dumps the packet infoJan Schmidt5-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.