Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-10 | rtspconnection: gst_rtsp_watch_wait_backlog | Göran Jönsson | 1 | -0/+1 | |
New method that wait until there is room in backlog queue. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=725898 | |||||
2014-03-05 | docs: Removing GnomeVFS left bits | Andres Gomez | 2 | -118/+0 | |
gnomevfs was removed time ago but there are still some left bits. https://bugzilla.gnome.org/show_bug.cgi?id=725658 | |||||
2014-02-23 | docs: add GstVideoPool to docs | Tim-Philipp Müller | 2 | -0/+2 | |
2014-02-03 | docs: doc fixes for audio library | Stefan Sauer | 2 | -8/+0 | |
Add sections docs for audiometa. Fix sections docs for audiochannels. Remove old mixerutil section. | |||||
2014-01-18 | videodecoder: Add API to get the currently pending frame size for parsing | Sebastian Dröge | 1 | -0/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=719890 | |||||
2014-01-13 | doc: Add new sections introduce for tile format | Nicolas Dufresne | 1 | -0/+15 | |
https://bugzilla.gnome.org/show_bug.cgi?id=707361 | |||||
2014-01-13 | video: Don't use extra plane and componenent for tile format | Nicolas Dufresne | 1 | -10/+10 | |
Instead of using extra plane, we encode the number of tiles in x and y in the stride of each planes (i.e. y_tiles << 16 | x_tiles) and introduce tile_mode, tile_width and tile_height into GstVideoFormatInfo structure. https://bugzilla.gnome.org/show_bug.cgi?id=707361 | |||||
2014-01-13 | video: rename NV12T -> NV12_64Z32 | Wim Taymans | 1 | -1/+1 | |
Is a bit more descriptive and allows us to add more tiled types later. https://bugzilla.gnome.org/show_bug.cgi?id=707361 | |||||
2014-01-13 | video: add NV12T support | Wim Taymans | 1 | -0/+43 | |
https://bugzilla.gnome.org/show_bug.cgi?id=707361 | |||||
2013-12-06 | videoencoder: Remove gst_video_encoder_set/get_discont | Olivier Crête | 1 | -2/+0 | |
They've never existed outside the header file. | |||||
2013-12-06 | docs: add missing files for distribution | Sebastian Rasmussen | 1 | -1/+7 | |
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=720015 | |||||
2013-12-05 | videodecoder: Add API to allow subclasses to specify that they needs caps ↵ | Sebastian Dröge | 1 | -0/+2 | |
before any buffers | |||||
2013-12-01 | videodecoder: add new API to docs and defs | Mark Nauwelaerts | 1 | -0/+1 | |
2013-11-26 | videometa: add GstVideoGLTextureUploadMeta buffer pool option | Matthew Waters | 1 | -0/+1 | |
allows configuration of whether GstVideoGLTextureUploadMeta is added to buffers resulting from a buffer pool. This is sperate to the caps feature in that an element may want to add the upload meta itself rather than allowing the buffer pool to. https://bugzilla.gnome.org/show_bug.cgi?id=712798 | |||||
2013-11-01 | rtspconnection: Add new API to the docs and .def file | Sebastian Dröge | 1 | -0/+4 | |
2013-10-02 | pbutils: Add codec-utility funtions to support H265 | Sreerenj Balachandran | 1 | -0/+6 | |
https://bugzilla.gnome.org/show_bug.cgi?id=708921 | |||||
2013-09-24 | Release 1.2.0 | Sebastian Dröge | 27 | -27/+27 | |
2013-09-19 | Release 1.1.90 | Sebastian Dröge | 27 | -27/+27 | |
2013-09-09 | video/audio: #define metadata strings. | Mathieu Duponchelle | 1 | -0/+7 | |
For instance "orientation" becomes GST_VIDEO_ORIENTATION_METADATA. | |||||
2013-08-28 | Release 1.1.4 | Sebastian Dröge | 27 | -27/+27 | |
2013-07-29 | Release 1.1.3 | Sebastian Dröge | 28 | -31/+41 | |
2013-07-26 | appsrc: Also provide function API for current-level-bytes and integrate into ↵ | Sebastian Dröge | 1 | -0/+1 | |
the docs | |||||
2013-07-26 | codec-utils: add a gst_codec_utils_aac_get_index_from_sample_rate | Vincent Penquerc'h | 1 | -0/+1 | |
It maps a sample rate to a well known AAC sample rate index. | |||||
2013-07-16 | videometa: Add to the docs and make function names more consistent with others | Sebastian Dröge | 1 | -0/+5 | |
2013-07-11 | Release 1.1.2 | Sebastian Dröge | 27 | -28/+28 | |
2013-06-05 | Release 1.1.1 | Sebastian Dröge | 31 | -68/+131 | |
2013-05-30 | audio: Add gst_audio_info_is_equal() | Sebastian Dröge | 1 | -0/+1 | |
2013-04-26 | docs: Drop missing gsttcp-enumtypes.h to fix build | Rico Tzschichholz | 1 | -1/+0 | |
In addition to 7f6e1bdfdb2aad1694c24d3887f30e00f0c4c2e3 | |||||
2013-04-24 | docs: add new sdp methods to docs | Wim Taymans | 1 | -1/+49 | |
2013-04-17 | docs: add some more audio macros | Tim-Philipp Müller | 1 | -0/+8 | |
2013-03-30 | docs: Add some documentation that was missing before | Sebastian Dröge | 2 | -3/+31 | |
2013-03-25 | riff: add "note" tag | Anton Belka | 1 | -0/+1 | |
Add GST_RIFF_TAG_note for wavparse. https://bugzilla.gnome.org/show_bug.cgi?id=696549 https://bugzilla.gnome.org/show_bug.cgi?id=696550 | |||||
2013-03-11 | rtsprange: Add function to convert a range between formats | Olivier Crête | 1 | -1/+3 | |
Also add unit tests. | |||||
2013-02-19 | video: add define for video formats supported by the overlay blending code | Tim-Philipp Müller | 1 | -0/+2 | |
For use in template caps by overlay elements that use video_overlay_composition_blend(). API: GST_VIDEO_OVERLAY_COMPOSITION_BLEND_FORMATS https://bugzilla.gnome.org/show_bug.cgi?id=665751 | |||||
2013-02-19 | allocators: Integrate into the documentation | Sebastian Dröge | 3 | -0/+25 | |
2013-02-13 | mediatype-audio: write out 24 in 32bit formats | Stefan Sauer | 1 | -5/+4 | |
2013-01-24 | docs: Put GST_*_INIT into the -sections.txt file too | Olivier Crête | 1 | -0/+2 | |
2013-01-24 | doc: Sort new things into ..-libs-sections.txt | Olivier Crête | 2 | -3/+154 | |
2012-12-10 | docs: update | Tim-Philipp Müller | 7 | -38/+50 | |
2012-12-05 | encoding-profile: Let the user decide what preset name to use | Thibault Saunier | 1 | -0/+2 | |
It was possible to decide only what #GstElement implementing #GstPreset to use during the encoding, we can now let the user select a specific preset previously saved using #gst_preset_save_preset specifying the name chosen when it was saved in the gst_encoding_profile_set_preset_name. Actually loading a preset with %NULL as a name would have always failed, so in the current state of the API that feature is unusable API: gst_encoding_profile_set_preset_name gst_encoding_profile_get_preset_name | |||||
2012-11-27 | rtsp: add method to parse options list | Wim Taymans | 1 | -0/+1 | |
2012-11-23 | docs: update audio multi-channel docs | Tim-Philipp Müller | 2 | -9/+11 | |
Remove includes and functions that don't exist any longer, add new ones instead. | |||||
2012-11-20 | discoverer: Add support for getting the stream-id | Sebastian Dröge | 1 | -0/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=654830 | |||||
2012-11-20 | videodecoder: Rename from get_qos_info() to get_qos_proportion() | Sebastian Dröge | 1 | -1/+1 | |
And only return the proportion. The earliest time already can be retrieved from get_max_decode_time() and by renaming we allow this to be more extensible in the future. | |||||
2012-11-19 | videodecoder: add getter for QoS proportion and earliest_time | Andoni Morales Alastruey | 1 | -0/+1 | |
Add a getter for the QoS proportion and earliest_time to help subclasses do better estimations based on the proportion. API: gst_video_decoder_get_qos_info() https://bugzilla.gnome.org/show_bug.cgi?id=687991 | |||||
2012-11-03 | Fix FSF address | Tim-Philipp Müller | 1 | -2/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=687520 | |||||
2012-10-25 | Back to feature development | Tim-Philipp Müller | 27 | -54/+54 | |
2012-10-25 | Release 1.0.2 | Tim-Philipp Müller | 28 | -58/+78 | |
2012-10-15 | docs: fix RGB8P format description docs | Wim Taymans | 1 | -9/+12 | |
2012-10-12 | docs: update for RGB8_PALETTED -> RGB8P | Tim-Philipp Müller | 1 | -1/+1 | |