summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* pitch: Fix inverted condition in setcaps1.0Olivier Crête2013-10-121-1/+1
|
* hlsdemux: Do not call _stop holding the updates lockThiago Santos2013-10-031-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
* amcvideodec: Don't put the level restrictions on the sinkpad capsSebastian Dröge2013-09-121-61/+3
| | | | | They tend to be inaccurate and having them in the sinkpad caps prevents playback of files that would otherwise play fine.
* modplug: Specify directory when including stdafx.hIain Lane2013-09-101-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/
* soundtouch: Fix compilation with soundtouch 1.4.0Sebastian Dröge2013-09-032-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
* amcvideodec: Port tiled NV12 conversion to 1.0Sebastian Dröge2013-09-031-10/+10
|
* amcvideodec: Add FIXME commentSebastian Dröge2013-09-031-0/+1
|
* androidmedia: add support for a new qualcomm colorspaceJorge Luis Zapata2013-09-033-1/+110
|
* soundtouch: Allow compilation against float and integer version of the librarySebastian Dröge2013-09-023-42/+47
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=707270
* Release 1.0.101.0.10Tim-Philipp Müller2013-08-2884-105/+290
|
* h264parse: only update src CAPS when it's necessaryMatthieu Bouron2013-08-281-2/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=705452
* tsdemux: Refuse negative rates which we don't support yetEdward Hervey2013-08-281-4/+5
| | | | And remove a check which was done before
* mpegvideoparse: Fix switch statement in level detection codeSebastian Dröge2013-08-281-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
* interaudiosrc: make silence memory actually contain silenceTim-Philipp Müller2013-08-282-5/+20
| | | | | instead of random data. Reported by Marco Micheletti on gstreamer-devel.
* pcapparse: Remove unneeded unref and only set pad caps if we have capsZaheer Abbas Merali2013-08-281-3/+2
| | | | | | Fixes crashes due to invalid unrefs. https://bugzilla.gnome.org/show_bug.cgi?id=705957
* mpegtspacketizer: Fix PCR LUT tableEdward Hervey2013-08-271-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 :(
* configure.ac: Don't set BZ2_LIBS if bz2 is not foundSebastian Dröge2013-08-261-1/+3
|
* neonhttpsrc: allow building with neon-0.30Alexandre Rostovtsev2013-08-261-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=705812
* configure: Fix bz2 configure check for WindowsSebastian Dröge2013-08-221-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
* rtpvp8depay: mark key frames and delta frames properlyTim-Philipp Müller2013-08-071-0/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=705550
* 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.