summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.3.901.3.90Sebastian Dröge2014-06-2873-108/+100
|
* codecparsers: h264: fix memory leak in GstH264PPS.Gwenole Beauchesne2014-06-271-0/+1
| | | | | | | | | | | | | The gst_h264_parse_pps() function dynamically allocates the slice group ids map array, so that needs to be cleared before parsing a new PPS NAL unit again, or when it is no longer needed. Likewise, a clean copy to the internal NAL parser state needs to be performed so that to avoid a double-free corruption. https://bugzilla.gnome.org/show_bug.cgi?id=707282 Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* mpegts: Unify API : GstMpegts / gst_mpegts_ / GST_*_MPEGTS_Edward Hervey2014-06-252-129/+129
| | | | | | | | | | | | | | | | It was previously a mix and match of both variants, introducing just too much confusion. The prefix are from now on: * GstMpegts for structures and type names (and not GstMpegTs) * gst_mpegts_ for functions (and not gst_mpeg_ts_) * GST_MPEGTS_ for enums/flags (and not GST_MPEG_TS_) * GST_TYPE_MPEGTS_ for types (and not GST_TYPE_MPEG_TS_) The rationale for chosing that is: * the namespace is shorter/direct (it's mpegts, not mpeg_ts nor mpeg-ts) * the namespace is one word under Gst * it's shorter (yah)
* mpegts: More doc fixesEdward Hervey2014-06-241-10/+60
| | | | Still not done :(
* Release 1.3.31.3.3Sebastian Dröge2014-06-2277-81/+222
|
* compositor: Add a new compositor based on the new GstVideoAggregator base classMathieu Duponchelle2014-06-202-0/+21
| | | | | | | | It is a replacement for videomixer with a similare API Co-Authored by: Thibault Saunier <tsaunier@gnome.org> https://bugzilla.gnome.org/show_bug.cgi?id=731919
* videoaggregator: Create a new GstVideoAggregator baseclassMathieu Duponchelle2014-06-202-0/+37
| | | | | | | | This base class has been added to a newly created libgstbadvideo library Co-Authored by: Thibault Saunier <tsaunier@gnome.org> https://bugzilla.gnome.org/show_bug.cgi?id=731918
* aggregator: Add new GstAggregator base classThibault Saunier2014-06-202-0/+41
| | | | | | | | This base class has been added to a newly created libgstbadbase library Co-Authored by: Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> https://bugzilla.gnome.org/show_bug.cgi?id=731917
* opengl: add element for transforming video geometryLubosz Sarnecki2014-06-181-0/+13
| | | | * add graphene as soft dependency for linear algebra
* glmixer: allow the subclass to choose the sink pad typeMatthew Waters2014-06-151-0/+1
| | | | Allows custom properties to be placed on the sink pads by subclasses
* docs: add gsteglimagememoryMatthew Waters2014-06-132-0/+16
|
* docs: add glframebuffer objectMatthew Waters2014-06-132-0/+21
|
* docs: misc adds for gl functionsMatthew Waters2014-06-131-0/+14
|
* docs: add gluploadmeta objectMatthew Waters2014-06-132-0/+21
|
* docs: update for some gl function name changesMatthew Waters2014-06-131-6/+8
|
* codecparsers: h264: fix quantization matrix conversion routine names.Gwenole Beauchesne2014-06-121-4/+4
| | | | | | | | | | | Fix routine names for zigzag/raster scan order conversion routines for quantization matrices. This ought to use the gst_h264_quant_matrix_*() naming convention instead of gst_h264_video_quant_matrix_*(), which derived from the MPEG-2 function names. https://bugzilla.gnome.org/show_bug.cgi?id=731524 Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* gl/context: add check_gl_versionMatthew Waters2014-05-301-0/+1
|
* mpegts: add multilingual component descriptorStefan Ringel2014-05-271-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=728429
* mpegts: add multilingual service name descriptorStefan Ringel2014-05-271-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=728429
* mpegts: add multilingual bouquet name descriptorStefan Ringel2014-05-271-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=728429
* mpegts: add multilingual network name descriptorStefan Ringel2014-05-271-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=728429
* mpegts: add bouquet name descriptorStefan Ringel2014-05-261-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=728364
* mpegts: add stuffing descriptorStefan Ringel2014-05-261-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=728364
* mpegts: add service list descriptorStefan Ringel2014-05-261-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=728364
* codecparsers_h264: add gst_h264_video_calculate_framerate()Aurélien Zanelli2014-05-221-0/+1
| | | | | | | | | | | | | Add a new function to calculate video stream framerate which rely on SPS, slice header and pic timing using formula: time_scale 1 1 fps = ----------------- x --------------- x ------------------------ num_units_in_tick DeltaTfiDivisor (field_pic_flag ? 2 : 1) See section E2.1 of H264 specification for definition of variables. https://bugzilla.gnome.org/show_bug.cgi?id=723352
* Release 1.3.21.3.2Sebastian Dröge2014-05-2178-102/+94
|
* gl/context: add generic feature checkingMatthew Waters2014-05-201-0/+1
| | | | At the moment it simply delegates to the subclass.
* gl/download: update to be similar to the glupload semanticsMatthew Waters2014-05-141-2/+1
|
* gl/colorconvert: use the texture scaling from the gl memoryMatthew Waters2014-05-131-1/+0
| | | | | | The colorconvert values were not being used at all. https://bugzilla.gnome.org/show_bug.cgi?id=729896
* gl/upload: implement lazy initMatthew Waters2014-05-081-1/+1
| | | | Rename init_format to set_format
* gl/upload: add get_format methodMatthew Waters2014-05-081-0/+1
| | | | Simply retreives the format set by init_format
* gl/display: add get_handle_typeMatthew Waters2014-05-061-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=729551
* Release 1.3.11.3.1Sebastian Dröge2014-05-0377-2173/+960
|
* mpegts: add dvb ca identifier descriptorStefan Ringel2014-04-161-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=727560
* mpegts: add scrambling descriptorStefan Ringel2014-04-161-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=727560
* mpegts: add frequency list descriptorStefan Ringel2014-04-161-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=727560
* mpegts: add data broadcast id descriptorStefan Ringel2014-04-161-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=727403
* mpegts: add private data specifier descriptorStefan Ringel2014-04-161-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=727403
* mpegts: add parential rating descriptorStefan Ringel2014-04-161-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=727403
* mpegts: add linkage descriptorStefan Ringel2014-04-161-0/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=727403
* egl/eglglessink: remove since EGLImage and iOS support have been added in ↵Julien Isorce2014-04-151-1/+0
| | | | | | glimagesink https://bugzilla.gnome.org/show_bug.cgi?id=703343
* gl/mem: allocate the memory per planeMatthew Waters2014-04-111-0/+3
| | | | | | | | | | This patch provides the basic infrastructure required for this. Upload and Download has been ported to this. Has the nice effect of allowing GstGLMemory to be our refcounted texture object for any texture type (not just RGBA). Should not lose any features/video formats.
* gl: add colorconvert object that converts between color spaces/formatsMatthew Waters2014-04-113-4/+23
| | | | Currently used by both upload and download objects separately.
* mpegts: add atsc terrestrial virtual channel tableStefan Ringel2014-04-101-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=727460
* mpegts: fix docsStefan Ringel2014-03-311-1/+12
| | | | | | Signed-off-by: Stefan Ringel <linuxtv@stefanringel.de> https://bugzilla.gnome.org/show_bug.cgi?id=727356
* Move gst-plugins-gl to badMatthew Waters2014-03-164-1/+546
|
* dvbsrc: mpegts: change bandwidth to DVBv5 valuesStefan Ringel2014-03-151-2/+12
| | | | | | Signed-off-by: Stefan Ringel <linuxtv@stefanringel.de> https://bugzilla.gnome.org/show_bug.cgi?id=725463
* docs: mpegts: add missed docsStefan Ringel2014-02-271-0/+12
| | | | | | Signed-off-by: Stefan Ringel <linuxtv@stefanringel.de> https://bugzilla.gnome.org/show_bug.cgi?id=725278
* docs: dvbsrc: add missed argsStefan Ringel2014-02-271-0/+40
| | | | | | Signed-off-by: Stefan Ringel <linuxtv@stefanringel.de> https://bugzilla.gnome.org/show_bug.cgi?id=725278
* docs: remove stray ( in Makefile.amStefan Sauer2014-02-261-1/+1
|