summaryrefslogtreecommitdiff
path: root/noncore/multimedia
AgeCommit message (Collapse)AuthorFilesLines
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)
2002-12-12moved readM3u and readPls to one function. fixed pls. more to comellornkcor3-102/+101
2002-12-11buttons centered againharlekin1-29/+29
2002-12-11- skins are now pre-loaded in the background (step by step)simon5-31/+148
2002-12-11- make the cache work as expectedsimon1-4/+35
2002-12-11- SkinCache now operates on SkinData instead of single imagessimon2-21/+18
2002-12-11- disable cache temporarilysimon2-4/+11
2002-12-11valgrind complained and here are some off-by-1 fixessandman1-3/+4
2002-12-11- moved the skin cache into the .cpp filesimon2-16/+16
2002-12-11- set the correct status on the fullscreen toggle button when returningsimon1-0/+1
from fullscreen mode
2002-12-11- restructing a bit the skin data storage, in preparation for cachesimon2-27/+41
improvements
2002-12-11- copyright notice fixletsimon5-15/+76
2002-12-11- collect arguments passed to the skin loading into a structuresimon6-24/+24
2002-12-11- added a skin cache and a threaded skin loader. looks like the lattersimon3-4/+155
we have to disable though, because pure image loading with qt is anything but threadsafe :(
2002-12-11- expose information about the buttonssimon4-2/+28
2002-12-11- ah, forgot to remove this unused codesimon1-19/+0
2002-12-11- roll back the threaded xine initialization, the mediaplayer initializationsimon11-241/+84
state and the PlayButton change set - instead load the audio-/video widget and the xine control on-demand. much faster and much simpler for startup
2002-12-11- less code duplication. code from resizeEvent is now shared as well assimon4-41/+42
the image composing method and the pixmap mask helper