aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* vo_vdpau: allow "deint=-N" to specify mode without enabling deintGravatar Uoti Urpala2011-01-04
* core: add timing workaround for PulseAudio misbehaviorGravatar Uoti Urpala2011-01-01
* manpage: Remove MEncoder referencesGravatar Clément Bœsch2010-12-25
* core: fix audio-only + framestep weird behaviorGravatar Uoti Urpala2010-12-20
* Merge branch 'hr-seek'Gravatar Uoti Urpala2010-12-20
|\
| * input: add default keybindings Shift+[arrow] for small exact seeksGravatar Uoti Urpala2010-12-20
| * input: support bindings with modifier keys for X inputGravatar Uoti Urpala2010-12-20
| * core: audio: make ogg missing audio timing workaround more complexGravatar Uoti Urpala2010-12-20
| * core: add support for precise non-keyframe-limited seeksGravatar Uoti Urpala2010-12-20
| * core: add struct for queued seek infoGravatar Uoti Urpala2010-12-20
* | cosmetics: remove unused code, small formatting tweaksGravatar Uoti Urpala2010-12-20
* | commands: clean up get_metadata() and related codeGravatar Uoti Urpala2010-12-20
* | vd_ffmpeg: set thread count to number of cores on machine by defaultGravatar Uoti Urpala2010-12-20
* | demux_mkv: remove old code for -nocorrect-pts supportGravatar Uoti Urpala2010-12-20
* | demux_mkv: fix seeks to before the first index entryGravatar Uoti Urpala2010-12-20
* | DOCS/tech/slave.txt: update some obsolete informationGravatar Uoti Urpala2010-12-18
| * commands: add generic option -> property wrapperGravatar Uoti Urpala2010-12-18
| * options: add "choice" option type, use for -pts-association-modeGravatar Uoti Urpala2010-12-18
| * core: remove looping in update_video(), modify command handling a bitGravatar Uoti Urpala2010-12-16
* | demux_asf: Add a missing free to ASF demuxer closeGravatar reimar2010-12-16
* | playtreeparser.c: Add playlist parser for .nsc filesGravatar reimar2010-12-16
* | example.conf: add some profile information and user-agent examplesGravatar compn2010-12-16
* | demux_mov: fix possible hang on invalid inputGravatar reimar2010-12-16
* | aviheader.c: avoid using uninitialized data in an error caseGravatar reimar2010-12-16
* | ad_faad: fix crash when used on an empty audio streamGravatar reimar2010-12-16
* | ad_speex: improve timestamp handlingGravatar reimar2010-12-16
* | demux_mov: fix some memory allocation handlingGravatar reimar2010-12-16
* | stream.h: check against huge negative values in stream_seek()Gravatar reimar2010-12-16
* | demux_gif: Fix memleaks on errorGravatar reimar2010-12-16
* | vd_ffmpeg: fix MP_IMGTYPE selection for non-ref non-B framesGravatar reimar2010-12-16
* | manpage: correct -tv audiorate description, change bitrate to samplerateGravatar compn2010-12-16
* | demux_ts: change overlapping memcpy to memmoveGravatar reimar2010-12-16
* | demux_ts: fix several memleaksGravatar reimar2010-12-16
* | demux_ts: cleanupGravatar reimar2010-12-16
* | demux_ts: avoid using unitialized dataGravatar reimar2010-12-16
* | mp3_hdr.h: fix mp_check_mp3_header()Gravatar reimar2010-12-16
* | demux_demuxers: Fix crash with -audiofile and audio disabledGravatar reimar2010-12-16
* | vd_ffmpeg: Reset ctx->vo_initialized to 0 on a resolution changeGravatar reimar2010-12-16
* | ad_speex: Fix possible memory leaks on errorGravatar reimar2010-12-16
* | demux_asf, asfheader.c: cleanupGravatar reimar2010-12-16
* | demux_real: fix some unaligned writesGravatar reimar2010-12-16
* | commands: Allow cycling subtitles backwards with 'J'Gravatar reimar2010-12-16
* | demux_audio: Do not generate nonsensical pts values for FLACGravatar reimar2010-12-16
* | Change some filename-handling code to use mp_basename()Gravatar cboesch2010-12-16
* | DOCS/man/zh_CN: sync with en/mplayer.1 rev. 32661Gravatar jrash2010-12-16
* | stream/http: Add support for login/password in http_proxy env variableGravatar cboesch2010-12-16
* | stream/: delete base64_encode(), use libavutil av_base64_encode()Gravatar cboesch2010-12-16
* | DOCS/xml: change --with-extraincdir to --extra-cflagsGravatar compn2010-12-16
* | demux_audio: Set needs_parsing to 1 for DTS audioGravatar reimar2010-12-16
* | demux-ts: fix TS files with MP4 ES AAC descriptorGravatar reimar2010-12-16