aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* build: switch to libavutil bswap.h and intreadwrite.hGravatar Uoti Urpala2012-02-01
* core: print pause status message only once on consoleGravatar wm42012-01-10
* osd: always display pause icon when frame steppingGravatar wm42012-01-09
* cleanup: remove left over access_mpcontext.h (from GUI)Gravatar Uoti Urpala2012-01-09
* ad_ffmpeg: pass packet side data from libavformatGravatar Uoti Urpala2012-01-08
* configure, build: remove --disable-libav supportGravatar Uoti Urpala2011-12-11
* core: minor hrseek tweak (affects vo_vdpau deint frames)Gravatar Uoti Urpala2011-12-06
* core, vo: new window refresh logic, add slow-video OSD redrawGravatar Uoti Urpala2011-12-06
* core, vo: modify OSD redraw architecture, support EOSDGravatar Uoti Urpala2011-12-06
* vo: do final frame draw only near page flipGravatar Uoti Urpala2011-12-06
* Merge branch 'screenshot' (early part)Gravatar Uoti Urpala2011-11-25
|\
| * core: add infrastructure to get screenshots from VOsGravatar wm42011-11-25
* | options, core/hrseek: add --hr-seek-demuxer-offsetGravatar Uoti Urpala2011-11-14
* | core/hrseek: support precise seeks in audio-only caseGravatar Uoti Urpala2011-11-14
|/
* core, demux: fix --identify chapter output with ordered chaptersGravatar wm42011-10-25
* libmenu: remove OSD menu functionality (--menu)Gravatar Uoti Urpala2011-10-25
* terminal output: show libav version numbers in verbose modeGravatar Uoti Urpala2011-10-01
* core: fix --sstepGravatar Uoti Urpala2011-09-04
* cosmetics: mplayer.c: minor tweaksGravatar Uoti Urpala2011-09-04
* options: move libass-related options to structGravatar Uoti Urpala2011-09-03
* core: remove bad workaround for files without FPS setGravatar Uoti Urpala2011-08-25
* core, demux, vd_ffmpeg: pass side data from demux_lavf to vd_ffmpegGravatar Uoti Urpala2011-08-20
* dvdnav: fix crash caused by missing line from 58834653c0Gravatar Uoti Urpala2011-08-10
* core: allocate OSD text buffers dynamicallyGravatar harklu2011-08-09
* options: support --leak-report (double dash form)Gravatar Uoti Urpala2011-08-08
* core: minor audio-only+timeline fix for chapter handlingGravatar Uoti Urpala2011-08-08
* cleanup: reformat mplayer.cGravatar Uoti Urpala2011-08-07
* core: fix detection of files with no chaptersGravatar Uoti Urpala2011-08-04
* audio: export audio pts to AO driversGravatar Uoti Urpala2011-07-31
* core: audio: improve audio-only seeks and position reportingGravatar Uoti Urpala2011-07-31
* core: audio: if audio pts is missing return MP_NOPTS_VALUEGravatar Uoti Urpala2011-07-30
* options: commandline: accept --foo=xyz style optionsGravatar Uoti Urpala2011-07-29
* core: improve --loop handlingGravatar Uoti Urpala2011-07-29
* subs: fix per-file --ass-force-styleGravatar Uoti Urpala2011-07-23
* cleanup: subs: remove global ass_library variableGravatar Uoti Urpala2011-07-23
* cleanup: do libav* initialization on startupGravatar Uoti Urpala2011-07-18
* input: don't make fd 0 nonblockingGravatar Uoti Urpala2011-07-17
* input: rework event reading and command queuingGravatar Uoti Urpala2011-07-17
* options: fix -use-filename-title crash after recent 39e373aaGravatar Uoti Urpala2011-07-10
* cleanup: silence most of the clang warningsGravatar Clément Bœsch2011-07-09
* Merge branch 'mplayer1_changes'Gravatar Uoti Urpala2011-07-06
|\
| * cleanup: mplayer.c: Factor out a bit of spudec codeGravatar reimar2011-07-06
| * dvdnav: make mp_dvdnav_save_smpi() more robustGravatar reimar2011-07-06
* | cleanup: remove useless set_codec_path() functionGravatar Uoti Urpala2011-07-06
| * stream dump: print progress informationGravatar cigaes2011-07-05
|/
* commands: change property mechanism to use talloc stringsGravatar Uoti Urpala2011-07-03
* audio: move ready-for-ao data buffer from decoder to AOGravatar Uoti Urpala2011-07-02
* core: move m_config_free() last before exitGravatar reimar2011-06-29
* cleanup: remove warnings under libmenu/Gravatar Clément Bœsch2011-06-24
* input: add useful default pointer button bindingsGravatar Grigori Goronzy2011-06-14