aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* player: simplify enabling demuxer threadsGravatar wm42016-02-23
* player: remove unused MPContext.stream fieldGravatar wm42016-02-23
* player: remove MPContext.sources fieldsGravatar wm42016-02-23
* vo_opengl: declare vec4 color inside fragment shader stubGravatar Niklas Haas2016-02-23
* vo_opengl: set uniform variable "pixel_size"Gravatar igv2016-02-22
* vo_opengl: set the correct size of the input imageGravatar igv2016-02-22
* vo_x11: add 16bpp supportGravatar Gusar3212016-02-22
* wscript: don’t install the encoding profiles with encoding disabledGravatar Emmanuel Gil Peyrot2016-02-22
* demux_mkv: fix opus gapless behavior (2)Gravatar wm42016-02-22
* demux_lavf: adjust seeks by maximum codec delayGravatar wm42016-02-22
* audio: make mp_audio_skip_samples() adjust the PTSGravatar wm42016-02-22
* ad_lavc: skip AVCodecContext.delay samples at beginningGravatar wm42016-02-22
* ad_lavc: make sample trimming symmetric to skippingGravatar wm42016-02-22
* ad_lavc: move skipping logic out of the HAVE_AVFRAME_SKIP_SAMPLES blockGravatar wm42016-02-22
* ad_lavc: interpolate missing timestampsGravatar wm42016-02-22
* audio: move frame clipping to a generic functionGravatar wm42016-02-21
* demux_mkv: add hack to fix opus gapless behaviorGravatar wm42016-02-21
* manpage: fix typoGravatar wm42016-02-21
* manpage: add hint where the full keybindings are declaredGravatar wm42016-02-21
* sub: always clip subtitles against segment endGravatar wm42016-02-20
* demux_timeline: fix nested timelinesGravatar wm42016-02-20
* vd_lavc: simplify hwdec pixfmt checkGravatar wm42016-02-20
* dxva2: fix autoprobingGravatar wm42016-02-19
* video: allow the decoder to consume packets partiallyGravatar wm42016-02-19
* video: move packet timestamp fudgingGravatar wm42016-02-19
* video: move unreliable-packet-PTS checkGravatar wm42016-02-19
* player: remove initial seek on playback startGravatar wm42016-02-18
* dxva2: fix shared surface typeGravatar James Ross-Gowan2016-02-19
* glob-win: relicense to LGPLGravatar James Ross-Gowan2016-02-18
* vo_opengl: use correct gl_target variableGravatar wm42016-02-18
* vo_opengl: don't use normalized coords for debanding rectangle texturesGravatar wm42016-02-18
* vo_opengl: pass the correct target to deband functionsGravatar wm42016-02-18
* wscript: remove dxva2-dxinterop configure testGravatar Kevin Mitchell2016-02-17
* vo_opengl: dxinterop: add dxva2 passthroughGravatar Kevin Mitchell2016-02-17
* dxva2: add interop (non-copyback) hwdec_typeGravatar Kevin Mitchell2016-02-17
* vo_opengl: dxinterop: improve error messagesGravatar Kevin Mitchell2016-02-17
* windows_utils: try and use FormatMessage for errors.Gravatar Kevin Mitchell2016-02-17
* dxva2: avoid using AV_PIX_FMT_P010 directlyGravatar wm42016-02-17
* dxva2: use mp_HESULT_to_str on FAILED(hr)Gravatar Kevin Mitchell2016-02-16
* dxva2: use mp_image_pool_get_no_alloc for decoder imagesGravatar Kevin Mitchell2016-02-16
* dxva2: check for failure of mp_image_new_custom_refGravatar Kevin Mitchell2016-02-16
* dxva2: another attempt at using mp_image poolGravatar Kevin Mitchell2016-02-16
* mp_image_pool: add mp_image_pool_addGravatar Kevin Mitchell2016-02-16
* dxva2: fix license on some newly added files to lgpl v2.1+Gravatar Kevin Mitchell2016-02-16
* demux_timeline: cosmetics: move a functionGravatar wm42016-02-16
* demux_timeline: disable cache for inactive segmentsGravatar wm42016-02-16
* Rewrite ordered chapters and timeline stuffGravatar wm42016-02-15
* player: remove old timeline/ordered chapters supportGravatar wm42016-02-15
* packet: cosmetics: reorder fieldsGravatar wm42016-02-15
* audio/video: expose codec info as separate fieldGravatar wm42016-02-15