summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec
AgeCommit message (Collapse)Author
2002-11-16Fix dsputils with mediaLib.Robin KAY
CVS patchset: 3273 CVS date: 2002/11/16 16:40:23
2002-11-14sync and enable dv decoderMiguel Freitas
CVS patchset: 3261 CVS date: 2002/11/14 23:27:44
2002-11-11sync ffmpegMiguel Freitas
- add wma decoder - fix mmx macro - remove changes from fdct_mmx.c (it should work fine now with the mmx macro fix) CVS patchset: 3234 CVS date: 2002/11/11 13:45:34
2002-11-04To build xine-lib now from cvs you run: autogen.shStephen Torri
You would do: autogen.sh <configure flags> or autogen <shortcut> The short cuts are: aclocal - re-run aclocal autoheader - re-run autoheader automake - re-run automake autoconf - re-run aclocal AND autoconf libtoolize - re-run libtoolize noconfig - re-run all gnu tools without doing ./configure default - run ./configure with <configure flags> or none (if no flags are present) Removed cvscompile.sh and misc/autogen.sh (deprecated) General clean up install-debug for Makefile.am files. CVS patchset: 3180 CVS date: 2002/11/04 00:37:18
2002-11-04some more small fixes. Should be ready for release now.Siggi Langauf
CVS patchset: 3178 CVS date: 2002/11/04 00:31:49
2002-11-03some more release-related fixes...Siggi Langauf
CVS patchset: 3174 CVS date: 2002/11/03 23:03:30
2002-10-30we are very happy that ffmpeg conceals errors, but part of the purposeMike Melanson
of doing so is to do it *silently* so the user is not aware of the errors during every single frame decode CVS patchset: 3099 CVS date: 2002/10/30 00:43:33
2002-10-29sync to ffmpeg cvsMiguel Freitas
CVS patchset: 3090 CVS date: 2002/10/29 16:29:16
2002-10-24Cannot use non-constant expressions to initialize array in CJuergen Keil
CVS patchset: 2984 CVS date: 2002/10/24 15:03:11
2002-10-22MMX and mediaLib does not work well on Solaris x86, when both accelertions areJuergen Keil
available. Use MMX only in that case. CVS patchset: 2937 CVS date: 2002/10/22 17:09:26
2002-10-22Changed comments to standard /* ... */Stephen Torri
CVS patchset: 2932 CVS date: 2002/10/22 06:34:01
2002-10-22Changed comments to standard /* ... */Stephen Torri
Changed 'asm' to __asm__ CVS patchset: 2931 CVS date: 2002/10/22 06:03:44
2002-10-22Changed comments to standard /* ... */Stephen Torri
Changed 'asm' to __asm__ CVS patchset: 2930 CVS date: 2002/10/22 05:57:25
2002-10-22Changed comments to standard /* ... */Stephen Torri
Changed 'asm' to __asm__ CVS patchset: 2929 CVS date: 2002/10/22 05:51:04
2002-10-22Changed comment to standard /* ... */Stephen Torri
CVS patchset: 2928 CVS date: 2002/10/22 05:41:25
2002-10-22Changed 'asm' to __asm__ because of -ansi flag.Stephen Torri
CVS patchset: 2926 CVS date: 2002/10/22 05:38:31
2002-10-22Changed comments to standard /* ... */Stephen Torri
CVS patchset: 2925 CVS date: 2002/10/22 05:37:03
2002-10-22Changed comments to standard /* ... */Stephen Torri
CVS patchset: 2922 CVS date: 2002/10/22 05:27:05
2002-10-22Changed comments to standard /* ... */Stephen Torri
Changed 'asm' to __asm__ because we use -ansi flag. CVS patchset: 2921 CVS date: 2002/10/22 05:19:56
2002-10-22Changed comments to standard /* ... */Stephen Torri
CVS patchset: 2920 CVS date: 2002/10/22 05:15:37
2002-10-22Changed comments to standard /* ... */Stephen Torri
CVS patchset: 2918 CVS date: 2002/10/22 05:10:37
2002-10-22Changed 'asm' calls to '__asm__'. Necessary since we compile with the -ansi ↵Stephen Torri
flag. CVS patchset: 2917 CVS date: 2002/10/22 05:09:28
2002-10-22Changed comments to standard /* ... */Stephen Torri
CVS patchset: 2915 CVS date: 2002/10/22 05:01:39
2002-10-22Changed comments to standard /* ... */Stephen Torri
Removed trailing spaces CVS patchset: 2914 CVS date: 2002/10/22 04:53:07
2002-10-09configure.ac:Stephen Torri
- OpenGL header GL/gl.h is checked to see if its exists with wrong header name (GL/GL.h). Test failed despite the file required by src/video_out/video_out_opengl.c was GL/gl.h - Ascii-Art library version incorrect. Required version is 1.4 (contains aalib-config) m4/aa.m4: - Changed aalib version to 1.4 src/audio_out/Makefile.am: src/demuxers/Makefile.am: src/dxr3/Makefile.am: src/input/Makefile.am: src/input/libdvdnav/Makefile.am: src/input/libdvdread/Makefile.am: src/libffmpeg/libavcodec/Makefile.am: src/libffmpeg/libavcodec/i386/Makefile.am: src/libffmpeg/libavcodec/mlib/Makefile.am: src/libmad/Makefile.am: src/libmpeg2/Makefile.am: src/libvorbis/Makefile.am: src/libw32dll/Makefile.am: src/libw32dll/wine/Makefile.am: src/libxineadec/Makefile.am: src/libxvid/Makefile.am: src/video_out/Makefile.am: src/video_out/libdha/Makefile.am: src/video_out/vidix/Makefile.am: src/xine-engine/Makefile.am: src/xine-utils/Makefile.am: - Removed @CFLAGS@ from all AM_CFLAGS. @CFLAGS@ are added in Makefile.in. Adding it here was redundant. Thanks to Mike and others for pointing this out. CVS patchset: 2805 CVS date: 2002/10/09 05:13:38
2002-10-08Add mediaLib accelerated 16x16 pixel ops to ffmpegJuergen Keil
CVS patchset: 2803 CVS date: 2002/10/08 12:42:31
2002-10-05fixing *pixels_tab stuffRobin KAY
CVS patchset: 2783 CVS date: 2002/10/05 00:24:36
2002-09-19another typo - now ffmpeg should be completeGuenter Bartsch
CVS patchset: 2714 CVS date: 2002/09/19 21:45:01
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
Replaced configure.in with configure.ac Remove acconfig.h (Unnecessary with autoconf 2.52 or above) Updated configure.ac to remove deprecated macros, upgraded AC_DEFINE to include comments, merged in acconfig.h. Combined libxine and libxineutils into one library. libxineutils is created but not installed. Its statically linked into libxine. Advanced libxine version from 0.2.0 to 1.0.0 Removed references for skins. Plugins now installed to <libdir>/xine/plugins/$XINE_MAJOR.$XINE_MORE. $XINE_SUB Xine-config updated for new location of plugins Sorted file lists in Makefile.am to make them more readable. TODO: remove skins references from xine-config CVS patchset: 2705 CVS date: 2002/09/19 06:01:18
2002-09-16- sync ffmpeg to cvs (sorry Mike it still doesn't decode your teststream --Miguel Freitas
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
2002-08-07- sync with ffmpeg cvsMiguel Freitas
- apply Zdenek Kabelac patches to enable -fpic compiling (why this stuff isn't in ffmpeg cvs?) CVS patchset: 2402 CVS date: 2002/08/07 19:46:28
2002-07-15fix ffmpeg's default optionsMiguel Freitas
CVS patchset: 2281 CVS date: 2002/07/15 20:34:49
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