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