- 16 Apr, 2011 1 commit
-
-
Tim-Philipp Müller authored
-
- 29 Mar, 2011 2 commits
-
-
Thiago Santos authored
The GstTagXmpWriter interface is to be implemented on elements that provide xmp serialization. It allows users to select which xmp schemas should be used on serialization. API: GstTagXmpWriter https://bugzilla.gnome.org/show_bug.cgi?id=645167
-
Thiago Santos authored
Adds a function to list the available schemas in our xmp lib https://bugzilla.gnome.org/show_bug.cgi?id=645167
-
- 23 Mar, 2011 1 commit
-
-
Thiago Santos authored
-
- 22 Feb, 2011 1 commit
-
-
Tim-Philipp Müller authored
-
- 27 Jan, 2011 1 commit
-
-
- 24 Jan, 2011 1 commit
-
-
Tim-Philipp Müller authored
-
- 21 Jan, 2011 1 commit
-
-
Tim-Philipp Müller authored
-
- 18 Jan, 2011 2 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
API: gst_app_stream_type_get_type() API: GST_TYPE_APP_STREAM_TYPE https://bugzilla.gnome.org/show_bug.cgi?id=639747
-
- 11 Jan, 2011 1 commit
-
-
Tim-Philipp Müller authored
-
- 07 Jan, 2011 1 commit
-
-
Tim-Philipp Müller authored
-
- 06 Jan, 2011 1 commit
-
-
Tim-Philipp Müller authored
-
- 05 Jan, 2011 4 commits
-
-
Edward Hervey authored
-
Edward Hervey authored
API: gst_encoding_list_available_categories API: gst_encoding_list_all_targets
-
Edward Hervey authored
API: gst_encoding_profile_find
-
Edward Hervey authored
API: gst_encoding_target_get_profile
-
- 15 Dec, 2010 3 commits
-
-
Stefan Kost authored
-
Wim Taymans authored
-
-
- 13 Dec, 2010 1 commit
-
-
Stefan Kost authored
Besides the duration we can also query the seekability of a stream. Use the new API in the gst-discoverer tool. API: gst_discoverer_info_get_seekable
-
- 03 Dec, 2010 1 commit
-
-
Wim Taymans authored
-
- 02 Dec, 2010 2 commits
-
-
Wim Taymans authored
Expose a previously internal method to check for multicast addresses. See #634093
-
Tim-Philipp Müller authored
-
- 30 Nov, 2010 1 commit
-
-
Tim-Philipp Müller authored
-
- 18 Nov, 2010 1 commit
-
-
Tim-Philipp Müller authored
-
- 01 Nov, 2010 1 commit
-
-
Tim-Philipp Müller authored
-
- 30 Oct, 2010 2 commits
-
-
Tim-Philipp Müller authored
Cruft from before the lib was renamed to pbutils
-
Stefan Kost authored
Rename _get_is_image() to _is_image() and _get_interlaced() to _is_interlaced(). https://bugzilla.gnome.org/show_bug.cgi?id=633311
-
- 22 Oct, 2010 1 commit
-
-
Tim-Philipp Müller authored
-
- 16 Oct, 2010 1 commit
-
-
Tim-Philipp Müller authored
-
- 15 Oct, 2010 2 commits
-
-
Tim-Philipp Müller authored
Make sure the marshaller function isn't exported. As it was never in a public header file, this should be fine.
-
Tim-Philipp Müller authored
There's no reason to make the marshaller public API. Don't install pbutils-marshal.h header file and use prefix that makes sure the symbol doesn't get exported.
-
- 05 Oct, 2010 1 commit
-
-
Wim Taymans authored
-
- 30 Sep, 2010 3 commits
-
-
Arun Raghavan authored
This adds code to translate the profile_and_level indication from the MPEG-4 video (ISO/IEC 14496-2) headers to a string profile/level. The mappings are taken from the spec and Wireshark's code, and might need to be expanded on. https://bugzilla.gnome.org/show_bug.cgi?id=617314 API: gst_codec_utils_mpeg4video_get_profile() API: gst_codec_utils_mpeg4video_get_level() API: gst_codec_utils_mpeg4video_caps_set_level_and_profile()
-
Arun Raghavan authored
This moves AAC profile detection to pbutils, and uses this in typefindfunctions. This will also be used in qtdemux. https://bugzilla.gnome.org/show_bug.cgi?id=617314 API: gst_codec_utils_aac_get_profile() API: codec_utils_aac_caps_set_level_and_profile()
-
Arun Raghavan authored
This allows us to add generic codec-specific functionality, like extracting profile/level data from headers, without having to duplicate code across demuxers and typefindfunctions. As a starting point, this moves over AAC level extraction code from typefindfunctions, so it can be reused in qtdemux, etc. https://bugzilla.gnome.org/show_bug.cgi?id=617314 API: gst_codec_utils_aac_get_sample_rate_from_index() API: gst_codec_utils_aac_get_level()
-
- 24 Sep, 2010 2 commits
-
-
Tim-Philipp Müller authored
Also update enums.
-
Havard Graff authored
-
- 20 Sep, 2010 1 commit
-
-
Edward Hervey authored
Fixes #625944
-