summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* commands: add more property-option bridge uses, rename some optionswm42012-10-128-364/+242
* commands: minor improvement to error messagewm42012-10-121-8/+2
* commands: handle property clamping in m_optionwm42012-10-125-27/+123
* options: simplify somewhat by introducing a union for option valueswm42012-10-123-34/+37
* options: accept "yes" and "no" only for flagswm42012-10-125-33/+25
* commands: generally handle property formatting with m_optionwm42012-10-125-76/+84
* commands: remove pointless NULL checkswm42012-10-122-127/+4
* commands: handle property stepping in a generic waywm42012-10-125-282/+189
* options: remove CONF_TYPE_POSITIONwm42012-10-125-47/+16
* commands: rename "osdlevel" option and property, make it a choicewm42012-10-127-36/+9
* commands: replace --hardframedrop, change framedropping propertywm42012-10-129-36/+22
* commands: remove third parameter for "switch"wm42012-10-122-5/+2
* commands: rename osd_show_[property_]text and osd_show_progressionwm42012-10-124-19/+12
* commands: remove speed_set/speed_incr commandswm42012-10-124-20/+5
* commands: rename properties, update input.confwm42012-10-125-169/+203
* commands: remove unimplemented "use_master" commandwm42012-10-122-2/+0
* commands: change input commands to make OSD usage explicitwm42012-10-125-60/+89
* commands: minor cleanup for property_osd_display arraywm42012-10-122-41/+40
* commands: simplify legacy command-to-property bridgewm42012-10-123-188/+63
* commands: remove legacy slave mode get commandswm42012-10-126-348/+1
* mplayer: unbreak OSD with CONFIG_ENCODING undefinedwm42012-09-182-12/+1
* options: rename noconfig to no-config, nocache to no-cachewm42012-09-181-2/+2
* cocoa_common: make fullscreen menubar/dock hiding conditionalStefano Pigozzi2012-09-181-1/+9
* encode: video encoding now supported using mencoder-like optionsRudolf Polzer2012-09-1826-33/+3208
* TOOLS: add a new file identifier toolRudolf Polzer2012-09-181-0/+165
* commands: allow printing raw propertieswm42012-09-181-4/+9
* vf_rectangle: remove as it is very dirty and we have a replacement nowRudolf Polzer2012-09-1810-209/+0
* vf_dlopen: vf_rectangle filter moved to dlopen (unix only)Rudolf Polzer2012-09-182-1/+348
* vf_dlopen: improve performance for 1-frame-for-1-frame filtersRudolf Polzer2012-09-182-22/+59
* mplayer: selectively reset track selection when playing multiple fileswm42012-09-182-0/+46
* ad_dvdpcm: add back PCM decoder for DVDwm42012-09-184-0/+171
* core, timeline: cache external ordered chapter files tooStefano Pigozzi2012-09-189-28/+77
* subs, vo_vdpau: support RGBA color for PGS subtitlesUoti Urpala2012-09-1811-52/+273
* libmpdemux: add back demux_tswm42012-09-185-1/+3574
* libmpdemux: add back demux_mpgwm42012-09-1811-7/+2795
* options: change --vid, --aid, --sid optionswm42012-09-183-24/+17
* options: change --loop option, and extend choice option typewm42012-09-186-26/+90
* options: remove M_OPT_IMPLICIT_DEFAULTwm42012-09-183-21/+8
* options: remove -subalignwm42012-09-186-45/+0
* configure: add version check for libquviwm42012-09-181-1/+1
* options: fix "--"wm42012-09-181-0/+5
* rawaudio: use mplayer audio format for format optionwm42012-09-186-22/+31
* dec_audio: do not overwrite sh_audio->wf->wFormatTagwm42012-09-181-8/+2
* ad_pcm: add back raw decoderwm42012-09-184-0/+247
* core: remove duplicated format_time() functionswm42012-09-186-53/+32
* build: move mpcommon.c to version.cwm42012-09-183-5/+23
* bluray: add bd:// as stream prefixwm42012-09-182-4/+4
* manpage: remove references to bitmap fontswm42012-09-182-7/+1
* demuxer: remove ImageDesc fieldwm42012-09-183-23/+0
* demuxer: do not set sub_utf8 optionwm42012-09-182-5/+0
* Remove VESA/FBDEV remains, clean up example.confwm42012-09-184-149/+5
* subs: restore support for sub_step command with libasswm42012-09-183-10/+28
* subs, vo: do sub bitmap change detection by comparing IDsUoti Urpala2012-09-188-32/+39
* vo_vdpau: split bitmap packing code into a separate fileUoti Urpala2012-09-184-146/+484
* cleanup: video_out: remove vo_subdevice global variablewm42012-09-182-8/+2
* subs: always use sub decoder framework for libass renderingUoti Urpala2012-09-1816-105/+164
* subs: libass: use a single persistent renderer for subtitlesUoti Urpala2012-09-1810-119/+72
* sd_lavc: use subtitle framework for former av_sub.c codeUoti Urpala2012-09-187-109/+75
* cleanup: remove pointless #definesUoti Urpala2012-09-187-28/+1
* core: fix DVD subtitle selectionwm42012-09-187-31/+112
* demux_mkv: fix minor memory leakwm42012-09-181-0/+1
* mplayer: don't clear OSD when new file is playedwm42012-09-181-19/+0
* core: runtime Matroska edition switchingwm42012-09-186-5/+84
* video_out: free memory if initializing a VO failswm42012-09-181-1/+3
* mplayer: do not cancel playback if VF/VO config failswm42012-09-181-2/+6
* core: move implementation for -audiofile to the frontendwm42012-09-186-313/+129
* core: manage tracks in the frontendwm42012-09-1812-1017/+694
* core: refactor MPContext.demuxer field accesseswm42012-09-183-132/+142
* command: remove sub_remove commandwm42012-09-073-70/+0
* command: remove sub_log commandwm42012-09-075-53/+1
* core, timeline: don't keep separate stream fieldwm42012-09-075-60/+41
* timer: remove timer_namewm42012-09-074-14/+0
* osd: reset OSD progression displaywm42012-09-071-28/+9
* libaf: rename af_format.h to format.hwm42012-08-2921-20/+20
* options, libaf: unify audio format name handlingwm42012-08-294-123/+36
* options, codecs.conf, img_format: unify imgfmt name handlingwm42012-08-295-196/+41
* cleanup: remove XvMC remains, reformat img_format.cUoti Urpala2012-08-285-46/+33
* cocoa_common: improve conditional dock hiding from 3259e4a7aStefano Pigozzi2012-08-281-2/+3
* OSD/commands: use osdlevel=3 for osd_show_progression commandUoti Urpala2012-08-281-14/+25
* af_scaletempo: fix crash on channel reconfigurationwm42012-08-261-0/+6
* DOCS: add big picture overview over the codewm42012-08-261-0/+206
* DOCS: remove outdated/useless fileswm42012-08-252-34/+0
* Merge remote-tracking branch 'cantabile/manpage_fixes'wm42012-08-255-121/+68
|\
| * manpage: update default jpeg quality for vo_imagecantabile2012-08-241-1/+1
| * manpage: update default value of --softvol-maxcantabile2012-08-241-1/+1
| * manpage: --screenshot-template: update %n, add %{prop}cantabile2012-08-241-6/+14
| * manpage: update the list of available screenshot formatscantabile2012-08-241-3/+7
| * manpage: update example of the status linecantabile2012-08-241-3/+3
| * manpage: fix ambiguous statement about --(no-)keepaspectcantabile2012-08-241-1/+1
| * manpage: mention that videos' colormatrix and color range flags are honoredcantabile2012-08-241-2/+4
| * manpage: don't mention nonexistent VOs, command line switches, etc.cantabile2012-08-243-84/+17
| * manpage: fix various typoscantabile2012-08-245-20/+20
* | configure: disable optimization if --enable-debug is usedwm42012-08-251-4/+8
* | configure: minor improvement to summary outputwm42012-08-251-6/+2
* | configure: restore DVB supportwm42012-08-251-0/+2
* | input: add ability to disable all default bindings for an input sectionwm42012-08-243-8/+20
* | vf_dlopen: add a generic filter to load external filtersRudolf Polzer2012-08-2311-0/+1014
* | img_format, m_option: make image format name list globally availablewm42012-08-233-81/+111
|/
* osd_libass: fix displaying empty text, fix API usagewm42012-08-211-11/+6
* Adjust ffmpeg/libav #includes to work with recent upstream changesUoti Urpala2012-08-2113-17/+27
* video: honor the video's colormatrix and color range flagscantabile2012-08-215-0/+49
* manpage: correct the definition of full range videocantabile2012-08-211-1/+1
* manpage: document -use-filename-title removal/replacementwm42012-08-201-0/+1
* parser-cfg: specify which config file contains the unknown optioncantabile2012-08-201-2/+2
* mplayer: enable talloc leak report if special environment is variable setwm42012-08-201-4/+7
* mplayer: fix command line arguments log outputwm42012-08-201-1/+1
* osd: get rid of useless initialization functionwm42012-08-203-29/+1
* sub: remove unused definitionswm42012-08-201-12/+0
* demux_gif: change format of packets to make it work againwm42012-08-201-9/+23
* vd_ffmpeg, demux_mng: allow general raw formats, fix MNG demuxerwm42012-08-202-9/+20
* libmpcodecs: remove redundant audio and video decoderswm42012-08-2027-7822/+1
* Remove support for libdvwm42012-08-2011-593/+0
* Remove support for libnemesi RTSP streamingwm42012-08-208-632/+0
* Remove support for LIVE555 RTSP streamingwm42012-08-2014-1476/+2
* libmpdemux: remove demux_real, demux_viv, demux_audiowm42012-08-2015-4275/+58
* build: remove leftover bits for internal libdvdread supportwm42012-08-202-28/+0
* cocoa_common: add HiDPI/retina supportStefano Pigozzi2012-08-163-17/+63
* macosx_finder_args: fix file open orderStefano Pigozzi2012-08-161-1/+3
* macosx_finder_args: make work with recent changesStefano Pigozzi2012-08-162-4/+4
* cocoa_common.m: add missing config.h includeStefano Pigozzi2012-08-161-0/+2
* cleanup: osx_common: remove unused functionsStefano Pigozzi2012-08-162-53/+0
* cocoa_common: refactor menu generationStefano Pigozzi2012-08-161-16/+41
* gl_common: fix compilation on OS X 10.8Stefano Pigozzi2012-08-161-0/+6
* VO: remove vo_directfb2 and vo_directxwm42012-08-167-2785/+0
* Remove dvdnav support (DVD menus)wm42012-08-1617-1704/+15
* Remove win32/qt/xanim/real binary codecs loadingwm42012-08-16114-44013/+2
* demux_lavf: assume audio codec_tag 0 means unsetUoti Urpala2012-08-161-0/+2
* ad_ffmpeg: add sanity check against decoder overreadsUoti Urpala2012-08-161-2/+4
* stream_file: print strerror() when failing to open a fileUoti Urpala2012-08-161-1/+3
* command: expand properties for "run" commandmplayer-svn2012-08-161-1/+5
* vo_vdpau: fix crash when vo_vdpau initialization failswm42012-08-161-1/+1
* video_out: fix crash when VO autoselection failswm42012-08-161-2/+3
* configure: check for python3 existenceRudolf Polzer2012-08-161-0/+13
* mplayer: cosmetic changes to status line outputwm42012-08-161-9/+9
* mplayer: remove playlist demuxer hackwm42012-08-161-63/+0
* image_writer: make JPG default and increase quality (for screenshots)wm42012-08-161-2/+2
* vf_expand: remove OSD supportwm42012-08-163-140/+4
* core: intentionally cripple slave modewm42012-08-152-11/+16
* vo_sharedbuffer: remove this VOStefano Pigozzi2012-08-156-348/+0
* command: fix crash when setting nonexistent propertywm42012-08-101-0/+2
* command: fix subtitle selection displaywm42012-08-082-4/+8
* osx: fix buildStefano Pigozzi2012-08-082-3/+3
* manpage: document gl3, direct3d, portaudio, remove v4l2wm42012-08-082-18/+308
* manpage: document per-file optionswm42012-08-071-0/+42
* manpage: add initial documentation about changeswm42012-08-072-0/+156
* sub: fix confusion of ass_library handleswm42012-08-074-12/+15
* codecs.cfg: do not prefer spdifmpa over mpg123 decoderwm42012-08-071-1/+1
* playlist: do not add playlist base path to URLswm42012-08-071-3/+10
* command: skipping past the last chapter explicitly stops playbackwm42012-08-071-1/+1
* osd: remove FAST_OSD codewm42012-08-074-85/+1
* osd_libass: allocate separate ASS_Library for OSDwm42012-08-074-6/+10
* osd: reset OSD change state even if VO doesn't draw OSDwm42012-08-073-1/+12
* VO: remove old VO gluewm42012-08-0715-356/+3
* osx_common: remove old VO include, modify change_movie_aspect()wm42012-08-072-4/+5
* vo_directx: convert to new VO APIwm42012-08-071-68/+78
* win32: fix compilation on MinGWwm42012-08-074-11/+15
* vo_null: reformat and use new VO APIwm42012-08-071-48/+42
* Remove V4L2 decoder support (vo_v4l2 and ao_v4l2)wm42012-08-079-673/+0
* vo_v4l2: reformat, use new VO APIwm42012-08-071-165/+153
* vo_caca: use new VO APIwm42012-08-071-33/+54
* vo_directfb2: reformat and convert to new VO APIwm42012-08-071-938/+1083
* vo_x11: reformat, use new VO APIwm42012-08-071-375/+397
* TOOLS/uncrustify.cfg: add uncrustify profile for code reformattingwm42012-08-061-0/+158
* manpage: reflect recent VO changeswm42012-08-061-108/+33
* image_writer: rename "filetype" option to "format"wm42012-08-063-5/+5
* libvo: remove videodev_mjpeg.hwm42012-08-061-141/+0
* VO: remove vo_gif89a, vo_md5sum, vo_yuv4mpegwm42012-08-066-1033/+0
* VO: remove vo_jpeg, vo_png, vo_pnm, vo_tgawm42012-08-067-1484/+1
* vo_image: add outdir optionwm42012-08-061-8/+42
* vo_image: add new video output for writing imageswm42012-08-064-1/+173
* video_out: rename privsize member to priv_sizewm42012-08-063-5/+5
* image_writer: support all JPEG specific options vo_jpeg supportswm42012-08-062-1/+32
* image_writer: add TGA image formatwm42012-08-061-0/+5
* image_writer: add some PNM family image formatswm42012-08-061-9/+20
* image_writer: add option parsingwm42012-08-065-15/+28
* image_writer: allow specifying pixel formats for image writerswm42012-08-061-2/+13
* image_writer: never pass anamorphic images to image writerwm42012-08-061-1/+2
* screenshot: move image writer code into new file image_writer.cwm42012-08-064-204/+324
* m_config: support auto-allocated sub-structswm4