Age | Commit message (Collapse) | Author |
|
macro ASMALIGN(ZEROBITS) in ffmpeg's code, define it directly at configure, this way it can be used for the planar postplugin, that will then build with Apple's AS.
CVS patchset: 8742
CVS date: 2007/03/22 23:32:05
|
|
using hacksaround. Also replace the whole pthread check with an improved macro originally written for XCB, this way it's not going to try linking the fake -lpthread on Darwin, and it also does not force a -I/usr/local/include on FreeBSD. The new macro respects the same variables set by ports, so that it's even more transparent to FreeBSD users.
CVS patchset: 8739
CVS date: 2007/03/22 20:44:58
|
|
CVS patchset: 8712
CVS date: 2007/03/18 14:47:19
|
|
CVS patchset: 8677
CVS date: 2007/03/16 17:15:56
|
|
The wrong width value was used for the U and V parts of the image.
CVS patchset: 8631
CVS date: 2007/02/26 19:15:15
|
|
CVS patchset: 8614
CVS date: 2007/02/20 00:58:51
|
|
CVS patchset: 8570
CVS date: 2007/01/28 17:12:59
|
|
CVS patchset: 8510
CVS date: 2007/01/14 19:16:18
|
|
CVS patchset: 8500
CVS date: 2007/01/13 22:14:56
|
|
CVS patchset: 8451
CVS date: 2006/12/25 18:40:36
|
|
The patch was applied and tested for a while in Gentoo and Pardus, and solves also Debian's problems with non-PIC code. If problems will arise, they'll be debugged.
CVS patchset: 8431
CVS date: 2006/12/21 09:54:44
|
|
- avoid overrunning the provided input audio buffer.
- generate a bad frame if time is due but we don't have enough data
for updating the viz plugin. this could happen in some rare situations
but the result was pretty catastrophic: xine froze with 100% cpu usage.
CVS patchset: 8400
CVS date: 2006/12/02 22:35:18
|
|
should fix http://bugzilla.gnome.org/show_bug.cgi?id=355254
CVS patchset: 8348
CVS date: 2006/10/23 21:13:44
|
|
Found by Coverity Scan CID 156.
CVS patchset: 8313
CVS date: 2006/09/26 22:51:54
|
|
tests. To change the prefix, simply change the variables from outside or add the directory containing the .pc files to PKG_CONFIG_PATH environment variable.
CVS patchset: 8222
CVS date: 2006/09/12 00:06:05
|
|
CVS patchset: 8187
CVS date: 2006/09/01 13:56:17
|
|
CVS patchset: 8186
CVS date: 2006/08/31 22:16:53
|
|
the pipeline.
CVS patchset: 8182
CVS date: 2006/08/27 16:27:52
|
|
by the front end.
CVS patchset: 8123
CVS date: 2006/07/12 21:08:46
|
|
(through backports), to avoid exporting unneeded internal symbols, making plugins' loading faster and use of internal copies of libraries more solid. It should automatically fall back to the old way in GCCs that does not support -fvisibility=hidden, but has to be tested carefully. No issues were found in the months of testing in Gentoo, but this requires special attention anyway.
CVS patchset: 8101
CVS date: 2006/07/10 22:08:12
|
|
CVS patchset: 8060
CVS date: 2006/06/19 12:08:45
|
|
CVS patchset: 8035
CVS date: 2006/06/11 16:01:47
|
|
CVS patchset: 8018
CVS date: 2006/06/07 22:52:29
|
|
CVS patchset: 8009
CVS date: 2006/06/02 22:18:56
|
|
CVS patchset: 8008
CVS date: 2006/06/02 22:13:45
|
|
CVS patchset: 7993
CVS date: 2006/05/22 16:57:36
|
|
files so that compilation still works. gfontrle.h is no longer needed.
CVS patchset: 7987
CVS date: 2006/05/04 20:50:55
|
|
CVS patchset: 7986
CVS date: 2006/05/04 18:10:40
|
|
(Diego Pettenò)
CVS patchset: 7985
CVS date: 2006/05/03 19:46:06
|
|
CVS patchset: 7981
CVS date: 2006/04/24 20:58:44
|
|
- rint, lrint, M_PI (ffmpeg and goom)
- avoid mkdir warnings
- check for older _GUID_DEFINED too
- ressurected generating inttypes, cleaned public os_types.h
- moved function redefiniton used only in the old MSVC to central place
Windows port update:
- build internal ffmpeg:
- workaround 'near' keyword problem
- proper using __declspec(dllimport)
Other changes:
- LIBFFMPEG_CFLAGS --> LIBFFMPEG_CPPFLAGS
CVS patchset: 7964
CVS date: 2006/04/08 16:42:23
|
|
- fixed unresolved symbol in eq2 after xine_list updates.
- replaced obsolete memalign by xine_malloc_alligned in noise post plugin,
plugin needs some cleanup due to destroying
CVS patchset: 7950
CVS date: 2006/03/26 14:45:41
|
|
CVS patchset: 7896
CVS date: 2006/02/14 18:46:19
|
|
http://article.gmane.org/gmane.comp.video.xine.devel/14958
CVS patchset: 7882
CVS date: 2006/02/06 12:09:42
|
|
CVS patchset: 7880
CVS date: 2006/02/05 21:07:53
|
|
CVS patchset: 7879
CVS date: 2006/02/05 20:38:14
|
|
patch by dani3l
CVS patchset: 7867
CVS date: 2006/02/04 14:06:29
|
|
CVS patchset: 7848
CVS date: 2006/01/27 07:46:09
|
|
CVS patchset: 7847
CVS date: 2006/01/26 12:40:51
|
|
- added one plural
- sync po-files
CVS patchset: 7822
CVS date: 2005/12/12 15:43:57
|
|
Improved cross-compiling: detect and precedence of the host-specific libs
W32dll: enabled by platforms as originaly, user can override it
Fixed shell errors in the Makefile of the hackersguide
Detect the place of SDL header independently on platform
Fixed spelling in CDDA, include the header sys/param.h if available
Fixed format strings (fix warnings (or even bugs) on Gentoo/FreeBSD)
CVS patchset: 7815
CVS date: 2005/11/28 12:24:56
|
|
CVS patchset: 7788
CVS date: 2005/10/30 22:37:45
|
|
added missing mutex init in xine_ticket (fixes pause assert with win32-pthreads)
added missing destroys due to pthread
doc spells and houskeeping
use directx of older versions too, possibility to use xine w/o HW accel
CVS patchset: 7738
CVS date: 2005/09/19 16:14:02
|
|
patch by Jason Tackaberry
CVS patchset: 7724
CVS date: 2005/09/11 13:37:31
|
|
Build improvements and WIN32 port updates:
- add --with-pthread-pefix and --with-zlib-pefix options
- prepare for removing internal zlib and pthreads-win32 relics,
updated documentation for possible WIN32 developers (only for me? :->)
- fixed bug in unimportant part of configure.ac for MinGW due to xine paths
- fixed my bug in cdda (but it compiled fine anyway)
- fixed unimportant bug in planar Makefile.am
- next MSVC update due to external zlib, pthreads and latest changes,
removed relic includes
- checked distcheck
CVS patchset: 7719
CVS date: 2005/09/05 17:02:56
|
|
Windows ports fixes and improvements due to my current work on toxine:
- first experiments with external win32 pthreads,
more portable code (pthread_t may be a struct)
- headers refactored
- moved dirent win32 replacement to lib/, hide it for frontends,
used system version, if found, not used non-POSIX dirent->d_reclen
(this item doesn't work in MinGW), fix memleak in dvb
- separated settings for postproc and avcodec when using external ffmpeg
- check for malloc.h in public xine.m4, used it conditionally in xine headers
- replaced random() by POSIX more common rand()
- prevent one segfault in directx vo plugin, if fails
- M$VC port update
CVS patchset: 7709
CVS date: 2005/08/25 15:36:29
|
|
CVS patchset: 7695
CVS date: 2005/07/29 18:14:40
|
|
CVS patchset: 7689
CVS date: 2005/07/27 20:32:12
|
|
CVS patchset: 7681
CVS date: 2005/07/26 17:55:50
|
|
CVS patchset: 7676
CVS date: 2005/07/22 16:42:00
|