| Commit message (Expand) | Author | Age | Files | Lines |
* | mplayer: do not cancel playback if VF/VO config fails | wm4 | 2012-09-18 | 1 | -2/+6 |
* | core: move implementation for -audiofile to the frontend | wm4 | 2012-09-18 | 1 | -0/+102 |
* | core: manage tracks in the frontend | wm4 | 2012-09-18 | 1 | -287/+464 |
* | core: refactor MPContext.demuxer field accesses | wm4 | 2012-09-18 | 1 | -38/+38 |
* | command: remove sub_log command | wm4 | 2012-09-07 | 1 | -3/+1 |
* | core, timeline: don't keep separate stream field | wm4 | 2012-09-07 | 1 | -18/+16 |
* | osd: reset OSD progression display | wm4 | 2012-09-07 | 1 | -28/+9 |
* | OSD/commands: use osdlevel=3 for osd_show_progression command | Uoti Urpala | 2012-08-28 | 1 | -14/+25 |
* | input: add ability to disable all default bindings for an input section | wm4 | 2012-08-24 | 1 | -2/+2 |
* | mplayer: enable talloc leak report if special environment is variable set | wm4 | 2012-08-20 | 1 | -4/+7 |
* | mplayer: fix command line arguments log output | wm4 | 2012-08-20 | 1 | -1/+1 |
* | Remove dvdnav support (DVD menus) | wm4 | 2012-08-16 | 1 | -239/+2 |
* | Remove win32/qt/xanim/real binary codecs loading | wm4 | 2012-08-16 | 1 | -17/+0 |
* | mplayer: cosmetic changes to status line output | wm4 | 2012-08-16 | 1 | -9/+9 |
* | mplayer: remove playlist demuxer hack | wm4 | 2012-08-16 | 1 | -63/+0 |
* | vf_expand: remove OSD support | wm4 | 2012-08-16 | 1 | -1/+1 |
* | sub: fix confusion of ass_library handles | wm4 | 2012-08-07 | 1 | -1/+1 |
* | osd_libass: allocate separate ASS_Library for OSD | wm4 | 2012-08-07 | 1 | -1/+1 |
* | osd: reset OSD change state even if VO doesn't draw OSD | wm4 | 2012-08-07 | 1 | -1/+2 |
* | win32: fix compilation on MinGW | wm4 | 2012-08-07 | 1 | -1/+1 |
* | options: get rid of ambiguous option parsing | wm4 | 2012-08-05 | 1 | -10/+13 |
* | mplayer: make OSD stack a member of MPContext | wm4 | 2012-08-04 | 1 | -28/+27 |
* | mplayer: free return value of chapter_name() | wm4 | 2012-08-04 | 1 | -5/+8 |
* | mplayer: never exit mplayer from within the play loop | wm4 | 2012-08-04 | 1 | -20/+26 |
* | command, mplayer: free return value of demuxer_stream_lang() | wm4 | 2012-08-04 | 1 | -0/+1 |
* | mplayer: fix invalid memory access in print_stream() | wm4 | 2012-08-04 | 1 | -1/+1 |
* | playlist: rename params_count field to num_params for consistency | wm4 | 2012-08-04 | 1 | -1/+1 |
* | mplayer: rearrange misleading code | wm4 | 2012-08-04 | 1 | -3/+4 |
* | mplayer: fix idle mode regressions | wm4 | 2012-08-04 | 1 | -29/+52 |
* | demuxer: introduce a general stream struct | wm4 | 2012-08-03 | 1 | -33/+15 |
* | mplayer: fix output of audio/sub language in terminal output | wm4 | 2012-08-03 | 1 | -2/+7 |
* | mplayer: move file loading out of main() | wm4 | 2012-08-03 | 1 | -253/+264 |
* | mplayer: move things out of main() | wm4 | 2012-08-03 | 1 | -213/+240 |
* | sub: simplify code by always defining sub_cp | wm4 | 2012-08-03 | 1 | -4/+0 |
* | mplayer: do not create X11 state in player frontend | wm4 | 2012-08-03 | 1 | -10/+3 |
* | mplayer: move highly OS specific initialization code out of main() | wm4 | 2012-08-03 | 1 | -44/+47 |
* | mplayer, stream_tv: move variable initialization | wm4 | 2012-08-03 | 1 | -4/+0 |
* | cache2: allow cache sizes up to 4 TB | mplayer-svn | 2012-08-03 | 1 | -3/+3 |
* | Remove teletext support | wm4 | 2012-08-03 | 1 | -59/+1 |
* | mplayer: expand --title as property, remove --use-filename-title | wm4 | 2012-08-02 | 1 | -3/+12 |
* | osd: minor simplification of vo_osd_changed() | wm4 | 2012-08-01 | 1 | -13/+5 |
* | Remove dead code | wm4 | 2012-08-01 | 1 | -3/+0 |
* | mplayer: remove pos parameter from sadd* functions | wm4 | 2012-08-01 | 1 | -53/+46 |
* | mplayer: make display of playback status more uniform | wm4 | 2012-08-01 | 1 | -88/+72 |
* | mplayer: turn playtree into a list, and change per-file option handling | wm4 | 2012-07-31 | 1 | -216/+110 |
* | mp_msg: remove filename_recode | wm4 | 2012-07-31 | 1 | -12/+10 |
* | mplayer: remove stream dumping capability | wm4 | 2012-07-30 | 1 | -169/+1 |
* | mplayer: change how pause status is indicated in terminal | wm4 | 2012-07-30 | 1 | -51/+12 |
* | mplayer: status line: better indication whether audio/video is active | wm4 | 2012-07-30 | 1 | -2/+8 |
* | Remove some demuxers and decoders | wm4 | 2012-07-30 | 1 | -5/+1 |
* | mplayer: cosmetics: give A/V desync message same form as help text | wm4 | 2012-07-30 | 1 | -23/+23 |
* | mplayer: de-crapify builtin help text | wm4 | 2012-07-30 | 1 | -36/+6 |
* | options: rename --no-sound to --no-audio | wm4 | 2012-07-30 | 1 | -1/+1 |
* | mplayer: redo terminal status line output | wm4 | 2012-07-30 | 1 | -35/+27 |
* | mplayer: remove --autoq | wm4 | 2012-07-30 | 1 | -27/+1 |
* | mplayer: remove benchmarking/CPU accounting code | wm4 | 2012-07-30 | 1 | -68/+2 |
* | mplayer: remove extra "\n" in output | wm4 | 2012-07-30 | 1 | -1/+1 |
* | mplayer: do not print version by default | wm4 | 2012-07-30 | 1 | -8/+9 |
* | mplayer: silence "Starting playback..." output | wm4 | 2012-07-30 | 1 | -1/+1 |
* | mplayer: let frontend print stream info, instead of demuxers | wm4 | 2012-07-30 | 1 | -0/+74 |
* | mplayer: improve the A/V desync warning | wm4 | 2012-07-30 | 1 | -18/+19 |
* | mplayer: remove Linux RTC support | wm4 | 2012-07-30 | 1 | -77/+14 |
* | mplayer: remove crash handler stuff | wm4 | 2012-07-30 | 1 | -232/+0 |
* | Remove compile time/runtime CPU detection, and drop some platforms | wm4 | 2012-07-30 | 1 | -29/+0 |
* | Change version string | wm4 | 2012-07-29 | 1 | -2/+1 |
* | bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr | wm4 | 2012-07-28 | 1 | -2/+2 |
* | osd: use libass for OSD rendering | wm4 | 2012-07-28 | 1 | -68/+18 |
* | libvo, libao: remove useless video and audio output drivers | wm4 | 2012-07-28 | 1 | -14/+0 |
* | Merge remote-tracking branch 'origin/master' | wm4 | 2012-07-28 | 1 | -10/+6 |
|\ |
|
| * | demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEY | Uoti Urpala | 2012-07-25 | 1 | -2/+2 |
| * | video, audio: use lavc decoders without codecs.conf entries | Uoti Urpala | 2012-07-24 | 1 | -5/+0 |
| * | core: fix attempt to get audio pts without audio | Uoti Urpala | 2012-07-17 | 1 | -3/+3 |
| * | options: support parsing values into substructs | Uoti Urpala | 2012-07-16 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-05-20 | 1 | -23/+15 |
|\| |
|
| * | core: fix EOF handling with untimed audio outputs | Uoti Urpala | 2012-05-14 | 1 | -14/+12 |
| * | options: simplify option parsing/setting machinery | Uoti Urpala | 2012-05-08 | 1 | -2/+2 |
| * | options: change -v parsing | Uoti Urpala | 2012-05-07 | 1 | -7/+1 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-29 | 1 | -13/+21 |
|\| |
|
| * | win32: core: wake up more often to poll for input | Uoti Urpala | 2012-04-26 | 1 | -2/+13 |
| * | core: change initial sync with --delay, video stream switch | Uoti Urpala | 2012-04-23 | 1 | -1/+2 |
| * | core: uninitialize VO and AO when no track plays | Uoti Urpala | 2012-04-23 | 1 | -10/+9 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-28 | 1 | -2/+1 |
|\| |
|
| * | audio: fix unmute-at-end logic | Uoti Urpala | 2012-04-11 | 1 | -3/+3 |
| * | audio: restore volume setting after AO reinit if needed | Uoti Urpala | 2012-04-11 | 1 | -1/+1 |
| * | audio: keep volume level internally (not only in AO) | Uoti Urpala | 2012-04-11 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-13 | 1 | -17/+20 |
|\| |
|
| * | build: remove OS/2 support | Uoti Urpala | 2012-04-06 | 1 | -1/+1 |
| * | input: stop trying to read terminal input on EOF | Uoti Urpala | 2012-04-06 | 1 | -2/+3 |
| * | core: in VO flip timing, recheck time after OSD draw | Uoti Urpala | 2012-04-05 | 1 | -0/+1 |
| * | core: fix problems in video EOF detection | Uoti Urpala | 2012-04-05 | 1 | -14/+15 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-01 | 1 | -339/+322 |
|\| |
|
| * | ao_pulse, core: make pulse thread wake up core for more data | Uoti Urpala | 2012-03-26 | 1 | -2/+1 |
| * | timeline: subs: keep subtitle tracks in source time | Uoti Urpala | 2012-03-25 | 1 | -30/+29 |
| * | core: improve sub and audio start after timeline part switch | Uoti Urpala | 2012-03-20 | 1 | -15/+21 |
| * | options: move mixer.h options to struct | Uoti Urpala | 2012-03-20 | 1 | -0/+3 |
| * | core: restructure main play loop, continue audio after video | Uoti Urpala | 2012-03-19 | 1 | -283/+246 |
| * | terminal output: if audio/video pts is missing, show "???" | Uoti Urpala | 2012-03-16 | 1 | -13/+26 |
* | | Merge remote-tracking branch 'origin/master' into my_master | wm4 | 2012-03-16 | 1 | -55/+14 |
|\| |
|
| * | core: remove old EDL mode (--edl option) | Uoti Urpala | 2012-03-09 | 1 | -73/+5 |
| * | windows support: unicode filenames | wm4 | 2012-03-09 | 1 | -9/+10 |
| * | windows support: remove _UWIN define | wm4 | 2012-03-01 | 1 | -1/+0 |
* | | Use "mplayer2" in version string, not "MPlayer2" | wm4 | 2012-03-14 | 1 | -4/+4 |
* | | core: do not print garbage with -identify when chapter times are unknown | wm4 | 2012-03-14 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'origin/master' into my_master | wm4 | 2012-03-05 | 1 | -5/+14 |
|\| |
|
| * | osd: erase terminal OSD line with mp_msg() instead of printf() | Uoti Urpala | 2012-02-25 | 1 | -1/+1 |
| * | vd_ffmpeg: fix flushing of buffered frames | Uoti Urpala | 2012-02-03 | 1 | -2/+12 |
| * | build: switch to libavutil bswap.h and intreadwrite.h | Uoti Urpala | 2012-02-01 | 1 | -3/+2 |
* | | screenshot: make screenshot filenames configurable | wm4 | 2012-02-29 | 1 | -0/+1 |
* | | core: rename --paused to --pause, and improve how pausing is done | wm4 | 2012-02-29 | 1 | -1/+1 |
* | | osd: clear terminal OSD line with mp_msg() instead of printf | wm4 | 2012-02-25 | 1 | -1/+1 |
* | | core: add option to start in paused state | wm4 | 2012-02-09 | 1 | -0/+3 |
* | | osd: add setting to display OSD always on terminal | wm4 | 2012-01-18 | 1 | -10/+16 |
* | | core: add new support for reading .cue files | wm4 | 2012-01-18 | 1 | -0/+3 |
* | | Merge branch 'softvol' into my_master | wm4 | 2012-01-18 | 1 | -31/+6 |
|\ \ |
|
| * | | core: remove EDL muting | wm4 | 2012-01-18 | 1 | -24/+1 |
| * | | audio: properly restore audio volume on exit when mute is used | wm4 | 2012-01-18 | 1 | -9/+5 |
| * | | softvol: make sure softvol settings are restored when switching audio tracks | wm4 | 2012-01-18 | 1 | -1/+1 |
| * | | audio: fix crash when exiting file when mute is enabled | wm4 | 2012-01-18 | 1 | -0/+1 |
| * | | mixer: keep user volume setting when --softvol is used | wm4 | 2012-01-07 | 1 | -0/+1 |
* | | | Merge remote-tracking branch 'origin/master' into my_master | wm4 | 2012-01-18 | 1 | -63/+59 |
|\ \ \
| | |/
| |/| |
|
| * | | core: print pause status message only once on console | wm4 | 2012-01-10 | 1 | -31/+55 |
| * | | osd: always display pause icon when frame stepping | wm4 | 2012-01-09 | 1 | -0/+3 |
| * | | cleanup: remove left over access_mpcontext.h (from GUI) | Uoti Urpala | 2012-01-09 | 1 | -31/+0 |
| * | | ad_ffmpeg: pass packet side data from libavformat | Uoti Urpala | 2012-01-08 | 1 | -1/+1 |
| |/ |
|
* / | core: uninit video output when audio file is played | wm4 | 2011-12-23 | 1 | -1/+4 |
|/ |
|
* | configure, build: remove --disable-libav support | Uoti Urpala | 2011-12-11 | 1 | -4/+0 |
* | core: minor hrseek tweak (affects vo_vdpau deint frames) | Uoti Urpala | 2011-12-06 | 1 | -3/+2 |
* | core, vo: new window refresh logic, add slow-video OSD redraw | Uoti Urpala | 2011-12-06 | 1 | -6/+9 |
* | core, vo: modify OSD redraw architecture, support EOSD | Uoti Urpala | 2011-12-06 | 1 | -1/+18 |
* | vo: do final frame draw only near page flip | Uoti Urpala | 2011-12-06 | 1 | -0/+1 |
* | Merge branch 'screenshot' (early part) | Uoti Urpala | 2011-11-25 | 1 | -1/+6 |
|\ |
|
| * | core: add infrastructure to get screenshots from VOs | wm4 | 2011-11-25 | 1 | -1/+6 |
* | | options, core/hrseek: add --hr-seek-demuxer-offset | Uoti Urpala | 2011-11-14 | 1 | -0/+2 |
* | | core/hrseek: support precise seeks in audio-only case | Uoti Urpala | 2011-11-14 | 1 | -4/+18 |
|/ |
|
* | core, demux: fix --identify chapter output with ordered chapters | wm4 | 2011-10-25 | 1 | -15/+50 |
* | libmenu: remove OSD menu functionality (--menu) | Uoti Urpala | 2011-10-25 | 1 | -63/+0 |
* | terminal output: show libav version numbers in verbose mode | Uoti Urpala | 2011-10-01 | 1 | -0/+1 |
* | core: fix --sstep | Uoti Urpala | 2011-09-04 | 1 | -1/+1 |
* | cosmetics: mplayer.c: minor tweaks | Uoti Urpala | 2011-09-04 | 1 | -21/+8 |
* | options: move libass-related options to struct | Uoti Urpala | 2011-09-03 | 1 | -3/+3 |
* | core: remove bad workaround for files without FPS set | Uoti Urpala | 2011-08-25 | 1 | -7/+2 |
* | core, demux, vd_ffmpeg: pass side data from demux_lavf to vd_ffmpeg | Uoti Urpala | 2011-08-20 | 1 | -13/+13 |
* | dvdnav: fix crash caused by missing line from 58834653c0 | Uoti Urpala | 2011-08-10 | 1 | -0/+1 |
* | core: allocate OSD text buffers dynamically | harklu | 2011-08-09 | 1 | -14/+12 |
* | options: support --leak-report (double dash form) | Uoti Urpala | 2011-08-08 | 1 | -1/+2 |
* | core: minor audio-only+timeline fix for chapter handling | Uoti Urpala | 2011-08-08 | 1 | -2/+2 |
* | cleanup: reformat mplayer.c | Uoti Urpala | 2011-08-07 | 1 | -2000/+2174 |
* | core: fix detection of files with no chapters | Uoti Urpala | 2011-08-04 | 1 | -3/+3 |
* | audio: export audio pts to AO drivers | Uoti Urpala | 2011-07-31 | 1 | -17/+28 |
* | core: audio: improve audio-only seeks and position reporting | Uoti Urpala | 2011-07-31 | 1 | -11/+31 |
* | core: audio: if audio pts is missing return MP_NOPTS_VALUE | Uoti Urpala | 2011-07-30 | 1 | -2/+7 |
* | options: commandline: accept --foo=xyz style options | Uoti Urpala | 2011-07-29 | 1 | -2/+2 |
* | core: improve --loop handling | Uoti Urpala | 2011-07-29 | 1 | -6/+6 |
* | subs: fix per-file --ass-force-style | Uoti Urpala | 2011-07-23 | 1 | -1/+3 |
* | cleanup: su |