summaryrefslogtreecommitdiff
path: root/src/libw32dll/w32codec.c
AgeCommit message (Collapse)Author
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-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-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-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-08-31support for vp4, requires vp4vfw.dllJames Stembridge
CVS patchset: 5321 CVS date: 2003/08/31 17:27:28
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-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-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-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-17missing files from my last commitMiguel Freitas
CVS patchset: 4179 CVS date: 2003/02/17 03:19:58
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-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
2002-12-23wmv9 supportMiguel Freitas
CVS patchset: 3653 CVS date: 2002/12/23 16:09:28
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-18first draft of quicktime binary-only codec supportGuenter Bartsch
CVS patchset: 3580 CVS date: 2002/12/18 04:00:45
2002-12-12iv32 doesn't like to receive null buffer.Miguel Freitas
we must check about the other indeo brothers... CVS patchset: 3489 CVS date: 2002/12/12 01:52:21
2002-12-06improve meta infoMiguel Freitas
CVS patchset: 3451 CVS date: 2002/12/06 20:16:35
2002-12-06should fix audio vpts error on seeksMiguel Freitas
CVS patchset: 3449 CVS date: 2002/12/06 19:10:10
2002-12-06remove img->copy from all decodersMiguel Freitas
CVS patchset: 3436 CVS date: 2002/12/06 01:44:06
2002-12-01preliminary support for ClearVideo DLLMike Melanson
CVS patchset: 3409 CVS date: 2002/12/01 17:05:34
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
* new public output interface xine_{audio,video}_port_t instead of xine_{ao,vo}_driver_t, old names kept as aliases for compatibility * modified the engine to allow multiple streams per output * renaming of some internal structures according to public changes * moving SCR out of per-stream-metronom into a global metronom_clock_t residing in xine_t and therefore easily available to the output layer * adapting all available plugins (note to external projects: the compiler will help you a lot, if a plugin compiles, it is adapted, because all changes add new parameters to some functions) * bump up all interface versions because of xine_t and xine_stream_t changes CVS patchset: 3312 CVS date: 2002/11/20 11:57:38
2002-11-15Fix memory leak (temporary copy of header buffer)Ewald Snel
CVS patchset: 3267 CVS date: 2002/11/15 18:01:59
2002-11-13Fix w32a_dispose.Thibaut Mattern
this->stream->audio_out->close () was never called. CVS patchset: 3254 CVS date: 2002/11/13 00:23:29
2002-11-12merge metronom's improvements (inform decoders about discontinuities)Miguel Freitas
http://sourceforge.net/mailarchive/forum.php?thread_id=1297475&forum_id=7131 CVS patchset: 3250 CVS date: 2002/11/12 18:40:50
2002-10-31Yes, Virginia, there are 2 different versions of Windows Media AudioMike Melanson
CVS patchset: 3105 CVS date: 2002/10/31 05:23:02
2002-10-20plugin interface version number fixGuenter Bartsch
CVS patchset: 2888 CVS date: 2002/10/20 19:12:24
2002-10-20win32 decoder adapted to new apiGuenter Bartsch
CVS patchset: 2874 CVS date: 2002/10/20 15:56:27
2002-09-19whoupsGuenter Bartsch
CVS patchset: 2713 CVS date: 2002/09/19 21:40:36
2002-09-19small typoGuenter Bartsch
CVS patchset: 2712 CVS date: 2002/09/19 21:39:45
2002-09-19metadataGuenter Bartsch
CVS patchset: 2703 CVS date: 2002/09/19 02:14:02
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-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-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