gstreamer/gst/videoscale
Jan Schole 8e791d52aa videoscale: Correct DAR and border calculations
changed: gst_video_scale_set_info in gst/videoscale/gstvideoscale.c
DAR on sink side now calculated with PAR on sink side
ratio of output width/height now calculated with inverse PAR
additional condition that borders are 0:0 for passthrough mode

https://bugzilla.gnome.org/show_bug.cgi?id=696019
2013-03-21 11:13:49 +01:00
..
.gitignore Initial revision 2001-12-22 23:27:17 +00:00
gstvideoscale.c videoscale: Correct DAR and border calculations 2013-03-21 11:13:49 +01:00
gstvideoscale.h Fix FSF address 2012-11-03 23:05:09 +00:00
gstvideoscaleorc-dist.c Release 0.11.94 2012-09-14 02:47:54 +01:00
gstvideoscaleorc-dist.h videoscale: ranem gst_video_scale_orc -> video_scale_orc 2012-07-23 17:13:29 +02:00
gstvideoscaleorc.orc videoscale: ranem gst_video_scale_orc -> video_scale_orc 2012-07-23 17:13:29 +02:00
Makefile.am Revert "gst: Add better support for static plugins" 2012-10-24 13:26:26 +02:00
README fix caps 2012-09-14 13:22:31 +02:00
videoscale.vcproj more working plugins 2004-07-27 21:41:30 +00:00
vs_4tap.c videoscale: Fix compiler errors caused by not including config.h 2013-03-02 19:29:40 +01:00
vs_4tap.h videoscale: sprinkle some G_GNUC_INTERNAL 2012-08-04 22:05:20 +01:00
vs_fill_borders.c videoscale: Fix compiler errors caused by not including config.h 2013-03-02 19:29:40 +01:00
vs_fill_borders.h videoscale: sprinkle some G_GNUC_INTERNAL 2012-08-04 22:05:20 +01:00
vs_image.c videoscale: Fix compiler errors caused by not including config.h 2013-03-02 19:29:40 +01:00
vs_image.h videoscale: sprinkle some G_GNUC_INTERNAL 2012-08-04 22:05:20 +01:00
vs_lanczos.c videoscale: Fix compiler errors caused by not including config.h 2013-03-02 19:29:40 +01:00
vs_scanline.c videoscale: Fix compiler errors caused by not including config.h 2013-03-02 19:29:40 +01:00
vs_scanline.h videoscale: sprinkle some G_GNUC_INTERNAL 2012-08-04 22:05:20 +01:00

- test different strides using
gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-raw,width=328,height=240 ! xvimagesink 
gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-raw,width=324,height=240 ! xvimagesink 
gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-raw,width=322,height=240 ! xvimagesink 
gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-raw,width=321,height=240 ! xvimagesink