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
|
|
CVS patchset: 8504
CVS date: 2007/01/14 00:08:00
|
|
* Workaround ffmpeg buggy codecs that don't release their DR1 frames.
* Fix several segfaults and freezing problem with H264 streams that use a lot
of reference frames (eg. 15)
* Initial support to enable/disable ffmpeg codecs. Codecs may be disabled in
groups by --disable-ffmpeg-uncommon-codecs/--disable-ffmpeg-popular-codecs
Think of "uncommon" codecs what people would never want to play with their
PDAs (they will save memory by removing them).
Note: currently both uncommon/popular codecs are _build_ but disabled.
that is, build system still need some improvements to really save memory.
warning: non-autoconf guru playing with the build system, likely breakage.
CVS patchset: 8499
CVS date: 2007/01/13 21:19:52
|
|
Otherwise we get a link error about mjpeg_init being missing.
CVS patchset: 8478
CVS date: 2006/12/30 22:25:04
|
|
CVS patchset: 8405
CVS date: 2006/12/04 22:25:13
|
|
CVS patchset: 8230
CVS date: 2006/09/13 23:10:50
|
|
CVS patchset: 8154
CVS date: 2006/08/02 08:13:15
|
|
CVS patchset: 8095
CVS date: 2006/07/08 12:34:52
|
|
CVS patchset: 7996
CVS date: 2006/05/23 13:58:30
|
|
CVS patchset: 7977
CVS date: 2006/04/21 23:15:44
|
|
CVS patchset: 7872
CVS date: 2006/02/05 14:11:16
|
|
CVS patchset: 7770
CVS date: 2005/10/23 12:56:26
|
|
it is likely to break, so please keep both pieces
CVS patchset: 7767
CVS date: 2005/10/23 02:11:16
|
|
CVS patchset: 7573
CVS date: 2005/05/28 02:41:38
|
|
CVS patchset: 7548
CVS date: 2005/05/16 17:42:27
|
|
(inline v. __inline__).
CVS patchset: 7546
CVS date: 2005/05/15 23:21:45
|
|
* Move some static inlined functions so that they're defined, rather than
just declared, before use.
* Replace inline with __inline__ for some extern inlined functions (due to
inline possibly being redefined to include the always_inline attribute).
CVS patchset: 7541
CVS date: 2005/05/14 23:34:58
|
|
CVS patchset: 7530
CVS date: 2005/05/07 17:06:44
|
|
CVS patchset: 7529
CVS date: 2005/05/07 16:27:08
|
|
CVS patchset: 7525
CVS date: 2005/05/06 13:28:52
|
|
CVS patchset: 7465
CVS date: 2005/04/19 05:28:19
|
|
they will lead to unresolved symbols (closes bug #1002430)
CVS patchset: 6874
CVS date: 2004/08/04 16:27:16
|
|
CVS patchset: 6612
CVS date: 2004/05/30 19:24:17
|
|
CVS patchset: 6538
CVS date: 2004/05/14 13:36:03
|
|
CVS patchset: 6254
CVS date: 2004/03/14 21:21:11
|
|
dsputil_mlib.c and added to diff_to_ffmpeg_cvs.txt. Fixed function prototype in dsputil_mlib.c (should be sent back to ffmpeg-dev at some point). Fixed includes in nosefart. Fixed nested comments and includes in goom.
CVS patchset: 6180
CVS date: 2004/02/20 19:53:38
|
|
CVS patchset: 6093
CVS date: 2004/02/01 06:02:07
|
|
CVS patchset: 5886
CVS date: 2003/12/10 16:30:26
|
|
worthless:
* fixing some lprintf's
* fixing one printf -> xprintf
* adding patch to diff_to_ffmpeg_cvs
* small addition to xineutils.h (some gcc magic for future optimizations)
CVS patchset: 5853
CVS date: 2003/12/06 18:11:53
|
|
* do not define CONFIG_ENCODERS any more, use a stripped down XINE_MPEG_ENCODER,
which will only compile an I-frame-only MPEG1 encoder (speeds up compile time)
* fix a lot of warnings in ffmpeg (a good deal of which have already been
submitted to the ffmpeg project by Mike)
* simplify some Makefiles
CVS patchset: 5667
CVS date: 2003/11/01 18:12:53
|
|
CVS patchset: 5615
CVS date: 2003/10/27 15:24:38
|
|
CVS patchset: 5553
CVS date: 2003/10/20 00:33:28
|
|
- general multipass compilation make targets
CVS patchset: 5149
CVS date: 2003/07/12 12:31:13
|
|
CVS patchset: 5109
CVS date: 2003/06/27 13:56:55
|
|
motion_est.c being obsolete again (reduces compile time)
CVS patchset: 5089
CVS date: 2003/06/22 16:55:45
|
|
CVS patchset: 4935
CVS date: 2003/05/25 18:53:38
|
|
* libavcodec/mpegvideo.c has been modified to work without the need to compile
libavcodec/motion_est.c to save compilation time (we don't need motion
estimation when encoding I-frames only anyway)
* the patch to libavcodec/i386/mpegvideo_mmx_template.c has been reverted,
because the encoder crashes with it
CVS patchset: 4930
CVS date: 2003/05/25 18:34:54
|
|
CVS patchset: 4911
CVS date: 2003/05/23 18:31:07
|
|
know if i overlooked something.
as usual, preliminary QA: tested non debug builds and several codecs including
divx3/4/5, mpeg4, xvid, msmpeg4v3, svq1, wmv7, dv (video/audio), wma
i also enabled wmv8 by default since it worked fine with the streams i have. i'm not
sure about current state of that so we might enable it only for non-x86 users in
case of trouble.
CVS patchset: 4489
CVS date: 2003/03/26 14:49:54
|
|
CVS patchset: 3235
CVS date: 2002/11/11 13:47:39
|
|
something must be broken at ffmpeg, also happens with mplayer)
- added priority sorted lists, now autoprobing should work again.
- fixed infinite loop in plugin loader.
obs: latest ffmpeg contains ppc optimizations, someone will have to enable these
though.
CVS patchset: 2676
CVS date: 2002/09/16 21:49:34
|
|
CVS patchset: 2059
CVS date: 2002/06/10 14:52:56
|
|
cvs to make it work in xine. it may be used to make futures source syncs
easier.
CVS patchset: 1354
CVS date: 2002/01/06 13:55:44
|