summaryrefslogtreecommitdiff
path: root/src/libw32dll
AgeCommit message (Collapse)Author
2004-03-16changing decoder priorities:Michael Roitzsch
* increase ffmpeg from 5 to 6 * increase some others from 6 to 7 (they should still override ffmpeg) * increase liba52 from 2 to 5 (since 5 is somewhat default) * decrease win32 DLL Qt from 5 to 1 (don't worry, this is the only decoder to handle these types, so this is not really a change; it's just that all the other win32 decoders use prio 1) CVS patchset: 6272 CVS date: 2004/03/16 14:12:03
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
before aborting CVS patchset: 6211 CVS date: 2004/03/03 20:09:11
2004-02-09Only read frame duration when BUF_FLAG_FRAMERATE is setJames Stembridge
CVS patchset: 6127 CVS date: 2004/02/09 22:13:54
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
CVS patchset: 6030 CVS date: 2004/01/12 17:35:14
2004-01-09- rework semantics of some buffer flags. check buffer.h for details.Miguel Freitas
- increase demux and decoder apis - fix runtime changing of ogg/ogm audio channels note: i hope i haven't broken any demux->decoder data exchange. please report any problems. CVS patchset: 6014 CVS date: 2004/01/09 01:26:32
2003-12-24time for some Christmas presents...Michael Roitzsch
libw32 compiles here without a single compiler warning CVS patchset: 5946 CVS date: 2003/12/24 16:55:35
2003-12-14API version bounceSiggi Langauf
CVS patchset: 5912 CVS date: 2003/12/14 22:13:22
2003-12-09- add support for the wmvdmod.dll DLL for all the Windows Media video decodersBastien Nocera
some infrastructure to support more than one decoder DLL per codec CVS patchset: 5881 CVS date: 2003/12/09 19:08:28
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
CVS patchset: 5879 CVS date: 2003/12/09 00:02:28
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ↵Daniel Caujolle-Bert
relevant too. Small other little fix (can't remember). Change few internal function prototype because it xine_t pointer need to be used if some xine's internal sections. NOTE: libdvd{nav,read} is still too noisy, i will take a look to made it quit, without invasive changes. To be continued... CVS patchset: 5844 CVS date: 2003/12/05 15:54:56
2003-12-01Fix QDM2 (qt-audio) decoder not working, bug in CreateMutex (win32)Ewald Snel
CVS patchset: 5821 CVS date: 2003/12/01 22:04:52
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
CVS patchset: 5796 CVS date: 2003/11/26 19:43:26
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
BIG NOTE: use helpers to access to these informations (get/set/reset): _x_{stream,meta}_info_{get,set,reset}() are for internal use, don't use *_public() ones from inside the beast ;-) Some wrongly names "xine_" fonction renaming. CVS patchset: 5757 CVS date: 2003/11/16 23:33:42
2003-11-15start xine_stream_t separation (public/private).Miguel Freitas
(we should finish this before rc3.) - stream_info and meta_info variables are private now. obs: everything must be recompiled due xine_stream_t changes CVS patchset: 5733 CVS date: 2003/11/15 14:54:30
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
CVS patchset: 5731 CVS date: 2003/11/15 13:01:00
2003-11-13define FOURCC only onceMarco Zuehlke
CVS patchset: 5729 CVS date: 2003/11/13 15:23:00
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
CVS patchset: 5721 CVS date: 2003/11/11 18:44:50
2003-10-23I should have seen this coming...Michael Roitzsch
The changes to the video API of course require the video/spu decoder and post plugin APIs to be increased as well. CVS patchset: 5579 CVS date: 2003/10/23 20:12:33
2003-10-10patch for kernels >= 2.5 from Billy BiggsMiguel Freitas
CVS patchset: 5480 CVS date: 2003/10/10 22:58:01
2003-10-03remove some unneeded code that generates unresolved symbols in the w32dll pluginMichael Roitzsch
(xine-lib should be completely `ldd -r` clean now) CVS patchset: 5428 CVS date: 2003/10/03 16:32:27
2003-10-02fix build failures with newer libtool versionsMichael Roitzsch
CVS patchset: 5425 CVS date: 2003/10/02 19:30:30
2003-08-31support for vp4, requires vp4vfw.dllJames Stembridge
CVS patchset: 5321 CVS date: 2003/08/31 17:27:28
2003-08-13CCASCOMPILE doesn't work hereMiguel Freitas
CVS patchset: 5287 CVS date: 2003/08/13 18:09:52
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
patch by Philip Jgenstedt CVS patchset: 5243 CVS date: 2003/08/04 03:47:09
2003-07-20Changed assembly building code to take advantage of libtool. This commandStephen Torri
now works for libtool-1.4.x and libtool-1.5. Changed the commands for building the assembly files in libw32dll to match that suggested by Chris Rankin <rankincj@yahoo.com>. CVS patchset: 5203 CVS date: 2003/07/20 20:48:40
2003-07-163 seconds of difference between audio and video is not acceptable.Thibaut Mattern
Try to fix pts handling. basically: buf->pts = this->pts - this->size / (8*bitrate) (this->size is the number of bytes still inside the decoder) Miguel, if you think that the old method was better, don't hesitate to remove this one. CVS patchset: 5166 CVS date: 2003/07/16 00:25:38
2003-07-12- adding support for the Intel compiler iccMichael Roitzsch
- general multipass compilation make targets CVS patchset: 5149 CVS date: 2003/07/12 12:31:13
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