aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Merge mp_talloc.h into ta/ta_talloc.hGravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Move libquvi stuff to stream/resolve/Gravatar wm42013-12-17
* Move mpvcore/input/ to input/Gravatar wm42013-12-17
* Rename mp_lua.c/h to lua.c/hGravatar wm42013-12-17
* Rename mp_core.h to core.hGravatar wm42013-12-17
* Move mpvcore/player/ to player/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* input: remove LIRCCD supportGravatar wm42013-12-16
* command: mess with previous commitGravatar wm42013-12-16
* command: scale osd’s time remaining by the current speedGravatar Vivek Jain2013-12-16
* manpage: fix --vf=expand aspect ratio exampleGravatar Alessandro Ghedini2013-12-16
* input: move multi-command parsing somewhere elseGravatar wm42013-12-16
* input: adjust code to make quoted/not quoted cases more unifiedGravatar wm42013-12-16
* input: better error reporting for missing commandsGravatar wm42013-12-16
* input: move some command flags into a bitfieldGravatar wm42013-12-16
* input: remove weird syntax for skipping optional argumentsGravatar wm42013-12-16
* manpage: undocument syntax for skipping optional arguments in input commandsGravatar wm42013-12-16
* input: avoid using wakeup pipe if it's not neededGravatar wm42013-12-16
* mp_msg: define a bunch of convenience macrosGravatar wm42013-12-16
* input: don't quit with exit status 1 when receiving SIGTERMGravatar wm42013-12-15
* player: don't temporarily disable terminal handling when reloading filesGravatar wm42013-12-15
* osd_libass: update styles when OSD changes PlayResGravatar wm42013-12-15
* osd: use separate ASS_Renderer for each OSD objectGravatar wm42013-12-15
* player: don't store subtitle renderer in osd_stateGravatar wm42013-12-15
* dvdnav: fix incorrect clipping of highlightsGravatar wm42013-12-15
* demux_mkv: don't seek outside of the file when finding segmentsGravatar wm42013-12-14
* matroska: add --ordered-chapters-files optionGravatar wm42013-12-14
* manpage: mention that the "run" does not wait for the commandGravatar wm42013-12-14
* Allow some options taking filenames to refer to mpv config dirGravatar wm42013-12-14
* dvdnav: select longest title by defaultGravatar wm42013-12-14
* vf_dsize: fix bug caused by typoGravatar wm42013-12-14
* dvdnav: crappy hack to respect timed still framesGravatar wm42013-12-14
* dvdnav, tv: force-disable cachingGravatar wm42013-12-14
* dvdnav: enable cachingGravatar wm42013-12-14
* dvdnav: block when libdvdnav requests draining buffersGravatar wm42013-12-14
* stream_dvdnav: drop stream buffers on seekGravatar wm42013-12-14
* cache: add a way to explicitly resume cacheGravatar wm42013-12-14
* cache: try harder on EOFGravatar wm42013-12-14
* stream: don't seek when seeking to the same positionGravatar wm42013-12-14
* stream: add function for dropping the bufferGravatar wm42013-12-14
* dvdnav: improve a commentGravatar wm42013-12-13
* dvdnav: remove highlights if no PCI availableGravatar wm42013-12-13
* video: change --video-zoom behaviorGravatar wm42013-12-13
* dvb: prevent seek when reopening the demuxerGravatar wm42013-12-13
* build: dvdnav needs dvdreadGravatar Nikoli2013-12-13
* dvdnav: support mouse interactionGravatar wm42013-12-13
* dec_video: fix handling of timestamp resetsGravatar wm42013-12-12
* demux_lavf: fix timebase confusionGravatar wm42013-12-12