summaryrefslogtreecommitdiffstats
path: root/mplayer.c
Commit message (Expand)AuthorAgeFilesLines
* 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 donewm42012-02-291-1/+1
* | osd: clear terminal OSD line with mp_msg() instead of printfwm42012-02-251-1/+1
* | core: add option to start in paused statewm42012-02-091-0/+3
* | osd: add setting to display OSD always on terminalwm42012-01-181-10/+16
* | core: add new support for reading .cue fileswm42012-01-181-0/+3
* | Merge branch 'softvol' into my_masterwm42012-01-181-31/+6
|\ \
| * | core: remove EDL mutingwm42012-01-181-24/+1
| * | audio: properly restore audio volume on exit when mute is usedwm42012-01-181-9/+5
| * | softvol: make sure softvol settings are restored when switching audio trackswm42012-01-181-1/+1
| * | audio: fix crash when exiting file when mute is enabledwm42012-01-181-0/+1
| * | mixer: keep user volume setting when --softvol is usedwm42012-01-071-0/+1
* | | Merge remote-tracking branch 'origin/master' into my_masterwm42012-01-181-63/+59
|\ \ \ | | |/ | |/|
| * | core: print pause status message only once on consolewm42012-01-101-31/+55
| * | osd: always display pause icon when frame steppingwm42012-01-091-0/+3
| * | cleanup: remove left over access_mpcontext.h (from GUI)Uoti Urpala2012-01-091-31/+0
| * | ad_ffmpeg: pass packet side data from libavformatUoti Urpala2012-01-081-1/+1
| |/
* / core: uninit video output when audio file is playedwm42011-12-231-1/+4
|/
* configure, build: remove --disable-libav supportUoti Urpala2011-12-111-4/+0
* core: minor hrseek tweak (affects vo_vdpau deint frames)Uoti Urpala2011-12-061-3/+2
* core, vo: new window refresh logic, add slow-video OSD redrawUoti Urpala2011-12-061-6/+9
* core, vo: modify OSD redraw architecture, support EOSDUoti Urpala2011-12-061-1/+18
* vo: do final frame draw only near page flipUoti Urpala2011-12-061-0/+1
* Merge branch 'screenshot' (early part)Uoti Urpala2011-11-251-1/+6
|\
| * core: add infrastructure to get screenshots from VOswm42011-11-251-1/+6
* | options, core/hrseek: add --hr-seek-demuxer-offsetUoti Urpala2011-11-141-0/+2
* | core/hrseek: support precise seeks in audio-only caseUoti Urpala2011-11-141-4/+18
|/
* core, demux: fix --identify chapter output with ordered chapterswm42011-10-251-15/+50
* libmenu: remove OSD menu functionality (--menu)Uoti Urpala2011-10-251-63/+0
* terminal output: show libav version numbers in verbose modeUoti Urpala2011-10-011-0/+1
* core: fix --sstepUoti Urpala2011-09-041-1/+1
* cosmetics: mplayer.c: minor tweaksUoti Urpala2011-09-041-21/+8
* options: move libass-related options to structUoti Urpala2011-09-031-3/+3
* core: remove bad workaround for files without FPS setUoti Urpala2011-08-251-7/+2
* core, demux, vd_ffmpeg: pass side data from demux_lavf to vd_ffmpegUoti Urpala2011-08-201-13/+13
* dvdnav: fix crash caused by missing line from 58834653c0Uoti Urpala2011-08-101-0/+1
* core: allocate OSD text buffers dynamicallyharklu2011-08-091-14/+12
* options: support --leak-report (double dash form)Uoti Urpala2011-08-081-1/+2
* core: minor audio-only+timeline fix for chapter handlingUoti Urpala2011-08-081-2/+2
* cleanup: reformat mplayer.cUoti Urpala2011-08-071-2000/+2174
* core: fix detection of files with no chaptersUoti Urpala2011-08-041-3/+3
* audio: export audio pts to AO driversUoti Urpala2011-07-311-17/+28
* core: audio: improve audio-only seeks and position reportingUoti Urpala2011-07-311-11/+31
* core: audio: if audio pts is missing return MP_NOPTS_VALUEUoti Urpala2011-07-301-2/+7
* options: commandline: accept --foo=xyz style optionsUoti Urpala2011-07-291-2/+2
* core: improve --loop handlingUoti Urpala2011-07-291-6/+6
* subs: fix per-file --ass-force-styleUoti Urpala2011-07-231-1/+3
* cleanup: subs: remove global ass_library variableUoti Urpala2011-07-231-11/+14
* cleanup: do libav* initialization on startupUoti Urpala2011-07-181-1/+1
* input: don't make fd 0 nonblockingUoti Urpala2011-07-171-5/+0
* input: rework event reading and command queuingUoti Urpala2011-07-171-3/+2
* options: fix -use-filename-title crash after recent 39e373aaUoti Urpala2011-07-101-1/+2
* cleanup: silence most of the clang warningsClément Bœsch2011-07-091-1/+1
* Merge branch 'mplayer1_changes'Uoti Urpala2011-07-061-11/+73
|\
| * cleanup: mplayer.c: Factor out a bit of spudec codereimar2011-07-061-4/+8
| * dvdnav: make mp_dvdnav_save_smpi() more robustreimar2011-07-061-6/+10
| * stream dump: print progress informationcigaes2011-07-051-1/+55
* | cleanup: remove useless set_codec_path() functionUoti Urpala2011-07-061-3/+0
|/
* commands: change property mechanism to use talloc stringsUoti Urpala2011-07-031-1/+1
* audio: move ready-for-ao data buffer from decoder to AOUoti Urpala2011-07-021-47/+37
* core: move m_config_free() last before exitreimar2011-06-291-5/+6
* cleanup: remove warnings under libmenu/Clément Bœsch2011-06-241-1/+1
* input: add useful default pointer button bindingsGrigori Goronzy2011-06-141-0/+2
* audio: disallow partial samples, fix ad_pcm to complyUoti Urpala2011-05-071-0/+3
* ao_pcm, core: use new API in ao_pcm, change timing with itUoti Urpala2011-05-051-3/+8
* input: make slave command file descriptors nonblockingUoti Urpala2011-05-041-2/+8
* Merge branch 'mplayer1_changes'Uoti Urpala2011-05-021-5/+33
|\
| * OSD: support displaying fractional part of current positionUoti Urpala2011-04-121-5/+33
* | audio: fill small AO buffers more often in audio-only caseUoti Urpala2011-04-221-7/+16
* | config: remove pointless cfg-mplayer-def.h fileClément Bœsch2011-04-201-3/+3
* | subs: options: add -sub-pathsClément Bœsch2011-04-201-2/+2
* | find_subfiles: allow subtitle search in multiple directoriesClément Bœsch2011-04-201-4/+3
* | subs: move vobsub loading logic down to find_subfiles.cUoti Urpala2011-04-201-21/+7
* | subs: move text sub loading logic down to find_subfiles.cClément Bœsch2011-04-201-9/+6
* | find_subfiles: move sub_filenames() hereClément Bœsch2011-04-201-0/+1
* | options: move sub_name, sub_auto and vobsub_name to structClément Bœsch2011-04-201-11/+8
* | options: change -alang and -slang to use string list typeClément Bœsch2011-04-201-1/+1
* | audio: change external AO interface to "ao_[method](ao, ...)"Uoti Urpala2011-04-091-65/+63
* | Merge branch 'edl'Uoti Urpala2011-04-081-261/+109
|\ \ | |/ |/|
| * core: support timeline with audio-only filesUoti Urpala2011-04-081-12/+35
| * core: wake up a bit less often for audio-only filesUoti Urpala2011-04-081-19/+11
| * core: audio: cut audio writes at end of timeline partUoti Urpala2011-04-071-15/+34
| * EDL: add support for new EDL file formatUoti Urpala2011-04-051-0/+26
| * core: ordered chapters: move timeline creation to timeline/Uoti Urpala2011-02-261-207/+0
| * cleanup: demuxer.[ch]: remove unused code, make functions staticUoti Urpala2011-02-221-8/+3
* | core: do proper audio track selection for -audiofile demuxerUoti Urpala2011-04-021-6/+3
* | configure, Windows: support static pthreads on WindowsDiogo Franco2011-03-301-0/+13
* | core: hr-seek: fix soft hang with hrseek