Age | Commit message (Collapse) | Author |
|
CVS patchset: 8270
CVS date: 2006/09/18 18:56:56
|
|
Clean av_frame->data before calling avcodec_default_get_buffer.
Fixed problems with debug build.
CVS patchset: 8269
CVS date: 2006/09/18 18:51:08
|
|
CVS patchset: 8230
CVS date: 2006/09/13 23:10:50
|
|
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
|
|
dsputil_mmx.c patch taked from gentoo portage.
CVS patchset: 8216
CVS date: 2006/09/10 19:33:53
|
|
CVS patchset: 8179
CVS date: 2006/08/13 18:36:51
|
|
the recent xine glue code upgrade
CVS patchset: 8161
CVS date: 2006/08/04 06:18:35
|
|
CVS patchset: 8159
CVS date: 2006/08/02 23:48:34
|
|
CVS patchset: 8157
CVS date: 2006/08/02 23:21:31
|
|
FFmpeg tree
CVS patchset: 8156
CVS date: 2006/08/02 21:50:27
|
|
trouble compiling cleanly without
configuring encoders
CVS patchset: 8155
CVS date: 2006/08/02 21:08:01
|
|
CVS patchset: 8154
CVS date: 2006/08/02 08:13:15
|
|
CVS patchset: 8153
CVS date: 2006/08/02 07:55:43
|
|
CVS patchset: 8152
CVS date: 2006/08/02 07:39:20
|
|
CVS patchset: 8150
CVS date: 2006/08/02 07:15:27
|
|
CVS patchset: 8149
CVS date: 2006/08/02 07:12:57
|
|
CVS patchset: 8148
CVS date: 2006/08/02 07:11:46
|
|
CVS patchset: 8146
CVS date: 2006/08/02 07:02:37
|
|
CVS patchset: 8145
CVS date: 2006/08/02 06:58:35
|
|
CVS patchset: 8122
CVS date: 2006/07/12 20:33:58
|
|
(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
|
|
didn't give any mcpu argument, default to v9 to allow building (GCC defaults to v8 up to 4.1 series).
CVS patchset: 8097
CVS date: 2006/07/08 15:10:22
|
|
CVS patchset: 8095
CVS date: 2006/07/08 12:34:52
|
|
FFmpeg code on PIE-enabled systems. The change is already committed in FFmpeg's SVN.
CVS patchset: 8090
CVS date: 2006/07/05 22:11:34
|
|
encoder accepts only that for mpeg1. Thanks to Alejandro Homs-Puron in SourceForge ticket 1424281 and Gentoo bug #138530.
CVS patchset: 8081
CVS date: 2006/06/30 00:21:30
|
|
CVS patchset: 8060
CVS date: 2006/06/19 12:08:45
|
|
CVS patchset: 8055
CVS date: 2006/06/18 20:29:03
|
|
-fno-strict-aliasing where the breakage is unresolvable, and not enable it globally (decreases performances).
CVS patchset: 8048
CVS date: 2006/06/17 15:20:56
|
|
CVS patchset: 8046
CVS date: 2006/06/17 12:47:53
|
|
"../dsputil.h".
CVS patchset: 8042
CVS date: 2006/06/15 21:46:46
|
|
CVS patchset: 8008
CVS date: 2006/06/02 22:13:45
|
|
CVS patchset: 7996
CVS date: 2006/05/23 13:58:30
|
|
CVS patchset: 7993
CVS date: 2006/05/22 16:57:36
|
|
(Diego Pettenò)
CVS patchset: 7985
CVS date: 2006/05/03 19:46:06
|
|
This patch validates codec and context before trying to call ffmpeg to avoid
crashes when mad is not enabled and an mp3 is tried to be played. This way, if
mad support is not enabled it can fail "gracefully" without having a segfault
that takes down the frontend entirely.
Thanks to Ian Monroe <ian@monroe.nu> for the backtrace from which I started
testing.
CVS patchset: 7978
CVS date: 2006/04/21 23:22:04
|
|
CVS patchset: 7977
CVS date: 2006/04/21 23:15: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
|
|
2) [coverity] fixes:
- 279 (w32): test should be on input parametr type, not typeW
- 267 (aout): can be ignored but there was warning anyway
- 234 (w32): missing free on error & exit
- 152 (w32): missing free on error & exit
- 148 (w32): fixed bound of static array in test
- 101 (ffdec): defense code when avodec_encode_video will fail (just defense to the future,
should never happen with current ffmpeg in xine)
- 98, 99 (w32): check negative handle by _x_assert (it's used as index to array)
- 90 (w32): negate pointer check (+added check for size)
- 89 (w32): added NULL and size check
CVS patchset: 7959
CVS date: 2006/04/05 22:12:17
|
|
- support FreeBSD port of external ffmpeg (but there is too old version
now anyway)
- differs postproc and avcodec, use both in Makefile (fixes bug seen in
Gentoo)
little fix in optimize automagic:
- properly use '$' in automagic macros
CVS patchset: 7955
CVS date: 2006/03/28 14:27:48
|
|
Patch from Chris Brien.
CVS patchset: 7922
CVS date: 2006/03/07 08:03:08
|
|
CVS patchset: 7894
CVS date: 2006/02/14 18:43:35
|
|
CVS patchset: 7872
CVS date: 2006/02/05 14:11:16
|
|
CVS patchset: 7866
CVS date: 2006/02/04 13:06:01
|
|
CVS patchset: 7811
CVS date: 2005/11/21 14:30:28
|
|
CVS patchset: 7794
CVS date: 2005/11/04 22:37:13
|
|
CVS patchset: 7790
CVS date: 2005/10/31 11:54:21
|
|
CVS patchset: 7788
CVS date: 2005/10/30 22:37:45
|
|
CVS patchset: 7779
CVS date: 2005/10/30 00:32:52
|
|
CVS patchset: 7774
CVS date: 2005/10/29 19:52:34
|
|
CVS patchset: 7771
CVS date: 2005/10/24 19:53:17
|