summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec
AgeCommit message (Collapse)Author
2002-07-15update to ffmpeg cvsMiguel Freitas
CVS patchset: 2277 CVS date: 2002/07/15 19:42:40
2002-07-01new fileMiguel Freitas
CVS patchset: 2186 CVS date: 2002/07/01 13:33:50
2002-07-01- ffmpeg syncMiguel Freitas
- skip decoding b-frames when late CVS patchset: 2185 CVS date: 2002/07/01 13:32:38
2002-06-26Sun Forte cc refuses to initialize "const int" array with non-const expressions.Juergen Keil
Just remove "const" for non-gcc compilers. CVS patchset: 2166 CVS date: 2002/06/26 15:52:12
2002-06-26C99 version of macro with variable arguments (for Sun Forte cc)Juergen Keil
CVS patchset: 2165 CVS date: 2002/06/26 15:50:49
2002-06-24revert volatile variable (weird gcc bug)Miguel Freitas
CVS patchset: 2153 CVS date: 2002/06/24 13:26:26
2002-06-23Fix Miguel's problem.Daniel Caujolle-Bert
CVS patchset: 2148 CVS date: 2002/06/23 23:54:56
2002-06-23quick ffmpeg update (enables wmv1 decoding)Miguel Freitas
thanks to the ffmpeg team for their amazing work! CVS patchset: 2141 CVS date: 2002/06/23 21:04:35
2002-06-23Let cvs ignore a lot of files that are built.Dennis Björklund
CVS patchset: 2138 CVS date: 2002/06/23 16:18:44
2002-06-22Fix missing files in tarball problem.Daniel Caujolle-Bert
CVS patchset: 2123 CVS date: 2002/06/22 00:20:12
2002-06-11missing header from distMiguel Freitas
CVS patchset: 2063 CVS date: 2002/06/11 17:21:57
2002-06-10sync to ffmpeg cvs, trying to keep differences to a mininum.Miguel Freitas
diff_to_ffmpeg_cvs.txt updated. tested only on x86, please report any problems, compilation errors, etc. alpha architecture added but makefiles were not updated. CVS patchset: 2058 CVS date: 2002/06/10 14:51:26
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
xine-lib should really never do an exit or abort, but instead pass back nice error values to the calling application, but until that happens, use abort() as that is tracable with gdb, whereas exit(1) is not backtraceable. CVS patchset: 1811 CVS date: 2002/04/29 23:31:59
2002-04-28last 0.9.9 preparations, disable ffmpeg debug output, error message fix for ossGuenter Bartsch
CVS patchset: 1798 CVS date: 2002/04/28 16:11:12
2002-04-26Some minor changes to make libavcodec compibale with Sun's Forte compilerJuergen Keil
CVS patchset: 1778 CVS date: 2002/04/26 17:29:34
2002-04-25Need be2me_32() declaration.Daniel Caujolle-Bert
CVS patchset: 1776 CVS date: 2002/04/25 15:14:18
2002-04-06update to latest ffmpeg cvs, this should add mpeg-4 bframe support :-) (BTW: ↵Guenter Bartsch
ffmpeg-guys: impressive work\!\!) CVS patchset: 1690 CVS date: 2002/04/06 20:51:22
2002-03-24Get rid of GLOBAL_CFLAGS, use CFLAGS instead. Note: maybe things are brokenDaniel Caujolle-Bert
now, so check and report, thanks. CVS patchset: 1629 CVS date: 2002/03/24 23:31:56
2002-03-12...missing filesGuenter Bartsch
CVS patchset: 1559 CVS date: 2002/03/12 00:46:27
2002-03-12updated ffmpeg to the latest ffmpeg-cvs, hopefully this will handle divx5 filesGuenter Bartsch
CVS patchset: 1558 CVS date: 2002/03/12 00:40:52
2002-01-25get_rl_index undefined, when the function cannot be inlinedJuergen Keil
CVS patchset: 1455 CVS date: 2002/01/25 19:23:37
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-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-27updating ffmpeg to 26-12-2001 CVS versionMiguel Freitas
CVS patchset: 1310 CVS date: 2001/12/27 20:02:23
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-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-18Fix typosJames Courtier-Dutton
CVS patchset: 662 CVS date: 2001/09/18 19:01:27
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-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-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-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-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-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