libv4l-devel-0.6.1-2.2>t  DH`pJr/=„@Y[*)Ib!Y55gg)W%qgKDU6 'bSY TѱYG2iNJ6 @\P3y1ЇG2ζfC OfU{%yl8");z(ءfQE']SP8ug Ub dMtizѧ%:Դ#72u6eC4Kd1 ^{&7A[01,n}r78c08a41c2431b514b7a37641e71ee1465180c6e3Jr/=„ fն׀%WS~F<_EmD;`xA~;;>5?d  . +<`fp            @ w  ((89:%FG H I@ XLYT\h ] ^*bc ddeifnlpzClibv4l-devel0.6.12.2libv4l devel headersThe libv4l-devel package contains libraries and header files for developing applications that use libv4l. Authors: -------- Hans de Goede Jqbuild314,openSUSE 11.2openSUSELGPL v2.0 or laterhttp://bugs.opensuse.orgSystem/Librarieshttp://people.atrpms.net/~hdegoede/linuxx86_64 +G9 A큤Jy^;JJy^;JqJqJqJqJqJqJqJy^;7c9b819ec7410df7e2501ff0511d96938fe1b742c5e7a1c24a32a3a26ffad1ce39c564fef32f9ade3990c174cd123dcf20135c60ddd3a0dc011064f9aace081ec68503413a1b06c4f4aa837bcdb93517565fdf9790eebcabd944e86cd17dc11585a01c42d9bce49697faedf192f18e25libv4l1.so.0libv4l2.so.0libv4lconvert.so.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibv4l-0.6.1-2.2.src.rpmlibv4l-devellibv4l-devel(x86-64)   libv4lrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)rpmlib(PayloadIsLzma)0.6.14.0-13.0.4-14.4.6-14.7.1J JzII7@Hoschaeferf.obs@googlemail.comschaeferf.obs@googlemail.combphilips@suse.debphilips@suse.debphilips@suse.de- Update to v0.6.1 - Add more laptop models to the upside down devices table - Bugfix: fixup 320x240 output for pac7302 cameras - Bugfix: fix reqbuf Device or Resource busy error when using v4l2_read() - Some applications want to use jpg format if possible, so do not hide it from the apps (do not assume it always needs conversion) - Change controls shm segment name to include the username, as it is only writable by the user (this means libv4l controls are per user) (Gregor Jasny) - Add support for decompressing sn9c2028 compressed bayer (Theodore Kilgore) - Report V4L2_FMT_FLAG_EMULATED in v4l2_fmtdesc flags for emulated formats- Update to v0.6.0 - Software whitebalancing, automatic gain, exposure and gamma control for cams which lack this in hardware - Fake v4l2 controls to control all these - Software flipping controls - Recognize disabled controls and replace with fake equivalents where available - Add tons of laptop models to the upside down devices table - Add support for decompressing ov511 and ov518 "JPEG" - Improved pac207 decompression code - Support for rgb565 source format - Many bug fixes - Merge spec files from drivers:webcam and openSUSE:Factory - Add baselibs.conf to build -32bit packages - Version bump to 0.5.8 * Add support for UYVY (for USB Apple iSight) patch by Julien BLACHE * Remove v4lconvert_yvyu_to_yuv420 function as its functionality is duplicate with v4lconvert_yuyv_to_yuv420 * Use Requires.private where appropiate in .pc files (patch by Gregor Jasny) * Switch to using USB-id's instead of USB product string, as not all devices set a unique product string. This fixes the upside down issues with genius e-messenger 112 cams * Add support for sn9c20x-i420 format patch by Vasily Khoruzhick - Version bump to 0.5.7 * Fix a nasty (and stupid) bug in the special try_fmt handling for UVC cams * Add some more verbose logging of various calls when asking libv4l to log calls to a file, to assist in (future) debugging libv4l-0.5.6 * Always do a s_fmt on uvc cams even if this changes nothing, as not doing the s_fmt triggers a bug in the uvcvideo driver in kernel <= 2.6.28 (with certain cams) libv4l-0.5.5 * Avoid the use of try_fmt as much as possible on UVC cams, instead use the results of the enum_framesizes ioctl. This is because: 1) try_fmt actually causes IO with UVC cams making apps which do lot of querrying of device capabilities slow (cheese) 2) some buggy cams don't like getting lots of UVC video probes and crash when they do libv4l-0.5.4 * Don't report DQBUF errors when errno is EAGAIN, this fixes flooding the screen with errors when applications use non blocking mode * Add support for downscaling to make apps which want low resolutions (skype, spcaview) happy when used with cams which can only do high resolutions (by Lukáš Karas ). * Add support for converting to YV12 planar (next to the already supported YU12 / I420) * Implement RGB/BGR24 -> YU/YV12 conversion libv4l-0.5.3 * When conversion requires multiple passes don't alloc the needed temporary buffer on the stack, as some apps (ekiga) use so much stack themselves this causes us to run out of stack space libv4l-0.5.2 * Add Philips SPC210NC to list of cams with upside down sensor, reported by Rieker Flaik * Work around some drivers (pwc) not properly reflecting what one gets after a s_fmt in their try_fmt answer * Check that s_fmt atleast gives us the width, height and pixelformat try_fmt promised us, and if not disable conversion * Only check width, height and pixelformat when checking if we are doing conversion, instead of doing a memcmp, as that are the only things which the convert code checks * Take into account that the buffers only contain half of the lines when field is V4L2_FIELD_ALTERNATE libv4l-0.5.1 * Add support for software cropping from 352x288 -> 320x240 / 176x144 -> 160x120, so that apps which will only work with vga resolutions like 320x240 (Skype!) will work with cams/drivers which do not support cropping CIF resolutions to VGA resolutions in hardware. This makes all 2.6.27 gspca supported cams, except for the pac7302 which only does 640x480 (and skype wants 320x240), work with skype * The v4lconvert_convert function was becoming a bit of a mess, so split the functionailiy into separate v4lconvert_convert_pixfmt, v4lconvert_rotate and v4lconvert_crop functions, and make v4lconvert_convert a frontend to these * Do not link the wrapper libs against libpthread (patch from Gregor Jasny) libv4l-0.5.0 * Add support for enumerating framesizes and frameintervals of emulated formats when the driver supports it for the real format * Make sure the video device always gets opened RW even if the application asks for RO * Add Genius E-Messenger 112 (093a:2476) to list of cams which have their sensor upside down libv4l-0.4.3 * Add suport for YUYV and YVYU packed pixel formats (Jean-Francois Moine) * Prefer compressed pixformats for resolutions > 176x144 libv4l-0.4.2 * The bayer pixel order in gspca's sonixb driver was different from that in the sn9c102 driver from the mainline kernel, a recent gspca patch fixes this, adjust libv4l to match (and make it work properly with the sn9c102 driver). libv4l-0.4.1 * When the driver supports read() and we are not converting let the driver handle read() instead of emulating it with mmap mode * Fix errors and warnings when compiling with ICC (Gregor Jasny) * Add support to libv4lconvert for rotating images 90 (for Pixart 7302 cams) or 180 (Philips SPC200NC / Philips SPC300NC) degrees * Add support for Pixart custom JPEG format * Hide non public symbols (Gregor Jasny) * Fix and enable x86_64 asm jpeg decompress helper functions (Gregor Jasny)- Initial SuSE packagebuild31 1256354301e`Wgb[id_0.6.1-2.20.6.1-2.2libv4l1.hlibv4l2.hlibv4lconvert.hlibv4l1.solibv4l2.solibv4lconvert.solibv4l1.pclibv4l2.pclibv4lconvert.pclibv4l-develREADME.multi-threading/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libv4l-devel/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.2/standard/685f00c0a505c06775e42e2f6ea1fc20-libv4lcpiolzma2x86_64-suse-linux3;??] b2pT#kku T'U 4/Ɏ]&n{t;r]k5QL&QaM6.S']B}awAVa|yc@D) >BMN-7H~X{gzɷ#X5*|P˛ Y~)./_R@Ǽ>M'N,3Ou¥|dgVe r];7Y{N cXݏAP]ڙAxda+Bvzs 'ٯ'XQ Ah8Iw8nT%@~]2a q# \l:{t"cyM.jOVHp`tc ʝwԊMJ@;6"3^l;7*OǸM4C578B:V]u2r1ϝ#֊ȸ헍vDupk6 Oꋊrm2 ?yOL-֯YyV:| T<~O QnrەNG& u^ym_'p^lǝ%B";RΠ ޷;8R+\Dŏ[5=}h!-}翪=dxwF-2k ǎ׿@!&X()mǎnbyWZL}'*HcD ? <|5ίU?wݺX s3]; U2OZ[3!R+(ETqY8ȔJVT@'b$tŸïW${G4XIR DO =*qoNJZЛےczWNٴPdP3!9떑Nf ",#S2{gjӪ.2_ 88Ro)$Rax=U%#x1̚Ye$k$Mp\ -X8RSgHe[J﹞<:OϺ1 |Ul+Ԗ9CKH=,h (|,О[D S=aͷ}^ӹCy 72Ĝ%e- >Y̲jswޤ-IZ_Z_v)hf[| < B;NXy-z}dl6rPǽ϶C5,D%quAKK@9GD멨$eX+hiFP zHP8j<✅(~JPɼРZk@T.x4p-ayMQ(9Mw֢,~"D)̈[9Q a ftnKrl<77{܈e3N"70u`k?1Xrjb>z)SE.BhvyޔYV}ff\Íw6i ǺP}ނY< x2Lq0Ts®x蒔gBm'ڏ4 _Y=cY]z: dOdm"Ħxxfl+ܼEB`+, wn]*c$v;ګg)҅5x;c NL!w"+2G  Z<N\]s =1"yM!>FF;(9Ai.N>1HS5Eʆזk$I&? p|;,L5rjHM t`':Nc-ɉUQI#^'CqqГY>{>[x} \_;#30wr 1"oSCN,E"1Dus7י&s^goQ?`}JV\Du^e܎ .&jLEzhtWQL+C ^uq D)).c@O_.][BrSJKfl:[Q3U/#x+TA;"u)Ɓ{Moֆ7y5*nޖj=;>[gQ2/֚&B$4BX7+8իĹ=7'ݴ:dj*<ʹ R1 >Nڬoe)= 0zY {MT5Fq\| Q UQnOy c֑ śl eN[gt9&>} A[}HSqђh+C@n1o%O11& sֿƽ+\d*@ mhz0q׉7ClG<ʦs?{_3EaMX1kǫJ4Bb\7/R홙M( y+api'!_wl&f<^;#2A׶O7ҊT`[a3#25JU}V ܤdmp$-$Jn=Q=/|?|h2U 􏵑$BuP'svEʁE͖i}VG8l\ANv)xgʚE-qQH)T&:BaXq^4~j[j7㰊ۇ+ Lf>nF3Ti RCLQ ]m?u}pdOQV v)=C8*.Rv*wVhL1 2Z~9Qma @jx'5-+qaؐǯ[73?_[]VSdjIDf=C۴:]SU[S1zdhAW[mdh0 04F8f|%} 5lC/2j1ة{z (wJZ,RzرtJy(&_&zvSxe~R b@j𡜒fr).SOOڣsa{] >YU2); yΒm݇Ʌϓ_-TGz2Y9r:p)s<] O-D.(󅸢9c{s@vAHqDQv+=7Rɺ&%;V-Bx͍ܣ"ґѪȯmq&$kO`Q{6^}+ة+E=6 ϼT|&#by`ɻOƿ Kʺ9\0 W Rxap-GFdBY Xݭ ˸;"?07-m 3>ʎNIO؄&Hr]oG)}ck!3{d ?*_vG:4~zЎ5(;a`Gr, R? rD{Q;g[zviC@wU0B4Oϯc''oK_򝰽f[ >+OIsVa$3-EC^<;E`>@ZyS°QOK|ƙ3VG&3e!˖5 ] ϧ32upk;` /.C};}_0~WH,<81]&$LN"\:+M[WovWŴ)an#Ž2[>:mS&/'v-/kQGAVI`T—yP]܋G,ey;QS/H:&v9v#?&VuLܵлi4,>FEHfh?O%Qm,NjU>!1әIz`B b>Qzb.Y3.:dF6r|`\ØEw%5ܺۗ"mT&78PQ7E]-45`6X/k@i^4e<