summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-05-17Use "quietened" build if automake 1.11 was used.Darren Salt
2011-05-16Missed a #define.Darren Salt
2011-05-16Complete the adaptation to libavcodec 0.7. (Hopefully.)Darren Salt
2011-05-16Fix up "pp" post-proc plugin and A/V decoding for ffmpeg 0.7.Darren Salt
2011-04-15Fix building out of source directory.Reinhard Nißl
2011-03-29Continuous video frame grabbing feature.Andreas Auras
2011-04-03Fixes backed out changeset 67f59d571138 (still broken)Andreas Auras
2011-03-29Backing out changeset 2dd76b9df2fd (attempt 2)Darren Salt
2011-03-29Backed out changeset 67f59d571138 (broken back-out)Darren Salt
2011-03-27Fix race condition when accessing last_frame via get_last_frame()Reinhard Nißl
2011-03-22Fixed minor issues with debug logging.Andreas Auras
2011-03-28Backing out changeset 2dd76b9df2fdDarren Salt
2011-03-13Force progressive frame display during trickspeed mode.Reinhard Nißl
2011-03-13Double buffer ARGB data for distortion free OSD updates.Reinhard Nißl
2011-03-13Implement additional VDR key User0.Reinhard Nißl
2011-03-20Merge from 1.1.Darren Salt
2011-03-03Configurable enabling of video properties noise and sharpness depending on ac...Andreas Auras
2011-03-03Optimization of vdpau output driver provide standard frame data function.Andreas Auras
2011-03-03Added configurable vdpau output surface display queue length.Andreas Auras
2011-03-03Complete rewrite of vdpau output driver osd handling.Andreas Auras
2011-03-02Output a log message if raising of nice priority fails for video out and deco...Andreas Auras
2011-03-02Recognize changes of cropping parameters within a frame and trigger recalcula...Andreas Auras
2011-03-02Recognize changes of cropping parameters within a frame and trigger recalcula...Andreas Auras
2011-03-02Fixes two issues of video out standard cropping feature.Andreas Auras
2011-03-02Removed ugly code handling of intercepted frames.Andreas Auras
2011-03-20Merge from 1.1.Darren Salt
2011-03-02Do not copy pointer to acceleration data of a frame when propagating changes ...Andreas Auras
2011-02-20vdpau_mpeg12: fix frame duration calculation when repeating frames or fields.Reinhard Nißl
2011-02-16Make ff_video_decoder work together with input_vdr.c for MPEG2.Reinhard Nißl
2011-02-06Fix argb_layer handling in xine-libs OSD stack.Reinhard Nißl
2011-01-30Correct implementation of vo_trigger_drawing().Reinhard Nißl
2011-01-28Improve stability when decoding bad streams.Reinhard Nißl
2011-01-28Optimize memory usage when clearing surface.Reinhard Nißl
2011-01-28Fix pitches for clearing surface.Reinhard Nißl
2011-01-25Correct type of two VDPAU function pointers.Reinhard Nißl
2011-01-25Prevent deadlock caused by guarded_vdp_output_surface_destroy()Reinhard Nißl
2011-01-22Provide _x_query_buffers() to allow analyzing buffer usage by pluginsReinhard 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-21Disable decoder flush from video out to avoid decoding errors.Reinhard Nißl
2011-01-21Disable decoder flush from video out to avoid decoding errors.Reinhard Nißl
2011-01-21Disable decoder flush at discontinuity to avoid decoding errors.Reinhard Nißl
2011-01-21Disable decoder flush at discontinuity to avoid decoding errors.Reinhard Nißl
2011-01-20Avoid video clock errors due to decoder flush at discontinuity.Reinhard Nißl
2011-01-20Avoid video clock errors due to decoder flush at discontinuity.Reinhard Nißl
2011-01-20Fix pts handling after introduction of picture_ready()Reinhard Nißl
2010-12-12List .ass in supported in extensions too.František Dvořák
2010-12-12Add .ass extension to be recognized as subtitle file.František Dvořák
2010-12-08Fix field interlace completenessChristophe Thommeret