aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* vd_lavc: makre sure required headers are included early enoughGravatar wm42017-10-31
* osd: don't strip leading whitespace in messagesGravatar wm42017-10-30
* vd_lavc: move display mastering data stuff to mp_imageGravatar wm42017-10-30
* Bump libav* API useGravatar wm42017-10-30
* vo_gpu: remove a redundant ifdefGravatar wm42017-10-30
* vd_lavc: make --hwdec=nvdec-copy actually workGravatar wm42017-10-30
* vd_lavc: remove need for duplicated cuda GL interop backendGravatar wm42017-10-30
* m_option: pretty print mpv_node for OSDGravatar wm42017-10-30
* demux: refactor to export seek rangesGravatar wm42017-10-30
* Get rid of deprecated AVFrame accessorsGravatar wm42017-10-30
* manpage: fix/improve --msg-level descriptionGravatar wm42017-10-30
* hwdec_drmprime_drm: fix segv with --hwdecGravatar Ryo Munakata2017-10-30
* lavc_conv: make disable_styles fasterGravatar Oleg Oshmyan2017-10-30
* demux_lavf: return AVERROR_EOF on file endGravatar Daniel Kucera2017-10-30
* vd_lavc: add support for nvdec hwaccelGravatar wm42017-10-28
* demux_mkv: don't probe start time by defaultGravatar wm42017-10-27
* lavc_conv: clamp timestamps to positive, fixes idiotic ffmpeg issueGravatar wm42017-10-27
* travis: correctly remove ffmpeg-stable from build matrixGravatar wm42017-10-27
* travis: adjust ffmpeg URLGravatar wm42017-10-27
* lavfi: fix warnings with newer libavfilter versionsGravatar wm42017-10-27
* build: require our own ffmpeg repoGravatar wm42017-10-27
* vd_lavc: use avcodec_fill_hw_frames_parameters() APIGravatar wm42017-10-27
* vo_gpu: fix ra_tex_upload_pbo for 2D texturesGravatar Niklas Haas2017-10-27
* vo_gpu: osd: simplify some codeGravatar wm42017-10-27
* audio/out: initialize an array to avoid confusing static analyzerGravatar wm42017-10-27
* af_lavfi: fix small memory leakGravatar wm42017-10-27
* audio: fix small memory leakGravatar wm42017-10-27
* command: change demuxer-cache-state property to return multiple rangesGravatar wm42017-10-26
* vd_lavc: more aggressive frame dropping for intra only codecsGravatar wm42017-10-26
* demux_timeline: don't use segments for DASHGravatar wm42017-10-26
* vo_gpu: change --tone-mapping-desaturate algorithmGravatar Niklas Haas2017-10-25
* demux: better computation of seek start targetGravatar wm42017-10-25
* demux: reject cache seeks if parts of the range are unsetGravatar wm42017-10-25
* demux: fall back to DTS when determining seek targetGravatar wm42017-10-25
* demux: disallow seeking if there are streams with no timestampsGravatar wm42017-10-25
* demux: fix tracking of forward/backward cache sizeGravatar wm42017-10-25
* demux: respect timeline boundaries for cache seeksGravatar wm42017-10-25
* demux: don't report unknown queue state if no packets were addedGravatar wm42017-10-25
* demux_timeline: trust attached picture flagGravatar wm42017-10-25
* demux: set correct stream index for attached picturesGravatar wm42017-10-25
* win32: add more-POSIXy versions of open() and fstat()Gravatar James Ross-Gowan2017-10-25
* demux: get rid of demux_packet.new_segment fieldGravatar wm42017-10-24
* demux_timeline: change virtual_stream array to array of pointersGravatar wm42017-10-24
* manpage: add --hwdec=rkmpp entryGravatar wm42017-10-23
* client API: minor bump + change entry for DRM related opengl-cb changesGravatar wm42017-10-23
* video : Move drm options to substruct.Gravatar Lionel CHAZALLON2017-10-23
* Add DRM_PRIME Format Handling and Display for RockChip MPP decodersGravatar Lionel CHAZALLON2017-10-23
* video : allow drm primary plane to be transparent for egl contextGravatar Lionel CHAZALLON2017-10-23
* demux: fix cached SEEK_FORWARD seeks into end of cached regions/EOFGravatar wm42017-10-23
* demux: report buffered duration of 0 during seeking instead of unknownGravatar wm42017-10-23