aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* build: check for pthreads with and without additional cflagsGravatar Stefano Pigozzi2013-11-26
* av_common: fix typo in commentGravatar Stefano Pigozzi2013-11-26
* ao_alsa: do not forcibly disable ALSA resamplingGravatar Martin Herkt2013-11-26
* ad_lavc: increase number of packets for initial decodeGravatar wm42013-11-26
* player: don't use a loop when no loop is neededGravatar wm42013-11-26
* player: move code for skipping 0-sized video packets to demuxerGravatar wm42013-11-26
* build: make cygwin use *nix timersGravatar Stefano Pigozzi2013-11-26
* build: add -mwin32 on cygwinGravatar Stefano Pigozzi2013-11-26
* build: add a gdi check for windowsGravatar Stefano Pigozzi2013-11-26
* sub: respect detected language for fuzzy-matched external subtitlesGravatar wm42013-11-25
* player: only pause for waiting on cache if it makes senseGravatar wm42013-11-25
* video: move timestamp determination code to dec_videoGravatar wm42013-11-25
* video: disable PTS sorting fallback by defaultGravatar wm42013-11-25
* demux_lavf: disable genpts by default, remove the builtin genpts hackGravatar wm42013-11-25
* 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