summaryrefslogtreecommitdiff
path: root/src/libw32dll
AgeCommit message (Collapse)Author
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-08-29added preliminary support for a video codec known only as 'Xxan'Mike Melanson
CVS patchset: 2551 CVS date: 2002/08/29 06:06:02
2002-08-11fix long standing bug of segfaults on exit. stupid me: i had overlookedMiguel Freitas
this CodecAlloc/CodecRelease stuff... CVS patchset: 2430 CVS date: 2002/08/11 15:03:10
2002-08-10syncing my local tree:Miguel Freitas
- removes w32codec syncshutdown hack - vo_driver api changed to support drivers with persistent overlays. that will break binary compatibility xine-lib/xine-ui (xine-ui needs to be recompiled). in order to keep binary compatibility overlay_begin/overlay_end must be added after redraw_needed. - video_overlay cleanups - fix a hard to trigger condition where redraw wouldn't happen (freeing handles) CVS patchset: 2427 CVS date: 2002/08/10 21:25:20
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-10Fix naming bug by ValtrIIPhilipp Hahn
CVS patchset: 2242 CVS date: 2002/07/10 05:44:09
2002-07-05hack to use dv codecuid45177
CVS patchset: 2219 CVS date: 2002/07/05 21:34:39
2002-07-05- win32 bugfixesMiguel Freitas
- asf bugfixes - ffmpeg supporting ms iso mpeg4 - softsync fix by Bill Fink CVS patchset: 2216 CVS date: 2002/07/05 20:54:37
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-07-01enable ffmpeg's msmpeg4 v1/v2.Miguel Freitas
note: i don't have any v1 streams to test. v2 are working fine though. CVS patchset: 2189 CVS date: 2002/07/01 17:56:05
2002-06-26Define __stdcall and __cdecl as empty macros when gcc is not used, so that weJuergen Keil
can compile xine once again, using a non-gcc compiler. CVS patchset: 2167 CVS date: 2002/06/26 15:54:25
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-21update win32 codec loading codeMiguel Freitas
- shiny new win32 crap from avifile and mplayer! - shiny new compilation warnings! - use directshow filter to decode msmpeg v1/v2 - disable SYNC_SHUTDOWN ugly hack (will be removed soon, i hope) CVS patchset: 2114 CVS date: 2002/06/21 01:44:17
2002-06-19Fix previous commit (should link to libxine instead of libxineutils)Ewald Snel
CVS patchset: 2093 CVS date: 2002/06/19 19:02:34
2002-06-19Fix memory leaks and related bugsEwald Snel
CVS patchset: 2092 CVS date: 2002/06/19 16:33:00
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-09improve error reporting for win32 codecsMiguel Freitas
CVS patchset: 2049 CVS date: 2002/06/09 13:23:36
2002-06-08changed BUF_AUDIO_IMAADPCM -> BUF_AUDIO_MSIMAADPCM for clarificationMike Melanson
CVS patchset: 2039 CVS date: 2002/06/08 19:45:19
2002-05-25patch from Michael Roitzsch:Siggi Langauf
increased interface version numbers, to reflect the xine_t change CVS patchset: 1939 CVS date: 2002/05/25 19:19:16
2002-05-01big cleanup on plugin dispose handling, small improvements on version ↵Guenter Bartsch
handling for decoder plugins CVS patchset: 1824 CVS date: 2002/05/01 19:42:56
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-29Trying to fix libw32dll compiling.James Courtier-Dutton
CVS patchset: 1808 CVS date: 2002/04/29 20:58:50
2002-04-28Fixes for some compile errors.James Courtier-Dutton
CVS patchset: 1803 CVS date: 2002/04/28 23:47:50
2002-04-28Thread-safe once-only initializationEwald Snel
CVS patchset: 1796 CVS date: 2002/04/28 15:32:41
2002-04-23Increment audio/video/spu decoder and input plugin API version numberEwald Snel
- update dxr3 and xvid plugins to new interface (add dispose() functions) CVS patchset: 1766 CVS date: 2002/04/23 15:45:19
2002-04-23Fix memory leaks by disposing input, demux and decoder plugins at exitEwald Snel
- add dispose() function to all decoder plugin structures CVS patchset: 1763 CVS date: 2002/04/23 13:30:42
2002-04-23remove hardcoded waveformat sizeMiguel Freitas
CVS patchset: 1757 CVS date: 2002/04/23 00:58:32
2002-04-20fix several audio buffer leaksMiguel Freitas
CVS patchset: 1748 CVS date: 2002/04/20 18:31:03
2002-04-16fix segfault reported by Chris Rankin and add keyframe supportMiguel Freitas
CVS patchset: 1726 CVS date: 2002/04/16 02:36:46
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas
- updated decoder api to allow reseting internal state on seeks CVS patchset: 1696 CVS date: 2002/04/09 03:37:59
2002-04-07Fix compile problems with wine including the wrong header files.James Courtier-Dutton
CVS patchset: 1695 CVS date: 2002/04/07 12:17:26
2002-04-01check preview flagMiguel Freitas
CVS patchset: 1659 CVS date: 2002/04/01 17:59:40
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-22some debug messages removedMiguel Freitas
CVS patchset: 1618 CVS date: 2002/03/22 21:57:16
2002-03-22fixing segfaultsMiguel Freitas
CVS patchset: 1617 CVS date: 2002/03/22 20:46:18
2002-03-18make asf demuxer handle audio-only streams (important for webradios\! #-))) ↵Guenter Bartsch
and introducing the #ifdef LOG concept in more files (I really start to like that concept, much better than xprintf) CVS patchset: 1589 CVS date: 2002/03/18 22:45:53
2002-03-16framerate and other fixes for demux_asfGuenter Bartsch
CVS patchset: 1574 CVS date: 2002/03/16 20:53:49
2002-03-11metronom and demuxers should work again (although not all demuxers are fully ↵Guenter Bartsch
updated at this point). demux_qt can handle compressed audio, but is still unfinished. Yes, this _is_ the big metronom update, metronom now depends on disc_off information in discontinuities. CVS patchset: 1554 CVS date: 2002/03/11 12:31:24
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
- pts are 64 bit now - scr and video_out-loop run all the time - video_out cleanups - metronom cleanups - buffer type BUF_CONTROL_DISCONTINUITY is used internally now, input plugins should no longer send this one - support for individual frame durations - using nano-/usleep instead of itimer (simpler code, maybe this will help freebsd) CVS patchset: 1487 CVS date: 2002/02/09 07:13:22
2002-02-02this one is usedMiguel Freitas
CVS patchset: 1469 CVS date: 2002/02/02 14:30:08
2002-02-01Re-add 'regs' variable. It's used on *BSD and SolarisJuergen Keil
CVS patchset: 1466 CVS date: 2002/02/01 21:48:42
2002-02-01Commented out variable declarations leading to 'unused variable' warningsRich J Wareham
CVS patchset: 1465 CVS date: 2002/02/01 14:23:13
2002-01-31Fix compilation failure for user who already have wine installed.Daniel Caujolle-Bert
CVS patchset: 1460 CVS date: 2002/01/31 02:16:42
2002-01-25Re-add WINE_TYPEDEFS_ONLY hack, to compile against wine headers with non-gccJuergen Keil
compiler. CVS patchset: 1454 CVS date: 2002/01/25 19:22:39
2002-01-22oops, i must not change that!Miguel Freitas
CVS patchset: 1437 CVS date: 2002/01/22 01:55:12
2002-01-22- small w32codec bugfixesMiguel Freitas
- remove (hopefully) unneeded memcpy - fix SDL capabilities - add fb and SDL warnings CVS patchset: 1436 CVS date: 2002/01/22 01:43:13
2002-01-18patch to skip frame decoding when late. should enable playing videos evenMiguel Freitas
on slow machines but needs testing. CVS patchset: 1420 CVS date: 2002/01/18 01:02:32
2002-01-15another codec/buftypes updateMiguel Freitas
CVS patchset: 1410 CVS date: 2002/01/15 17:30:51
2002-01-15small updates, another codec supported (VP31)Miguel Freitas
CVS patchset: 1408 CVS date: 2002/01/15 16:02:02