aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* options: accept "yes" and "no" only for flagsGravatar wm42012-10-12
* options: remove CONF_TYPE_POSITIONGravatar wm42012-10-12
* commands: replace --hardframedrop, change framedropping propertyGravatar wm42012-10-12
* commands: rename properties, update input.confGravatar wm42012-10-12
* commands: change input commands to make OSD usage explicitGravatar wm42012-10-12
* commands: remove legacy slave mode get commandsGravatar wm42012-10-12
* mplayer: unbreak OSD with CONFIG_ENCODING undefinedGravatar wm42012-09-18
* encode: video encoding now supported using mencoder-like optionsGravatar Rudolf Polzer2012-09-18
* mplayer: selectively reset track selection when playing multiple filesGravatar wm42012-09-18
* core, timeline: cache external ordered chapter files tooGravatar Stefano Pigozzi2012-09-18
* core: remove duplicated format_time() functionsGravatar wm42012-09-18
* subs: always use sub decoder framework for libass renderingGravatar Uoti Urpala2012-09-18
* subs: libass: use a single persistent renderer for subtitlesGravatar Uoti Urpala2012-09-18
* sd_lavc: use subtitle framework for former av_sub.c codeGravatar Uoti Urpala2012-09-18
* core: fix DVD subtitle selectionGravatar wm42012-09-18
* mplayer: don't clear OSD when new file is playedGravatar wm42012-09-18
* core: runtime Matroska edition switchingGravatar wm42012-09-18
* mplayer: do not cancel playback if VF/VO config failsGravatar wm42012-09-18
* core: move implementation for -audiofile to the frontendGravatar wm42012-09-18
* core: manage tracks in the frontendGravatar wm42012-09-18
* core: refactor MPContext.demuxer field accessesGravatar wm42012-09-18
* command: remove sub_log commandGravatar wm42012-09-07
* core, timeline: don't keep separate stream fieldGravatar wm42012-09-07
* osd: reset OSD progression displayGravatar wm42012-09-07
* OSD/commands: use osdlevel=3 for osd_show_progression commandGravatar Uoti Urpala2012-08-28
* input: add ability to disable all default bindings for an input sectionGravatar wm42012-08-24
* mplayer: enable talloc leak report if special environment is variable setGravatar wm42012-08-20
* mplayer: fix command line arguments log outputGravatar wm42012-08-20
* Remove dvdnav support (DVD menus)Gravatar wm42012-08-16
* Remove win32/qt/xanim/real binary codecs loadingGravatar wm42012-08-16
* mplayer: cosmetic changes to status line outputGravatar wm42012-08-16
* mplayer: remove playlist demuxer hackGravatar wm42012-08-16
* vf_expand: remove OSD supportGravatar wm42012-08-16
* sub: fix confusion of ass_library handlesGravatar wm42012-08-07
* osd_libass: allocate separate ASS_Library for OSDGravatar wm42012-08-07
* osd: reset OSD change state even if VO doesn't draw OSDGravatar wm42012-08-07
* win32: fix compilation on MinGWGravatar wm42012-08-07
* options: get rid of ambiguous option parsingGravatar wm42012-08-05
* mplayer: make OSD stack a member of MPContextGravatar wm42012-08-04
* mplayer: free return value of chapter_name()Gravatar wm42012-08-04
* mplayer: never exit mplayer from within the play loopGravatar wm42012-08-04
* command, mplayer: free return value of demuxer_stream_lang()Gravatar wm42012-08-04
* mplayer: fix invalid memory access in print_stream()Gravatar wm42012-08-04
* playlist: rename params_count field to num_params for consistencyGravatar wm42012-08-04
* mplayer: rearrange misleading codeGravatar wm42012-08-04
* mplayer: fix idle mode regressionsGravatar wm42012-08-04
* demuxer: introduce a general stream structGravatar wm42012-08-03
* mplayer: fix output of audio/sub language in terminal outputGravatar wm42012-08-03
* mplayer: move file loading out of main()Gravatar wm42012-08-03
* mplayer: move things out of main()Gravatar wm42012-08-03