aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* vf: remove most GPL video filtersGravatar wm42017-11-29
* vf: add vf_convert as interim replacement for vf_scaleGravatar wm42017-11-29
* Copyright: fix some typosGravatar wm42017-11-29
* build: accept ffmpeg git by defaultGravatar wm42017-11-29
* player: match subtitles with language tags with --sub-auto=exactGravatar wm42017-11-27
* README: fix markdown formatting of ffmpeg linkGravatar Vijay Marupudi2017-11-26
* player: change 3 remaining GPL-only code pieces to LGPLGravatar wm42017-11-24
* player: minor fix/simplification of OSD time/duration handlingGravatar wm42017-11-24
* ao_alsa: change license to LGPLGravatar wm42017-11-23
* ao_alsa: don't convert twice on retryGravatar wm42017-11-23
* manpage: clarify bitstreaming optionsGravatar Oswald Pan2017-11-19
* vo_gpu: d3d11: don't use runtime version for UAV slot countGravatar James Ross-Gowan2017-11-19
* vo_gpu: d3d11_helpers: don't try BGRA_SUPPORTGravatar James Ross-Gowan2017-11-19
* vo_gpu: d3d11: mark the bgra8 format as unorderedGravatar James Ross-Gowan2017-11-19
* win32: fix semantics of POSIX 2008 locale stubsGravatar James Ross-Gowan2017-11-19
* demux_mkv: remove unnecessary parsing for vp9Gravatar wm42017-11-17
* w32_common: move imm32.dll function to w32->api structGravatar pavelxdd2017-11-15
* vo_gpu/context_android: Process surface resizes correctlyGravatar sfan52017-11-14
* appveyor: use git submodule update --initGravatar James Ross-Gowan2017-11-13
* demux_lavf: always give libavformat the filename when probingGravatar wm42017-11-12
* stream_libarchive, osdep: use stubs for POSIX 2008 locale on MinGWGravatar wm42017-11-12
* demux_playlist: support .url filesGravatar wm42017-11-12
* build: enable libarchive by defaultGravatar wm42017-11-12
* vo_gpu: ra_gl: remove stride hackGravatar wm42017-11-12
* stream_libarchive: workaround various types of locale braindeathGravatar wm42017-11-12
* vo_gpu: d3d11: remove flipped texture upload hackGravatar James Ross-Gowan2017-11-12
* osx: fix the bundle $PATH yet againGravatar Akemi2017-11-11
* cocoa: always return the target NSRect when in fullscreenGravatar Akemi2017-11-11
* demux: avoid queue overflow warning when joining two rangesGravatar wm42017-11-11
* demux: export demuxer cache sizes in bytesGravatar wm42017-11-10
* demux: use seekable cache for network by default, bump prefetch limitGravatar wm42017-11-10
* demux_mkv: fix potential uninitialized variable readGravatar wm42017-11-10
* demux: set default back buffer to some high valueGravatar wm42017-11-10
* demux: limit number of seek ranges to a static maximumGravatar wm42017-11-10
* demux: speed up cache seeking with a coarse indexGravatar wm42017-11-10
* demux: avoid wasting time by stopping packet search as early as possibleGravatar wm42017-11-10
* demux: simplify remove_packet() functionGravatar wm42017-11-10
* demux: fix failure to join ranges with subtitles in some casesGravatar wm42017-11-10
* demux: reverse which range is reused when joining themGravatar wm42017-11-10
* demux: fix a race condition with async seekingGravatar wm42017-11-10
* demux: get rid of an unnecessary fieldGravatar wm42017-11-10
* vo_gpu: never pass flipped images to ra or ra backendsGravatar wm42017-11-10
* demux: attempt to accurately reflect seek range with muxed subtitlesGravatar wm42017-11-10
* demux: reduce indentation for two functionsGravatar wm42017-11-10
* demux: some minor mostly cosmeticsGravatar wm42017-11-10
* demux: simplify a functionGravatar wm42017-11-10
* demux: change how refreshes on track switching are handledGravatar wm42017-11-10
* demux: get rid of weird backwards loopGravatar wm42017-11-10
* demux: avoid broken readahead when joining rangesGravatar wm42017-11-10
* demux: reduce difference between threaded and non-threaded modeGravatar wm42017-11-10