summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2011-01-21Release 0.10.32RELEASE-0.10.32Tim-Philipp Müller31-61/+61
2011-01-18docs: update docsTim-Philipp Müller32-32/+32
2011-01-110.10.31.3 pre-releaseTim-Philipp Müller32-32/+32
2011-01-06docs: update docsTim-Philipp Müller34-72/+248
2011-01-06discoverer: Documentation updatesArun Raghavan1-2/+2
Some cosmetic changes and expands on some bits of the documentation to make it more newbie-friendly.
2011-01-05encoding: encoding_profile_get_output_caps => _get_input_capsEdward Hervey1-1/+1
Makes more sense name-wise
2011-01-05docs: Add various new symbolsEdward Hervey1-0/+14
2011-01-05encoding-target: Fixup loading/saving methodsEdward Hervey1-2/+2
2011-01-05encoding-target: Add API for list all categories and targetsEdward Hervey1-0/+2
API: gst_encoding_list_available_categories API: gst_encoding_list_all_targets
2011-01-05encoding-profile: Add convenience method to find a profileEdward Hervey1-0/+1
API: gst_encoding_profile_find
2011-01-05encoding-target: Add method to get a profile by nameEdward Hervey1-0/+1
API: gst_encoding_target_get_profile
2010-12-20docs: Update for videoscale class changesEdward Hervey1-1/+1
2010-12-15gst: New encoding pluginEdward Hervey9-169/+176
https://bugzilla.gnome.org/show_bug.cgi?id=627476
2010-12-15pbutils: New Profile libraryEdward Hervey5-0/+669
https://bugzilla.gnome.org/show_bug.cgi?id=627476
2010-12-13make: move the design doc also on the Makefile.am level (for dist)Stefan Kost2-1/+1
2010-12-13docs: move design doc to design folderStefan Kost1-0/+0
2010-12-02docs: Add a whole bunch of symbols that were unused to the proper sectionsEdward Hervey4-19/+68
2010-12-02Back to developmentTim-Philipp Müller31-60/+59
2010-11-30Release 0.10.31RELEASE-0.10.31Tim-Philipp Müller32-174/+305
2010-10-30docs: update docs for discoverer API changes as wellTim-Philipp Müller1-2/+2
2010-10-28discoverer: Move documentation to the correct sectionSebastian Dröge1-10/+1
And don't mention the (not existing) libgstdiscovery. https://bugzilla.gnome.org/show_bug.cgi?id=633336
2010-10-16tag: Adds GST_TAG_CAPTURING_SOURCEThiago Santos1-0/+1
Adds a tag to indicate the source/device used for the capture. Already maps it in exif and adds tests. API: GST_TAG_CAPTURING_SOURCE https://bugzilla.gnome.org/show_bug.cgi?id=631773
2010-10-16tag: Adds GST_TAG_CAPTURING_METERING_MODEThiago Santos1-0/+1
Adds a tag to inform what mode was used by a camera to calculate the picture capturing exposure Also adds mapping to exif and tests API: GST_TAG_CAPTURING_METERING_MODE https://bugzilla.gnome.org/show_bug.cgi?id=631773
2010-10-16tag: Adds GST_TAG_CAPTURING_SHARPNESSThiago Santos1-0/+1
Adds new tag for tagging sharpness processing used when capturing an image. Also maps it in the exif tags. Tests included. API: GST_TAG_CAPTURING_SHARPNESS https://bugzilla.gnome.org/show_bug.cgi?id=631773
2010-10-08pbutils: rename gstdiscoverer-private.h to pbutils-private.hEdward Hervey1-1/+1
2010-10-05rtcpbuffer: Add function to manipulation the data in RTCP feedback packetsOlivier Crête1-0/+4
Add methods to get/set the length of the Feedback Control Information (FCI) as well as getting a pointer to the FCI itself.
2010-10-05rtpbuffer: Add function to transform a GstBuffer into a GstBufferListOlivier Crête1-0/+1
Add a new function called gst_rtp_buffer_list_from_buffer() that takes a GstBuffer containing a RTP packets and spits out a GstBufferList containing two buffers, one with the header and the other with the payload.
2010-10-05rtpbuffer: Add functions to add RFC 5285 header extensions to GstBufferListsOlivier Crête1-1/+2
Add functions to add header extensions to buffer lists, these functions only modify the header part of the buffer lists, so the data is not copied.
2010-10-05rtpbuffer: Add function to read RFC 5285 header extensions from GstBufferListsOlivier Crête1-0/+3
2010-10-05rtpbuffer: Add function to add RTP header extensions with a two bytes headerOlivier Crête1-0/+1
2010-10-05rtpbuffer: Add function to append RFC 5285 one byte header extensionsOlivier Crête1-0/+2
2010-10-05rtpbuffer: Add function to parse RFC 5285 header extensionsOlivier Crête1-0/+2
RFC 5285 describes a generic method to add multiple header extensions to RTP packets. These functions parse these headers and return them, both for the one-byte header and the two bytes headers.
2010-09-30docs: add new codec utils API to docsTim-Philipp Müller2-0/+19
2010-09-20docs: Documentation for new pbutils GstDiscovererEdward Hervey4-2/+111
Fixes #625944
2010-09-14video: Add gst_video_convert_frame_async() to the docsSebastian Dröge1-0/+1
2010-09-14video: Add new method for converting a video frameEdward Hervey1-0/+1
https://bugzilla.gnome.org/show_bug.cgi?id=629157
2010-09-10sdp: add methods to convert between uri and messageWim Taymans1-1/+6
Add methods to convert between uri and sdpmessages, loosly based on http://tools.ietf.org/html/draft-fujikawa-sdp-url-01 API: GstSDPMessage::gst_sdp_message_parse_uri API: GstSDPMessage::gst_sdp_message_as_uri
2010-09-07audioclock: add a function to invalidate the clockWim Taymans1-0/+1
Add a function to invalidate the time function of a clock. Useful for when the function becomes invalid.
2010-09-07tags: Add GST_TAG_IMAGE_HORIZONTAL/VERTICAL_PPI tagsThiago Santos1-0/+2
Adds new tags for representing the intended PPI of images/videos API: GST_TAG_IMAGE_HORIZONTAL_PPI API: GST_TAG_IMAGE_VERTICAL_PPI Fixes #626570
2010-08-24tag: Adds GST_TAG_CAPTURE_FLASH_FIRED/_MODEThiago Santos1-0/+2
Adds a new tag for informing if flash was used while capturing an image and the flash mode selected by the user during this capture API: GST_TAG_CAPTURING_FLASH_FIRED API: GST_TAG_CAPTURING_FLASH_MODE https://bugzilla.gnome.org/show_bug.cgi?id=626651
2010-08-24tag: More photography related tagsThiago Santos1-0/+7
API: GST_TAG_CAPTURING_EXPOSURE_PROGRAM API: GST_TAG_CAPTURING_EXPOSURE_MODE API: GST_TAG_CAPTURING_SCENE_CAPTURE_TYPE API: GST_TAG_CAPTURING_GAIN_ADJUSTMENT API: GST_TAG_CAPTURING_WHITE_BALANCE API: GST_TAG_CAPTURING_CONTRAST API: GST_TAG_CAPTURING_SATURATION Fixes #626651
2010-08-24tag: Adds some basic photography tagsThiago Santos1-0/+5
Adds the following basic photography tags. API: GST_TAG_CAPTURING_SHUTTER_SPEED API: GST_TAG_CAPTURING_FOCAL_RATIO API: GST_TAG_CAPTURING_FOCAL_LENGTH API: GST_TAG_CAPTURING_DIGITAL_ZOOM_RATIO API: GST_TAG_CAPTURING_ISO_SPEED Fixes #626651
2010-08-13plugin-docs: the <TITLE> tag should come right after <FILE>.Stefan Kost1-11/+10
Fixes missing plugin entries. If the object name, e.g. GstGIOSrc came before the title, we ended up with differnt section_id in the generated docbook.
2010-07-26pbutils: add compile time and runtime version checks for gst-plugins-baseTim-Philipp Müller1-0/+8
So people can check what version of the gst-plugins-base libs they're building against or linked against. API: GST_PLUGINS_BASE_VERSION_MAJOR API: GST_PLUGINS_BASE_VERSION_MINOR API: GST_PLUGINS_BASE_VERSION_MICRO API: GST_PLUGINS_BASE_VERSION_NANO API: GST_CHECK_PLUGINS_BASE_VERSION API: gst_plugins_base_version() API: gst_plugins_base_version_string()
2010-07-16audioclock: API: Add gst_audio_clock_new_full() with a GDestroyNotify for ↵Sebastian Dröge1-0/+1
the user_data Elements usually use their own instance as instance data but the clock can have a longer lifetime than their elements and the clock doesn't own a reference of the element. Fixes bug #623807.
2010-07-16Back to developmentTim-Philipp Müller31-60/+59
2010-07-15Release 0.10.30RELEASE-0.10.30Tim-Philipp Müller30-59/+59
2010-07-08docs: dist more of the gst-plugin-base design docsTim-Philipp Müller1-1/+6
2010-07-070.10.29.4 pre-releaseTim-Philipp Müller30-30/+30
2010-07-04docs: update ogg introspection info after riff fourcc additionTim-Philipp Müller1-1/+1