summaryrefslogtreecommitdiff
path: root/src/libw32dll
AgeCommit message (Collapse)Author
2003-07-04Approximate pts values are now sent.James Courtier-Dutton
Need to add pts correction code back in and fix bugs in it. CVS patchset: 5130 CVS date: 2003/07/04 14:23:37
2003-07-02Metronom does the pts prediction now, not the decoders.James Courtier-Dutton
CVS patchset: 5123 CVS date: 2003/07/02 23:10:21
2003-06-25not all gcc versions support all these options, so probe them before usingMichael Roitzsch
CVS patchset: 5097 CVS date: 2003/06/25 14:32:39
2003-06-21hopefully this will finally fix the deadlocksMichael Roitzsch
CVS patchset: 5081 CVS date: 2003/06/21 11:26:51
2003-06-14Fix QuickTime binary audio decoder lockupEwald Snel
CVS patchset: 5046 CVS date: 2003/06/14 23:34:46
2003-05-16fix compilation problem with "make debug": the CFLAGS would be overridden in theMichael Roitzsch
wrong order, when doing a "make debug" from outside src/libw32dll/wine (DEBUG_CFLAGS is set in src/libw32dll/wine's Makefile, but the CFLAGS given on the command line take precedence, therefore WIN32_PATH would be undefined) I hope I have not broken wine stuff. (Yes, the warning is frightening me...) I have checked using some Windows DLLs and the Quicktime SVQ3 DLL and they worked fine. Could everyone double check, if the win32-DLLs still work? CVS patchset: 4864 CVS date: 2003/05/16 11:34:37
2003-05-15Try to get it to compile.James Courtier-Dutton
CVS patchset: 4850 CVS date: 2003/05/15 14:07:28
2003-05-15some build-system cleanupMichael Roitzsch
CVS patchset: 4848 CVS date: 2003/05/15 08:21:15
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
extracted some common targets and variables into a common Makefile which is then included CVS patchset: 4844 CVS date: 2003/05/14 16:21:44
2003-05-10rework the QT stsd/ImageDescription passing from demuxer -> decoderMike Melanson
CVS patchset: 4815 CVS date: 2003/05/10 04:26:17
2003-05-09QT DLL decoder just got deprioritizedMike Melanson
CVS patchset: 4810 CVS date: 2003/05/09 23:55:40
2003-04-04add initial async error/general message reporting to frontendMiguel Freitas
obs: more messages should be added CVS patchset: 4539 CVS date: 2003/04/04 19:20:46
2003-03-18Support for Windows Media 9 Voice codec via wmspdmod.dllJames Stembridge
CVS patchset: 4445 CVS date: 2003/03/18 20:40:59
2003-03-18Fix loading of wma3 (aka wma 9 pro) dll. Also fix bug in setting number of ↵James Stembridge
output channels CVS patchset: 4444 CVS date: 2003/03/18 18:21:48
2003-03-09use windows codec path as provided by configureMichael Roitzsch
CVS patchset: 4388 CVS date: 2003/03/09 12:19:13
2003-02-20caught, the word is caughtMike Melanson
CVS patchset: 4212 CVS date: 2003/02/20 05:26:51
2003-02-19Qclp support, courtesy of Chris Rankin <cj.rankin@ntlworld.com>; alsoMike Melanson
added codec name meta-info CVS patchset: 4198 CVS date: 2003/02/19 02:08:40
2003-02-17new findings from linuxthreads sourcesMiguel Freitas
CVS patchset: 4188 CVS date: 2003/02/17 19:54:43
2003-02-17missing files from my last commitMiguel Freitas
CVS patchset: 4179 CVS date: 2003/02/17 03:19:58
2003-02-17- fix LDT clash with linuxthreadsMiguel Freitas
- comment useless calls. some people really don't know what this thing does, they probably think that lots of Setup_FS_Segment() all over will make win32 gods happy. :) - fix vfw (indeo) and quicktime segfaults in short: xine now plays indeo, animatrix and the hulk trailers. CVS patchset: 4178 CVS date: 2003/02/17 03:18:02
2003-02-14+1 for \0Miguel Freitas
CVS patchset: 4151 CVS date: 2003/02/14 01:33:22
2003-02-10what the hell is that?Miguel Freitas
this issue was discussed several times on xine-devel. nevertheless storri reintroduced the bug ten days ago. CVS patchset: 4126 CVS date: 2003/02/10 21:42:18
2003-01-31- Added debian into Makefile.am as a sub-directory rather than have theStephen Torri
makefile variable. - Cleaned up Makefile.am (wine, goom, libxinevdec) - Cleaned up compiler warnings (libfaad) - Cleaned up header includes (libfaad, libdha) CVS patchset: 4053 CVS date: 2003/01/31 01:20:24
2003-01-30fourcc QDM1 seems wrong, it's QDMC (slap me if i'm wrong)Daniel Caujolle-Bert
CVS patchset: 4048 CVS date: 2003/01/30 14:56:45
2003-01-29fix hang problem reported by bastienMiguel Freitas
CVS patchset: 4042 CVS date: 2003/01/29 17:51:05
2003-01-29fix segfault reported by bastienMiguel Freitas
CVS patchset: 4040 CVS date: 2003/01/29 17:16:01
2003-01-20no homedir pollution: move the registry file inside the ~/.xineMichael Roitzsch
CVS patchset: 3981 CVS date: 2003/01/20 12:51:47
2003-01-18VoxWare hack from MPlayerThibaut Mattern
CVS patchset: 3957 CVS date: 2003/01/18 16:27:54
2003-01-16i said i wouldn't try fix the win32 breakage from last guenter's commit...Miguel Freitas
so just two trivial things: - don't segfault on vfw loading (although vfw support is still broken) - make acm work again. CVS patchset: 3939 CVS date: 2003/01/16 22:29:55
2003-01-11whoups, thats codec_initialized, not decoder_ok in this oneGuenter Bartsch
CVS patchset: 3872 CVS date: 2003/01/11 13:10:13
2003-01-11open and close outputGuenter Bartsch
CVS patchset: 3862 CVS date: 2003/01/11 05:26:55
2003-01-11reduce compile warnings, patch provided by chris rankinGuenter Bartsch
CVS patchset: 3861 CVS date: 2003/01/11 04:57:50
2003-01-08Fix memory leakEwald Snel
CVS patchset: 3833 CVS date: 2003/01/08 20:46:36
2003-01-08Fix tiny memory leakEwald Snel
CVS patchset: 3832 CVS date: 2003/01/08 19:22:32
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
for more information see message on xine-devel CVS patchset: 3818 CVS date: 2003/01/08 01:02:27
2003-01-07more A/V_HANDLED flagsDaniel Caujolle-Bert
CVS patchset: 3812 CVS date: 2003/01/07 16:56:17
2003-01-03preload to register codec pathMiguel Freitas
CVS patchset: 3767 CVS date: 2003/01/03 23:18:13
2003-01-01real video v40 support by chris rankin, added missing copyright ↵Guenter Bartsch
notices/credits for mplayer CVS patchset: 3746 CVS date: 2003/01/01 20:39:19
2002-12-30fix pts situation (hopefully)Mike Melanson
CVS patchset: 3728 CVS date: 2002/12/30 05:09:53
2002-12-28Fix segmentation fault in QuickTime binary codecsEwald Snel
CVS patchset: 3705 CVS date: 2002/12/28 09:50:49
2002-12-25convenienceMichael Roitzsch
CVS patchset: 3676 CVS date: 2002/12/25 15:01:04
2002-12-24uncomment DEBUG_CFLAGSMiguel Freitas
CVS patchset: 3671 CVS date: 2002/12/24 17:05:05
2002-12-24This should fix WMV8/9, for now...Siggi Langauf
CVS patchset: 3670 CVS date: 2002/12/24 16:54:33
2002-12-23wmv9 supportMiguel Freitas
CVS patchset: 3653 CVS date: 2002/12/23 16:09:28
2002-12-23wmv9 supportMiguel Freitas
CVS patchset: 3651 CVS date: 2002/12/23 15:54:42
2002-12-22convenienceMichael Roitzsch
CVS patchset: 3628 CVS date: 2002/12/22 11:16:41
2002-12-22less talk, more decodeMike Melanson
CVS patchset: 3626 CVS date: 2002/12/22 03:03:21
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
different sizeof than integer. - add extra_info structure to pass informations from input/demuxers down to the output frame. this can be used, for example, to pass the frame number of a frame (when known by decoder). also, immediate benefict is that we now have a slider which really shows the current position of the playing stream. new fields can be added to extra_info keeping binary compatibility - bumpy everybody's api versions CVS patchset: 3603 CVS date: 2002/12/21 12:56:44
2002-12-21...my beautiful, beautiful special information buffer facility...okayMike Melanson
it's just a hack. Oh well, set it straight CVS patchset: 3600 CVS date: 2002/12/21 03:03:15
2002-12-18u_int32_t is not available on solaris, uint32_t is...Juergen Keil
CVS patchset: 3584 CVS date: 2002/12/18 20:14:55