summaryrefslogtreecommitdiff
path: root/src/libw32dll/w32codec.c
AgeCommit message (Expand)Author
2002-01-15another codec/buftypes updateMiguel Freitas
2002-01-15small updates, another codec supported (VP31)Miguel Freitas
2002-01-07add mutex to protect dll initialization. should make win32 codec opening more...Miguel Freitas
2002-01-07choose some stream_id to play. (not guaranteed to be the best one. probaly we...Miguel Freitas
2002-01-07acelpnet should work now (some files updated from mplayer cvs)Miguel Freitas
2002-01-06updating directshow support with avifile/mplayer changesMiguel Freitas
2002-01-05updates for closed caption decoderMiguel Freitas
2001-12-27- ffmpeg updateMiguel Freitas
2001-12-11audio_decoder->reset() on discontinuitiesMiguel Freitas
2001-11-18bugfixMiguel Freitas
2001-11-18small bugfixesMiguel Freitas
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
2001-11-17fix deinitializationMiguel Freitas
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-11-16latest directshow updating. including a hack to make WMV8 work!Miguel Freitas
2001-11-16improving audio syncMiguel Freitas
2001-11-15full DirectShow support (needs testing)Miguel Freitas
2001-11-15- audio bugfixes (dynamic buffers and Direct Show support). it show playMiguel Freitas
2001-11-13metronom logic changedHeiko Schaefer
2001-11-10very unfinished scr discontinuity detection stuff, new software audio out buf...Guenter Bartsch
2001-11-08properly initialization of LDT/FS for w32dlls (hopefully)Miguel Freitas
2001-11-08disabled LDT allocation for FS segment. this was causing much troubleMiguel Freitas
2001-11-07flip windows video 1Miguel Freitas
2001-11-07codec fixesMiguel Freitas
2001-11-07new win32 codecs / buf types (some not supported yet)Miguel Freitas
2001-11-07add Setup_LDT_Keeper() to fix segfaultMiguel Freitas
2001-11-07fast_memcpy (i had about 7% cpu improvement!)Miguel Freitas
2001-11-07small cleanup, remove test stuffMiguel Freitas
2001-11-07- update win32 loaderMiguel Freitas
2001-09-26libmpeg2 cleanups, more tweaks for still image display, implemented BUF_CONTR...Guenter Bartsch
2001-09-20Always request IMGFMT_YUY2 from video_out decoder (RGB format is converted toJuergen Keil
2001-09-20Indeo Video 4.1 and 5.0 format fixed (by importing the Event/SemaphoreJuergen Keil
2001-09-19'yuv_hack_needed' added again, so that we can decode MSMPEG4 v1/v2 to YUY2 usingJuergen Keil
2001-09-19Add a faster RGB->YUV conversionJuergen Keil
2001-09-18ffmpeg apparently does not support MSMPEG4 v1/v2 format yet. Trying to handleJuergen Keil
2001-09-16Update docs. Fixed some warnings. configure.in is ready for 0.9.1.Daniel Caujolle-Bert
2001-09-14Fix for no audio.James Courtier-Dutton
2001-09-10make codecs decompress all frames into the same target buffer, cinepak and in...Guenter Bartsch
2001-09-10a quicktime demuxer based on openquicktime, cinepack support fixed, minor bug...Guenter Bartsch
2001-09-08big buf types cleanup, beginning to use libw32codec for indeo (unfinished)Guenter Bartsch
2001-09-06Fix error checking for failed ao_instance->openJuergen Keil
2001-08-30cosmetic change (use mmioFOURCC macro instead of hex constant)Juergen Keil
2001-08-28update to ffmpeg 0.4.5, buf types cleanup based on patch provided by Miguel F...Guenter Bartsch
2001-08-21First checkin of new audio_out architecture.James Courtier-Dutton
2001-08-06Hopefully, this was the last decoder with priority 0.Eduard Hasenleithner
2001-07-30whoups, looks like a priority of 0 is not allowed :>Guenter Bartsch
2001-07-30fixed video/audio/spu decoder version handlingGuenter Bartsch
2001-07-24big xshm cleanup (free memory properly, set up yuv2rgb only when necessary, c...Guenter Bartsch
2001-07-17yuy2 -> rgb conversion routines in C (no mlib/mmx yet)Guenter Bartsch
2001-07-14made win32 path configurableGuenter Bartsch