summaryrefslogtreecommitdiff
path: root/win32/common
AgeCommit message (Collapse)AuthorFilesLines
2015-11-11videometa: add GstVideoAffineTransformationMetaMatthew Waters1-0/+4
Adds a simple 4x4 affine transformations meta for passing arbitrary transformations on buffers. Based on patch by Matthieu Bouron https://bugzilla.gnome.org/show_bug.cgi?id=731791
2015-11-06audio-converter: move audio converter to audio libsWim Taymans1-0/+6
Move the audio-converter helper to the audio library.
2015-11-06audio-channel-mix: move channel mixer to audio libsWim Taymans1-0/+5
Move the channel mixer code to the audio library
2015-11-06defs: update defsWim Taymans1-0/+6
2015-11-05audio-channels: rename get_default_maskWim Taymans1-1/+1
Rename _get_default_mask() to _get_fallback_mask() to make it more clear that the function only provides a fallback if nothing else can be done. Also clarify this in the documentation. API: gst_audio_channel_get_fallback_mask()
2015-11-05audio-channels: make method to get default channel-maskWim Taymans1-0/+1
Add a new method to get the default channel-mask. Use the new method on audiodecoder and audioconvert. API: gst_audio_channel_get_default_mask()
2015-11-03codec-utils: Add utilities for Opus caps and the OpusHead headerSebastian Dröge1-0/+5
https://bugzilla.gnome.org/show_bug.cgi?id=757152
2015-11-03audio: Add GstAudioClippingMeta for specifying clipping on encoded audio buffersSebastian Dröge1-0/+3
https://bugzilla.gnome.org/show_bug.cgi?id=757153
2015-10-16win32 update exports for new rtp symbolsMatthew Waters1-0/+1
2015-10-02win32: Update exports for new audiovisualizer symbolsSebastian Dröge1-0/+2
2015-09-25Release 1.6.0Sebastian Dröge2-5/+5
2015-09-18Release 1.5.91Sebastian Dröge2-6/+6
2015-08-19Release 1.5.90Sebastian Dröge4-6/+110
2015-08-15Revert "audiodecoder: expose default query handling function"Thiago Santos1-1/+0
Apparently I forgot how gobject works, there is no need to expose it directly as one can call it from the parent_class pointer This reverts commit 8a64592481dab985ca520a5b1cb394a609275c60.
2015-08-15Revert "videodecoder: expose default query handling function"Thiago Santos1-1/+0
Apparently I forgot how gobject works, there is no need to expose it directly as one can call it from the parent_class pointer This reverts commit ea9b6a7e3c4eea512650adf530b7f1acb0eccd84.
2015-08-15audiodecoder: add option to use default pad accept-caps handlingThiago Santos1-0/+1
Add gst_audio_decoder_set_use_default_pad_acceptcaps() to allow subclasses to make videodecoder use the default pad acceptcaps handling instead of resorting to the caps query that is, usually, less efficient and unecessary API: gst_audio_decoder_set_use_default_pad_acceptcaps
2015-08-15videodecoder: add option to use default pad accept-caps handlingThiago Santos1-0/+1
Add gst_video_decoder_set_use_default_pad_acceptcaps() to allow subclasses to make videodecoder use the default pad acceptcaps handling instead of resorting to the caps query that is, usually, less efficient and unecessary API: gst_video_decoder_set_use_default_pad_acceptcaps
2015-08-14videodecoder: expose default query handling functionThiago Santos1-0/+1
Subclasses can use it to select what queries they want to handle and forward the rest to the default handling function. API: gst_video_decoder_sink_query_default https://bugzilla.gnome.org/show_bug.cgi?id=753623
2015-08-14audiodecoder: expose default query handling functionThiago Santos1-0/+1
Subclasses can use it to select what queries they want to handle and forward the rest to the default handling function. API: gst_audio_decoder_sink_query_default https://bugzilla.gnome.org/show_bug.cgi?id=753623
2015-07-09Revert "win32 def: Remove video flags symbol that don't exist"Sebastian Dröge1-0/+4
This reverts commit b20cc6a02a007521eabceeceb60356e5a252f38a. They are actually there in the autogenerated enum header/source file.
2015-07-09win32 def: Remove video flags symbol that don't existNicolas Dufresne1-4/+0
There has been a some refactoring and these symbols don't exist anynmore. So remove it from the win32 def. This should fix distcheck.
2015-07-07video: Add some more GTypes for enumsSebastian Dröge1-0/+4
2015-07-06docs: Add new symbols to the docs and .def filesSebastian Dröge1-0/+4
2015-06-24Release 1.5.2Sebastian Dröge4-6/+122
2015-06-18video: Add missing new symbol to win32 def fileNicolas Dufresne1-0/+1
Fixes make distcheck
2015-06-12videoencoder: Add gst_video_encoder_set_min_pts()Matej Knopp1-0/+1
For streams with reordered frames this can be used to ensure that there is enough time to accomodate first DTS, which may be less than first PTS https://bugzilla.gnome.org/show_bug.cgi?id=740575
2015-06-12Update .def file for new APITim-Philipp Müller1-0/+1
2015-06-11video: Add multiview/stereo supportJan Schmidt1-0/+12
Add flags and enums to support multiview signalling in GstVideoInfo and GstVideoFrame, and the caps serialisation and deserialisation. videoencoder: Copy multiview settings from reference input state Add gst_video_multiview_* support API and GstVideoMultiviewMeta meta https://bugzilla.gnome.org/show_bug.cgi?id=611157
2015-06-10win32: Update defs fileEdward Hervey1-0/+2
2015-06-09Update win32 exportsJan Schmidt1-0/+2
2015-06-07Release 1.5.1Sebastian Dröge8-9/+414
2015-06-05rtcpbuffer: Improve documentation of new functions a bitSebastian Dröge1-0/+2
Also actually add them to the documentation.
2015-06-02win32: Update def file for new encoding APIEdward Hervey1-0/+2
2015-05-30video: Make gst_buffer_get_video_meta() a real function, Return lowest idJan Schmidt1-0/+1
Instead of returning the first video meta found on a buffer, return the one with the lowest id (which is usually the same thing, except on multi-view buffers)
2015-05-20win32: Update exportsSebastian Dröge2-0/+9
2015-05-19win32: update .def file for new APITim-Philipp Müller1-1/+2
2015-05-19discoverer: Add serialization methods.Mathieu Duponchelle1-0/+2
[API] gst_discoverer_info_to_variant [API] gst_discoverer_info_from_variant [API] GstDiscovererSerializeFlags + Serializes as a GVariant + Adds a test + Does not serialize potential GstToc (s) https://bugzilla.gnome.org/show_bug.cgi?id=748814
2015-05-10video: Update win32 exports for new libgstvideo APIJan Schmidt1-0/+5
2015-05-04video-color: Add gst_video_colorimetry_is_equal()Jan Schmidt1-0/+1
Add a function for comparing the equality of 2 colorimetry structures.
2015-04-29navigation: sprinkle some since markers and add new API to .def fileTim-Philipp Müller1-0/+2
https://bugzilla.gnome.org/show_bug.cgi?id=747245
2015-04-28video-info: expose InterlaceMode conversion to/from stringWim Taymans1-0/+2
Expose the methods used to convert a GstVideoInterlaceMode to and from a string.
2015-04-17win32: Update defs for new APIEdward Hervey1-0/+2
2015-03-19defs: updateWim Taymans1-0/+3
2015-02-13install-plugins: add new API to exports .def and to docsTim-Philipp Müller1-0/+3
https://bugzilla.gnome.org/show_bug.cgi?id=744465
2015-02-11video-scaler: add 2d scalerWim Taymans1-0/+1
Make a convenience function that combines 2 scalers to perform a 2d scale. This removes quite a bit of overhead in method calls when doing a typical scale and it also can reuse a piece of unused memory in the vertical scaler. Use the 2d scaler in video-converter and remove the other scalers and temp memory.
2015-02-09rtspmessage: add API to add and get custom headersTim-Philipp Müller1-0/+4
Add API to add and get custom headers that are not covered by our header fields enum. This is backwards compatible in that it will also work for our defined fields, so if we ever add a new header field to the enum, get_header_by_name() for the same header string will still work. API: gst_rtsp_message_add_header_by_name() API: gst_rtsp_message_take_header_by_name() API: gst_rtsp_message_remove_header_by_name() API: gst_rtsp_message_get_header_by_name()
2015-01-28defs: updateWim Taymans1-0/+1
2014-12-17audiodecoder: expose getcaps virtual functionThiago Santos1-0/+1
Allows subclasses to do custom caps query replies. Also exposes the standard caps query handler so subclasses can just extend on top of it instead of reimplementing the caps query proxying.
2014-12-17videodecoder: expose getcaps virtual functionThiago Santos1-0/+1
Allows subclasses to do custom caps query replies. Also exposes the standard caps query handler so subclasses can just extend on top of it instead of reimplementing the caps query proxying. https://bugzilla.gnome.org/show_bug.cgi?id=741263
2014-12-02defs: update defs fileWim Taymans1-0/+4