summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-01-19Return the aspect ratio property value.Mike Lampard
2009-01-17Fix zoom for vdpau video out.Mike Lampard
2009-01-17Fix pts for progressive ts streams.Julian Scheel
2009-01-16Revert skip images with missing references - it may cause skips at unwanted s...Julian Scheel
2009-01-16Add some comment...Julian Scheel
2009-01-16Reset vdpau decoder on xine decoder reset.Julian Scheel
2009-01-16Fix seeking in mkv/mov files. Don't show pictures which miss reference frames...Julian Scheel
2009-01-16Add support for pic_order_cnt_type=2.Julian Scheel
2009-01-16Fix a possible crash in dpb.Julian Scheel
2009-01-15Properly parse scaling_lists (zigzag order, defaults)...Julian Scheel
2009-01-15Use sps->scaling_matrix instead of pps.Julian Scheel
2009-01-15Reinit fixes.Christophe Thommeret
2009-01-14Rework slicing, so that it works for all containers.Julian Scheel
2009-01-14Fix parsing of rbsp_trailing_bits.Julian Scheel
2009-01-14Cleanups.Christophe Thommeret
2009-01-14Fix quant_extension_matrix.Christophe Thommeret
2009-01-13MKV support.Julian Scheel
2009-01-12Fix a possible crash.Julian Scheel
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 -> honor_progre...Julian Scheel
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