summaryrefslogtreecommitdiff
path: root/src/dxr3
AgeCommit message (Collapse)Author
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
patch by Philip Jgenstedt CVS patchset: 5243 CVS date: 2003/08/04 03:47:09
2003-06-18extract DTS (decoder timestamps) from the MPEG stream,Michael Roitzsch
the DXR3 decoder can use them to improve sync (this removes a magic number from the DXR3 decoder) CVS patchset: 5065 CVS date: 2003/06/18 13:03:44
2003-05-31update video out api to allow better frame management (explicit locking)Miguel Freitas
img->displayed is obsolete now, drivers should use img->free. CVS patchset: 4994 CVS date: 2003/05/31 18:33:28
2003-05-30skip encoding, when the device has been assigned to the dxr3 decoderMichael Roitzsch
(MPEG content coming in) CVS patchset: 4988 CVS date: 2003/05/30 14:29:02
2003-05-30fix race condition in dxr3 encododers:Michael Roitzsch
on_unneeded would be called from decoder's context while frames might still be around in the video_out context CVS patchset: 4987 CVS date: 2003/05/30 14:10:49
2003-05-28Disable ffmpeg's encoder when HAVE_DXR3 is not defined. Remove dxr3 build hack.Robin KAY
CVS patchset: 4964 CVS date: 2003/05/28 01:52:19
2003-05-25I will stop committing nonsense now...Michael Roitzsch
(this code is from some old encoder fiddling of mine) CVS patchset: 4936 CVS date: 2003/05/25 19:00:37
2003-05-25enable the new libavcodec MPEG encoder and make it the default, becauseMichael Roitzsch
it works without any additionally installed libraries CVS patchset: 4931 CVS date: 2003/05/25 18:36:51
2003-05-23fix the miscalculates and then copy'n'pasted durations we discovered some ↵Michael Roitzsch
time ago CVS patchset: 4904 CVS date: 2003/05/23 10:52:40
2003-05-23* dxr3 needs a longer prebufferingMichael Roitzsch
* enable decoder warnings only with verbosity * use a 0 duration, when there is an invalid frame rate code (metronom magic will do the rest) CVS patchset: 4903 CVS date: 2003/05/23 10:36:29
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-06set some sensible defaultMichael Roitzsch
CVS patchset: 4788 CVS date: 2003/05/06 21:07:38
2003-05-03as announced on xine-devel:Michael Roitzsch
* I change the SPU decoder API to make it look less DVD specific * adapt all related files * increase SPU decoder API version * include DVDNAV_CFLAGS locally where needed CVS patchset: 4755 CVS date: 2003/05/03 14:24:06
2003-04-30* include nav_read.c for builds with included libdvdnavMichael Roitzsch
* link correctly for standalone libdvdnav CVS patchset: 4725 CVS date: 2003/04/30 16:51:55
2003-04-09get rid of annoying error messageGuenter Bartsch
CVS patchset: 4582 CVS date: 2003/04/09 22:21:29
2003-03-31from freebsd port - but this seems to be a good idea on gnu/linux systems tooHeiko Schaefer
CVS patchset: 4520 CVS date: 2003/03/31 14:31:58
2003-03-30remove the brightness/contrast/saturation config entries, they are covered ↵Michael Roitzsch
by the UI CVS patchset: 4512 CVS date: 2003/03/30 10:58:35
2003-03-08first step towards fixing the DVD menu highlighting problemsMichael Roitzsch
The problem arises because of inconsistent usage of libdvdread's functions regarding NAV packet reading: libspudec and the dxr3 spu decoder use some of these functions, but they used to have private copies of the relevant files of libdvdread. These do not work any more now, since the internal layout of NAV packets in libdvdread changed lately. So we should always use the functions from current libdvdread. Please note that highlights might not work yet. The next step will be to sync libdvdnav. Stay tuned. CVS patchset: 4371 CVS date: 2003/03/08 14:11:52
2003-03-07I mixed up #ifdef and #ifMichael Roitzsch
CVS patchset: 4362 CVS date: 2003/03/07 17:07:14
2003-03-02nicer linkingMichael Roitzsch
CVS patchset: 4316 CVS date: 2003/03/02 09:33:36
2003-03-02fix assert()s to bring dxr3 video out back to lifeMichael Roitzsch
CVS patchset: 4315 CVS date: 2003/03/02 07:58:18
2003-02-26close the control device properlyMichael Roitzsch
CVS patchset: 4290 CVS date: 2003/02/26 20:35:32
2003-02-25this is unneeded, got_spu_packet always returns a vptsMichael Roitzsch
CVS patchset: 4286 CVS date: 2003/02/25 14:33:40
2003-02-23be more tolerant with missing end sequences (I had false positives)Michael Roitzsch
CVS patchset: 4262 CVS date: 2003/02/23 14:15:58
2003-02-18what is that? (fix compilation breakage)Michael Roitzsch
CVS patchset: 4193 CVS date: 2003/02/18 13:15:46
2003-02-18These messages have not helped in debugging for a long time.Michael Roitzsch
(Maybe there is nothing more to debug here? ;) So: Silence! CVS patchset: 4192 CVS date: 2003/02/18 12:58:44
2003-02-17libfame cflag fixMichael Roitzsch
CVS patchset: 4182 CVS date: 2003/02/17 14:58:40
2003-02-13configurable vertical overlay sizeMichael Roitzsch
(people who have green lines at the top or the bottom of the overlay should increase this value) CVS patchset: 4143 CVS date: 2003/02/13 14:32:17
2003-02-10hopefully correct aspect handlingMichael Roitzsch
CVS patchset: 4125 CVS date: 2003/02/10 17:28:35
2003-01-25mask X11 plugin when building without itMichael Roitzsch
CVS patchset: 4004 CVS date: 2003/01/25 12:07:34
2003-01-18dxr3 TV out should work with aaxine now (untested)Michael Roitzsch
CVS patchset: 3960 CVS date: 2003/01/18 17:25:40
2003-01-13non-dxr3-users should not see the dxr3 config tabMichael Roitzsch
CVS patchset: 3903 CVS date: 2003/01/13 18:09:54
2003-01-12made it compile under linux ;-)Daniel Caujolle-Bert
CVS patchset: 3883 CVS date: 2003/01/12 20:54:14
2003-01-12Make xine-lib compile on SolarisRobin KAY
CVS patchset: 3882 CVS date: 2003/01/12 20:33:57
2003-01-11I almost forgot...Michael Roitzsch
CVS patchset: 3869 CVS date: 2003/01/11 11:36:51
2003-01-11resolve a Debian legal problem: xine-lib build should not depend on libdxr3-dev,Michael Roitzsch
because it is not entirely free; therefore we include the em8300.h header in our tree, because this is the only thing we need Please note that the dxr3 plugins will now be built for everyone unless you specify --disable-dxr3. But this should be no problem, since they detect dxr3 presence at runtime. CVS patchset: 3866 CVS date: 2003/01/11 11:18:00
2003-01-02make Carsten happy: remove pending SPUs on disposeMichael Roitzsch
CVS patchset: 3751 CVS date: 2003/01/02 12:00:52
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-10this causes more trouble than benefitMichael Roitzsch
CVS patchset: 3476 CVS date: 2002/12/10 15:30:26
2002-12-08- fix a rare, but longstanding dxr3 bug:Michael Roitzsch
In some still menus, the highlights do not move. This is because these stills had no proper end sequence in the MPEG stream which confused the card. We now add an end sequence for these. - In TV mode, tag all frames progressive. This prevents the dxr3 from sometimes forgetting the second field during a still and makes the sill less jittering. CVS patchset: 3462 CVS date: 2002/12/08 15:56:23
2002-12-06- update api version, adding new "copy_called" flag.Miguel Freitas
CVS patchset: 3434 CVS date: 2002/12/06 01:33:00
2002-11-22when the image does not fit the viewport and black bars need to be added, theirMichael Roitzsch
size ratio and therefore the position of the image is now configurable (I remembered my arts lessons at school where the teacher told us that images look more pleasing when the lower border is twice the size of the upper and set the default accordingly. ;) CVS patchset: 3337 CVS date: 2002/11/22 18:06:09
2002-11-22patch by degen@home.se to make dxr3 compile without X11Michael Roitzsch
CVS patchset: 3332 CVS date: 2002/11/22 16:20:33
2002-11-22Developers can now run "make" in their work area (e.g. src/libffmpeg) and itStephen Torri
will build all dependent parts (e.g. libxine.la). The directory must still be prepared by running autogen.sh. CVS patchset: 3331 CVS date: 2002/11/22 05:25:14
2002-11-21bring dxr3 spu decoder up to the latest interfaceMichael Roitzsch
(The dxr3 spu encoder works so good, that I almost did not realize that all these SPUs I saw on my TV where decoded by libspudec and reencoded by the dxr3 video out. :) CVS patchset: 3328 CVS date: 2002/11/21 21:39:43
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-17make Carsten happy: the dxr3 image should now disappear on closeMichael Roitzsch
CVS patchset: 3282 CVS date: 2002/11/17 17:55:21
2002-11-15cleaning up spu types. now avi subtitles may be enabled again.Miguel Freitas
(+ missed ffmpeg/dv patch) CVS patchset: 3263 CVS date: 2002/11/15 00:20:31
2002-11-12adapt dxr3 decoder to new interface (add discontinuity function)Michael Roitzsch
CVS patchset: 3251 CVS date: 2002/11/12 21:29:34
2002-11-10set fixed offset, otherwise the offset accumulates during multiple pluginMichael Roitzsch
instantiations CVS patchset: 3218 CVS date: 2002/11/10 13:12:47