summaryrefslogtreecommitdiff
path: root/src/libxinevdec
AgeCommit message (Collapse)Author
2002-12-15Use common xine color conversionEwald Snel
CVS patchset: 3541 CVS date: 2002/12/15 16:15:25
2002-12-06reenable our svq1 decoder for now (ffmpeg one is segfaulting)Miguel Freitas
CVS patchset: 3438 CVS date: 2002/12/06 12:09:03
2002-12-06remove img->copy from all decodersMiguel Freitas
CVS patchset: 3436 CVS date: 2002/12/06 01:44:06
2002-12-04decommission native xine SVQ1 decoder by removing its build instructionsMike Melanson
from Makefile.am; the source files will be removed in due time SVQ1 decoder: You have served your purpose well and we, the xine developers and users, salute you. And we know that your important work will be carried on by the capable codebase of ffmpeg's libavcodec. CVS patchset: 3425 CVS date: 2002/12/04 05:59:23
2002-12-04modified YUV9 -> YV12 converterMike Melanson
CVS patchset: 3423 CVS date: 2002/12/04 05:33:40
2002-12-01deploy filtering YUV9 -> YV12 converterMike Melanson
CVS patchset: 3397 CVS date: 2002/12/01 07:16:53
2002-11-22Developers can now run "make" in their work area (e.g. src/libffmpeg) and itStephen Torri
will build all dependent parts (e.g. libxine.la). The directory must still be prepared by running autogen.sh. CVS patchset: 3331 CVS date: 2002/11/22 05:25:14
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
* new public output interface xine_{audio,video}_port_t instead of xine_{ao,vo}_driver_t, old names kept as aliases for compatibility * modified the engine to allow multiple streams per output * renaming of some internal structures according to public changes * moving SCR out of per-stream-metronom into a global metronom_clock_t residing in xine_t and therefore easily available to the output layer * adapting all available plugins (note to external projects: the compiler will help you a lot, if a plugin compiles, it is adapted, because all changes add new parameters to some functions) * bump up all interface versions because of xine_t and xine_stream_t changes CVS patchset: 3312 CVS date: 2002/11/20 11:57:38
2002-11-12merge metronom's improvements (inform decoders about discontinuities)Miguel Freitas
http://sourceforge.net/mailarchive/forum.php?thread_id=1297475&forum_id=7131 CVS patchset: 3250 CVS date: 2002/11/12 18:40:50
2002-11-11native video decoders now report themselves in the stream/meta infoMike Melanson
fields CVS patchset: 3233 CVS date: 2002/11/11 05:55:51
2002-11-04adapt Cinepak decoder to handle both greyscale and palettized vectorMike Melanson
codebooks CVS patchset: 3179 CVS date: 2002/11/04 00:33:32
2002-11-02bring the foovideo reference video decoder in line with the latest APIMike Melanson
revision CVS patchset: 3155 CVS date: 2002/11/02 21:38:38
2002-10-28Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",Juergen Keil
to get a minimal dynamic linker symbol table CVS patchset: 3073 CVS date: 2002/10/28 13:30:58
2002-10-24Fix unresolved symbols by linking with the xine libraryEwald Snel
CVS patchset: 2980 CVS date: 2002/10/24 09:42:21
2002-10-23img_buffer was uninitialized, and later passed to free(), resulting in anJuergen Keil
xine crash. CVS patchset: 2969 CVS date: 2002/10/23 19:25:44
2002-10-23bring the FLI subsystem in line with the latest API revisionMike Melanson
CVS patchset: 2950 CVS date: 2002/10/23 03:21:19
2002-10-23bring the RoQ subsystem in line with the latest API revisionMike Melanson
CVS patchset: 2949 CVS date: 2002/10/23 02:55:01
2002-10-23bring the Id CIN video decoder in line with the latest API revisionMike Melanson
CVS patchset: 2947 CVS date: 2002/10/23 02:13:51
2002-10-23bring the WC3 video decoder in line with the latest API revisionMike Melanson
CVS patchset: 2945 CVS date: 2002/10/23 01:40:01
2002-10-22bring the QT RLE decoder in line with the latest API revisionMike Melanson
CVS patchset: 2927 CVS date: 2002/10/22 05:40:01
2002-10-22bring the RPZA decoder in line with the latest API revisionMike Melanson
CVS patchset: 2924 CVS date: 2002/10/22 05:33:52
2002-10-22bring the SMC decoder in line with the latest API revisionMike Melanson
CVS patchset: 2923 CVS date: 2002/10/22 05:27:54
2002-10-22bring the SVQ1 decoder in line with the latest API revisionMike Melanson
CVS patchset: 2919 CVS date: 2002/10/22 05:14:34
2002-10-20bring the MSVC decoder in line with the latest API revisionMike Melanson
CVS patchset: 2884 CVS date: 2002/10/20 18:07:23
2002-10-20bring the MS RLE decoder in line with the latest API revisionMike Melanson
CVS patchset: 2883 CVS date: 2002/10/20 18:01:01
2002-10-20bring the YUV decoder in line with the latest API revisionMike Melanson
CVS patchset: 2881 CVS date: 2002/10/20 17:54:54
2002-10-20bring the raw RGB decoder in line with the latest API revisionMike Melanson
CVS patchset: 2880 CVS date: 2002/10/20 17:47:00
2002-10-20bring the CYUV decoder in line with the latest API revisionMike Melanson
CVS patchset: 2879 CVS date: 2002/10/20 17:34:11
2002-10-20bring the Cinepak decoder in line with the latest API revisionMike Melanson
CVS patchset: 2877 CVS date: 2002/10/20 16:47:05
2002-10-18added support for little-used RGB palette modeMike Melanson
CVS patchset: 2855 CVS date: 2002/10/18 23:43:25
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-06The following was crashing on SPARC with a BUS error:Juergen Keil
http://dod.hpi.net/samples/marymary-shackles.mov CVS patchset: 2797 CVS date: 2002/10/06 19:55:18
2002-10-06Workaround for code generation bug in gcc on SPARC. Mike's endian macros now ↵Robin KAY
moved to bswap.h CVS patchset: 2794 CVS date: 2002/10/06 03:48:13
2002-10-05copy block from previous frame instead of just skipping itMike Melanson
CVS patchset: 2789 CVS date: 2002/10/05 22:16:08
2002-10-04added support for raw YV12 dataMike Melanson
CVS patchset: 2780 CVS date: 2002/10/04 04:55:43
2002-10-04bring the RoQ video decoder up to snuff (much, much faster; moreMike Melanson
accurate, but a few visual bugs remain) CVS patchset: 2779 CVS date: 2002/10/04 03:10:43
2002-10-04fixed 2- and 4-bit variantsMike Melanson
CVS patchset: 2777 CVS date: 2002/10/04 01:16:04
2002-10-03finish bringing the template video decoder up to the new specMike Melanson
CVS patchset: 2772 CVS date: 2002/10/03 03:09:35
2002-09-22unused variable -> hint to Mike: still needed?Michael Roitzsch
CVS patchset: 2741 CVS date: 2002/09/22 16:01:06
2002-09-22initial commit for QT RLE video decoderMike Melanson
CVS patchset: 2737 CVS date: 2002/09/22 04:27:00
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-13reinstate some codec formats lost in API transitionMike Melanson
CVS patchset: 2657 CVS date: 2002/09/13 03:03:42
2002-09-13use xine's optimized memcpy() where applicableMike Melanson
CVS patchset: 2656 CVS date: 2002/09/13 03:02:18
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
adapt some more decoders CVS patchset: 2618 CVS date: 2002/09/05 22:18:50
2002-09-05make all the plugin init functions staticMichael Roitzsch
(geez this was a job) CVS patchset: 2616 CVS date: 2002/09/05 20:44:38
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is ↵Guenter Bartsch
broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05
2002-09-04added Mario Brito's Wing Commander III video decoderMike Melanson
CVS patchset: 2599 CVS date: 2002/09/04 02:52:16
2002-09-01add XShm to the reference video decoderMike Melanson
CVS patchset: 2582 CVS date: 2002/09/01 20:45:50
2002-09-01added Roberto Togni's QT RPZA video decoderMike Melanson
CVS patchset: 2571 CVS date: 2002/09/01 01:50:39
2002-08-29initial commit for QT SMC video decoderMike Melanson
CVS patchset: 2552 CVS date: 2002/08/29 06:09:06