summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-01-12Merge from 1.1.Darren Salt
--HG-- rename : doc/faq/faq.sgml => doc/faq/faq.docbook rename : include/xine.h.in => include/xine.h
2009-01-11Added tag xine-lib-1_1_16_1-release for changeset 01fac0a01558Darren Salt
2009-01-11xine-lib 1.1.16.1.xine-lib-1_1_16_1-release1.1.16.1Darren Salt
2009-01-11Changelog update.Darren Salt
2009-01-11Correct a config file key name.Darren Salt
2009-01-11Add a section about Xv textured video.Darren Salt
2009-01-11Add new event for vdr-xine-0.9.0.Reinhard Nißl
2009-01-11Merge from 1.1.Darren Salt
--HG-- rename : src/libmpeg2/motion_comp.c => src/video_dec/libmpeg2/motion_comp.c
2009-01-10Some fixes.Christophe Thommeret
2009-01-10Fix a pts error on the first decoded img.Julian Scheel
2009-01-10Fix weird field_order_cnt encoding seen for example on Sky HD.Julian Scheel
2009-01-10Remove debug output.Julian Scheel
2009-01-10Fix some bugs.Julian Scheel
2009-01-09Wait for reference-frame before starting decoder.Julian Scheel
2009-01-09H.264 decoder code cleanup.Julian Scheel
2009-01-09Add preemption reinit support.Julian Scheel
2009-01-07Fix a possible buf underrun -> crash.Julian Scheel
2009-01-06Add enable_inverse_telecine option; rename honnor_progressive -> ↵Julian Scheel
honor_progressive.
2009-01-05Enable sharpness and noise_reduction; add an option for progressive_flag.Christophe Thommeret
2009-01-04Parse sei->pic_struct for better progressive_frame marking.Julian Scheel
2009-01-04Clear PTS in DPB in case of discontinuity.Reinhard Nißl
2009-01-04Deinterlacer options.Christophe Thommeret
2009-01-02Add framegrabbing support; extend ARGB OSD interface.Reinhard Nißl
2008-12-31Honour deinterlace setting (tvtime method must be use_vo_driver).Christophe Thommeret
2008-12-30Enable advanced deinterlaced.Christophe Thommeret
2008-12-30Memory management cleanup; fix freeze after decoder failure.Reinhard Nißl
2008-12-30Remove some debug printfs.Julian Scheel
2008-12-30More mixer parameters.Christophe Thommeret
2008-12-30Future frame fixups.Christophe Thommeret
2008-12-30Unscaled overlay.Christophe Thommeret
2008-12-30Indentation fixes.Christophe Thommeret
2008-12-30Minor cleanups & fixes.Christophe Thommeret
2008-12-29Avoid double free of cached img in combination with dispose.Reinhard Nißl
2008-12-29Properly calculate the needed ref-frame count.Julian Scheel
2008-12-29Add top_field_first flag.Reinhard Nißl
2008-12-29Add future frame.Christophe Thommeret
2008-12-28Fix argb overlay; allow partial buffer updates to improve performance.Julian Scheel
2008-12-28Fix pts handling.Reinhard Nißl
2008-12-28ARGB overlay fixups.Julian Scheel
2008-12-27Progressive frame & background colour bits.Christophe Thommeret
2008-12-27User aspect ratio.Christophe Thommeret
2008-12-27Initial support for ARGB overlay.Julian Scheel
2008-12-27Revert pts changes for now as they cause trouble.Julian Scheel
2008-12-27Don't calculate pts for frames where it's contained in buf->pts.Julian Scheel
2008-12-27Fix img handling for interlaced streams.Julian Scheel
2008-12-27Add still image support.Reinhard Nißl
2008-12-25Fix PTS issues if the first incoming buf holds a PTS of 0.Julian Scheel
2008-12-24MMC operations need to be executed _after_ the frame was decoded.Julian Scheel
This fixes some more streams.
2008-12-23Set H.264 progressive_frame_flag; follow it in video_out_vdpau.Julian Scheel
(Maybe following the flag is not a good idea for mpeg2...)
2008-12-23Enable inverse telecine & noise reduction.Julian Scheel