summaryrefslogtreecommitdiffstats
</
Commit message (Expand)AuthorAgeFilesLines
* stream: open_stream_plugin() should set error code on failurewm42012-11-011-0/+1
* gl_common: add dummy initializationwm42012-11-011-2/+2
* ad_spdif: don't print uninitialized value in debug messagewm42012-11-011-2/+2
* gl_common: make glFmt2bpp() abort on unknown formatswm42012-11-011-1/+1
* vf: fix NULL pointer issuewm42012-11-011-1/+1
* input: minor simplificationwm42012-11-011-2/+1
* vd: minor simplificationwm42012-11-011-2/+1
* m_option: minor simplificationwm42012-11-011-4/+2
* vo_x11: remove dead assignmentwm42012-11-011-8/+0
* mplayer: remove useless timer callswm42012-11-011-5/+1
* parser-mpcmd: minor simplificationwm42012-11-011-8/+3
* http: fix potential NULL pointer issuewm42012-11-011-10/+9
* tl_matroska: fix NULL pointer issuewm42012-11-011-1/+2
* http: fix potential NULL pointer issuewm42012-11-011-1/+4
* demux_mkv: fix a hang with invalid filesUoti Urpala2012-11-011-0/+2
* manpage: --codecpath was removedwm42012-11-011-3/+0
* demux_ts: remove some incorrect usages of realloc_structreimar2012-10-311-19/+16
* subreader: do not write outside array boundsreimar2012-10-311-2/+4
* cookies: replace sprintf with snprintfreimar2012-10-311-5/+7
* stream_cddb: replace sprintf with snprintfreimar2012-10-311-12/+14
* af_hrtf: clamp output to relieve noisesupsuper2012-10-311-4/+5
* spudec: set pointers to NULL after freereimar2012-10-311-0/+2
* input: fix off-by-one errorreimar2012-10-311-1/+1
* ao_oss: make error check slightly more correctreimar2012-10-311-1/+1
* geometry: remove useless NULL checkreimar2012-10-311-2/+2
* mplayer: mark exit_player as noreturnwm42012-10-311-1/+3
* vo_vdpau: fix off-by-one errorreimar2012-10-311-1/+1
* x11_common: make some variables staticreimar2012-10-311-2/+2
* x11_common: make modecount variable globalreimar2012-10-311-3/+3
* config: better error reporting, make invalid option values non-fatalwm42012-10-311-19/+15
* commands: fix audio-delay propertywm42012-10-301-3/+5
* commands: make media-title property return filename in default casewm42012-10-301-14/+15
* fmt-conversion: guard ffmpeg-only pixel formatwm42012-10-301-0/+3
* cleanup: remove some things related to old video decoderswm42012-10-304-55/+18
* mplayer: fix multiline terminal OSDwm42012-10-301-0/+3
* demux_lavf, ad_ffmpeg: don't change AVCodecContext.block_alignwm42012-10-301-1/+1
* codecs.conf: cleanup: remove stale entrywm42012-10-301-8/+0
* demux_lavf: add a hack to work around other hackswm42012-10-304-0/+12
* configure: bump required ffmpeg library versionswm42012-10-301-1/+1
* input: remove default bindings for sub_stepwm42012-10-301-2/+2
* command: make property "deinterlace" unavailable if deinterlacer absentwm42012-10-301-3/+5
* options: remove --hr-mp3-seekwm42012-10-303-12/+0
* options: remove --adapterwm42012-10-306-34/+0
* cleanup: remove M_OPT_NOCMDwm42012-10-302-13/+2
* manpage: -benchmark was renamed to -untimedwm42012-10-301-0/+1
* options: rename -ni to -avi-niwm42012-10-305-4/+5
* options, avi: remove -loadidx/-saveidxwm42012-10-305-78/+0
* cleanup: remove references to CONFIG_TV_DSHOWwm42012-10-302-16/+3
* cleanup: remove references to CONFIG_XVID4wm42012-10-301-4/+0
* screenshot: printf format "%.*s" takes an int, not ptrdiff_twm42012-10-301-1/+1
* stream: fix redirection for proxy URLsreimar2012-10-303-15/+55
* url: simplifycboesch2012-10-303-25/+43
* libmpcodecs: fix coverity issuesreimar2012-10-305-17/+17
* stream: add STREAM_CTRL_GET_CURRENT_TITLEib2012-10-304-0/+14
* cache: enable STREAM_CTRL_GET_NUM_TITLESib2012-10-301-0/+3
* vf_screenshot: fix handling of out-of-order slice rendered framesreimar2012-10-301-4/+2
* vf_delogo, vf_unsharp: clear mpi->priv for consistencyreimar2012-10-302-0/+2
* vf_delogo: fix using with numbered mpireimar2012-10-301-1/+4
* demux_ts: fix reading teletext languagereimar2012-10-301-1/+1
* demux_ts: cosmeticsreimar2012-10-301-10/+10
* mp_image: update description of MP_IMGFLAG_READABLEreimar2012-10-301-1/+8
* vf: fix usage count for passthrough-only filtersreimar2012-10-301-1/+3
* vd_ffmpeg: detect broken mpi usage countreimar2012-10-301-0/+4
* demuxer: add missing newline in error messagecehoyos2012-10-301-1/+1
* cache: fix long hangsreimar2012-10-301-1/+1
* demux_lavf: support SRT subtitlesreimar2012-10-301-2/+2
* demux_lavf: do not special case ID_TEXT subs on program switchingreimar2012-10-301-1/+1
* stream_file: explicitly signal EOFreimar2012-10-301-0/+2
* demux_ts: add support for PCM variant found on BluRayreimar2012-10-301-0/+7
* vf_stereo3d: add another anaglyph color variantreimar2012-10-301-12/+30
* vf_expand: remove outdated code causing crashesreimar2012-10-301-6/+0
* options: fix URL user/password parsingUoti Urpala2012-10-301-2/+2
* stream_ftp: fix double free in one error caseUoti Urpala2012-10-301-1/+0
* af_scaletempo: reset latency info when reconfiguringUoti Urpala2012-10-281-0/+3
* stream_ffmpeg: handle rtsp:// URLs by default, add lavf://Uoti Urpala2012-10-283-22/+31
* cleanup: remove vd_internal.hwm42012-10-231-48/+0
* vo_opengl: fix help output typowm42012-10-231-1/+1
* VF: remove IMGFMT_MPEGPESwm42012-10-226-20/+2
* vd: remove references to vf_palette and vf_lavcwm42012-10-221-48/+3
* vd_ffmpeg, vf: fix crashes with some game formatsreimar2012-10-222-5/+8
* osd_libass: increase robustness when handling internal OSD escapeswm42012-10-221-1/+1
* osd_libass: fix stupid dangling pointer crashwm42012-10-221-1/+1
* mp_image: add IMGFMT_BGR0/PIX_FMT_BGR0wm42012-10-214-0/+10
* vo_vdpau: fix screenshotswm42012-10-211-18/+32
* mplayer: make terminal status playback time consistent with OSDwm42012-10-211-14/+8
* build: fix compilation on Windows (manifest files)wm42012-10-203-3/+3
* VO: fix screenshot size with -geometrywm42012-10-204-24/+8
* gl_common: hack to support compilation on FreeBSDwm42012-10-201-0/+12
* cocoa_common: avoid situational nil dereferencingStefano Pigozzi2012-10-191-2/+3
* cocoa_common: use the same window level when windowed and fullscreenStefano Pigozzi2012-10-161-17/+7
* cocoa_common: split window creation in helper functionsStefano Pigozzi2012-10-161-88/+112
* cocoa_common: cosmetics / reformatStefano Pigozzi2012-10-161-87/+118
* gl_common: remove useless cocoa wrapper functionsStefano Pigozzi2012-10-161-18/+3
* cocoa_common: remove useless importStefano Pigozzi2012-10-161-2/+0
* cocoa_common: replace TickCount() with NSProcessInfo#systemUptimeStefano Pigozzi2012-10-161-4/+3
* cocoa_common: use IOKit to perform power managementStefano Pigozzi2012-10-168-12/+80
* cocoa_common: save state in the vo structStefano Pigozzi2012-10-165-62/+85
* codecs: add Video Decode Acceleration Framework codecStefano Pigozzi2012-10-161-0/+16
* TOOLS: add script for osx bundle generationStefano Pigozzi2012-10-1613-0/+913
* manpage: improvements to vo_opengl documentationwm42012-10-152-14/+26
* input: fix mp_cmd memory leakwm42012-10-141-0/+3
* input: minor simplification to mp_input_get_cmd()wm42012-10-141-13/+8
* command: reduce some property boilerplatewm42012-10-143-46/+35
* input: add input test modewm42012-10-145-14/+90
* input: track location info for input commandswm42012-10-143-24/+43
* osd_libass: fix \n escapeswm42012-10-141-8/+3
* stream: remove NULL checks for open callswm42012-10-141-13/+3
* core: show quvi page title in window title, clean up libquvi handlingwm42012-10-149-77/+115
* input: don't warn on commands for disabled optional featureswm42012-10-141-6/+5
* vo_opengl: fix filter reinitializationwm42012-10-141-4/+4
* ad_ffmpeg: add support for planar sample formatsStefano Pigozzi2012-10-141-7/+36
* fmt-conversion.h: fix pixfmt.h #include; fixes latest LibavUoti Urpala2012-10-141-2/+1
* Merge branch 'input_changes' into masterwm42012-10-1233-2405/+2196
|\
| * commands: use "up" and "down" as 2nd argument for cycle commandwm42012-10-123-5/+32
| * commands: add print_text input command to print text on the terminalwm42012-10-124-0/+15
| * sub: add --ass-style-override option to disable style overrideswm42012-10-129-14/+46
| * sub: enable sub-pos with libasswm42012-10-122-1/+6
| * options: add --status-msgwm42012-10-124-22/+41
| * manpage: document input.conf related thingswm42012-10-124-17/+367
| * commands: move legacy property wrapper to m_property.cwm42012-10-122-40/+48
| * commands: sub_step takes only one argumentwm42012-10-121-1/+1
| * TOOLS/mplayer2_identify.sh: program property is not readablewm42012-10-121-1/+0
| * commands: disable deprecation warningswm42012-10-122-2/+2
| * commands: rename show_tracks/chapters_osd commandwm42012-10-121-2/+4
| * commands: attempt to fix "program" propertywm42012-10-121-2/+16
| * commands: don't use dummy option declaration for propertieswm42012-10-123-4/+12
| * commands: make exact seeking default bindings not use OSDwm42012-10-121-4/+5
| * commands: more user-control whether a command shows OSD bars/messageswm42012-10-126-110/+176
| * commands: add choice type to input commandswm42012-10-123-59/+73
| * m_option.h: separate creating choices array into M_CHOICES macrowm42012-10-121-2/+3
| * talloc: fix strndup group of functionswm42012-10-121-2/+2
| * commands: change property expansion format stringwm42012-10-126-94/+109
| * Fix MP_TARRAY_GROW macrowm42012-10-121-1/+1
| * input: warn about non-existing commands, add explicit "ignore" commandwm42012-10-122-25/+27
| * input: handle escapes always in command parserwm42012-10-124-159/+163
| * commands: cosmetics: rename thingswm42012-10-123-13/+13
| * input: verify input.conf on loadingwm42012-10-123-9/+13
| * commands: replace "switch" with "add" and "cycle"wm42012-10-126-128/+135
| * commands: make "aspect" property writeable, replaces "switch_ratio"wm42012-10-123-15/+19
| * commands: remove M_PROPERTY_SWITCH from edition propertywm42012-10-123-24/+32
| * commands: make M_PROPERTY_GET_TYPE return an option copywm42012-10-123-35/+35
| * commands: cosmetics: reindent colormatrix propertywm42012-10-121-26/+26
| * commands: don't replicate mapping to option in levels_property_helperwm42012-10-122-37/+33
| * commands: cosmetic changes mostly to m_property.hwm42012-10-125-136/+94
| * commands: remove fallback for M_PROPERTY_PARSE and M_PROPERTY_TO_STRINGwm42012-10-121-38/+26
| * 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
* | Rename to "mpv"wm42012-10-1257-1598/+323
* | manpage: remove old manpagewm42012-10-121-8099/+0
* | encoding_example_profiles: add the better AAC encodersRudolf Polzer2012-10-121-1/+1
* | gl_common: allow compilation on Mac OS 10.6Stefano Pigozzi2012-10-072-1/+18
* | build: fix ao_dsound config checkswm42012-10-053-6/+30
* | vo_opengl: don't try to map an empty bufferwm42012-10-031-1/+1
* | vo_opengl: change default FBO formatwm42012-10-032-3/+3
* | vo_opengl: use PBOs by default with opengl-hqwm42012-10-032-2/+2
* | vo_opengl: use low quality default settings, add opengl-hq aliaswm42012-10-033-17/+50
* | VO: add mechanism to replace old VO names, use it with "gl" and "gl3"wm42012-10-032-37/+24
* | bstr: add bstr_equals/bstr_equals0 utility functionwm42012-10-031-0/+10