summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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
2008-12-23Set H.264 progressive_frame_flag; follow it in video_out_vdpau.Julian Scheel
2008-12-23Enable inverse telecine & noise reduction.Julian Scheel