summaryrefslogtreecommitdiff
path: root/src/video_dec/libvdpau
AgeCommit message (Expand)Author
2012-01-01Oops. Omitted headers.1.2.0Darren Salt
2011-12-31Kill a few trivial compiler warnings.Darren Salt
2011-12-31A new vdpau h264 decoder that has proven to work better than the previous one.Christophe Thommeret
2011-10-15Disable strict-aliasing where it caused compiler warningsChristian Ruppert
2011-07-06Fix bad width in vdpau vc1 decoderJerome Lacarriere
2011-05-17Use "quietened" build if automake 1.11 was used.Darren Salt
2011-03-22Fixed minor issues with debug logging.Andreas Auras
2011-02-20vdpau_mpeg12: fix frame duration calculation when repeating frames or fields.Reinhard Nißl
2011-01-23Remove incorrect enum value which caused a value shift of successorsReinhard Nißl
2011-01-23Avoid "broken stream" message in vdpau_decoder_render, caused by decoder_initReinhard Nißl
2011-01-22Fix handling of H.264 end of sequence NAL unit for still imagesReinhard Nißl
2011-01-20Fix pts handling after introduction of picture_ready()Reinhard Nißl
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