Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-07-02 | --disable-annodex per default, saves some cycles | drochner | 1 | -1/+2 | |
2006-06-30 | Link "flashplayer" executable with C++ compiler to avoid unresolved | tron | 2 | -12/+13 | |
symbols in the C++ shared library. | |||||
2006-06-30 | Fix build with GCC 4.x: | tron | 6 | -1/+79 | |
- Remove class name from member declarations. - Fix inconsistent use of C and C++ linkage. | |||||
2006-06-30 | Include "assert.h" in "Region2D.hh" to get definition of assert(). | tron | 2 | -1/+15 | |
This fixes build problems with GCC 4.x. | |||||
2006-06-30 | Don't use function-local forward declarations of static functions | tron | 2 | -1/+33 | |
to make this build with GCC 4.x. | |||||
2006-06-30 | Avoid lvalue cast to make this compile with GCC 4.x. | tron | 2 | -1/+45 | |
2006-06-30 | Add missing bound check in HTTP Plugin "xineplug_inp_http.so". | tron | 3 | -3/+18 | |
This fixes the vulnerability reported in CVE-2006-2802. | |||||
2006-06-30 | Don't hardcode SuSE 7.3 dependency, it's gone. | salo | 1 | -4/+3 | |
2006-06-30 | Add DragonFly support. From walt on DragonFly's submit list. | joerg | 3 | -1/+177 | |
2006-06-28 | Needs msgfmt. | joerg | 1 | -2/+2 | |
2006-06-27 | Set USE_LIBTOOL=yes, since it does use libtool. | wiz | 3 | -2/+22 | |
Remove CPU specific optimizations that were set by configure script. Optimiziations should be set by the user, not by a specific package. This also fixes the build with gcc4. | |||||
2006-06-27 | Use -mtune for gcc4, not -mcpu. Should fix PR 33754. | wiz | 1 | -1/+8 | |
2006-06-27 | The "Blue" skin is at 1.5 now and 1.4 is not available, as noted by | drochner | 2 | -7/+7 | |
Gilles Dauphin. Use the new one and bump PKGREVISION. (The skin browser has problems to find the skins, some symlinks in ~/.mplayer help. Will care about this after the freeze.) | |||||
2006-06-27 | Fix build with gcc4 on NetBSD-3.99.21. | wiz | 2 | -1/+16 | |
2006-06-27 | regen (this shares the patch dir with ../mplayer-share) | drochner | 1 | -1/+2 | |
2006-06-26 | Fix build with gcc4 on NetBSD-3.99.21. | wiz | 4 | -3/+103 | |
2006-06-26 | regen (offsets) | wiz | 2 | -9/+9 | |
2006-06-26 | Fix build with gcc4 on NetBSD-3.99.21. | wiz | 4 | -7/+92 | |
2006-06-26 | regen (with correct offsets) | wiz | 6 | -26/+26 | |
2006-06-26 | Added a fix for the recent bulk build on NetBSD 3.0. | rillig | 2 | -1/+23 | |
2006-06-21 | Fix build on DragonFly and FreeBSD due to different cdparanoia headers. | joerg | 2 | -5/+17 | |
Patch obtained from FreeBSD ports. | |||||
2006-06-21 | make this build on FreeBSD-6.1, from Peter Schuller per PR pkg/33770 | drochner | 2 | -1/+15 | |
2006-06-21 | make this build on amd64/current, from Martijn van Buul per PR pkg/33769 | drochner | 2 | -1/+15 | |
(it builds for me on amd64/3.0, but the effect is easily verified by disassembling -- basically it is insignificant because "cpuid" always yields just 32 bit, but if newer compilers complain something must be done) | |||||
2006-06-21 | Needs pkg-config. | joerg | 1 | -2/+2 | |
2006-06-20 | Depend on gst-plugins0.10-good so that the sound recorder is always built | jmmv | 1 | -2/+3 | |
(requires the gconf plugin). Bump PKGREVISION to 2 because one could still generate binary packages before that had a hidden dependency on the gconf plugin. | |||||
2006-06-19 | Fix buildling on Darwin/Mac OS X with GCC 4 | adam | 3 | -12/+25 | |
2006-06-19 | unbreak the compile with gcc-4. requested by phone. | christos | 2 | -1/+20 | |
2006-06-17 | USE_LANGUAGES+= c. | rillig | 1 | -2/+2 | |
2006-06-17 | Add some gst-plugins. | wiz | 1 | -1/+4 | |
2006-06-16 | gcc4 does not like declarations for "static" functions inside other | rillig | 2 | -1/+21 | |
functions. Fixes PR 33743. | |||||
2006-06-15 | Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as per | jlam | 1 | -3/+3 | |
the pkglint warning: As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name should indicate plural. This does make the variables a bit more suggestive of the fact that they hold lists of values. | |||||
2006-06-15 | hack around lvalue casting nonsense; mplayer now compiles with gcc4. | dogcow | 2 | -1/+145 | |
2006-06-15 | fix compilation with gcc4; patch from cvs libdv | dogcow | 2 | -1/+84 | |
2006-06-15 | Take maintainership. | wiz | 2 | -4/+4 | |
2006-06-14 | update to 1.4.1 | drochner | 5 | -13/+11 | |
changes: -bugfixes -ui improvements -Add basic support for the Quicktime Metalink playlists | |||||
2006-06-14 | update to 0.10.3 | drochner | 4 | -10/+11 | |
changes: bugfixes | |||||
2006-06-14 | update to 0.10.8 | drochner | 3 | -25/+6 | |
changes: bugfixes | |||||
2006-06-14 | update to 0.10.8 | drochner | 4 | -15/+13 | |
changes: -many bugfixes -API functions added -gcc-4.1 fixes -New version of data protocol now serializes events -Registry cache updating is now done in a fork, so no plugins are left opened | |||||
2006-06-14 | add gst-plugins0.10-mpeg2dec-0.10.3, an interface to libmpeg2 | drochner | 3 | -0/+22 | |
2006-06-14 | import gst-plugins0.10-bad-0.10.3, a collection of gstreamer plugins | drochner | 6 | -0/+111 | |
which have quality problems, but are needed to make eg totem usable | |||||
2006-06-14 | add gst-ffmpeg-0.10.1, an ffmpeg plugin for gstreamer0.10 | drochner | 5 | -0/+45 | |
2006-06-14 | normalize a "struct timeval" before use as timeout in select(2), | drochner | 6 | -5/+28 | |
suggested by Mihai Chelaru per PM (affects RTP) bump PKGREVISIONs | |||||
2006-06-13 | update to 1.0pre8 | drochner | 29 | -653/+375 | |
too many changes to list here, see the ChangeLog most visible: security patches and DragonFly support were intrgrated upstream, new gmplayer look&feel (like it or not...) | |||||
2006-06-13 | Update to 0.9.2a | markd | 3 | -8/+9 | |
First maintenance release for version 0.9.2 with a few fixes for the plugin's realvideo support, support for nested ASX playlists and support for 'ref' tags in SMIL files. | |||||
2006-06-12 | Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable) | wiz | 1 | -2/+2 | |
for SDL shlib changes. | |||||
2006-06-12 | Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable) | wiz | 31 | -58/+62 | |
for SDL shlib changes. | |||||
2006-06-11 | Needs pkg-config. | joerg | 1 | -2/+2 | |
2006-06-11 | Needs msgfmt. | joerg | 1 | -2/+2 | |
2006-06-11 | Update to 1.0alpha6: | wiz | 6 | -57/+20 | |
libtheora 1.0alph6 (2006 May 30) * Merge theora-mmx simd acceleration (x86_32 and x86_64) * Major RTP payload specification update * Minor format specification updates * Fix some spurious calls to free() instead of _ogg_free() * Fix invalid array indexing in PixelLineSearch() * Improve robustness against invalid input * General warning cleanup * The offset_y member now means what every application thought it meant (offset from the top). This will mean some old files (those with a non-centered image created with a buggy encoder) will display differently. | |||||
2006-06-11 | Needs msgfmt. | joerg | 1 | -2/+2 | |