summaryrefslogtreecommitdiff
path: root/src/libxinevdec
AgeCommit message (Collapse)Author
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
2002-08-28add raw greyscale support. i'm using xine to receive video data from an embeddedMiguel Freitas
system across some kilometers of optical fiber... ;) CVS patchset: 2540 CVS date: 2002/08/28 14:03:29
2002-08-28revised palette conversion subsystem to make a little more senseMike Melanson
CVS patchset: 2539 CVS date: 2002/08/28 03:32:48
2002-08-12initial commit for Dr. Tim's Id CIN video decoderMike Melanson
CVS patchset: 2438 CVS date: 2002/08/12 00:16:54
2002-07-20updated to use FINISH_LINE() macroMike Melanson
CVS patchset: 2325 CVS date: 2002/07/20 04:24:59
2002-07-18Fix 'dungeons & dragons' trailer segmentation faultEwald Snel
CVS patchset: 2313 CVS date: 2002/07/18 22:58:54
2002-07-18Fix 'pitch != width' related problemEwald Snel
CVS patchset: 2312 CVS date: 2002/07/18 20:08:00
2002-07-15oops! :)Ewald Snel
CVS patchset: 2283 CVS date: 2002/07/15 22:07:18
2002-07-15Add 'pitch' support to video decoders (pitch != width)Ewald Snel
CVS patchset: 2282 CVS date: 2002/07/15 21:42:33
2002-07-15enable libfaadMiguel Freitas
svq1.c priority = 4 CVS patchset: 2278 CVS date: 2002/07/15 19:44:51
2002-07-15initial commit for 3 new decoders: Raw RGB, Raw YUV, and MS RLEMike Melanson
CVS patchset: 2270 CVS date: 2002/07/15 00:56:12
2002-07-14initial commit for FLI video decoderMike Melanson
CVS patchset: 2262 CVS date: 2002/07/14 01:31:57
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
CVS patchset: 2214 CVS date: 2002/07/05 17:31:59
2002-06-25added support in buffer.h for transporting RGB palette from the demuxer toMike Melanson
the decoder; modified AVI demuxer and MSVC decoder to support this feature CVS patchset: 2160 CVS date: 2002/06/25 03:37:52
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-200.9.11xine-0_9_11-release0.9.11Siggi Langauf
CVS patchset: 2107 CVS date: 2002/06/20 17:46:58
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
Internationalize all config related stuff. Fix not registered mrl ending in roq/film demuxer. Add bindtextdomain() calls in load_plugins (for audio/video out plugins). CVS patchset: 2066 CVS date: 2002/06/12 12:22:25
2002-06-10initial commit for video decoder example templateMike Melanson
CVS patchset: 2053 CVS date: 2002/06/10 05:18:46
2002-06-05make it work with xshmMiguel Freitas
CVS patchset: 2020 CVS date: 2002/06/05 13:09:37
2002-06-05fix roq segfaultsMiguel Freitas
CVS patchset: 2019 CVS date: 2002/06/05 13:05:19
2002-06-03Fix msvc decoder (add img->copy for XShm driver)Ewald Snel
Update msvc and cinepak to new xine_bmiheader format CVS patchset: 2000 CVS date: 2002/06/03 17:31:29