summaryrefslogtreecommitdiff
path: root/src/dxr3
AgeCommit message (Expand)Author
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-12-08no menu button does not need abort()ingMichael Roitzsch
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...Daniel Caujolle-Bert
2003-12-06fix xprintf calls.Daniel Caujolle-Bert
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-29we actually want the device to block, when the dxr3 is fed upMichael Roitzsch
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...Daniel Caujolle-Bert
2003-11-26provide new video out propertiesMichael Roitzsch
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-15* making metronom xine_stream_t independentMichael Roitzsch
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
2003-11-12better use saturation to convert an illegal button number to a legal oneMichael Roitzsch
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-09if we are trying to activate a menu with an invalid button,Michael Roitzsch
2003-11-05use more sensible intervals (keyword: Voronoi) to guess the framerateMichael Roitzsch
2003-10-23today's evening DVD didn't work...Michael Roitzsch
2003-10-23I should have seen this coming...Michael Roitzsch
2003-10-23cleanup in video_out.hMichael Roitzsch
2003-10-06- add XvMC supportMiguel Freitas
2003-09-13segfault fixMiguel Freitas
2003-09-11fix stuttering playback for some non-MPEG content with the dxr3:Michael Roitzsch
2003-08-12poor man's boundary checkMichael Roitzsch
2003-08-12these tests are done more cenralized in video out nowMichael Roitzsch
2003-08-05better do a floating point division hereMichael Roitzsch
2003-08-05- adapt dxr3 code to new float aspects, use separate pan&scan flagging toMichael Roitzsch
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
2003-06-18extract DTS (decoder timestamps) from the MPEG stream,Michael Roitzsch
2003-05-31update video out api to allow better frame management (explicit locking)Miguel Freitas
2003-05-30skip encoding, when the device has been assigned to the dxr3 decoderMichael Roitzsch
2003-05-30fix race condition in dxr3 encododers:Michael Roitzsch
2003-05-28Disable ffmpeg's encoder when HAVE_DXR3 is not defined. Remove dxr3 build hack.Robin KAY
2003-05-25I will stop committing nonsense now...Michael Roitzsch
2003-05-25enable the new libavcodec MPEG encoder and make it the default, becauseMichael Roitzsch
2003-05-23fix the miscalculates and then copy'n'pasted durations we discovered some tim...Michael Roitzsch
2003-05-23* dxr3 needs a longer prebufferingMichael Roitzsch
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
2003-05-06set some sensible defaultMichael Roitzsch
2003-05-03as announced on xine-devel:Michael Roitzsch
2003-04-30* include nav_read.c for builds with included libdvdnavMichael Roitzsch
2003-04-09get rid of annoying error messageGuenter Bartsch
2003-03-31from freebsd port - but this seems to be a good idea on gnu/linux systems tooHeiko Schaefer
2003-03-30remove the brightness/contrast/saturation config entries, they are covered by...Michael Roitzsch
2003-03-08first step towards fixing the DVD menu highlighting problemsMichael Roitzsch
2003-03-07I mixed up #ifdef and #ifMichael Roitzsch
2003-03-02nicer linkingMichael Roitzsch
2003-03-02fix assert()s to bring dxr3 video out back to lifeMichael Roitzsch
2003-02-26close the control device properlyMichael Roitzsch
2003-02-25this is unneeded, got_spu_packet always returns a vptsMichael Roitzsch
2003-02-23be more tolerant with missing end sequences (I had false positives)Michael Roitzsch