summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ao_dsound: add missing includeKovensky2013-03-231-0/+1
* wayland: fully support cursor autohide optionsAlexander Preisinger2013-03-231-15/+15
* sub: print messages before and after font setupwm42013-03-201-0/+2
* encoding-examples-profiles: fix N900 profileRudolf Polzer2013-03-201-1/+1
* w32_common: reset internal display size to the window sizewm42013-03-191-0/+5
* video: deal with 0x0 window sizewm42013-03-191-2/+4
* input: fix crash due to dangling pointerwm42013-03-191-1/+1
* demux: fix regressions by restricting cover art hack furtherwm42013-03-191-3/+3
* demux_mf: fix crashes when '*' matches directorieswm42013-03-192-7/+10
* stream: silence clang empty statement warningswm42013-03-191-12/+8
* input/ar: remove unused variablewm42013-03-191-1/+0
* mp_msg: print MSGL_STATUS to stderr if stderr is redirectedRudolf Polzer2013-03-181-2/+2
* mp_msg: fix status output disappearing when redirecting INPUT.Rudolf Polzer2013-03-182-4/+4
* encoding-example-profiles: for Nokia N900, avoid upscalingRudolf Polzer2013-03-181-1/+1
* options: fix --widwm42013-03-181-1/+1
* x11_common: remove assumption that video is always centeredwm42013-03-174-33/+28
* video: enable panscan calculations even in windowed modewm42013-03-171-3/+2
* video: apply --no-keepaspect even on fullscreenwm42013-03-171-1/+1
* video: remove rounding of display size to multiples of 2wm42013-03-171-2/+0
* video: remove aspect.h includes from files which don't need itwm42013-03-178-8/+0
* video: simplify aspect calculation stuffwm42013-03-174-93/+38
* vo_xv: minor simplificationswm42013-03-171-17/+4
* vo_x11: accept all swscale formatswm42013-03-171-6/+6
* vo_corevideo: use generic aspect ratio codewm42013-03-171-62/+38
* vo_opengl_old: use generic aspect ratio codewm42013-03-171-45/+42
* vo_x11: use generic aspect ratio code, refactorwm42013-03-171-149/+77
* cocoa_common: fix regression when changing videos in fullscreenStefano Pigozzi2013-03-151-3/+4
* video: use new method to get QP tablewm42013-03-152-5/+21
* demux_mkv: support ALACwm42013-03-153-0/+13
* input: ignore normal mouse click by defaultwm42013-03-141-0/+1
* demux_mkv: Support playing Opus streams in MatroskaStephen Hutchinson2013-03-143-0/+8
* configure: bump minimum FFmpeg/Libav versions, remove compat hackswm42013-03-133-123/+1
* af_lavrresample: add new resampling filter to replace the old onesStefano Pigozzi2013-03-138-839/+327
* video: make use of libavcodec refcountingwm42013-03-136-11/+122
* video: prepare for libavcodec refcountingwm42013-03-133-62/+84
* demux_lavf: use avg_frame_rate instead of r_frame_ratewm42013-03-131-2/+2
* Prefix CODEC_ID_ with AV_wm42013-03-139-76/+76
* image_writer: switch to avcodec_encode_video2()wm42013-03-131-14/+11
* af_lavcac3enc: switch to avcodec_encode_audio2()wm42013-03-131-45/+71
* wayland: remove asserts from egl_create_contextAlexander Preisinger2013-03-131-17/+7
* wayland: simplify egl_create_windowAlexander Preisinger2013-03-131-13/+4
* wayland: use the cursor_autohide_delay optionAlexander Preisinger2013-03-111-6/+9
* wayland: move window by grabing itAlexander Preisinger2013-03-111-0/+8
* configure: add _GNU_SOURCE to CFLAGS by defaultwm42013-03-111-1/+1
* configure: remove -fomit-frame-pointer and -ffast-math from CFLAGSwm42013-03-111-3/+3
* vo_opengl: insert a magical glFlush callwm42013-03-111-0/+6
* cocoa_common: fix window position when bigger than displayStefano Pigozzi2013-03-101-4/+4
* core: remove a number of global variableswm42013-03-089-112/+103
* core: make more robust against missing libavcodec AVCodecDescriptor entrieswm42013-03-071-3/+18
* vo_sdl: we don't want to minize the window when losing focusRudolf Polzer2013-03-061-0/+2
* options: fix panscan controlswm42013-03-061-1/+1
* options: remove --no-vsyncwm42013-03-067-16/+8
* w32_common: fix compilationwm42013-03-051-10/+10
* vo: Separate vo options from MPOptsAlexander Preisinger2013-03-0419-250/+253
* Fix missing ctype.h includeswm42013-03-042-0/+2
* cocoa_common: fix crashStefano Pigozzi2013-03-041-1/+5
* cocoa_common: fix compilationStefano Pigozzi2013-03-041-7/+7
* Remove vo_fps global variablewm42013-03-046-9/+22
* manpage: fix --no-dts typowm42013-03-041-1/+1
* Add a --dtshd optionWessel Dankers2013-03-044-13/+31
* wayland: remove unnecessary function pointersAlexander Preisinger2013-03-041-10/+1
* vo: remove and cleanup globalsAlexander Preisinger2013-03-0423-361/+375
* encoding-example-profiles: add a Nokia N900 profileRudolf Polzer2013-03-041-0/+6
* cocoa_common: make windows appear againStefano Pigozzi2013-03-031-17/+23
* gl_common: get rid of symbol redefinition warnings with recent Mesawm42013-03-033-0/+17
* x11_common: fix --cursor-autohide when pausedwm42013-03-034-29/+52
* vo_opengl: don't destroy VOFLAG_HIDDEN windowwm42013-03-034-35/+1
* x11_common: fix window mapping, refactor window creation/resize handlingwm42013-03-032-136/+148
* x11_common: use private variables for window statewm42013-03-036-56/+57
* video/out: remove VO_EVENT_REINITwm42013-03-033-11/+0
* w32_common: remove unused variablewm42013-03-032-6/+2
* fix clang compiler warningsStefano Pigozzi2013-03-033-3/+3
* wayland: fix typo in manpageAlexander Preisinger2013-03-021-1/+1
* wayland: change wayland-egl pkg-config versionAlexander Preisinger2013-03-021-1/+1
* input.conf: change default bindings of 5/6 from hue to gammawm42013-03-012-3/+3
* manpage: remove reference to subtitle alignmentwm42013-03-011-3/+0
* core: fix SEEK_FACTORwm42013-03-016-10/+39
* demux_lavf: fix percentage display with some file formatswm42013-03-011-1/+2
* vf_flip: move flipping code to mp_image.cwm42013-03-013-4/+10
* m_option: don't define OPT_BASE_STRUCT by defaultwm42013-03-0110-7/+8
* m_option: reformat option macro definitionswm42013-03-011-31/+102
* m_options: more typesafetywm42013-03-014-30/+73
* core: move X11 specific code to x11_common.cwm42013-03-013-8/+4
* vf_vo: remove pointless NULL checkswm42013-03-011-4/+0
* core: simplify OSD capability handling, remove VFCAP_OSDwm42013-03-0121-77/+35
* vo_sdl, vo_xv: remove redundant/useless VOCTRL_PAUSE usagewm42013-03-012-11/+0
* wayland: add wayland supportAlexander Preisinger2013-02-2810-4/+1506
* core: use floats for OSD bar percentage displaywm42013-02-262-15/+17
* core: use playback time to determine playback percent positionwm42013-02-269-54/+22
* video/out: remove video mode switching (--vm)wm42013-02-2613-201/+11
* x11_common: always create a window, even with --widwm42013-02-262-44/+44
* video/out: rename create_window to config_windowwm42013-02-2612-31/+31
* gl_common: simplify window/context creationwm42013-02-263-217/+191
* dec_video: remove weird offset for VDCTRL_QUERY_UNSEEN_FRAMESwm42013-02-262-5/+6
* vd_lavc: better warning message for software decoding fallbackwm42013-02-261-1/+2
* screenshot: make showing OSD message when taking a screenshot defaultwm42013-02-261-2/+1
* screenshot: show a message on each screenshot takenwm42013-02-263-15/+45
* network: set default user-agent to MPlayer'swm42013-02-261-1/+1
* commands: parse seek time arguments like time optionswm42013-02-263-2/+4
* options: reject nan, inf, 0:0, etc. for float optionswm42013-02-261-0/+13
* options: remove parsing of "," as decimal pointwm42013-02-261-17/+2
* gl_common: remove compatibility aliases for backend sub-optionwm42013-02-261-6/+0
* img_format: add pixel format name for IMGFMT_MONO_Wwm42013-02-261-0/+1
* vf_yadif: remove dead codewm42013-02-261-2/+0
* demux_mf: add some more image formatswm42013-02-241-1/+15
* Remove --rootwin option and rootwin propertywm42013-02-248-24/+0
* demux_mf: support .xbmwm42013-02-244-0/+4
* demux_rawvideo: allow setting video codecwm42013-02-242-0/+6
* demux_mf: map to codecs directlywm42013-02-242-39/+35
* vo_caca: remove OSD supportwm42013-02-243-108/+1
* core: print correct quit message when quitting, simplify codewm42013-02-242-27/+14
* vo_direct3d: always clear window before drawing videowm42013-02-241-15/+2
* vf_yadif: switch to option parser, allow disabling by defaultwm42013-02-232-13/+26
* m_option: remove preset mechanismwm42013-02-232-98/+0
* vf_scale: remove video dimension presets ("presize" suboption)wm42013-02-232-52/+1
* vf_stereo3d: get rid of m_obj_presets_t usagewm42013-02-231-49/+3
* demux_rawvideo: remove ancient video dimension presetswm42013-02-232-20/+0
* options: fix --no-shuffle and --no-{wm42013-02-232-2/+6
* options: drop --opt:subopt option nameswm42013-02-2310-89/+79
* core: add fs-screen option for fullscreen display selectionStefano Pigozzi2013-02-219-59/+111
* core: move `xineramascreen` to `MPOpts` as `vo_screen_id`Stefano Pigozzi2013-02-218-16/+20
* x11_common: uncrustifywm42013-02-212-390/+328
* vd_lavc: fix software decoding fallbackwm42013-02-211-1/+1
* options: parse C-style escapes for some optionswm42013-02-204-15/+79
* osd: prevent osd bar from sticking around on seekswm42013-02-202-7/+14
* mplayer: don't display "-1" as chapter when chapter seek failswm42013-02-201-1/+6
* cocoa_common: fix crash with dead key input and simplify related codeStefano Pigozzi2013-02-191-9/+20
* demux_lavf: add workaround for broken libavformat seek behaviorwm42013-02-191-1/+8
* parser-cfg: fix profile-descwm42013-02-181-5/+6
* osd: use --osd-duration for OSD barwm42013-02-171-2/+4
* manpage: improve configuration file section a bitwm42013-02-171-14/+37
* 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-174-6/+18
* demux_mf: fix breakage after commit 4d016a9wm42013-02-171-0/+1
* cleanup: remove duplicated function, move escape parsing functionwm42013-02-164-75/+82
* osd: add --osd-status-msg option for custom OSD statuswm42013-02-164-5/+20
* mplayer: use talloc instead of malloc for status linewm42013-02-161-59/+35
* command: give feedback on the OSD if a property is unavailablewm42013-02-162-26/+24
* osd: add --no-osd-bar option to disable the OSD barwm42013-02-166-3/+14
* osd: always update already visible OSD bar on seekswm42013-02-163-11/+26
* options: change handling of "no-" options yet againwm42013-02-164-45/+55
* osd: add --osd-bar-align-x/y options to control OSD bar positionwm42013-02-144-2/+29
* vo_xv: fix green border on the rightwm42013-02-141-0/+1
* demux: apply sparse video hack only to demux_lavf and demux_mkvwm42013-02-142-11/+8
* demux: restructure code that warns about packet buffer overflowswm42013-02-142-34/+33
* demux_mpg: fix setting codecwm42013-02-141-0/+1
* Fix compilation with Libavwm42013-02-141-0/+2
* mplayer: fix seek display during seeking when playing ordered chapterswm42013-02-131-9/+15
* dec_video: fix bogus assertwm42013-02-131-1/+1
* Prefix keycode defines with MP_wm42013-02-1214-612/+606
* mp_common: silence warningwm42013-02-121-1/+1
* demux: fix video with demux_mpg (DVD playback)wm42013-02-121-1/+4
* Rename af_volnorm to af_drcMartin2013-02-124-23/+27
* configure: fix recently added testswm42013-02-111-2/+2
* demux_lavf, ad_lavc, vd_lavc: pass codec header data directlywm42013-02-1010-284/+82
* demux_lavf, ad_lavc, vd_lavc: refactor, cleanupwm42013-02-104-104/+79
* demux_lavf: remove code duplicationwm42013-02-105-68/+27
* core: redo how codecs are mapped, remove codecs.confwm42013-02-1054-3926/+1220
* dec_audio: uncrustifywm42013-02-092-193/+203
* options: change --no-config option, make it apply to input.conf as wellwm42013-02-098-46/+38
* Check return values of some mp_find_..._config_file function calls for NULLwm42013-02-092-4/+8
* mplayer: remove seconds/centiseconds display from terminal status linewm42013-02-091-6/+2
* cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAGwm42013-02-097-52/+50
* options: unify single dash and double dash optionswm42013-02-098-207/+175
* config: do not require option valuewm42013-02-091-54/+38
* options: change handling of "no-" optionswm42013-02-097-60/+101
* audio/out, video/out: hide encoding VO/AOwm42013-02-066-12/+31
* video/out: change autoprobe orderwm42013-02-061-16/+12
* audio/out: prefer ao_dsound over ao_portaudiowm42013-02-061-3/+3
* mixer: prefer AO softvol control over volume filterwm42013-02-062-2/+3
* ao_dsound: support 6.1 and 7.1 channel configurationswm42013-02-061-30/+43
* Remove BSD legacy TV/radio support (BT848 stuff)wm42013-02-068-1184/+5
* core: remove --edlout functionalitywm42013-02-069-52/+1
* command: add command to show playlist on OSD