summaryrefslogtreecommitdiffstats
path: root/mpeglib/lib
Commit message (Collapse)AuthorAgeFilesLines
* Use TDE dummy.cpp file for consistency with other packages.r14.0.13r14.0.xSlávek Banko2022-10-143-7/+5
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit d02884d8409920e56c55f59a39651097b0932230)
* mpeglib: switch to Xxf86dga.h header since xf86dga.h is obsolete and may be ↵gregory guy2021-05-221-1/+1
| | | | | | | removed in the future. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 09de916a73bcfa51aee1fa6661fc26c4ec64937f)
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-086-6/+6
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fce86b22a2367f1be1f9aae5e1ba3d18d1371b74)
* mpeglib: change to use SunOS API audioIO backend for NetBSDOBATA Akio2020-05-312-1/+9
| | | | | | | | On NetBSD, SunOS compatible native API should be used instead of OSS audio emulator layer. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 6dfc5bfda892be55a40a7f3d79c2e27396106f68)
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-3016-68/+68
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6db8697910438fd063598f66a73b68d2dcd70a36)
* Fix FTBFS with stricter C++11Slávek Banko2018-08-191-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 70a7fcb38d8a2d7a1b9a974c28ed1303743a3221)
* cmake: Fix build of ogg plugin in mpeglibSlávek Banko2018-06-081-1/+2
| | | | | | | This relates to bug 2844 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit d81209c6f41eb3f939b8d380c4326adf8b886403)
* Fixed NukePlugin implementation which was preventing the sound serverMichele Calgaro2018-06-072-9/+9
| | | | | | | from autosuspending. This relates to bug 2844. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit de908386bae765e5717a5c7b804f35dbe6a44605)
* cmake: Fix detection on cdda include filesFrançois Andriot2017-10-135-0/+5
| | | | | Signed-off-by: François Andriot <francois.andriot@free.fr> (cherry picked from commit f0f2d8725be5a35c448e2a85707086818f7a93e6)
* Initial cmake conversionSlávek Banko2017-03-2623-3/+851
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 8b12682035e2ae92a29a9ce12abc5fbcf38b1192)
* Fix FTBFS with GCC6Slávek Banko2016-09-031-3/+3
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit cf805bdafd40c59520704c8b72d32d61ddaf1c5d)
* Fix link flags in mpeglib/libr14.0.0François Andriot2014-11-261-1/+1
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>
* Add sndio support for openbsdFrançois Andriot2014-11-262-0/+119
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>
* Fix unintended renamingDarrell Anderson2014-02-165-11/+11
|
* Fix unintended renamingSlávek Banko2014-02-161-2/+2
|
* Fix inadvertent "TQ" changes.Darrell Anderson2012-04-138-22/+22
|
* Fix typos.Darrell Anderson2012-04-053-6/+6
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-211-1/+1
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-195-6/+6
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-166-7/+7
| | | | This reverts commit 83fbc82a101309e171089f0d5ed080f82a367345.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-156-7/+7
|
* Rename kwin to twin (part 1 of 2)Timothy Pearson2011-11-071-2/+2
|
* rename the following methods:tpearson2011-08-1011-45/+45
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-104-5/+5
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-094-4/+4
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kdemultimediatpearson2011-06-1137-98/+100
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1236079 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-311-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed remaining GPL address zip codestpearson2010-01-062-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1070598 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Updated obsolete GPL license addresses to current GPL addresstpearson2010-01-065-7/+7
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1070573 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-25323-0/+50223
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da