summaryrefslogtreecommitdiff
path: root/src/libffmpeg
AgeCommit message (Collapse)Author
2002-01-08'ar cr lib' without object files does not create an empty archive libraryJuergen Keil
using the solaris 'ar' command, the xine-lib build process fails when these non-existant archive libraries are unpacked. Add a dummy module to each of the accelerated processor specific libraries that is always added to the library to make sure static archive libraries are always created. CVS patchset: 1374 CVS date: 2002/01/08 15:14:06
2002-01-06this file documents all changes needed to be applied to the current ffmpegMiguel Freitas
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
2002-01-05updates for closed caption decoderMiguel Freitas
CVS patchset: 1344 CVS date: 2002/01/05 21:54:16
2002-01-02Correct spelling of __VA_ARGS__ macroJuergen Keil
CVS patchset: 1324 CVS date: 2002/01/02 18:16:07
2001-12-31removing gcc optimizations that broke ffmpeg. mmx asm code does not needMiguel Freitas
to be optimized anyway. CVS patchset: 1322 CVS date: 2001/12/31 14:21:23
2001-12-30patch to compile on gcc3 by Chris RankinMiguel Freitas
CVS patchset: 1321 CVS date: 2001/12/30 14:08:56
2001-12-27updating ffmpeg to cvs version as 26-12-2001Miguel Freitas
CVS patchset: 1315 CVS date: 2001/12/27 21:06:08
2001-12-27- ffmpeg updateMiguel Freitas
- fix ffmpeg buffer overflow reported by Keith Packard CVS patchset: 1311 CVS date: 2001/12/27 20:07:25
2001-12-27updating ffmpeg to 26-12-2001 CVS versionMiguel Freitas
CVS patchset: 1310 CVS date: 2001/12/27 20:02:23
2001-12-11audio_decoder->reset() on discontinuitiesMiguel Freitas
CVS patchset: 1221 CVS date: 2001/12/11 15:30:05
2001-11-25Some little cleanups.Daniel Caujolle-Bert
CVS patchset: 1109 CVS date: 2001/11/25 13:51:05
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
acceleration?). Merge xine-utils header files to a new one "xineutils.h". Update xine-lib C/headers to reflect those changes. dxr3 headers are no more installed ine $includdir, but $includdir/xine. CVS patchset: 1054 CVS date: 2001/11/17 14:26:36
2001-11-13metronom logic changedHeiko Schaefer
CVS patchset: 1030 CVS date: 2001/11/13 21:47:57
2001-11-07codec fixesMiguel Freitas
CVS patchset: 993 CVS date: 2001/11/07 21:35:01
2001-10-22Fixed libxineutils linking.Daniel Caujolle-Bert
CVS patchset: 859 CVS date: 2001/10/22 21:34:54
2001-10-22introducing libxineutils and a this pointer for video_out_x11 callbacksGuenter Bartsch
CVS patchset: 852 CVS date: 2001/10/22 00:52:09
2001-10-21more memcpy stuffMiguel Freitas
CVS patchset: 846 CVS date: 2001/10/21 00:18:22
2001-10-18Bad type for quant_tab fixed. Code is intended to use negative values but doesJuergen Keil
not so, with the bad type (problem&fix reported to ffmpeg, and now re-imported from ffmpeg cvs) CVS patchset: 831 CVS date: 2001/10/18 14:45:58
2001-09-26libmpeg2 cleanups, more tweaks for still image display, implemented ↵Guenter Bartsch
BUF_CONTROL_SPU_CHANNEL, trying to wipe out last windows style variable names (bFrameBad for example) CVS patchset: 697 CVS date: 2001/09/26 01:18:19
2001-09-23Don't try to use "emms" on a pentium without MMXJuergen Keil
CVS patchset: 688 CVS date: 2001/09/23 17:44:33
2001-09-18Fix typosJames Courtier-Dutton
CVS patchset: 662 CVS date: 2001/09/18 19:01:27
2001-09-18ffmpeg apparently does not support MSMPEG4 v1/v2 format yet. Trying to handleJuergen Keil
MSMPEG4 v1/v2 formats using the libw32dll plugin. But at least for XShm video output, libw32dll is too slow, converting RGB -> YUY2 in the w32dll plugin, and converting back from YUY2 -> RGB in the video out driver :-/ CVS patchset: 661 CVS date: 2001/09/18 17:41:47
2001-09-18this->size not initialized on first frame, ffmpeg video decoder accessesJuergen Keil
uninitialized malloced memory CVS patchset: 660 CVS date: 2001/09/18 11:38:23
2001-09-16Update docs. Fixed some warnings. configure.in is ready for 0.9.1.Daniel Caujolle-Bert
CVS patchset: 646 CVS date: 2001/09/16 23:13:45
2001-09-16Few updates. autoconf-2.52/automake-1.5 supported.Daniel Caujolle-Bert
CVS patchset: 637 CVS date: 2001/09/16 00:01:38
2001-09-11444P and 422P colorspace support (for mjpeg) for ffmpegGuenter Bartsch
CVS patchset: 618 CVS date: 2001/09/11 16:15:42
2001-09-11linking demux_qt to zlib for compressed headers, make ffmpeg handle JPEG qt ↵Guenter Bartsch
streams CVS patchset: 616 CVS date: 2001/09/11 14:11:56
2001-09-06Trying to port the xine-lib sources to a non-gcc compilerJuergen Keil
CVS patchset: 584 CVS date: 2001/09/06 18:38:11
2001-09-05enable seeking in incomplete avisGuenter Bartsch
CVS patchset: 568 CVS date: 2001/09/05 17:08:18
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