summaryrefslogtreecommitdiff
path: root/src/libvdpau/h264_parser.c
AgeCommit message (Expand)Author
2009-04-13Fix(?!) some broken streams.Julian Scheel
2009-04-12Rework the buffering code.Julian Scheel
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-05Fix mmc operation parsing. It has to be done after decoding the frame, but be...Julian Scheel
2009-03-02Fix split nal start sequences again. this is for the case where the split nal...Julian Scheel
2009-03-02Fix recreation of broken nal start sequences when they were split across buff...Julian Scheel
2009-02-06Fix ref_pic_marking progress regression (i.e. simulhd).Julian Scheel
2009-02-02Replace previous commit with a proper fix taking slc-specific num_ref_idx_*_a...Julian Scheel
2009-02-02Work around non-spec-compliant divx7 samples.Julian Scheel
2009-01-31Code cleanup.Julian Scheel
2009-01-25Remove some printfs.Julian Scheel
2009-01-25fFix ref pic marking process on frame_num wraps.Julian Scheel
2009-01-25POC calculation fixes.Julian Scheel
2009-01-19Fix fallback rules for scaling list parsing.Julian Scheel
2009-01-19Scaling list fixes; duration fixes.Julian Scheel
2009-01-16Add support for pic_order_cnt_type=2.Julian Scheel
2009-01-15Properly parse scaling_lists (zigzag order, defaults)...Julian Scheel
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-14Fix quant_extension_matrix.Christophe Thommeret
2009-01-13MKV support.Julian Scheel
2009-01-10Remove debug output.Julian Scheel
2009-01-09Add preemption reinit support.Julian Scheel
2009-01-07Fix a possible buf underrun -> crash.Julian Scheel
2009-01-04Parse sei->pic_struct for better progressive_frame marking.Julian Scheel
2008-12-30Memory management cleanup; fix freeze after decoder failure.Reinhard Nißl
2008-12-24MMC operations need to be executed _after_ the frame was decoded.Julian Scheel
2008-12-23Fix build error & remove a few printfs.Julian Scheel
2008-12-23Fix some more interlaced streams (dpb reference pic removal issues).Julian Scheel
2008-12-16Add license headers.Julian Scheel
2008-12-15Fix streams where top/bottom references are not necessarily paired.Julian Scheel
2008-12-15Fix aspect ratio.Julian Scheel
2008-12-15Fix endless loop.Julian Scheel
2008-12-15Reordering works for progressive.Julian Scheel
2008-12-15More testing.Julian Scheel
2008-12-15Testing.Julian Scheel
2008-12-14Remove unneeded debug printfs & add others.Julian Scheel
2008-12-14PTS reorder preparations.Julian Scheel
2008-12-13Add 180.16 support (hardcoded ref-frames to 16, needs change); fix nal-parsin...Julian Scheel
2008-12-13Fix possible segfault on buffer underrun.Julian Scheel
2008-12-12First interlaced support.Julian Scheel
2008-12-12Some fixes...Julian Scheel
2008-12-09Fix parsing if a nal header is split across multiple buffers.Julian Scheel
2008-12-08NAL WIP.Julian Scheel
2008-12-08It grows and grows...Julian Scheel
2008-12-08Ref-frame fixes.Julian Scheel
2008-12-08Progress... seeing the first picture (c:Julian Scheel
2008-12-07DPB starts growing. Restructuring of parser.Julian Scheel