summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-09-30Release 1.9.901.9.90Sebastian Dröge23-47/+130
2016-09-30Update .po filesSebastian Dröge40-92/+92
2016-09-30po: Update translationsSebastian Dröge2-52/+54
2016-09-29x264enc: Set colorimetry and chroma-site informationSebastian Dröge1-1/+106
https://bugzilla.gnome.org/show_bug.cgi?id=772159
2016-09-24meson: hook up translationsTim-Philipp Müller2-0/+10
2016-09-24meson: hook up unit testsTim-Philipp Müller4-2/+91
2016-09-14configure: Depend on gstreamer 1.9.2.1Sebastian Dröge1-2/+2
2016-09-10Automatic update of common submoduleJan Schmidt2-1/+1
From b18d820 to f980fd9
2016-09-10Automatic update of common submoduleJan Schmidt2-1/+1
From f49c55e to b18d820
2016-09-05meson: Bump version to 1.9.2Thibault Saunier1-1/+1
2016-09-01Back to developmentSebastian Dröge1-1/+1
2016-09-01Release 1.9.21.9.2Sebastian Dröge24-51/+316
2016-09-01po: Update translationsSebastian Dröge40-126/+108
2016-09-01siddec: Fix compilation with debugging disabledSebastian Dröge1-3/+1
gstsiddec.o gstsiddec.cc: In function ‘void play_loop(GstPad*)’: gstsiddec.cc:446:18: error: unused variable ‘reason’ [-Werror=unused-variable] const gchar *reason = gst_flow_get_name (ret); ^
2016-08-26Use the new API to post flow ERROR messages on the busThibault Saunier3-10/+4
https://bugzilla.gnome.org/show_bug.cgi?id=770158
2016-08-24meson: Link asfdemux against the gstsdp libraryThibault Saunier1-1/+3
2016-08-23meson: Add support for fallback subprojectsThibault Saunier1-15/+30
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan21-0/+669
https://github.com/mesonbuild/meson With contributions from: Tim-Philipp Müller <tim@centricular.com> Jussi Pakkanen <jpakkane@gmail.com> (original port) Highlights of the features provided are: * Faster builds on Linux (~40-50% faster) * The ability to build with MSVC on Windows * Generate Visual Studio project files * Generate XCode project files * Much faster builds on Windows (on-par with Linux) * Seriously fast configure and building on embedded ... and many more. For more details see: http://blog.nirbheek.in/2016/05/gstreamer-and-meson-new-hope.html http://blog.nirbheek.in/2016/07/building-and-developing-gstreamer-using.html Building with Meson should work on both Linux and Windows, but may need a few more tweaks on other operating systems.
2016-08-19plugins: Use <stdint.h> instead of _stdint.hNirbheek Chauhan5-7/+19
_stdint.h is generated by Autotools and we don't really need it. All supported platforms now ship with stdint.h. The only stickler was MSVC, and since Visual Studio 2015 it also ships stdint.h now.
2016-08-19mpeg2dec: remove file no longer used or neededTim-Philipp Müller1-37/+0
2016-08-08dvdlpcmdec: add libgstbase CFLAGS as wellTim-Philipp Müller1-1/+1
For consistency. https://bugzilla.gnome.org/show_bug.cgi?id=769610
2016-08-08dvdlpcmdec: link libgstbase-1.0xlazom001-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=769610
2016-08-02asfdemux: Add byte rate based bitrate tag in case there are no audio propsCarlos Rafael Giani1-0/+21
https://bugzilla.gnome.org/show_bug.cgi?id=769418
2016-07-25dvdlpcmdec: add support for another formatMichael Olbrich2-0/+105
The format specification can be found here: http://www.dvdforum.org/images/Guideline1394V10R0_20020911.pdf Note: This format is also used for Wifi-Display. https://bugzilla.gnome.org/show_bug.cgi?id=765807
2016-07-25dvdlpcmdec: rewrite to use GstAudioDecoderMichael Olbrich2-337/+191
https://bugzilla.gnome.org/show_bug.cgi?id=765807
2016-07-24sidplay: fix compiler warnings when building with -O3Josep Torra1-18/+18
Avoid compiler warnings "‘foo’ may be used uninitialized in this function" when building with -O3 by checking the return bool value of format conversion function. https://bugzilla.gnome.org/show_bug.cgi?id=769116
2016-07-11Automatic update of common submoduleStefan Sauer1-0/+0
From f363b32 to f49c55e
2016-07-06Back to developmentSebastian Dröge1-3/+3
2016-07-06Release 1.9.11.9.1Sebastian Dröge23-839/+283
2016-07-06Update .po filesSebastian Dröge40-40/+40
2016-07-06po: Update translationsSebastian Dröge1-22/+25
2016-06-21Automatic update of common submoduleNicolas Dufresne1-0/+0
From ac2f647 to f363b32
2016-05-27asfdemux: fix seeking back after EOS has been reached in push modeVootele Vesterblom1-0/+5
Fix seeking when demuxer is in INDEX state. This happens when we reached the end of the stream. It should still be possible to do a flushing seek and seek back to any other position though. Instead the demuxer would just go straight to EOS again instead of going back to processing packets again from the new position. https://bugzilla.gnome.org/show_bug.cgi?id=749066
2016-05-20rdtmanager: fix clock leakGuillaume Desmottes1-0/+1
The clock returned by gst_system_clock_obtain() was never unreffed. https://bugzilla.gnome.org/show_bug.cgi?id=766565
2016-05-15docs: Update for git masterSebastian Dröge17-34/+34
2016-04-16amrnbec, mad: fix two more parse function declarationsTim-Philipp Müller2-4/+4
2016-04-15a52dec, amrwbec: fix parse function declaration mismatchTim-Philipp Müller2-4/+4
Fixes MSVC compiler warning: amrwbdec.c(99): warning C4133: '=': incompatible types - from 'gboolean (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)' to 'GstFlowReturn (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)' gsta52dec.c(156): warning C4133: '=': incompatible types - from 'gboolean (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)' to 'GstFlowReturn (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)'
2016-04-15mpg123: fix build with msvcTim-Philipp Müller1-0/+12
Fix syntax errors when compiling against cerbero-provided libmpg123 headers. We do the same as the libmpg123 internal visual studio build here. mpg123.h(1378): error C2143: syntax error: missing ')' before '(' mpg123.h(1378): error C2081: 'ssize_t': name in formal parameter list illegal mpg123.h(1378): error C2143: syntax error: missing ')' before '*' mpg123.h(1378): error C2091: function returns function mpg123.h(1378): error C2143: syntax error: missing '{' before '*' mpg123.h(1378): error C2059: syntax error: ')' mpg123.h(1379): error C2143: syntax error: missing ')' before '*' mpg123.h(1379): error C2365: 'off_t': redefinition; previous definition was 'typedef' ...
2016-04-15mpeg2dec: bump libmpeg2 requirement to 0.5.1 and fix msvc buildTim-Philipp Müller2-30/+2
libmpeg2 0.5.1 was released in mid-2008, let's bump the requirement and get rid of version-dependent code paths. There's still avdec_mpeg2video for those who are stuck on ancient distros which we don't target any more. Also fixes build with MSVC, which doesn't like #if #else #endif inside macro arguments (like the GST_DEBUG_OBJECT in line 941).
2016-04-14Automatic update of common submoduleJulien Isorce2-1/+1
From 6f2d209 to ac2f647
2016-03-24ugly: use new gst_element_class_add_static_pad_template()Vineeth TM22-92/+72
https://bugzilla.gnome.org/show_bug.cgi?id=763082
2016-03-24Back to developmentSebastian Dröge1-4/+4
2016-03-24Release 1.8.01.8.0Sebastian Dröge23-38/+904
2016-03-24Update .po filesSebastian Dröge40-40/+40
2016-03-15Release 1.7.911.7.91Sebastian Dröge23-33/+126
2016-03-15Update .po filesSebastian Dröge40-40/+40
2016-03-08asfdemux: Don't modify segment values on accurate seeksEdward Hervey2-6/+11
When dealing with accurate seeks, we want to return exactly the segment that was requested by the seek event, and not adjust the values. https://bugzilla.gnome.org/show_bug.cgi?id=755469
2016-03-01Release 1.7.901.7.90Sebastian Dröge23-47/+169
2016-03-01Update .po filesSebastian Dröge39-39/+39
2016-03-01po: Update translationsSebastian Dröge1-15/+9