summaryrefslogtreecommitdiff
path: root/noncore/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2003-04-07opierec.control, not opierec-control ;-)groucho1-0/+0
2003-04-06debug->releasellornkcor1-2/+2
2003-04-06OPIEDIR not QPEDIRharlekin1-2/+2
2003-04-06add include.prollornkcor1-0/+1
2003-04-06addllornkcor1-0/+4
2003-04-06- add realtime preview widget with zoom controlmickeyl8-51/+397
The camera driver is damn slow. For a 240x160x16 image, it takes ~100ms. That gives approx. 10fps which is too slow for doing video. :(
2003-04-04qperec->opierecllornkcor2-28/+28
2003-04-04bitches owe me money. initial commit. zaurus/vercel has sound drivers that ↵llornkcor14-0/+4090
doesnt actually change samplerates, so this kinda has problems, currently
2003-04-02implementation of camera API as described in the Sharp Camera API document ↵mickeyl3-13/+166
nearly completed
2003-04-01figured out how to get binary RAW data into a QImagemickeyl4-6/+49
actual capturing is now only a footstep away :-D
2003-04-01forgot that onemickeyl1-0/+9
2003-04-01- backgammon: g++3 fixmickeyl8-0/+238
- add skeleton for opie-camera application
2003-03-19Goodbye QT_QWS_EBX and QT_QWS_SHARP.. hello QT_QWS_SL5XXX!kergoth1-3/+3
2003-03-17Depend on libxine1 | opie-mediaplayer-codecs for OZ compatibility.kergoth1-1/+1
2003-03-05fixllornkcor1-1/+1
2003-03-05add libxine dependllornkcor1-1/+1
2003-02-070 not 1harlekin1-2/+2
2003-02-03adapted to xine1-beta4harlekin1-2/+2
2003-02-03- link in libstdc++simon2-18/+1
- removed std::vector custom allocator hack for gcc2. we always pull in libstdc++ now.
2003-01-27- Some strings were missing in the .ts filesgroucho1-0/+17
- Added opieplayer2 translation support
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth3-3/+3
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency.
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth3-3/+3
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23package naming change.. alter library packages to use debian naming ↵kergoth1-1/+1
convention. also moved bits that didnt belong in lib pakcages elsewhere.
2003-01-16Add some config.in.in files to remove the 'duplicate' categories spotted by ↵kergoth1-0/+1
Max..
2003-01-16i18n for new buildsystem :)kergoth3-1/+12
2003-01-16Move most of config categorization into root config, and consolated core vs ↵kergoth1-4/+4
noncore from a config perspective, as its confusing and unnecessary for users. Also cleaned up a bit, and added some basic descriptions.
2003-01-11debug not as defaultharlekin1-2/+1
2003-01-02- ignoresimon1-0/+1
2002-12-19adapted to todays xine cvsharlekin2-2/+4
2002-12-16remove some commented codellornkcor1-97/+0
2002-12-16fix writng m3u filenames when user specifies a directoryllornkcor1-10/+11
2002-12-15- don't append .png to the button mask filenamessimon1-1/+1
2002-12-14addLanguage rulescniehaus1-0/+1
2002-12-14- reduce memory usage a little bit by not storing the images after theysimon3-1/+10
got converted to pixmaps
2002-12-14- removed unused methodsimon2-10/+0
2002-12-14- oops, forgot this onesimon1-1/+1
2002-12-14- make it thread-safesimon1-2/+11
2002-12-14- save a bit of memory by caching a pixmap insteadsimon2-25/+25
2002-12-14- kill the flickery when painting. backgroundmode is now alwayssimon3-20/+8
NoBackground and we do full double-buffering in the paintEvent
2002-12-14- skip the free_(audio|video)_decoder calls. today's libvorbis doesn'tsimon1-2/+2
like it
2002-12-14- preload a couple of decoderssimon2-0/+26
2002-12-14fixed dependencyharlekin1-1/+1
2002-12-13- activate the threaded xine init code! :)simon3-2/+20
2002-12-13- allow delayed assignment of the widget on the XINE::Lib objectsimon4-5/+19
- make use of that API in XineControl and MediaPlayer
2002-12-13- fill in some code on the threading side. not activated, yetsimon3-2/+16
2002-12-13- oops #2simon2-1/+5
2002-12-13- oops #1simon1-1/+1
2002-12-13- assert everything is initialized when accessing xine functionalitysimon2-1/+58
2002-12-13- prepare the API for threaded initialization, step onesimon3-5/+26
2002-12-13- added a second constructor that takes a XINE::Lib object (and takessimon2-0/+20
ownership of it)