summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.0.91.0.9Tim-Philipp Müller2013-07-3086-120/+644
|
* dvdspu: artifacts when rendering clipped spuMatej Knopp2013-07-301-10/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=705039
* openjpeg: Fix compilation without the single-include headers of 1.2Sebastian Dröge2013-07-294-14/+10
|
* openjpeg: Add better support for static pluginsSebastian Dröge2013-07-291-1/+1
|
* openjpegdec: Only use 10 bit YUV formats for exactly 10 bit images, not <= ↵Sebastian Dröge2013-07-291-12/+18
| | | | | | 16 bit And use the generic converter to AYUV64 for everything else.
* openjpegenc/-dec: print openjpeg logs for debug tracingSebastian Rasmussen2013-07-292-2/+74
|
* openjpegenc: Add some propertiesSebastian Dröge2013-07-291-4/+148
|
* openjpegdec: Don't crash if colorspace is not provided on the capsSebastian Dröge2013-07-291-7/+8
| | | | g_str_equal() is *not* NULL-safe
* openjpegdec: Improve robustness against formats with different settings per ↵Sebastian Dröge2013-07-291-14/+45
| | | | component
* openjpegdec: Properties won't be needed in the decoderSebastian Dröge2013-07-291-41/+0
|
* openjpegenc: Fix data pointer incrementingSebastian Dröge2013-07-291-3/+3
|
* openjpegenc: Optimize image filling functions a bitSebastian Dröge2013-07-291-71/+118
|
* openjpegdec: Add missing shiftsSebastian Dröge2013-07-291-9/+18
|
* openjpegdec: Optimize frame filling functions a bitSebastian Dröge2013-07-291-147/+275
|
* openjpeg: Correct template caps a bitSebastian Dröge2013-07-292-2/+15
|
* openjpeg: Handle the num-components field in the capsSebastian Dröge2013-07-293-3/+23
|
* openjpeg: Add support for the colorspace field in the capsSebastian Dröge2013-07-293-1/+27
|
* openjpeg: Add JPEG2000 encoder elementSebastian Dröge2013-07-293-4/+699
|
* openjpeg: Add OpenJPEG based JPEG2000 decoderSebastian Dröge2013-07-298-0/+1037
|
* winscreencap: Initial port to 1.0Sebastian Dröge2013-07-268-215/+122
| | | | | | Conflicts: configure.ac sys/winscreencap/Makefile.am
* decklink: actually enable decklinksinkYouri Westerman2013-07-221-2/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=704505
* decklink: add "device-number" to select from multiple devicesYouri Westerman2013-07-224-32/+26
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=704505
* fluidsynth: add fluidsynth midi rendererWim Taymans2013-07-225-0/+823
| | | | | | | | | | | | | | | | | | | | Add a fluidsynth element that converts midi events into raw float samples. Pick fluidsynth plugin from git master. fluidsynth: add more debug fluidsynth: produce more accurate timestamps fluidsynth: improve debug fluidsynth: redirect logging to gst logging functions fluidsynth: log midi tick event fluidsynth: add properties fluidsynth: reset on flush and state change fluidsynth: handle discont fluidsynth: fix debug of segment structure fluidsynth: rename to fluiddec https://bugzilla.gnome.org/show_bug.cgi?id=696041
* midiparse: add basic midi parserWim Taymans2013-07-225-0/+1514
| | | | | | | | | | | | | | | | | | | | | | | | | | Parses midi files and outputs buffers with midi events. Pick midi parser from master branch. midi: set rank as marginal midiparse: small fixes midiparse: handle midi in RIFF midiparse: Update duration midiparse: fix klass midiparse: duration is max of all track durations midiparse: small cleanups in error paths midiparse: don't leak midi data midiparse: clean up tracks midiparse: simplify the callbacks midiparse: implement seeking midiparse: always seek back to beginning midi: set midi parser rank primary midiparser: ensure variable is initialized and fix debug message access midiparse: Push stream-start event before anything else midiparse: In pull mode drop SEGMENT, CAPS and STREAM_START events gst: Add better support for static plugins https://bugzilla.gnome.org/show_bug.cgi?id=696041
* mpegdemux: do not push discont buffers if they aren't discontArnaud Vrac2013-07-171-0/+3
| | | | | | Explicitly unset discont flag when it shouldn't be set. https://bugzilla.gnome.org/show_bug.cgi?id=682110
* configure: Depend on gst-plugins-base 1.0.8Sebastian Dröge2013-07-131-1/+1
| | | | | GST_AUDIO_INFO_ENDIANNESS was broken in gst-plugins-base 1.0.7 and before and is used in gst-plugins-bad 1.0.8 now.
* docs: add newly-ported elements to docsTim-Philipp Müller2013-07-122-0/+79
|
* Release 1.0.81.0.8Tim-Philipp Müller2013-07-1285-104/+692
|
* Update .po filesTim-Philipp Müller2013-07-1240-40/+40
|
* tsdemux: fix M2TS stream resyncArnaud Vrac2013-07-111-32/+28
| | | | | | | | Sync byte scan is incorrect for M2TS streams because the timestamp 4 bytes were not included in the flush size. This can result in an infinite loop. Rework the scan code to be clearer and work in all cases.
* tsdemux: fixes seeking in pull modeJosep Torra2013-07-115-15/+24
| | | | | | | Preserve the current segment and observations in pull mode seeks with flushing. https://bugzilla.gnome.org/show_bug.cgi?id=698050
* webvttenc: Separate cues with two line breaks instead of one.Brendan Long2013-07-061-1/+1
| | | | | | See http://dev.w3.org/html5/webvtt/#syntax https://bugzilla.gnome.org/show_bug.cgi?id=703673
* camerabin: examples: add missing lib to makefileThiago Santos2013-07-061-0/+2
| | | | Fixes initialization of sample application
* frei0r: add the build prefix path in the search dirsAndoni Morales Alastruey2013-07-061-1/+5
|
* shmsink: propagate events to basesink classAleix Conchillo Flaque2013-07-061-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=702597
* mpegvideoparser: Fix the pixel-aspect-ratio calculationSreerenj Balachandran2013-07-061-3/+8
| | | | | | | | | | Ignore the display_extension values if they are greater than the width/height values provided by seqhdr and calculate the PAR based on the seqhdr values.T his is what DVD players are doing. Thanks to "David Schleef <ds@schleef.org>" https://bugzilla.gnome.org/show_bug.cgi?id=685103
* mpegdemux: accept ID_PRIVATE_STREAM_1 to avoid loosing syncAlban Browaeys2013-07-051-0/+1
| | | | | | | | | Current fallback to lost_sync seems to impede a delay to restore sync. Let the parser parse and skip the private stream. Here it contains the digital camera brand (in 2010 bytes) and is repeated twice. https://bugzilla.gnome.org/show_bug.cgi?id=697283
* mpegtsmux: fix creation of ADTS header for AAC audio in MPEG-TSKevin Thornberry2013-07-051-4/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=695412
* rfb: Link with libgstbase for GstPushSrcSebastian Dröge2013-06-171-2/+2
|
* tests: fix h264 caps in mpegtsmux testTim-Philipp Müller2013-05-281-1/+1
| | | | Needs to be stream-format=byte-stream, not format=byte-stream.
* tests: fix faad unit test for gst_caps_is_subset() fix in coreTim-Philipp Müller2013-05-281-1/+3
| | | | Need to specify the stream-format.
* videoparsers: Use complete and valid caps in the testsSebastian Dröge2013-05-283-6/+6
|
* dvbsuboverlay: don't forward CAPS event from subtitle padTim-Philipp Müller2013-05-281-0/+5
| | | | May results in not-negotiated flow errors otherwise.
* openal: fix includes for 1.0 branchTim-Philipp Müller2013-05-182-0/+2
| | | | | | In the 1.0 branch audio.h doesn't yet include everything from libgstaudio, so we need class-specific includes for the audiosink and src base classes.
* openal: require OpenAL >= 1.14 to build the OpenAL pluginBrendan Long2013-05-181-1/+1
| | | | | | For AL_FORMAT_MONO_ALAW_EXT and AL_FORMAT_STEREO_ALAW_EXT. https://bugzilla.gnome.org/show_bug.cgi?id=700402
* openal: improved port to 1.0Juan Manuel Borges Caño2013-05-186-792/+1182
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=698013 Conflicts: configure.ac ext/openal/gstopenalsrc.h
* ofa: port to 1.0Tim-Philipp Müller2013-05-185-118/+92
| | | | | Conflicts: configure.ac
* neonhttpsrc: add iradio-mode property and post icy metadata as tagsTim-Philipp Müller2013-05-182-60/+47
|
* neonhttpsrc: port to 1.0Tim-Philipp Müller2013-05-183-97/+67
| | | | | Conflicts: configure.ac
* intervideosrc: Fix timestamp generationDavid Schleef2013-05-181-5/+5
|