summaryrefslogtreecommitdiff
path: root/src/libvdpau
AgeCommit message (Collapse)Author
2009-04-14Remove some debug output.Julian Scheel
2009-04-14Add H.264 still frame support.Julian Scheel
2009-04-13Fix(?!) some broken streams.Julian Scheel
2009-04-12Rework the buffering code.Julian Scheel
2009-04-05Fix PTS discontinuity.Christophe Thommeret
2009-04-04Pts fix (match libmpeg2).Christophe Thommeret
2009-04-03PTS fix.Christophe Thommeret
2009-04-03PTS fix.Christophe Thommeret
2009-03-23Another fix for split nal boundaries.Julian Scheel
2009-03-23Fix Sky Sports HD samples. pic_order_cnt calculation was broken in some cases.Julian Scheel
2009-03-23Allow interception of vdpau frame type by post plugins; fix dpb issues on ↵Reinhard Nißl
broken streams (missing or doubled images in dpb).
2009-03-19Don't decode preview buffers; fix discontinuity.Christophe Thommeret
2009-03-07Debug fix.Christophe Thommeret
2009-03-07Some cleanups.Christophe Thommeret
2009-03-05Fix mmc operation parsing. It has to be done after decoding the frame, but ↵Julian Scheel
before adding the decoded frame to dpb.
2009-03-02Fix split nal start sequences again. this is for the case where the split ↵Julian Scheel
nal sequences is on the 2nd nal in a new frame.
2009-03-02Fix recreation of broken nal start sequences when they were split across ↵Julian Scheel
buffers.
2009-02-25Cleanup.Christophe Thommeret
2009-02-25Set rangeredfrm in rangered's bit 1.Christophe Thommeret
2009-02-23Fix TFF/BFF.Christophe Thommeret
2009-02-19Fix pre-emption reinit.Christophe Thommeret
2009-02-19Fix mpeg progressive flag.Christophe Thommeret
2009-02-19Fix pre-emption reinit.Christophe Thommeret
2009-02-15VC1 interlaced fixes.Christophe Thommeret
2009-02-11Compile fix.Christophe Thommeret
2009-02-10Interlaced support.Christophe Thommeret
2009-02-10Cleanups.Christophe Thommeret
2009-02-07Set 709 color_standard.Christophe Thommeret
2009-02-07VC1 in hd-dvd initial support.Christophe Thommeret
2009-02-06Fix ref_pic_marking progress regression (i.e. simulhd).Julian Scheel
2009-02-04Aspect ratio.Christophe Thommeret
2009-02-04Skipped frames.Christophe Thommeret
2009-02-04Initial advanced_profile support.Christophe Thommeret
2009-02-03More VC1.Christophe Thommeret
2009-02-03More VC1.Christophe Thommeret
2009-02-02Replace previous commit with a proper fix taking slc-specific ↵Julian Scheel
num_ref_idx_*_active values into account. this finally fixes the perfectly standard compliant (c: divx7 samples.
2009-02-02Work around non-spec-compliant divx7 samples.Julian Scheel
2009-01-31VC1 update.Christophe Thommeret
2009-01-31Code cleanup.Julian Scheel
2009-01-30Fix aspect ratio.Christophe Thommeret
2009-01-30Initial VC1 commit.Christophe Thommeret
2009-01-27Fix pre-emption reinit in case an OSD was shown.Julian Scheel
2009-01-27Fall back to software decode when no free vdpau decoder. Logging fixups.Christophe Thommeret
2009-01-25Switch back to default color standard when necessary.Julian Scheel
2009-01-25Remove some printfs.Julian Scheel
2009-01-25fFix ref pic marking process on frame_num wraps.Julian Scheel
2009-01-25Select correct color standard for H.264.Julian Scheel
2009-01-25POC calculation fixes.Julian Scheel
2009-01-25Remove some printfs.Christophe Thommeret
2009-01-25PTS fix.Christophe Thommeret