summaryrefslogtreecommitdiffstats
path: root/core/mplayer.c
Commit message (Expand)AuthorAgeFilesLines
* core: allow changing filter filters at runtimewm42013-05-181-12/+34
* options: fix exit code when using help optionswm42013-05-151-6/+10
* mplayer: potentially fix main() return valuewm42013-05-151-2/+2
* options: add --versionwm42013-05-151-0/+7
* core: re-add -dumpstream as --stream-dumpwm42013-05-121-0/+34
* core: add --stream-capturewm42013-05-121-0/+2
* Merge branch 'audio_changes'wm42013-05-121-9/+15
|\
| * audio: print channel map additionally to channel count on terminalwm42013-05-121-6/+4
| * audio: remove useless audio channels from AO, unless requestedwm42013-05-121-0/+2
| * core: use channel map on demuxer level toowm42013-05-121-2/+5
| * audio/out: switch to channel mapwm42013-05-121-4/+4
| * options: add option to prevent decoder audio downmixingwm42013-04-131-2/+2
| * audio: switch to libavcodec channel order, use libavresample for mixingwm42013-04-131-0/+3
* | OSX: run native event loop in a separate threadStefano Pigozzi2013-05-121-34/+17
* | OSX: use native Cocoa's event loopStefano Pigozzi2013-05-121-2/+43
* | core: refactor seek_chapter() functionwm42013-05-091-32/+42
* | demux: remove retrieval of chapter end timewm42013-05-061-1/+1
* | core: add playback resume feature (manual/opt-in)wm42013-05-051-1/+124
* | mplayer: factor config dir creationwm42013-05-051-18/+23
* | core: ignore backstep command if demuxer is not capablewm42013-05-051-4/+7
* | core: move demuxer time reporting to demuxerwm42013-05-051-8/+4
* | mplayer: put space before encoding part of status linewm42013-04-271-1/+1
* | core: simplify handling of --pausewm42013-04-251-18/+13
* | core: don't let cache pause handling and user pausing conflictwm42013-04-251-7/+22
* | core: fix bogus condition that broke backstepping with last commitwm42013-04-251-1/+1
* | core: fix backstepping with ordered chapterswm42013-04-251-5/+13
* | core: add backstep supportwm42013-04-241-6/+93
* | mplayer: apply hrseek framedrop only when doing hrseekwm42013-04-241-2/+2
* | mplayer: prefer -sub/-subfile subs over auto-loaded subswm42013-04-201-2/+8
* | core: display subtitle codec in track listingwm42013-04-201-2/+9
* | demux: remove some unused sh_video_t fieldswm42013-04-201-5/+0
* | sub, demux: identify subtitle types with the codec namewm42013-04-201-8/+6
* | mplayer: take tracks from first segment if main file is emptywm42013-04-201-3/+9
|/
* core: remove dead --vsync leftoverswm42013-04-121-2/+1
* mplayer: remove unnecessary variablewm42013-04-101-6/+4
* core: add --reset-on-next-file optionwm42013-04-101-0/+11
* mplayer: keep volume persistent, even when using --volumewm42013-04-101-4/+13
* mplayer: move DVB channel skip codewm42013-04-101-23/+21
* mplayer: don't disable term-osd with -vwm42013-04-101-4/+0
* mplayer: don't print bogus status when cachingwm42013-04-101-1/+1
* core: remove volstep global variablewm42013-04-091-4/+1
* demux_mkv: try to show current subtitle when seekingwm42013-04-041-0/+2
* core: add --heartbeat-interval optionwm42013-04-041-3/+4
* mplayer: switch back to video PTS for reporting playback timewm42013-04-041-10/+6
* mplayer: fix framestepping on ordered chapter segment boundarieswm42013-04-041-28/+34
* mplayer: fix --step EOF handlingwm42013-04-041-1/+3
* osd: draw the OSD bar with ASS vector drawingswm42013-03-301-2/+24
* vo: rename vo_draw_image to vo_queue_imagewm42013-03-281-2/+2
* core: always pass data via packet fields to video decoderswm42013-03-281-10/+9
* core: output --playing-msg message only after at least one frame is shownwm42013-03-261-6/+8
* mplayer: make --frames=1 work for audiowm42013-03-261-10/+15
* mplayer: cosmetics: make some code more readablewm42013-03-261-13/+13
* core: remove a number of global variableswm42013-03-081-81/+56
* vo: Separate vo options from MPOptsAlexander Preisinger2013-03-041-5/+5
* Remove vo_fps global variablewm42013-03-041-3/+12
* vo: remove and cleanup globalsAlexander Preisinger2013-03-041-3/+2
* x11_common: fix --cursor-autohide when pausedwm42013-03-031-2/+8
* core: fix SEEK_FACTORwm42013-03-011-6/+11
* core: move X11 specific code to x11_common.cwm42013-03-011-5/+0
* core: simplify OSD capability handling, remove VFCAP_OSDwm42013-03-011-3/+2
* core: use floats for OSD bar percentage displaywm42013-02-261-15/+16
* core: use playback time to determine playback percent positionwm42013-02-261-6/+16
* core: print correct quit message when quitting, simplify codewm42013-02-241-24/+11
* osd: prevent osd bar from sticking around on seekswm42013-02-201-6/+12
* mplayer: don't display "-1" as chapter when chapter seek failswm42013-02-201-1/+6
* osd: use --osd-duration for OSD barwm42013-02-171-2/+4
* mplayer: print "Cache:" instead of "C:" on the status linewm42013-02-171-1/+1
* osd: show cache state on the playback progression display by defaultwm42013-02-171-0/+3
* command: add "cache" read-only propertywm42013-02-171-6/+6
* osd: add --osd-status-msg option for custom OSD statuswm42013-02-161-5/+12
* mplayer: use talloc instead of malloc for status linewm42013-02-161-59/+35
* osd: add --no-osd-bar option to disable the OSD barwm42013-02-161-1/+1
* osd: always update already visible OSD bar on seekswm42013-02-161-9/+20
* mplayer: fix seek display during seeking when playing ordered chapterswm42013-02-131-9/+15
* demux_lavf: remove code duplicationwm42013-02-101-3/+3
* core: redo how codecs are mapped, remove codecs.confwm42013-02-101-77/+18
* options: change --no-config option, make it apply to input.conf as wellwm42013-02-091-5/+5
* mplayer: remove seconds/centiseconds display from terminal status linewm42013-02-091-6/+2
* core: remove --edlout functionalitywm42013-02-061-14/+0
* mplayer: don't show bogus audio PTS during hr-seekwm42013-02-051-0/+2
* mplayer: properly handle framestep when showing last video framewm42013-02-031-10/+12
* mplayer: reset audio/video delay if there's no next video framewm42013-02-031-0/+4
* mplayer: make advancing the playlist respect loopingwm42013-02-031-9/+21
* demux_lavf: remove weird stream auto-selectionwm42013-02-031-11/+0
* mplayer: add newline for --print-msgwm42013-01-301-1/+1
* x11: cleanup, refactorwm42013-01-271-2/+2
* sub: add stupid hack for vobsub decoding with Libavwm42013-01-241-1/+10
* video: reset filters on seekwm42013-01-201-0/+2
* core: make gapless-audio also apply to format changes within a fileRudolf Polzer2013-01-181-1/+2
* video/out: replace VFCAP_TIMER with vo->untimed, fix vo_image and vo_lavcwm42013-01-131-4/+2
* video/filter: change filter API, use refcounting, remove filter DRwm42013-01-131-8/+28
* core: timeline: prevent inaccurate seeks outside timelineUoti Urpala2013-01-131-2/+3
* sub: do not apply timeline offset to external subtitleswm42013-01-121-3/+8
* mplayer: make --loop loop the playlist instead of each playlist entrywm42013-01-091-31/+8
* mplayer: keep pause state when frame stepping in last framewm42013-01-091-0/+3
* sub: use correct fallback font for subtitleswm42013-01-061-1/+2
* Update copyright yearwm42013-01-041-1/+1
* core: fix crash if VO init failswm42012-12-281-1/+1
* core: make WAKEUP_PERIOD overridable by the voRudolf Polzer2012-12-191-12/+26
* path: add mp_find_config_file and reorganize some of the codeStefano Pigozzi2012-12-151-7/+8
* cleanup: remove ao.brokenptswm42012-12-121-7/+0
* sd_lavc: keep subs on subtitle track switchingwm42012-12-121-1/+1
* mplayer: prefer audio PTS over video PTS for status linewm42012-12-111-3/+3
* core: allow disabling display of "album art" in audio fileswm42012-12-111-5/+12
* windows support: fix compilation with pthreadswm42012-12-111-0/+4
* mplayer: make --length work if --start is missingwm42012-12-111-1/+1
* sub: remove vobsub reader in favor of ffmpeg vobsub demuxerwm42012-12-111-97/+28
* core: improve seeking in external fileswm42012-12-111-11/+27
* sub: use ffmpeg decoder for DVD subswm42012-12-101-1/+47
* core: automatically pause on low cachewm42012-12-031-3/+41
* cache: simplify furtherwm42012-12-031-8/+17
* cache: refactor how cache enabling is doneUoti Urpala2012-12-031-25/+14
* build: identify the build time of the binary in the versioning outputStephen Hutchinson2012-12-031-1/+1
* mplayer: fix track language displaywm42012-11-251-1/+2
* core: minor cleanupswm42012-11-201-1/+0
* osd: fix OSD status symbol display in some caseswm42012-11-201-7/+14
* mplayer: disable auto-loading of external codecs.confwm42012-11-201-13/+4
* osd: make the OSD and sub font more customizablewm42012-11-201-1/+1
* core: fix crash when video filter returns inf as PTSwm42012-11-201-1/+1
* mplayer: fix potential issue when ao_play() failswm42012-11-201-1/+2
* stream: fix dvd:// + cache crashingwm42012-11-201-2/+2
* stream, demux: replace off_t with int64_twm42012-11-201-2/+2
* options: support chapters for --start and --endwm42012-11-201-0/+4
* subtitles: improve support for libavformat demuxed subtitleswm42012-11-161-1/+18
* mplayer: refactor: move computation of a/v syncwm42012-11-161-21/+26
* core: add --keep-open, which doesn't close the file on EOFwm42012-11-161-0/+14
* command: add sub_reload and sub_remove commandswm42012-11-161-6/+37
* subreader: replace sub_free() by talloc destructorwm42012-11-161-7/+4
* options: add --mute for setting initial audio mute statuswm42012-11-161-3/+5
* options: rename -ss and -endpos, allow relative timeswm42012-11-161-20/+48
* mplayer: do not freeze when trying to loop an unseekable filewm42012-11-141-1/+13
* clang: fix all warnings except deprecationsStefano Pigozzi2012-11-131-1/+3
* Add MP_NORETURN and replace av_noreturn useswm42012-11-121-1/+1
* Rename directories, move files (step 2 of 2)wm42012-11-121-37/+37
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+4302