aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* core: timing: fix overflow with extreme playback speedGravatar Uoti Urpala2011-01-28
* Merge branch 'sub'Gravatar Uoti Urpala2011-01-26
|\
| * sub/OSD: move some related files to sub/Gravatar Uoti Urpala2011-01-26
| * demux_mkv, chapters: change millisecond arithmetic to nsGravatar Uoti Urpala2011-01-26
| * cleanup: rename ass_* functions to mp_ass_*Gravatar Uoti Urpala2011-01-26
| * subs: use correct font aspect ratio for libass + converted subsGravatar Uoti Urpala2011-01-26
| * cleanup: some random minor code simplification and cleanupGravatar Uoti Urpala2011-01-26
* | mp_msg: Remove uses of MSGT_MENCODERGravatar Clément Bœsch2011-01-25
* | cleanup: remove unused MEncoder-related codeGravatar Clément Bœsch2011-01-25
| * subtitles: style support for common SubRip tags and MicroDVDGravatar Uoti Urpala2011-01-18
| * core: ordered chapters: fix bad subtitle parameterGravatar Uoti Urpala2011-01-18
| * subtitles/demux: store duration instead of endpts in demux packetsGravatar Uoti Urpala2011-01-18
| * subtitles: add framework for subtitle decodersGravatar Uoti Urpala2011-01-18
* | cleanup: mplayer.c: use VFCAP_ names instead of numeric valuesGravatar Uoti Urpala2011-01-17
| * options: add special -leak-report optionGravatar Uoti Urpala2011-01-15
| * subtitles: remove code trying to handle text subs with libavcodecGravatar Uoti Urpala2011-01-15
| * subtitles: move global ass_track to struct osd_stateGravatar Uoti Urpala2011-01-15
| * core: move most mpcommon.c contents to mplayer.cGravatar Uoti Urpala2011-01-15
| * core: move global "subdata" and "vo_sub_last" to mpctxGravatar Uoti Urpala2011-01-11
| * options: move -noconfig to option struct, simplifyGravatar Uoti Urpala2011-01-11
|/
* core: add timing workaround for PulseAudio misbehaviorGravatar Uoti Urpala2011-01-01
* core: fix audio-only + framestep weird behaviorGravatar Uoti Urpala2010-12-20
* Merge branch 'hr-seek'Gravatar 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
| * core: remove looping in update_video(), modify command handling a bitGravatar Uoti Urpala2010-12-16
* | Change some filename-handling code to use mp_basename()Gravatar cboesch2010-12-16
* | core: avoid using build_afilter_chain() directlyGravatar reimar2010-12-16
* | path.c: add function for mp_basename, remove duplicated macrosGravatar cboesch2010-12-16
| * core: seek: use accurate seek mode with audio-only filesGravatar Uoti Urpala2010-12-14
| * core: avoid using sh_video->pts as "current pts"Gravatar Uoti Urpala2010-12-14
| * core: timing: add special handling of long frame intervalsGravatar Uoti Urpala2010-12-14
| * core: move central play loop to a separate functionGravatar Uoti Urpala2010-12-13
|/
* core: ordered chapters: add heuristic for merging inaccurate chaptersGravatar Uoti Urpala2010-11-26
* core: make initial audio sync more robust against bad demuxersGravatar Uoti Urpala2010-11-21
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* demux_lavf: mark AVI timestamps non-pts to avoid messagesGravatar Uoti Urpala2010-11-14
* options: more mplayer.c options moved to option structGravatar Clément Bœsch2010-11-14
* options: move various mplayer.c options to option structGravatar Clément Bœsch2010-11-13
* core: do initial A-V sync by modifying audio streamGravatar Uoti Urpala2010-11-13
* core: give pts as parameter to demuxer_get_current_chapter()Gravatar Uoti Urpala2010-11-13
* audio: add -gapless-audio optionGravatar Uoti Urpala2010-11-12
* audio: don't try to send partial samples to AO at EOFGravatar Uoti Urpala2010-11-12
* options: move -cache-min and cache-seek-min to option structGravatar Clément Bœsch2010-11-11
* options: move some demux options to option structGravatar Clément Bœsch2010-11-11
* core: rename update_video_immediately->restart_playbackGravatar Uoti Urpala2010-11-11
* core: print an explicit error if file format detection failsGravatar Uoti Urpala2010-11-10