summaryrefslogtreecommitdiff
path: root/gst/videofilter/gstvideoflip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-221-1/+1
* Const-ify GEnumValue arrays.Tim-Philipp Müller2006-05-101-1/+1
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* better/unified long descriptionsWim Taymans2006-03-301-1/+1
* docs/plugins/: Added videobalance and videoflip to the docs.Wim Taymans2006-03-031-0/+19
* gst/: update for symbols changeThomas Vander Stichele2005-11-301-4/+4
* borgifyThomas Vander Stichele2005-11-291-110/+110
* gst/: Handle strides correctly, fix identity flipping, convert navigation eve...Julien Moutte2005-11-241-45/+183
* VideoFilter inherits fromJulien Moutte2005-11-231-223/+390