summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-10-12pitch: Fix inverted condition in setcaps1.0Olivier Crête1-1/+1
2013-10-03hlsdemux: Do not call _stop holding the updates lockThiago Santos1-1/+0
It will cause a deadlock and the calers for _get_next_fragment will already call _stop if required when _get_next_fragment fails. Fixes #690148
2013-09-12amcvideodec: Don't put the level restrictions on the sinkpad capsSebastian Dröge1-61/+3
They tend to be inaccurate and having them in the sinkpad caps prevents playback of files that would otherwise play fine.
2013-09-10modplug: Specify directory when including stdafx.hIain Lane1-1/+1
modplug stopped exposing their directory in their pcfile, meaining consumers accessing the headers directly fail to build. http://sourceforge.net/p/modplug-xmms/git/ci/75e9b166982ed637b59ef7cbc1835a09f768923e/
2013-09-03soundtouch: Fix compilation with soundtouch 1.4.0Sebastian Dröge2-0/+14
It used FLOAT_SAMPLES/INTEGER_SAMPLES #defines instead of ones properly prefixed with a namespace. https://bugzilla.gnome.org/show_bug.cgi?id=707390
2013-09-03amcvideodec: Port tiled NV12 conversion to 1.0Sebastian Dröge1-10/+10
2013-09-03amcvideodec: Add FIXME commentSebastian Dröge1-0/+1
2013-09-03androidmedia: add support for a new qualcomm colorspaceJorge Luis Zapata3-1/+110
2013-09-02soundtouch: Allow compilation against float and integer version of the librarySebastian Dröge3-42/+47
https://bugzilla.gnome.org/show_bug.cgi?id=707270
2013-08-28Release 1.0.10Tim-Philipp Müller84-105/+290
2013-08-28h264parse: only update src CAPS when it's necessaryMatthieu Bouron1-2/+8
https://bugzilla.gnome.org/show_bug.cgi?id=705452
2013-08-28tsdemux: Refuse negative rates which we don't support yetEdward Hervey1-4/+5
And remove a check which was done before
2013-08-28mpegvideoparse: Fix switch statement in level detection codeSebastian Dröge1-4/+8
Properly fall through the cases without re-assigning the level to the wrong value. https://bugzilla.gnome.org/show_bug.cgi?id=706369
2013-08-28interaudiosrc: make silence memory actually contain silenceTim-Philipp Müller2-5/+20
instead of random data. Reported by Marco Micheletti on gstreamer-devel.
2013-08-28pcapparse: Remove unneeded unref and only set pad caps if we have capsZaheer Abbas Merali1-3/+2
Fixes crashes due to invalid unrefs. https://bugzilla.gnome.org/show_bug.cgi?id=705957
2013-08-27mpegtspacketizer: Fix PCR LUT tableEdward Hervey1-2/+2
We were only resetting the first 512 values of the lookup table instead of the whole 8192. This resulted in any PCR PID over 0x0200 ... ending up taking the first PCR table around :(
2013-08-26configure.ac: Don't set BZ2_LIBS if bz2 is not foundSebastian Dröge1-1/+3
2013-08-26neonhttpsrc: allow building with neon-0.30Alexandre Rostovtsev1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=705812
2013-08-22configure: Fix bz2 configure check for WindowsSebastian Dröge1-2/+9
Due to function decorations on Windows AC_CHECK_LIB can't be used to check for bz2. https://bugzilla.gnome.org/show_bug.cgi?id=465924
2013-08-07rtpvp8depay: mark key frames and delta frames properlyTim-Philipp Müller1-0/+11
https://bugzilla.gnome.org/show_bug.cgi?id=705550
2013-07-30Release 1.0.9Tim-Philipp Müller86-120/+644
2013-07-30dvdspu: artifacts when rendering clipped spuMatej Knopp1-10/+13
https://bugzilla.gnome.org/show_bug.cgi?id=705039
2013-07-29openjpeg: Fix compilation without the single-include headers of 1.2Sebastian Dröge4-14/+10
2013-07-29openjpeg: Add better support for static pluginsSebastian Dröge1-1/+1
2013-07-29openjpegdec: Only use 10 bit YUV formats for exactly 10 bit images, not <= ↵Sebastian Dröge1-12/+18
16 bit And use the generic converter to AYUV64 for everything else.
2013-07-29openjpegenc/-dec: print openjpeg logs for debug tracingSebastian Rasmussen2-2/+74
2013-07-29openjpegenc: Add some propertiesSebastian Dröge1-4/+148
2013-07-29openjpegdec: Don't crash if colorspace is not provided on the capsSebastian Dröge1-7/+8
g_str_equal() is *not* NULL-safe
2013-07-29openjpegdec: Improve robustness against formats with different settings per ↵Sebastian Dröge1-14/+45
component
2013-07-29openjpegdec: Properties won't be needed in the decoderSebastian Dröge1-41/+0
2013-07-29openjpegenc: Fix data pointer incrementingSebastian Dröge1-3/+3
2013-07-29openjpegenc: Optimize image filling functions a bitSebastian Dröge1-71/+118
2013-07-29openjpegdec: Add missing shiftsSebastian Dröge1-9/+18
2013-07-29openjpegdec: Optimize frame filling functions a bitSebastian Dröge1-147/+275
2013-07-29openjpeg: Correct template caps a bitSebastian Dröge2-2/+15
2013-07-29openjpeg: Handle the num-components field in the capsSebastian Dröge3-3/+23
2013-07-29openjpeg: Add support for the colorspace field in the capsSebastian Dröge3-1/+27
2013-07-29openjpeg: Add JPEG2000 encoder elementSebastian Dröge3-4/+699
2013-07-29openjpeg: Add OpenJPEG based JPEG2000 decoderSebastian Dröge8-0/+1037
2013-07-26winscreencap: Initial port to 1.0Sebastian Dröge8-215/+122
Conflicts: configure.ac sys/winscreencap/Makefile.am
2013-07-22decklink: actually enable decklinksinkYouri Westerman1-2/+1
https://bugzilla.gnome.org/show_bug.cgi?id=704505
2013-07-22decklink: add "device-number" to select from multiple devicesYouri Westerman4-32/+26
https://bugzilla.gnome.org/show_bug.cgi?id=704505
2013-07-22fluidsynth: add fluidsynth midi rendererWim Taymans5-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
2013-07-22midiparse: add basic midi parserWim Taymans5-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
2013-07-17mpegdemux: do not push discont buffers if they aren't discontArnaud Vrac1-0/+3
Explicitly unset discont flag when it shouldn't be set. https://bugzilla.gnome.org/show_bug.cgi?id=682110
2013-07-13configure: Depend on gst-plugins-base 1.0.8Sebastian Dröge1-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.
2013-07-12docs: add newly-ported elements to docsTim-Philipp Müller2-0/+79
2013-07-12Release 1.0.8Tim-Philipp Müller85-104/+692
2013-07-12Update .po filesTim-Philipp Müller40-40/+40
2013-07-11tsdemux: fix M2TS stream resyncArnaud Vrac1-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.