summaryrefslogtreecommitdiff
path: root/src/video_dec
AgeCommit message (Expand)Author
2010-12-08Fix field interlace completenessChristophe Thommeret
2010-08-05Silence "progressive:" output.Darren Salt
2010-07-21vdpau: update XINE_STREAM_INFO_FRAME_DURATIONDennis Bendlin
2010-07-29Fix NULL pointer access when starting decoding anywhere in the stream.Reinhard Nißl
2010-06-23disable debug logChristophe Thommeret
2010-06-23fix vc1 regressionChristophe Thommeret
2010-06-22fix vc1 advanced profile in mkv.Christophe Thommeret
2010-06-15fix max_dpb_countJulian Scheel
2010-06-13celanup debug printJulian Scheel
2010-06-13require at least 5 frames being marked progressive before switching to progre...Julian Scheel
2010-06-13fix reference markingJulian Scheel
2010-06-13fix debug outputJulian Scheel
2010-06-13fix typo in interlaced/progressive detectionJulian Scheel
2010-06-13fix debug outputJulian Scheel
2010-06-13improve interlaced/progressive detectionJulian Scheel
2010-06-13limit dpb sizeJulian Scheel
2010-06-12fix possible segfault in broken streamsJulian Scheel
2010-06-12interlaced/progressive detectionJulian Scheel
2010-06-12fix double free of dangling_imgJulian Scheel
2010-06-12fix decoded_picture leakJulian Scheel
2010-06-12fix field coded contentJulian Scheel
2010-06-12rewrite vo_frame_t handling for field coded contentJulian Scheel
2010-06-11rework of decoded picture bufferJulian Scheel
2010-05-27vdpau mpeg4 fixes.Christophe Thommeret
2010-05-22mpeg4-part2 vdpau decoder. Set to low priority (too much buggy yet).Christophe Thommeret
2010-05-21Bitstream buffers overflow prevention in vdpau decoders.Christophe Thommeret
2010-04-24fix previous commit, it discared frames too earlyJulian Scheel
2010-04-24fix dpb overflow handlingJulian Scheel
2010-04-17VDPAU VC1: fixes field interlace refframes + skipped frames.Christophe Thommeret
2010-04-09skip stuffing bytesJulian Scheel
2010-04-09fix freeze on discontinuities/seekingJulian Scheel
2010-03-30fix potential deadlock on h264 playbackJulian Scheel
2010-02-07Compiler warning fixes.Darren Salt
2010-02-06Minor cleanup (loop conversion, printf args).Darren Salt
2010-02-06Fix leakage of vo_frame_t on reset/flush/disposeJulian Scheel
2010-02-06Fix segfault on disposeJulian Scheel
2010-02-05Fix freeze/crash on seekingJulian Scheel
2010-01-30fix a memleak with interlaced contentJulian Scheel
2010-01-20vdpau_mpeg12: attach a PTS just once to imgReinhard Nißl
2010-01-20Use pkg-config for vdpau where possible; fix excessive libvdpau linkage.Darren Salt
2010-01-15Fix seekingJulian Scheel
2010-01-15Cleanup of log messagesChristophe Thommeret
2010-01-15Cleanup of log messages (replace printf calls)Julian Scheel
2010-01-14Don't deinterlace still framesChristophe Thommeret
2010-01-13Clear VDPAU surfaces on new streams.Christophe Thommeret
2010-01-12always draw still images. a still image is detected by the immediate followin...Julian Scheel
2010-01-11complete rework of the h264 decoderjscheel-guest
2009-12-17Merge from 1.2 main.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-11-24vdpau_mpeg12 pts fixChristophe Thommeret