aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* demux: export dts from demux_lavf, use it for aviGravatar wm42013-11-25
* player: merge no-correct-pts with correct-pts codeGravatar wm42013-11-25
* player: change semantics of --no-correct-ptsGravatar wm42013-11-25
* dec_video: fix function signatureGravatar wm42013-11-25
* video: pass PTS as part of demux_packet/AVPacket and mp_image/AVFrameGravatar wm42013-11-25
* player: warn if PTS association mode switchesGravatar wm42013-11-25
* build: don't abort if our OSS implementation isn't from 4FrontGravatar Stefano Pigozzi2013-11-25
* build: run oss_audio.c check with oss cflags as wellGravatar Stefano Pigozzi2013-11-25
* build: unbreak __get_osslibdir__()Gravatar bugmen0t2013-11-25
* build: only check 4Front OSS after passing its CFLAGSGravatar bugmen0t2013-11-25
* input: discard precise scrolling commands with no valueGravatar Stefano Pigozzi2013-11-25
* build: fix construction of args to pkg-configGravatar Natanael Copa2013-11-25
* build: work around bug in waf's bundle installationGravatar Stefano Pigozzi2013-11-25
* build: add install_files call after the mpv target was definedGravatar Stefano Pigozzi2013-11-24
* bootstrap.py: check version if waf already existsGravatar eng2013-11-24
* build: also install mpv CLI binary when building OS X bundleGravatar Stefano Pigozzi2013-11-24
* gitignore: add generated files by old build systemGravatar Stefano Pigozzi2013-11-24
* bootstrap.py: skip download if waf already existsGravatar wm42013-11-24
* build: make waf append pkgconfig flags as-is [2]Gravatar Stefano Pigozzi2013-11-24
* build: make waf append pkgconfig flags as-isGravatar Stefano Pigozzi2013-11-24
* travis: remove --disable-doc from libav/ffmpeg configureGravatar Stefano Pigozzi2013-11-24
* player: close demuxer before streamGravatar wm42013-11-24
* osd: remove mp_osd_res.video_par fieldGravatar wm42013-11-24
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* vd_lavc: improve a commentGravatar wm42013-11-24
* build: store dependencies as listsGravatar Stefano Pigozzi2013-11-24
* build: cache compiler defines on the configure context directlyGravatar Stefano Pigozzi2013-11-24
* travis: disable e-mail notificationsGravatar Stefano Pigozzi2013-11-23
* vd_lavc: when falling back to software, revert filter error statusGravatar wm42013-11-23
* 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