summaryrefslogtreecommitdiffstats
path: root/mplayer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'osd_changes' into masterwm42012-11-011-83/+51
|\
| * Merge branch 'master' into osd_changeswm42012-10-241-14/+8
| |\
| * | options: remove --ffactor switchwm42012-10-241-1/+0
| * | core: disable vf_sub auto-insertionwm42012-10-241-32/+0
| * | VF: rename vf_ass to vf_subwm42012-10-241-14/+12
| * | core: do not try to redraw OSD if VO doesn't support OSDwm42012-10-241-16/+17
| * | sub: simplify OSD redrawing logicwm42012-10-241-8/+13
| * | VO, sub: refactorwm42012-10-241-16/+13
| * | core: fix -subfilewm42012-10-241-3/+6
| * | Merge branch 'master' into osd_changeswm42012-10-161-191/+117
| |\ \
| * | | sub: always go through sub.c for OSD renderingwm42012-10-161-12/+7
| * | | sub: make it easier to set DVD sub decoding with sd_lavcwm42012-10-161-1/+3
| * | | sub: cleanup: remove vo_osd_probar_type/value global variableswm42012-10-161-3/+3
| * | | mplayer: reset subtitles handled by dec_sub.c on seekwm42012-10-161-0/+2
| * | | sub: create sub_bitmap array even when using libasswm42012-10-161-2/+0
* | | | mplayer: remove useless timer callswm42012-11-011-5/+1
* | | | mplayer: mark exit_player as noreturnwm42012-10-311-1/+3
* | | | mplayer: fix multiline terminal OSDwm42012-10-301-0/+3
| |_|/ |/| |
* | | mplayer: make terminal status playback time consistent with OSDwm42012-10-211-14/+8
| |/ |/|
* | core: show quvi page title in window title, clean up libquvi handlingwm42012-10-141-2/+20
* | Merge branch 'input_changes' into masterwm42012-10-121-172/+80
|\ \
| * | sub: add --ass-style-override option to disable style overrideswm42012-10-121-1/+2
| * | options: add --status-msgwm42012-10-121-22/+35
| * | commands: more user-control whether a command shows OSD bars/messageswm42012-10-121-13/+32
| * | commands: change property expansion format stringwm42012-10-121-5/+4
| * | options: accept "yes" and "no" only for flagswm42012-10-121-1/+1
| * | options: remove CONF_TYPE_POSITIONwm42012-10-121-2/+2
| * | commands: replace --hardframedrop, change framedropping propertywm42012-10-121-2/+1
| * | commands: rename properties, update input.confwm42012-10-121-2/+2
| * | commands: change input commands to make OSD usage explicitwm42012-10-121-0/+2
| * | commands: remove legacy slave mode get commandswm42012-10-121-125/+0
* | | Rename to "mpv"wm42012-10-121-7/+7
* | | VO: actually rename VOs gl -> opengl-old, gl3 -> openglwm42012-10-031-1/+1
* | | mplayer: fix crash when muted and audio codec failswm42012-10-031-2/+2
* | | encode: add options --ovfirst and --oafirstRudolf Polzer2012-09-291-7/+7
| |/ |/|
* | options: accept "yes" and "no" only for flagswm42012-09-231-1/+1
* | mplayer: fix abort command handlingwm42012-09-231-14/+10
|/
* mplayer: unbreak OSD with CONFIG_ENCODING undefinedwm42012-09-181-11/+0
* encode: video encoding now supported using mencoder-like optionsRudolf Polzer2012-09-181-6/+91
* mplayer: selectively reset track selection when playing multiple fileswm42012-09-181-0/+45
* core, timeline: cache external ordered chapter files tooStefano Pigozzi2012-09-181-12/+7
* core: remove duplicated format_time() functionswm42012-09-181-14/+3
* subs: always use sub decoder framework for libass renderingUoti Urpala2012-09-181-31/+29
* subs: libass: use a single persistent renderer for subtitlesUoti Urpala2012-09-181-8/+14
* sd_lavc: use subtitle framework for former av_sub.c codeUoti Urpala2012-09-181-14/+2
* core: fix DVD subtitle selectionwm42012-09-181-6/+81
* mplayer: don't clear OSD when new file is playedwm42012-09-181-19/+0
* core: runtime Matroska edition switchingwm42012-09-181-0/+9
* mplayer: do not cancel playback if VF/VO config failswm42012-09-181-2/+6
* core: move implementation for -audiofile to the frontendwm42012-09-181-0/+102
* core: manage tracks in the frontendwm42012-09-181-287/+464
* core: refactor MPContext.demuxer field accesseswm42012-09-181-38/+38
* command: remove sub_log commandwm42012-09-071-3/+1
* core, timeline: don't keep separate stream fieldwm42012-09-071-18/+16
* osd: reset OSD progression displaywm42012-09-071-28/+9
* OSD/commands: use osdlevel=3 for osd_show_progression commandUoti Urpala2012-08-281-14/+25
* input: add ability to disable all default bindings for an input sectionwm42012-08-241-2/+2
* mplayer: enable talloc leak report if special environment is variable setwm42012-08-201-4/+7
* mplayer: fix command line arguments log outputwm42012-08-201-1/+1
* Remove dvdnav support (DVD menus)wm42012-08-161-239/+2
* Remove win32/qt/xanim/real binary codecs loadingwm42012-08-161-17/+0
* mplayer: cosmetic changes to status line outputwm42012-08-161-9/+9
* mplayer: remove playlist demuxer hackwm42012-08-161-63/+0
* vf_expand: remove OSD supportwm42012-08-161-1/+1
* sub: fix confusion of ass_library handleswm42012-08-071-1/+1
* osd_libass: allocate separate ASS_Library for OSDwm42012-08-071-1/+1
* osd: reset OSD change state even if VO doesn't draw OSDwm42012-08-071-1/+2
* win32: fix compilation on MinGWwm42012-08-071-1/+1
* options: get rid of ambiguous option parsingwm42012-08-051-10/+13
* mplayer: make OSD stack a member of MPContextwm42012-08-041-28/+27
* mplayer: free return value of chapter_name()wm42012-08-041-5/+8
* mplayer: never exit mplayer from within the play loopwm42012-08-041-20/+26
* command, mplayer: free return value of demuxer_stream_lang()wm42012-08-041-0/+1
* mplayer: fix invalid memory access in print_stream()wm42012-08-041-1/+1
* playlist: rename params_count field to num_params for consistencywm42012-08-041-1/+1
* mplayer: rearrange misleading codewm42012-08-041-3/+4
* mplayer: fix idle mode regressionswm42012-08-041-29/+52
* demuxer: introduce a general stream structwm42012-08-031-33/+15
* mplayer: fix output of audio/sub language in terminal outputwm42012-08-031-2/+7
* mplayer: move file loading out of main()wm42012-08-031-253/+264
* mplayer: move things out of main()wm42012-08-031-213/+240
* sub: simplify code by always defining sub_cpwm42012-08-031-4/+0
* mplayer: do not create X11 state in player frontendwm42012-08-031-10/+3
* mplayer: move highly OS specific initialization code out of main()wm42012-08-031-44/+47
* mplayer, stream_tv: move variable initializationwm42012-08-031-4/+0
* cache2: allow cache sizes up to 4 TBmplayer-svn2012-08-031-3/+3
* Remove teletext supportwm42012-08-031-59/+1
* mplayer: expand --title as property, remove --use-filename-titlewm42012-08-021-3/+12
* osd: minor simplification of vo_osd_changed()wm42012-08-011-13/+5
* Remove dead codewm42012-08-011-3/+0
* mplayer: remove pos parameter from sadd* functionswm42012-08-011-53/+46
* mplayer: make display of playback status more uniformwm42012-08-011-88/+72
* mplayer: turn playtree into a list, and change per-file option handlingwm42012-07-311-216/+110
* mp_msg: remove filename_recodewm42012-07-311-12/+10
* mplayer: remove stream dumping capabilitywm42012-07-301-169/+1
* mplayer: change how pause status is indicated in terminalwm42012-07-301-51/+12
* mplayer: status line: better indication whether audio/video is activewm42012-07-301-2/+8
* Remove some demuxers and decoderswm42012-07-301-5/+1
* mplayer: cosmetics: give A/V desync message same form as help textwm42012-07-301-23/+23
* mplayer: de-crapify builtin help textwm42012-07-301-36/+6
* options: rename --no-sound to --no-audiowm42012-07-301-1/+1
* mplayer: redo terminal status line outputwm42012-07-301-35/+27
* mplayer: remove --autoqwm42012-07-301-27/+1
* mplayer: remove benchmarking/CPU accounting codewm42012-07-301-68/+2
* mplayer: remove extra "\n" in outputwm42012-07-301-1/+1
* mplayer: do not print version by defaultwm42012-07-301-8/+9
* mplayer: silence "Starting playback..." outputwm42012-07-301-1/+1
* mplayer: let frontend print stream info, instead of demuxerswm42012-07-301-0/+74
* mplayer: improve the A/V desync warningwm42012-07-301-18/+19
* mplayer: remove Linux RTC supportwm42012-07-301-77/+14
* mplayer: remove crash handler stuffwm42012-07-301-232/+0
* Remove compile time/runtime CPU detection, and drop some platformswm42012-07-301-29/+0
* Change version stringwm42012-07-291-2/+1
* bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrwm42012-07-281-2/+2
* osd: use libass for OSD renderingwm42012-07-281-68/+18
* libvo, libao: remove useless video and audio output driverswm42012-07-281-14/+0
* Merge remote-tracking branch 'origin/master'wm42012-07-281-10/+6
|\
| * demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEYUoti Urpala2012-07-251-2/+2
| * video, audio: use lavc decoders without codecs.conf entriesUoti Urpala2012-07-241-5/+0
| * core: fix attempt to get audio pts without audioUoti Urpala2012-07-171-3/+3
| * options: support parsing values into substructsUoti Urpala2012-07-161-0/+1
* | Merge remote-tracking branch 'origin/master'wm42012-05-201-23/+15
|\|
| * core: fix EOF handling with untimed audio outputsUoti Urpala2012-05-141-14/+12
| * options: simplify option parsing/setting machineryUoti Urpala2012-05-081-2/+2
| * options: change -v parsingUoti Urpala2012-05-071-7/+1
* | Merge remote-tracking branch 'origin/master'wm42012-04-291-13/+21
|\|
| * win32: core: wake up more often to poll for inputUoti Urpala2012-04-261-2/+13
| * core: change initial sync with --delay, video stream switchUoti Urpala2012-04-231-1/+2
| * core: uninitialize VO and AO when no track playsUoti Urpala2012-04-231-10/+9
* | Merge remote-tracking branch 'origin/master'wm42012-04-281-2/+1
|\|
| * audio: fix unmute-at-end logicUoti Urpala2012-04-111-3/+3
| * audio: restore volume setting after AO reinit if neededUoti Urpala2012-04-111-1/+1
| * audio: keep volume level internally (not only in AO)Uoti Urpala2012-04-111-1/+1
* | Merge remote-tracking branch 'origin/master'wm42012-04-131-17/+20
|\|
| * build: remove OS/2 supportUoti Urpala2012-04-061-1/+1
| * input: stop trying to read terminal input on EOFUoti Urpala2012-04-061-2/+3
| * core: in VO flip timing, recheck time after OSD drawUoti Urpala2012-04-051-0/+1
| * core: fix problems in video EOF detectionUoti Urpala2012-04-051-14/+15
* | Merge remote-tracking branch 'origin/master'wm42012-04-011-339/+322
|\|
| * ao_pulse, core: make pulse thread wake up core for more dataUoti Urpala2012-03-261-2/+1
| * timeline: subs: keep subtitle tracks in source timeUoti Urpala2012-03-251-30/+29
| * core: improve sub and audio start after timeline part switchUoti Urpala2012-03-201-15/+21
| * options: move mixer.h options to structUoti Urpala2012-03-201-0/+3
| * core: restructure main play loop, continue audio after videoUoti Urpala2012-03-191-283/+246
| * terminal output: if audio/video pts is missing, show "???"Uoti Urpala2012-03-161-13/+26
* | Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-161-55/+14
|\|
| * core: remove old EDL mode (--edl option)Uoti Urpala2012-03-091-73/+5
| * windows support: unicode filenameswm42012-03-091-9/+10
| * windows support: remove _UWIN definewm42012-03-011-1/+0
* | Use "mplayer2" in version string, not "MPlayer2"wm42012-03-141-4/+4
* | core: do not print garbage with -identify when chapter times are unknownwm42012-03-141-3/+4
* | Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-051-5/+14
|\|
| * osd: erase terminal OSD line with mp_msg() instead of printf()Uoti Urpala2012-02-251-1/+1
| * vd_ffmpeg: fix flushing of buffered framesUoti Urpala2012-02-031-2/+12
| * build: switch to libavutil bswap.h and intreadwrite.hUoti Urpala2012-02-011-3/+2
* | screenshot: make screenshot filenames configurablewm42012-02-291-0/+1
* | core: rename --paused to --pause, and improve how pausing is donewm4