- Feb 19, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Feb 17, 2016
-
-
Sebastian Dröge authored
gstsiddec.cc:78:17: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix] #define FORMATS "{ "GST_AUDIO_NE(S16)","GST_AUDIO_NE(U16)", S8, U8 }" ^ gstsiddec.cc:78:38: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix] #define FORMATS "{ "GST_AUDIO_NE(S16)","GST_AUDIO_NE(U16)", S8, U8 }" ^
-
- Feb 16, 2016
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Hook up to build system, add to docs
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Move mpg123 plugin from -bad to -ugly. https://bugzilla.gnome.org/show_bug.cgi?id=719849
-
rename gst-launch --> gst-launch-1.0 replace old elements with new elements(ffmpegcolorspace -> videoconvert, ffenc_** -> avenc_**) fix caps in examples https://bugzilla.gnome.org/show_bug.cgi?id=759432
-
Tim-Philipp Müller authored
Follow-up to previous commit. https://bugzilla.gnome.org/show_bug.cgi?id=752431
-
If the sample rate of the media changes, the resulting flush will clear the has_next_audioinfo flag, and the caps won't be sent downstream. https://bugzilla.gnome.org/show_bug.cgi?id=752431
-
Avoids useless check of downstream caps when handling an accept-caps query Elements: dtsdec, faad, gsmdec, mpg123audiodec, opusdec, sbcdec, adpcmdec, sirendec
-
Tim-Philipp Müller authored
This is not needed any longer.
-
-
The old code was using gst_caps_normalize() and was generally overly complex. Simplify by picking sample rate and number of channels from upstream and the sample format from the allowed caps. If the format caps is a list of strins, just pick the first one. And if the srcpad isn't linked yet, use the default format (S16). https://bugzilla.gnome.org/show_bug.cgi?id=740195
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
-
-
harder ? :)
-
-
-
-
- Feb 05, 2016
-
-
Thiago Santos authored
To get the CK_DEFAULT_TIMEOUT defined for all tests https://bugzilla.gnome.org/show_bug.cgi?id=761472
-
Thiago Santos authored
From 86e4663 to b64f03f
-
- Jan 25, 2016
-
-
Tim-Philipp Müller authored
We don't really need to cater for older versions any more.
-
- Jan 21, 2016
- Jan 09, 2016
-
-
Thiago Santos authored
accept-caps does only a shallow check and a full downstream caps query is needed to check if ARGB is possible
-
- Jan 04, 2016
-
-
Support reverse playback for ASF format. Parse packets and queue the payloads, then push the payload buffer to decoder in reverse order. Video buffers are pushed from KeyFrame to next Keyframe. https://bugzilla.gnome.org/show_bug.cgi?id=757341
-
- Dec 24, 2015
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Dec 21, 2015
-
-
Sebastian Dröge authored
While this is more useful for libraries, some of our plugins with multiple files and some internal API can also benefit from this.
-
- Dec 16, 2015
-
-
Sebastian Dröge authored
-
- Dec 07, 2015
-
-
Nicolas Dufresne authored
From b319909 to 86e4663
-
- Nov 26, 2015
-
-
Don't artificially limit the bitrate, x264enc allows much higher bitrates, and for intra-only 4k AVC they are needed. x264 clips to 2Gbps internally, so use that as limit for now. https://bugzilla.gnome.org/show_bug.cgi?id=758620
-