aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Reduce stheader.h includes, move stream types to mp_common.hGravatar wm42013-11-23
* Attempt to fix build on older libavcodec versionsGravatar wm42013-11-23
* audio: respect --end/--length with spdif passthroughGravatar wm42013-11-23
* video: don't overwrite demuxer FPS valueGravatar wm42013-11-23
* video: move handling of container vs. stream AR out of vd_lavc.cGravatar wm42013-11-23
* ao_rsound: fix option typesGravatar wm42013-11-23
* dec_video: make vf_input and hwdec_info statically allocatedGravatar wm42013-11-23
* dec_video: remove "initialized" fieldGravatar wm42013-11-23
* demux: remove gsh field from sh_audio/sh_video/sh_subGravatar wm42013-11-23
* player: rearrange how subtitle context and stream headers are usedGravatar wm42013-11-23
* video: move decoder context from sh_video into new structGravatar wm42013-11-23
* options: print lavfi filter list with --vf=lavfi=helpGravatar wm42013-11-23
* options: don't prefix sub-options with "--" in help outputGravatar wm42013-11-23
* options: implement --pphelp differentlyGravatar wm42013-11-23
* video: remove vf_pp auto-insertionGravatar wm42013-11-23
* options: provide a way for --vf to print custom helpGravatar wm42013-11-23
* video: merge vd.c into dec_video.cGravatar wm42013-11-23
* video: move struct mp_hwdec_info into its own header fileGravatar wm42013-11-23
* audio: remove ad_driver.preinitGravatar wm42013-11-23
* player: remove printing of barely correct slave mode stream infoGravatar wm42013-11-23
* audio: don't write decoded audio format to sh_audioGravatar wm42013-11-23
* audio: move decoder context from sh_audio into new structGravatar wm42013-11-23
* build: remove unused mng fragmentGravatar Stefano Pigozzi2013-11-23
* build: also run the test binary during the lua checksGravatar Stefano Pigozzi2013-11-23
* build: fix lua check to actually test for libquviGravatar Stefano Pigozzi2013-11-23
* build: fix missing prototypes in lua check fragmentGravatar Stefano Pigozzi2013-11-23
* build: use static instead of prototype in libavfilter fragmentGravatar Stefano Pigozzi2013-11-23
* build: fix libavfilter check to include function prototypeGravatar Stefano Pigozzi2013-11-23
* build: fix install path for manualGravatar Stefano Pigozzi2013-11-23
* README: mention build result being located at build/mpvGravatar Stefano Pigozzi2013-11-23
* build: make sure cwd is in Python's sys.pathGravatar Stefano Pigozzi2013-11-23
* mp_ring: fix comment typoGravatar Stefano Pigozzi2013-11-22
* build: remove abusive commentGravatar Stefano Pigozzi2013-11-22
* build: remove spam generated by link taskGravatar Stefano Pigozzi2013-11-22
* vo_opengl: fix compilationGravatar wm42013-11-22
* vf_vavpp: make it work with vo_opengl and software decodingGravatar wm42013-11-22
* vo_opengl: initialize all fields for VFCTRL_GET_HWDEC_INFOGravatar wm42013-11-22
* build: unbreak PVR configure testGravatar wm42013-11-22
* manpage: document , mapping (frame_back_step)Gravatar enkore2013-11-22
* input.conf: fix typoGravatar wm42013-11-22
* Fixing list of vo's that vavpp works with, in man page.Gravatar Josh Driver2013-11-22
* cocoa: use window-scale to support video scaling functionalityGravatar Stefano Pigozzi2013-11-22
* cocoa: implement window-scaleGravatar Stefano Pigozzi2013-11-22
* switch the build system to wafGravatar Stefano Pigozzi2013-11-21
* options: prefix options with "--" in help outputGravatar wm42013-11-21
* stream_lavf: fix a small memory leakGravatar wm42013-11-21
* timeline: reject mplayer2 EDL files, change EDL headerGravatar wm42013-11-21
* tech-overview.txt: minor updateGravatar wm42013-11-20
* ta: fix typo in commentGravatar wm42013-11-20
* osdep/io.c: include config.hGravatar wm42013-11-20