aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* vo_opengl: print error if opengl hwdec interop failsGravatar wm42016-04-27
* lavfi: shut up false positive compiler warningsGravatar wm42016-04-26
* vd_lavc: hack against videotoolbox crash on failureGravatar wm42016-04-26
* ao_coreaudio: remove detected_deviceGravatar wm42016-04-26
* vo_rpi: rename mutex/cond variablesGravatar wm42016-04-26
* vo_rpi: wait for vsync with a timeoutGravatar wm42016-04-26
* vo_rpi: attempt to survive display mode changesGravatar wm42016-04-26
* vp_rpi: fix indentationGravatar wm42016-04-26
* vd_lavc: simplify some unneeded ifdefferyGravatar wm42016-04-25
* vd_lavc: make image_format hwdec field optionalGravatar wm42016-04-25
* vd_lavc: simplify RPI and Mediacodec wrappersGravatar wm42016-04-25
* vd_lavc: make all hwdec callbacks optionalGravatar wm42016-04-25
* vd_lavc: set AVCodecContext.time_base to forced time baseGravatar wm42016-04-25
* vd_lavc: better hwdec wrapper decoder selectionGravatar wm42016-04-25
* vd_lavc: allow process_image() to return NULLGravatar wm42016-04-25
* mp_image: allow passing NULL to mp_image_new_custom_ref()Gravatar wm42016-04-25
* player: fix memleak when using video-frame-infoGravatar trUSTssc2016-04-24
* player: always show the first frame in DS modeGravatar wm42016-04-24
* player: assume video forwards timestamps jumps only with some formatsGravatar wm42016-04-24
* manpage: fix --autofit exampleGravatar wm42016-04-24
* player: force VO reconfig when unselecting video trackGravatar wm42016-04-23
* player: cleaner determination of current playback PTSGravatar wm42016-04-23
* player: eagerly redraw OSD when seeking with coverartGravatar wm42016-04-23
* vd_lavc: fix hwdec fallback if hwdec pre-initialization failsGravatar wm42016-04-22
* vo_opengl: always reset some GL state when leaving rendererGravatar wm42016-04-22
* player: fix OSD bar chapter marksGravatar wm42016-04-22
* command: if only ab-loop-b is set, loop from start of fileGravatar wm42016-04-21
* ad_spdif: take care of deprecated libavcodec API usageGravatar wm42016-04-20
* stream_memory: add hex:// protocolGravatar wm42016-04-20
* player: force wakeup on playback restartGravatar wm42016-04-20
* player: really start audio only once video is readyGravatar wm42016-04-20
* player: reduce some timer callsGravatar wm42016-04-20
* player: minor simplification to buffering property updatesGravatar wm42016-04-20
* player: simplify an aspect of buffering determinationGravatar wm42016-04-19
* demux_playlist: read directories recursiveGravatar wm42016-04-18
* player: loop on end of file if ab-loop-b is unsetGravatar wm42016-04-18
* d3dva: move Intel_H264_NoFGT_ClearVideo to lower priorityGravatar Kevin Mitchell2016-04-18
* dxva2: fix missing newline in error messageGravatar Kevin Mitchell2016-04-18
* d3dva: include selected decoder and format in verbose outputGravatar Kevin Mitchell2016-04-17
* input: fix parsing multiple input command prefixesGravatar Philip Sequeira2016-04-17
* TOOLS/zsh.pl: complete --audio-deviceGravatar Philip Sequeira2016-04-16
* vo_opengl: fix an outdated commentGravatar wm42016-04-16
* command: fix cycling certain propertiesGravatar wm42016-04-15
* vo_lavc: fix build on LibavGravatar wm42016-04-15
* mp_image: make mp_image_copy_fields_* privateGravatar wm42016-04-15
* vo_lavc: unsupport deprecated AVFMT_RAWPICTUREGravatar wm42016-04-15
* vo_lavc: send refcounted AVFrame to encoderGravatar wm42016-04-15
* mp_image: add mp_image_to_av_frame()Gravatar wm42016-04-15
* mp_image: simplify mp_image_steal_data()Gravatar wm42016-04-15
* mp_image: pass through AVHWFramesContextGravatar wm42016-04-15