summaryrefslogtreecommitdiff
path: root/src/libffmpeg
AgeCommit message (Collapse)Author
2001-09-03Always add mmx & mlib sources into the distJuergen Keil
CVS patchset: 556 CVS date: 2001/09/03 09:03:02
2001-09-01Enable MMX accelerated code on x86Juergen Keil
Workaround a gcc-2.95.2 compiler bug in put_pixels_clamped_mmx, add_pixels_clamped_mmx Fix "debug" build for libffmpeg CVS patchset: 541 CVS date: 2001/09/01 17:57:20
2001-09-01ffmpeg is stable enough so we don't need this option any longerGuenter Bartsch
CVS patchset: 537 CVS date: 2001/09/01 15:12:12
2001-08-31Add mediaLib acceleration for UltarSPARCs to ffmpeg's libavcodecJuergen Keil
CVS patchset: 531 CVS date: 2001/08/31 14:32:24
2001-08-30Some users reported problems on Solaris SPARC with an undefined 'get_rl_index'.Juergen Keil
Apparently because the compiler was unable to inline a call to get_rl_index somewhere, and an 'extern inline' function does not output the assembler code for such a function. 'static inline' fixes the problem. (Another option to fix this problem is to use 'extern inline' in the header, *and* include a non-inline version of the same function in the library, too. See also the gcc.info file, "C Extensions" -> Node "An Inline Function is As Fast As a Macro") CVS patchset: 522 CVS date: 2001/08/30 15:43:10
2001-08-30Fix byteorder problems on bigendian cpusJuergen Keil
CVS patchset: 521 CVS date: 2001/08/30 12:48:10
2001-08-28update to ffmpeg 0.4.5, buf types cleanup based on patch provided by Miguel ↵Guenter Bartsch
Freitas CVS patchset: 510 CVS date: 2001/08/28 19:16:19
2001-08-17compile-fix for non-gnu systems (e.g. freebsd)Heiko Schaefer
CVS patchset: 441 CVS date: 2001/08/17 13:34:25
2001-08-13non-debug build crashes with gcc asm error (tries to spill BP register).Juergen Keil
Enable standard GLOBAL_CFLAGS on a non-debug build. CVS patchset: 420 CVS date: 2001/08/13 17:31:39
2001-08-10added missing file to tarballGuenter Bartsch
CVS patchset: 409 CVS date: 2001/08/10 22:27:36
2001-08-10enabling ffmpeg by default, credits to gerard for his incredible workGuenter Bartsch
CVS patchset: 408 CVS date: 2001/08/10 22:14:24
2001-08-10seeking works :-)Guenter Bartsch
CVS patchset: 406 CVS date: 2001/08/10 18:38:05
2001-08-10minor bugfixes, make debug should work now, codec close hopefully works tooGuenter Bartsch
CVS patchset: 405 CVS date: 2001/08/10 17:37:50
2001-08-08fixes for ffmpeg using xshmGuenter Bartsch
CVS patchset: 401 CVS date: 2001/08/08 20:48:32
2001-08-07latest ffmpeg updates - mmx works\! :-)Guenter Bartsch
CVS patchset: 400 CVS date: 2001/08/07 23:59:50
2001-08-07removed big local variables in libmpg123 (freebsd calls this stack-abuse ;))Guenter Bartsch
CVS patchset: 397 CVS date: 2001/08/07 14:15:04
2001-08-07small ffmpeg cleanups and fixesGuenter Bartsch
CVS patchset: 396 CVS date: 2001/08/07 13:14:09
2001-08-07introducing the ffmpeg video decoder plugin for ms mpeg 4, opendivx and ↵Guenter Bartsch
motion jpeg decoding CVS patchset: 395 CVS date: 2001/08/07 12:41:46