summaryrefslogtreecommitdiff
path: root/gst/videofilter/gstvideoflip.c
Commit message (Expand)AuthorAgeFilesLines
* videofilter: allow per feature registrationStéphane Cerveau2021-03-291-0/+2
* videoflip: fix possible crash when setting the video-direction while runningMatthew Waters2021-01-041-50/+127
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-1/+1
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesMathieu Duponchelle2020-06-031-0/+2
* documentation: fix a number of typosAaron Boxer2019-10-051-1/+1
* docs: Port all docstring to gtk-doc markdownThibault Saunier2019-05-131-3/+3
* ext, gst: fix indentationTim-Philipp Müller2016-09-151-1/+1
* videoflip: added GstVideoDirection interfaceXabier Rodriguez Calvar2016-08-251-74/+110
* good: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+4
* videoflip: add missing break in switchVincent Penquerc'h2014-05-021-0/+1
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-261-2/+0
* videoflip: don't crash on tag events without orientation tagTim-Philipp Müller2013-11-281-2/+2
* videoflip: Set default method at contructionNicolas Dufresne2013-11-251-1/+2
* videoflip: Add automatic flip mode driven by image-orientation tagNicolas Dufresne2013-10-041-32/+96
* videoflip: Add gray 8/16 supportJoshua M. Doe2012-11-201-4/+9
* videoflip: Add NV12/NV21 supportNicolas Dufresne2012-11-131-2/+204
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2012-08-271-1/+1
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
* update for basetransform changeWim Taymans2012-02-241-1/+1
* update for videofilter changes.Wim Taymans2011-12-211-78/+32
* Fix printf format compiler warnings on OS X / 64bitMatej Knopp2011-11-221-2/+3
* controller: port to new controller location and apiStefan Sauer2011-11-041-2/+1
* videoflip: fix capsWim Taymans2011-07-051-2/+2
* video: port to new video apisWim Taymans2011-07-041-172/+156
* videofilter: Use new GstBaseTransform::transform_caps APIEdward Hervey2011-06-071-1/+12
* port some more elements to 0.11Wim Taymans2011-04-251-18/+13
* Merge branch 'master' into 0.11Wim Taymans2011-04-181-4/+0
|\
| * videoflip: fix unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller2011-04-131-4/+0
* | plugins: port to new memory APIWim Taymans2011-03-281-4/+8
|/
* videoflip: Fix buffer overflow bug for odd resolutions and Y422 colorspacesYouness Alaoui2011-03-151-32/+52
* videoflip: Add support for YUY2, UVYV and YVYU colorspacesYouness Alaoui2011-03-151-2/+212
* videoflip: Forward src pad events upstream.Jan Schmidt2010-10-271-1/+4
* matroska, videobox, videofilter: fix compiler warnings when debugging is disa...Tim-Philipp Müller2010-06-241-2/+1
* videofilter: Order color formats by their contained amount of informationSebastian Dröge2010-04-291-6/+12
* videoflip: Drop Y41B/Y42B supportSebastian Dröge2010-04-291-4/+2
* videoflip: Also flip the pixel-aspect-ratio if width/height are exchangedSebastian Dröge2010-04-291-0/+12
* videoflip: Change the default method to identitySebastian Dröge2010-04-291-1/+2
* videofilter: Update last-reviewed commentsSebastian Dröge2010-04-291-1/+1
* videoflip: Make property access threadsafeSebastian Dröge2010-04-291-3/+9
* videoflip: Add support for all RGB formats and AYUVSebastian Dröge2010-04-291-4/+126
* videoflip: Add support for Y41B, Y42B and Y444Sebastian Dröge2010-04-291-3/+7
* videoflip: Make processing more general and use libgstvideo for all format sp...Sebastian Dröge2010-04-291-219/+287
* videoflip: Make method property controllable and improve debug outputSebastian Dröge2010-04-291-23/+35
* videoflip: Some random cleanupSebastian Dröge2010-04-291-86/+34
* videofilter: Move all elements into a single pluginSebastian Dröge2010-04-291-15/+2
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+3
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-2/+0
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-8/+4
* Fix build against core CVS.Tim-Philipp Müller2007-07-111-1/+1