summaryrefslogtreecommitdiff
path: root/gst/bayer
Commit message (Collapse)AuthorAgeFilesLines
* rgb2bayer: Use mapped frame strideNicolas Dufresne2015-08-061-1/+1
|
* rgb2bayer: Protect against failing mapNicolas Dufresne2015-08-061-2/+12
|
* bayer2rgb: Read stride from the video infoNicolas Dufresne2015-08-061-1/+1
|
* bayer2rgb: Protect against failing mapNicolas Dufresne2015-08-061-2/+13
|
* bayer: update ORC filesWim Taymans2015-06-221-616/+760
| | | | Update ORC files with newest ORC to fix backup code generation error.
* Release 1.5.11.5.1Sebastian Dröge2015-06-071-720/+592
|
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-17/+0
| | | | This is not needed any longer.
* bayer2rgb: take into account filter in transform_caps functionTim-Philipp Müller2014-12-221-2/+12
| | | | | | | | Fixes criticals when filter caps are passed. Also fix wrong GST_DEBUG_OBJECT use. https://bugzilla.gnome.org/show_bug.cgi?id=741863
* Release 1.3.21.3.2Sebastian Dröge2014-05-211-79/+68
|
* bayer: fix unused variableWim Taymans2014-05-201-4/+2
|
* Release 1.3.11.3.1Sebastian Dröge2014-05-031-2/+2
|
* Release 1.1.41.1.4Sebastian Dröge2013-08-281-1/+1
|
* Release 1.1.2Sebastian Dröge2013-07-121-1/+1
| | | | Oops... should've been part of 1.1.2 tag already :(
* Release 1.1.11.1.1Sebastian Dröge2013-06-052-0/+367
|
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
|
* Fix FSF addressTim-Philipp Müller2012-11-044-8/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-172-2/+2
| | | | | where possible. Avoids some string copies. Also re-indent some stuff. Also some indent fixes here and there.
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-142-2/+2
|
* bayer: prefix orc functions with bayer_orcWim Taymans2012-07-244-100/+100
| | | | Add bayer orc to the unit test
* Release 0.11.92RELEASE-0.11.92Sebastian Dröge2012-06-071-30/+70
|
* bayer: fix output frame mapWim Taymans2012-06-061-1/+1
|
* Release 0.11.90RELEASE-0.11.90Sebastian Dröge2012-04-121-10/+10
|
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
|
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
|
* x-raw-bayer -> x-bayerWim Taymans2012-03-052-9/+9
|
* bayer: Intersect transformed caps with filterOlivier Crête2012-01-251-0/+6
|
* port to new memory APIWim Taymans2012-01-252-6/+9
|
* Merge branch 'master' into 0.11Wim Taymans2011-11-071-0/+1
|\
| * Fix missing sources on bayer's buildsystem androgenizer callReynaldo H. Verdejo Pinochet2011-11-041-0/+1
| |
* | caps: update for new APIWim Taymans2011-11-021-2/+2
| |
* | kate, bayer, tsdemux: update for caps and taglist API changesTim-Philipp Müller2011-10-311-1/+1
| |
* | bayer2rgb: Fix pad template capsEdward Hervey2011-10-171-1/+1
| |
* | bayer: port to 0.11Wim Taymans2011-10-163-167/+83
|/
* bayer: back around compiler warnings in orc-generated code by disabling ↵Tim-Philipp Müller2011-08-021-0/+3
| | | | | | -Werror for this plugin https://bugzilla.gnome.org/show_bug.cgi?id=652677
* bayer2rgb: Convert to OrcDavid Schleef2011-05-305-258/+3638
| | | | | | | Seriously faster. Algorithm is nearly the same as bilinear, which given the speed of this code, should be considered the baseline of quality. Speed appears to be limited by memory bandwidth, so I didn't bother trying to make it any faster.
* bayer2rgb: Rewrite signal processing. Much faster.David Schleef2011-05-301-251/+248
|
* bayer: fix unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller2011-04-151-62/+0
|
* android: make it ready for androgenizerThibault Saunier2011-04-111-0/+14
| | | | | | | | Remove the android/ top dir Fixe the Makefile.am to be androgenized To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files. Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git
* bayer2rgb: Add framerate to the sink capsBenjamin Gaignard2010-12-151-1/+1
| | | | Fixes bug #637224.
* bayer2rgb: Add format=bggr/etc. to capsDavid Schleef2010-09-141-2/+4
|
* bayer2rgb: handle other bayer formatsDavid Schleef2010-06-031-37/+62
|
* rgb2bayer: handle multiple bayer formatsDavid Schleef2010-06-032-5/+29
|
* bayer: Add rgb2bayer elementDavid Schleef2010-06-034-2/+414
| | | | Mostly for testing/completeness.
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-211-0/+1
| | | | And fix all warnings
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+4
|
* gst/bayer/gstbayer2rgb.c: Fix color offset calculation for 24bpp. Fixes bug ↵Sascha Hauer2009-01-051-12/+15
| | | | | | | | | | | #566613. Original commit message from CVS: Patch by: Sascha Hauer <s dot hauer at pengutronix dot de> Luotao Fu <l dot fu at pengutronix dot de> * gst/bayer/gstbayer2rgb.c: (get_pix_offset), (gst_bayer2rgb_set_caps): Fix color offset calculation for 24bpp. Fixes bug #566613.
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * ext/alsaspdif/Makefile.am: * ext/amrwb/Makefile.am: * ext/apexsink/Makefile.am: * ext/arts/Makefile.am: * ext/artsd/Makefile.am: * ext/audiofile/Makefile.am: * ext/audioresample/Makefile.am: * ext/bz2/Makefile.am: * ext/cdaudio/Makefile.am: * ext/celt/Makefile.am: * ext/dc1394/Makefile.am: * ext/dirac/Makefile.am: * ext/directfb/Makefile.am: * ext/divx/Makefile.am: * ext/dts/Makefile.am: * ext/faac/Makefile.am: * ext/faad/Makefile.am: * ext/gsm/Makefile.am: * ext/hermes/Makefile.am: * ext/ivorbis/Makefile.am: * ext/jack/Makefile.am: * ext/jp2k/Makefile.am: * ext/ladspa/Makefile.am: * ext/lcs/Makefile.am: * ext/libfame/Makefile.am: * ext/libmms/Makefile.am: * ext/metadata/Makefile.am: * ext/mpeg2enc/Makefile.am: * ext/mplex/Makefile.am: * ext/musepack/Makefile.am: * ext/musicbrainz/Makefile.am: * ext/mythtv/Makefile.am: * ext/nas/Makefile.am: * ext/neon/Makefile.am: * ext/ofa/Makefile.am: * ext/polyp/Makefile.am: * ext/resindvd/Makefile.am: * ext/sdl/Makefile.am: * ext/shout/Makefile.am: * ext/snapshot/Makefile.am: * ext/sndfile/Makefile.am: * ext/soundtouch/Makefile.am: * ext/spc/Makefile.am: * ext/swfdec/Makefile.am: * ext/tarkin/Makefile.am: * ext/theora/Makefile.am: * ext/timidity/Makefile.am: * ext/twolame/Makefile.am: * ext/x264/Makefile.am: * ext/xine/Makefile.am: * ext/xvid/Makefile.am: * gst-libs/gst/app/Makefile.am: * gst-libs/gst/dshow/Makefile.am: * gst/aiffparse/Makefile.am: * gst/app/Makefile.am: * gst/audiobuffer/Makefile.am: * gst/bayer/Makefile.am: * gst/cdxaparse/Makefile.am: * gst/chart/Makefile.am: * gst/colorspace/Makefile.am: * gst/dccp/Makefile.am: * gst/deinterlace/Makefile.am: * gst/deinterlace2/Makefile.am: * gst/dvdspu/Makefile.am: * gst/festival/Makefile.am: * gst/filter/Makefile.am: * gst/flacparse/Makefile.am: * gst/flv/Makefile.am: * gst/games/Makefile.am: * gst/h264parse/Makefile.am: * gst/librfb/Makefile.am: * gst/mixmatrix/Makefile.am: * gst/modplug/Makefile.am: * gst/mpeg1sys/Makefile.am: * gst/mpeg4videoparse/Makefile.am: * gst/mpegdemux/Makefile.am: * gst/mpegtsmux/Makefile.am: * gst/mpegvideoparse/Makefile.am: * gst/mve/Makefile.am: * gst/nsf/Makefile.am: * gst/nuvdemux/Makefile.am: * gst/overlay/Makefile.am: * gst/passthrough/Makefile.am: * gst/pcapparse/Makefile.am: * gst/playondemand/Makefile.am: * gst/rawparse/Makefile.am: * gst/real/Makefile.am: * gst/rtjpeg/Makefile.am: * gst/rtpmanager/Makefile.am: * gst/scaletempo/Makefile.am: * gst/sdp/Makefile.am: * gst/selector/Makefile.am: * gst/smooth/Makefile.am: * gst/smoothwave/Makefile.am: * gst/speed/Makefile.am: * gst/speexresample/Makefile.am: * gst/stereo/Makefile.am: * gst/subenc/Makefile.am: * gst/tta/Makefile.am: * gst/vbidec/Makefile.am: * gst/videodrop/Makefile.am: * gst/videosignal/Makefile.am: * gst/virtualdub/Makefile.am: * gst/vmnc/Makefile.am: * gst/y4m/Makefile.am: * sys/acmenc/Makefile.am: * sys/cdrom/Makefile.am: * sys/dshowdecwrapper/Makefile.am: * sys/dshowsrcwrapper/Makefile.am: * sys/dvb/Makefile.am: * sys/dxr3/Makefile.am: * sys/fbdev/Makefile.am: * sys/oss4/Makefile.am: * sys/qcam/Makefile.am: * sys/qtwrapper/Makefile.am: * sys/vcd/Makefile.am: * sys/wininet/Makefile.am: * win32/common/config.h: Don't install static libs for plugins. Fixes #550851 for -bad.
* Do not use short_description in section docs for elements. We extract them ↵Stefan Kost2008-06-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from element details and there will be war... Original commit message from CVS: * ext/dc1394/gstdc1394.c: * ext/ivorbis/vorbisdec.c: * ext/jack/gstjackaudiosink.c: * ext/metadata/gstmetadatademux.c: * ext/mythtv/gstmythtvsrc.c: * ext/theora/theoradec.c: * gst-libs/gst/app/gstappsink.c: * gst/bayer/gstbayer2rgb.c: * gst/deinterlace/gstdeinterlace.c: * gst/rawparse/gstaudioparse.c: * gst/rawparse/gstvideoparse.c: * gst/rtpmanager/gstrtpbin.c: * gst/rtpmanager/gstrtpclient.c: * gst/rtpmanager/gstrtpjitterbuffer.c: * gst/rtpmanager/gstrtpptdemux.c: * gst/rtpmanager/gstrtpsession.c: * gst/rtpmanager/gstrtpssrcdemux.c: * gst/selector/gstinputselector.c: * gst/selector/gstoutputselector.c: * gst/videosignal/gstvideoanalyse.c: * gst/videosignal/gstvideodetect.c: * gst/videosignal/gstvideomark.c: * sys/oss4/oss4-mixer.c: * sys/oss4/oss4-sink.c: * sys/oss4/oss4-source.c: Do not use short_description in section docs for elements. We extract them from element details and there will be warnings if they differ. Also fixing up the ChangeLog order.
* docs/Makefile.am: Don't attempt to build plugin docs when they're disabled.Jan Schmidt2008-05-161-2/+4
| | | | | | | | | | Original commit message from CVS: * docs/Makefile.am: Don't attempt to build plugin docs when they're disabled. * gst/bayer/Makefile.am: Add libgstvideo to the link. * gst/rtpmanager/Makefile.am: Fix link order, and move LIBS things to _LIBS
* gst/bayer/gstbayer2rgb.c: Include stdlib.h for abs.Stefan Kost2008-03-201-0/+1
| | | | | | Original commit message from CVS: * gst/bayer/gstbayer2rgb.c: Include stdlib.h for abs.