aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* 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
* sub: simplify code by always defining sub_cpGravatar wm42012-08-03
* mplayer: do not create X11 state in player frontendGravatar wm42012-08-03
* mplayer: move highly OS specific initialization code out of main()Gravatar wm42012-08-03
* mplayer, stream_tv: move variable initializationGravatar wm42012-08-03
* cache2: allow cache sizes up to 4 TBGravatar mplayer-svn2012-08-03
* Remove teletext supportGravatar wm42012-08-03
* mplayer: expand --title as property, remove --use-filename-titleGravatar wm42012-08-02
* osd: minor simplification of vo_osd_changed()Gravatar wm42012-08-01
* Remove dead codeGravatar wm42012-08-01
* mplayer: remove pos parameter from sadd* functionsGravatar wm42012-08-01
* mplayer: make display of playback status more uniformGravatar wm42012-08-01
* mplayer: turn playtree into a list, and change per-file option handlingGravatar wm42012-07-31
* mp_msg: remove filename_recodeGravatar wm42012-07-31
* mplayer: remove stream dumping capabilityGravatar wm42012-07-30
* mplayer: change how pause status is indicated in terminalGravatar wm42012-07-30
* mplayer: status line: better indication whether audio/video is activeGravatar wm42012-07-30
* Remove some demuxers and decodersGravatar wm42012-07-30
* mplayer: cosmetics: give A/V desync message same form as help textGravatar wm42012-07-30
* mplayer: de-crapify builtin help textGravatar wm42012-07-30
* options: rename --no-sound to --no-audioGravatar wm42012-07-30
* mplayer: redo terminal status line outputGravatar wm42012-07-30
* mplayer: remove --autoqGravatar wm42012-07-30
* mplayer: remove benchmarking/CPU accounting codeGravatar wm42012-07-30
* mplayer: remove extra "\n" in outputGravatar wm42012-07-30
* mplayer: do not print version by defaultGravatar wm42012-07-30
* mplayer: silence "Starting playback..." outputGravatar wm42012-07-30
* mplayer: let frontend print stream info, instead of demuxersGravatar wm42012-07-30
* mplayer: improve the A/V desync warningGravatar wm42012-07-30
* mplayer: remove Linux RTC supportGravatar wm42012-07-30
* mplayer: remove crash handler stuffGravatar wm42012-07-30
* Remove compile time/runtime CPU detection, and drop some platformsGravatar wm42012-07-30
* Change version stringGravatar wm42012-07-29
* bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrGravatar wm42012-07-28
* osd: use libass for OSD renderingGravatar wm42012-07-28
* libvo, libao: remove useless video and audio output driversGravatar wm42012-07-28
* Merge remote-tracking branch 'origin/master'Gravatar wm42012-07-28
|\
| * demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEYGravatar Uoti Urpala2012-07-25