| Commit message (Expand) | Author | Age | Files | Lines |
* | input: fix mp_cmd memory leak | wm4 | 2012-10-14 | 1 | -0/+3 |
* | input: minor simplification to mp_input_get_cmd() | wm4 | 2012-10-14 | 1 | -13/+8 |
* | command: reduce some property boilerplate | wm4 | 2012-10-14 | 3 | -46/+35 |
* | input: add input test mode | wm4 | 2012-10-14 | 5 | -14/+90 |
* | input: track location info for input commands | wm4 | 2012-10-14 | 3 | -24/+43 |
* | osd_libass: fix \n escapes | wm4 | 2012-10-14 | 1 | -8/+3 |
* | stream: remove NULL checks for open calls | wm4 | 2012-10-14 | 1 | -13/+3 |
* | core: show quvi page title in window title, clean up libquvi handling | wm4 | 2012-10-14 | 9 | -77/+115 |
* | input: don't warn on commands for disabled optional features | wm4 | 2012-10-14 | 1 | -6/+5 |
* | vo_opengl: fix filter reinitialization | wm4 | 2012-10-14 | 1 | -4/+4 |
* | ad_ffmpeg: add support for planar sample formats | Stefano Pigozzi | 2012-10-14 | 1 | -7/+36 |
* | fmt-conversion.h: fix pixfmt.h #include; fixes latest Libav | Uoti Urpala | 2012-10-14 | 1 | -2/+1 |
* | Merge branch 'input_changes' into master | wm4 | 2012-10-12 | 33 | -2405/+2196 |
|\ |
|
| * | commands: use "up" and "down" as 2nd argument for cycle command | wm4 | 2012-10-12 | 3 | -5/+32 |
| * | commands: add print_text input command to print text on the terminal | wm4 | 2012-10-12 | 4 | -0/+15 |
| * | sub: add --ass-style-override option to disable style overrides | wm4 | 2012-10-12 | 9 | -14/+46 |
| * | sub: enable sub-pos with libass | wm4 | 2012-10-12 | 2 | -1/+6 |
| * | options: add --status-msg | wm4 | 2012-10-12 | 4 | -22/+41 |
| * | manpage: document input.conf related things | wm4 | 2012-10-12 | 4 | -17/+367 |
| * | commands: move legacy property wrapper to m_property.c | wm4 | 2012-10-12 | 2 | -40/+48 |
| * | commands: sub_step takes only one argument | wm4 | 2012-10-12 | 1 | -1/+1 |
| * | TOOLS/mplayer2_identify.sh: program property is not readable | wm4 | 2012-10-12 | 1 | -1/+0 |
| * | commands: disable deprecation warnings | wm4 | 2012-10-12 | 2 | -2/+2 |
| * | commands: rename show_tracks/chapters_osd command | wm4 | 2012-10-12 | 1 | -2/+4 |
| * | commands: attempt to fix "program" property | wm4 | 2012-10-12 | 1 | -2/+16 |
| * | commands: don't use dummy option declaration for properties | wm4 | 2012-10-12 | 3 | -4/+12 |
| * | commands: make exact seeking default bindings not use OSD | wm4 | 2012-10-12 | 1 | -4/+5 |
| * | commands: more user-control whether a command shows OSD bars/messages | wm4 | 2012-10-12 | 6 | -110/+176 |
| * | commands: add choice type to input commands | wm4 | 2012-10-12 | 3 | -59/+73 |
| * | m_option.h: separate creating choices array into M_CHOICES macro | wm4 | 2012-10-12 | 1 | -2/+3 |
| * | talloc: fix strndup group of functions | wm4 | 2012-10-12 | 1 | -2/+2 |
| * | commands: change property expansion format string | wm4 | 2012-10-12 | 6 | -94/+109 |
| * | Fix MP_TARRAY_GROW macro | wm4 | 2012-10-12 | 1 | -1/+1 |
| * | input: warn about non-existing commands, add explicit "ignore" command | wm4 | 2012-10-12 | 2 | -25/+27 |
| * | input: handle escapes always in command parser | wm4 | 2012-10-12 | 4 | -159/+163 |
| * | commands: cosmetics: rename things | wm4 | 2012-10-12 | 3 | -13/+13 |
| * | input: verify input.conf on loading | wm4 | 2012-10-12 | 3 | -9/+13 |
| * | commands: replace "switch" with "add" and "cycle" | wm4 | 2012-10-12 | 6 | -128/+135 |
| * | commands: make "aspect" property writeable, replaces "switch_ratio" | wm4 | 2012-10-12 | 3 | -15/+19 |
| * | commands: remove M_PROPERTY_SWITCH from edition property | wm4 | 2012-10-12 | 3 | -24/+32 |
| * | commands: make M_PROPERTY_GET_TYPE return an option copy | wm4 | 2012-10-12 | 3 | -35/+35 |
| * | commands: cosmetics: reindent colormatrix property | wm4 | 2012-10-12 | 1 | -26/+26 |
| * | commands: don't replicate mapping to option in levels_property_helper | wm4 | 2012-10-12 | 2 | -37/+33 |
| * | commands: cosmetic changes mostly to m_property.h | wm4 | 2012-10-12 | 5 | -136/+94 |
| * | commands: remove fallback for M_PROPERTY_PARSE and M_PROPERTY_TO_STRING | wm4 | 2012-10-12 | 1 | -38/+26 |
| * | commands: add more property-option bridge uses, rename some options | wm4 | 2012-10-12 | 8 | -364/+242 |
| * | commands: minor improvement to error message | wm4 | 2012-10-12 | 1 | -8/+2 |
| * | commands: handle property clamping in m_option | wm4 | 2012-10-12 | 5 | -27/+123 |
| * | options: simplify somewhat by introducing a union for option values | wm4 | 2012-10-12 | 3 | -34/+37 |
| * | options: accept "yes" and "no" only for flags | wm4 | 2012-10-12 | 5 | -33/+25 |
| * | commands: generally handle property formatting with m_option | wm4 | 2012-10-12 | 5 | -76/+84 |
| * | commands: remove pointless NULL checks | wm4 | 2012-10-12 | 2 | -127/+4 |
| * | commands: handle property stepping in a generic way | wm4 | 2012-10-12 | 5 | -282/+189 |
| * | options: remove CONF_TYPE_POSITION | wm4 | 2012-10-12 | 5 | -47/+16 |
| * | commands: rename "osdlevel" option and property, make it a choice | wm4 | 2012-10-12 | 7 | -36/+9 |
| * | commands: replace --hardframedrop, change framedropping property | wm4 | 2012-10-12 | 9 | -36/+22 |
| * | commands: remove third parameter for "switch" | wm4 | 2012-10-12 | 2 | -5/+2 |
| * | commands: rename osd_show_[property_]text and osd_show_progression | wm4 | 2012-10-12 | 4 | -19/+12 |
| * | commands: remove speed_set/speed_incr commands | wm4 | 2012-10-12 | 4 | -20/+5 |
| * | commands: rename properties, update input.conf | wm4 | 2012-10-12 | 5 | -169/+203 |
| * | commands: remove unimplemented "use_master" command | wm4 | 2012-10-12 | 2 | -2/+0 |
| * | commands: change input commands to make OSD usage explicit | wm4 | 2012-10-12 | 5 | -60/+89 |
| * | commands: minor cleanup for property_osd_display array | wm4 | 2012-10-12 | 2 | -41/+40 |
| * | commands: simplify legacy command-to-property bridge | wm4 | 2012-10-12 | 3 | -188/+63 |
| * | commands: remove legacy slave mode get commands | wm4 | 2012-10-12 | 6 | -348/+1 |
* | | Rename to "mpv" | wm4 | 2012-10-12 | 57 | -1598/+323 |
* | | manpage: remove old manpage | wm4 | 2012-10-12 | 1 | -8099/+0 |
* | | encoding_example_profiles: add the better AAC encoders | Rudolf Polzer | 2012-10-12 | 1 | -1/+1 |
* | | gl_common: allow compilation on Mac OS 10.6 | Stefano Pigozzi | 2012-10-07 | 2 | -1/+18 |
* | | build: fix ao_dsound config checks | wm4 | 2012-10-05 | 3 | -6/+30 |
* | | vo_opengl: don't try to map an empty buffer | wm4 | 2012-10-03 | 1 | -1/+1 |
* | | vo_opengl: change default FBO format | wm4 | 2012-10-03 | 2 | -3/+3 |
* | | vo_opengl: use PBOs by default with opengl-hq | wm4 | 2012-10-03 | 2 | -2/+2 |
* | | vo_opengl: use low quality default settings, add opengl-hq alias | wm4 | 2012-10-03 | 3 | -17/+50 |
* | | VO: add mechanism to replace old VO names, use it with "gl" and "gl3" | wm4 | 2012-10-03 | 2 | -37/+24 |
* | | bstr: add bstr_equals/bstr_equals0 utility function | wm4 | 2012-10-03 | 1 | -0/+10 |
* | | vo_opengl: always check GL errors in first 5 frames | wm4 | 2012-10-03 | 1 | -1/+5 |
* | | VO: actually rename VOs gl -> opengl-old, gl3 -> opengl | wm4 | 2012-10-03 | 7 | -249/+248 |
* | | VO: rename file: vo_gl3_shaders.glsl -> vo_opengl_shaders.glsl | wm4 | 2012-10-03 | 4 | -6/+6 |
* | | VO: rename file: vo_gl3.c -> vo_opengl.c | wm4 | 2012-10-03 | 2 | -2/+2 |
* | | VO: rename file: vo_gl.c -> vo_opengl_old.c | wm4 | 2012-10-03 | 2 | -2/+2 |
* | | gl_common: require GLX 1.3 for vo_gl, remove old pre-1.3 code | wm4 | 2012-10-03 | 1 | -123/+91 |
* | | vo_gl3: make it work on OpenGL 2.1 | wm4 | 2012-10-03 | 8 | -650/+966 |
* | | mplayer: fix crash when muted and audio codec fails | wm4 | 2012-10-03 | 2 | -2/+5 |
* | | Remove useless video filters | wm4 | 2012-10-03 | 54 | -16996/+4 |
* | | Fix string.format compatibility with Python 2.6 | Kovensky | 2012-10-01 | 1 | -3/+3 |
* | | encode: remove dependency on current ffmpeg | Rudolf Polzer | 2012-10-01 | 2 | -235/+240 |
* | | .gitignore: ignore .exe files | Kovensky | 2012-09-30 | 1 | -0/+1 |
* | | windows support: set -mwin32 when building on Cygwin | Kovensky | 2012-09-30 | 1 | -0/+4 |
* | | windows support: include io.h when building on Cygwin | Kovensky | 2012-09-30 | 1 | -0/+4 |
* | | windows support: define WINVER to 0x0500 | Kovensky | 2012-09-30 | 1 | -1/+1 |
* | | vf_lavc: fix compilation with latest libav | Anton Khirnov | 2012-09-29 | 1 | -5/+0 |
* | | build: use "python" instead of "python3" as interpreter name | wm4 | 2012-09-29 | 4 | -5/+5 |
* | | build: make Python scripts compatible with Python 2.x | wm4 | 2012-09-29 | 2 | -1/+7 |
* | | encode: add options --ovfirst and --oafirst | Rudolf Polzer | 2012-09-29 | 8 | -35/+77 |
* | | encode: update to current ffmpeg API | Rudolf Polzer | 2012-09-29 | 1 | -28/+8 |
* | | encode: fix -ocopyts with certain DVD images | Rudolf Polzer | 2012-09-29 | 2 | -78/+94 |
* | | TOOLS: fix first frame pts for dlopen/telecine.so | Rudolf Polzer | 2012-09-28 | 1 | -6/+13 |
* | | encoding examples: refuse upscaling when the target is an iPhone | Rudolf Polzer | 2012-09-24 | 1 | -7/+7 |
* | | vf_scale: do the upscale detection AFTER calculating dimensions | Rudolf Polzer | 2012-09-24 | 1 | -7/+8 |
* | | mp_msg: make MSGL_STATUS use the same color as MSGL_INFO | wm4 | 2012-09-23 | 1 | -1/+1 |
* | | demuxer: fix crash with demux_rawvideo | wm4 | 2012-09-23 | 1 | -2/+6 |
* | | options: handle alias options differently | wm4 | 2012-09-23 | 2 | -10/+9 |
* | | options: simplify somewhat by introducing a union for option values | wm4 | 2012-09-23 | 3 | -20/+30 |
* | | options: accept "yes" and "no" only for flags | wm4 | 2012-09-23 | 5 | -33/+25 |
* | | commands: fix parsing bug | wm4 | 2012-09-23 | 1 | -1/+1 |
* | | ao_pulse: extend maximum settable volume beyond 100% | wm4 | 2012-09-23 | 1 | -7/+8 |
* | | softvol, ao_pulse: prefer ao_pulse volume control by default | wm4 | 2012-09-23 | 7 | -7/+35 |
* | | configure: make --enable-openal use auto detection | wm4 | 2012-09-23 | 1 | -1/+1 |
* | | options: make cache option always per-file | wm4 | 2012-09-23 | 3 | -6/+12 |
* | | mplayer: fix abort command handling | wm4 | 2012-09-23 | 1 | -14/+10 |
* | | getch2: request at least 1 byte of input each read | Rudolf Polzer | 2012-09-19 | 1 | -1/+1 |
* | | mp_msg: use stdout for all output except status; put status on stderr | Rudolf Polzer | 2012-09-19 | 1 | -2/+2 |
* | | mp_msg: enable --msgcolor by default; force it off if stdout is no tty | Rudolf Polzer | 2012-09-19 | 1 | -7/+14 |
|/ |
|
* | mplayer: unbreak OSD with CONFIG_ENCODING undefined | wm4 | 2012-09-18 | 2 | -12/+1 |
* | options: rename noconfig to no-config, nocache to no-cache | wm4 | 2012-09-18 | 1 | -2/+2 |
* | cocoa_common: make fullscreen menubar/dock hiding conditional | Stefano Pigozzi | 2012-09-18 | 1 | -1/+9 |
* | encode: video encoding now supported using mencoder-like options | Rudolf Polzer | 2012-09-18 | 26 | -33/+3208 |
* | TOOLS: add a new file identifier tool | Rudolf Polzer | 2012-09-18 | 1 | -0/+165 |
* | commands: allow printing raw properties | wm4 | 2012-09-18 | 1 | -4/+9 |
* | vf_rectangle: remove as it is very dirty and we have a replacement now | Rudolf Polzer | 2012-09-18 | 10 | -209/+0 |
* | vf_dlopen: vf_rectangle filter moved to dlopen (unix only) | Rudolf Polzer | 2012-09-18 | 2 | -1/+348 |
* | vf_dlopen: improve performance for 1-frame-for-1-frame filters | Rudolf Polzer | 2012-09-18 | 2 | -22/+59 |
* | mplayer: selectively reset track selection when playing multiple files | wm4 | 2012-09-18 | 2 | -0/+46 |
* | ad_dvdpcm: add back PCM decoder for DVD | wm4 | 2012-09-18 | 4 | -0/+171 |
* | core, timeline: cache external ordered chapter files too | Stefano Pigozzi | 2012-09-18 | 9 | -28/+77 |
* | subs, vo_vdpau: support RGBA color for PGS subtitles | Uoti Urpala | 2012-09-18 | 11 | -52/+273 |
* | libmpdemux: add back demux_ts | wm4 | 2012-09-18 | 5 | -1/+3574 |
* | libmpdemux: add back demux_mpg | wm4 | 2012-09-18 | 11 | -7/+2795 |
* | options: change --vid, --aid, --sid options | wm4 | 2012-09-18 | 3 | -24/+17 |
* | options: change --loop option, and extend choice option type | wm4 | 2012-09-18 | 6 | -26/+90 |
* | options: remove M_OPT_IMPLICIT_DEFAULT | wm4 | 2012-09-18 | 3 | -21/+8 |
* | options: remove -subalign | wm4 | 2012-09-18 | 6 | -45/+0 |
* | configure: add version check for libquvi | wm4 | 2012-09-18 | 1 | -1/+1 |
* | options: fix "--" | wm4 | 2012-09-18 | 1 | -0/+5 |
* | rawaudio: use mplayer audio format for format option | wm4 | 2012-09-18 | 6 | -22/+31 |
* | dec_audio: do not overwrite sh_audio->wf->wFormatTag | wm4 | 2012-09-18 | 1 | -8/+2 |
* | ad_pcm: add back raw decoder | wm4 | 2012-09-18 | 4 | -0/+247 |
* | core: remove duplicated format_time() functions | wm4 | 2012-09-18 | 6 | -53/+32 |
* | build: move mpcommon.c to version.c | wm4 | 2012-09-18 | 3 | -5/+23 |
* | bluray: add bd:// as stream prefix | wm4 | 2012-09-18 | 2 | -4/+4 |
* | manpage: remove references to bitmap fonts | wm4 | 2012-09-18 | 2 | -7/+1 |
* | demuxer: remove ImageDesc field | wm4 | 2012-09-18 | 3 | -23/+0 |
* | demuxer: do not set sub_utf8 option | wm4 | 2012-09-18 | 2 | -5/+0 |
* | Remove VESA/FBDEV remains, clean up example.conf | wm4 | 2012-09-18 | 4 | -149/+5 |
* | subs: restore support for sub_step command with libass | wm4 | 2012-09-18 | 3 | -10/+28 |
* | subs, vo: do sub bitmap change detection by comparing IDs | Uoti Urpala | 2012-09-18 | 8 | -32/+39 |
* | vo_vdpau: split bitmap packing code into a separate file | Uoti Urpala | 2012-09-18 | 4 | -146/+484 |
* | cleanup: video_out: remove vo_subdevice global variable | wm4 | 2012-09-18 | 2 | -8/+2 |
* | subs: always use sub decoder framework for libass rendering | Uoti Urpala | 2012-09-18 | 16 | -105/+164 |
* | subs: libass: use a single persistent renderer for subtitles | Uoti Urpala | 2012-09-18 | 10 | -119/+72 |
* | sd_lavc: use subtitle framework for former av_sub.c code | Uoti Urpala | 2012-09-18 | 7 | -109/+75 |
* | cleanup: remove pointless #defines | Uoti Urpala | 2012-09-18 | 7 | -28/+1 |
* | core: fix DVD subtitle selection | wm4 | 2012-09-18 | 7 | -31/+112 |
* | demux_mkv: fix minor memory leak | wm4 | 2012-09-18 | 1 | -0/+1 |
* | mplayer: don't clear OSD when new file is played | wm4 | 2012-09-18 | 1 | -19/+0 |
* | core: runtime Matroska edition switching | wm4 | 2012-09-18 | 6 | -5/+84 |
* | video_out: free memory if initializing a VO fails | wm4 | 2012-09-18 | 1 | -1/+3 |
* | 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 | 6 | -313/+129 |
* | core: manage tracks in the frontend | wm4 | 2012-09-18 | 12 | -1017/+694 |
* | core: refactor MPContext.demuxer field accesses | wm4 | 2012-09-18 | 3 | -132/+142 |
* | command: remove sub_remove command | wm4 | 2012-09-07 | 3 | -70/+0 |
* | command: remove sub_log command | wm4 | 2012-09-07 | 5 | -53/+1 |
* | core, timeline: don't keep separate stream field | wm4 | 2012-09-07 | 5 | -60/+41 |
* | timer: remove timer_name | wm4 | 2012-09-07 | 4 | -14/+0 |
* | osd: reset OSD progression display | wm4 | 2012-09-07 | 1 | -28/+9 |
* | libaf: rename af_format.h to format.h | wm4 | 2012-08-29 | 21 | -20/+20 |
* | options, libaf: unify audio format name handling | wm4 | 2012-08-29 | 4 | -123/+36 |
* | options, codecs.conf, img_format: unify imgfmt name handling | wm4 | 2012-08-29 | 5 | -196/+41 |
* | cleanup: remove XvMC remains, reformat img_format.c | Uoti Urpala | 2012-08-28 | 5 | -46/+33 |
* | cocoa_common: improve conditional dock hiding from 3259e4a7a | Stefano Pigozzi | 2012-08-28 | 1 | -2/+3 |
* | OSD/commands: use osdlevel=3 for osd_show_progression command | Uoti Urpala | 2012-08-28 | 1 | -14/+25 |
* | af_scaletempo: fix crash on channel reconfiguration | wm4 | 2012-08-26 | 1 | -0/+6 |
* | DOCS: add big picture overview over the code | wm4 | 2012-08-26 | 1 | -0/+206 |
* | DOCS: remove outdated/useless files | wm4 | 2012-08-25 | 2 | -34/+0 |
* | Merge remote-tracking branch 'cantabile/manpage_fixes' | wm4 | 2012-08-25 | 5 | -121/+68 |
|\ |
|
| * | manpage: update default jpeg quality for vo_image | cantabile | 2012-08-24 | 1 | -1/+1 |
| * | manpage: update default value of --softvol-max | cantabile | 2012-08-24 | 1 | -1/+1 |
| * | manpage: --screenshot-template: update %n, add %{prop} | cantabile | 2012-08-24 | 1 | -6/+14 |
| * | manpage: update the list of available screenshot formats | cantabile | 2012-08-24 | 1 | -3/+7 |
| * | manpage: update example of the status line | cantabile | 2012-08-24 | 1 | -3/+3 |
| * | manpage: fix ambiguous statement about --(no-)keepaspect | cantabile | 2012-08-24 | 1 | -1/+1 |
| * | manpage: mention that videos' colormatrix and color range flags are honored | cantabile | 2012-08-24 | 1 | -2/+4 |
| * | manpage: don't mention nonexistent VOs, command line switches, etc. | cantabile | 2012-08-24 | 3 | -84/+17 |
| * | manpage: fix various typos | cantabile | 2012-08-24 | 5 | -20/+20 |
* | | configure: disable optimization if --enable-debug is used | wm4 | 2012-08-25 | 1 | -4/+8 |
* | | configure: minor improvement to summary output | wm4 | 2012-08-25 | 1 | -6/+2 |
* | | configure: restore DVB support | wm4 | 2012-08-25 | 1 | -0/+2 |
* | | input: add ability to disable all default bindings for an input section | wm4 | 2012-08-24 | 3 | -8/+20 |
* | | vf_dlopen: add a generic filter to load external filters | Rudolf Polzer | 2012-08-23 | 11 | -0/+1014 |
* | | img_format, m_option: make image format name list globally available | wm4 | 2012-08-23 | 3 | -81/+111 |
|/ |
|
* | osd_libass: fix displaying empty text, fix API usage | wm4 | 2012-08-21 | 1 | -11/+6 |
* | Adjust ffmpeg/libav #includes to work with recent upstream changes | Uoti Urpala | 2012-08-21 | 13 | -17/+27 |
* | video: honor the video's colormatrix and color range flags | cantabile | 2012-08-21 | 5 | -0/+49 |
* | manpage: correct the definition of full range video | cantabile | 2012-08-21 | 1 | -1/+1 |
* | manpage: document -use-filename-title removal/replacement | wm4 | 2012-08-20 | 1 | -0/+1 |
* | parser-cfg: specify which config file contains the unknown option | cantabile | 2012-08-20 | 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 |
* | osd: get rid of useless initialization function | wm4 | 2012-08-20 | 3 | -29/+1 |
* | sub: remove unused definitions | wm4 | 2012-08-20 | 1 | -12/+0 |
* | demux_gif: change format of packets to make it work again | wm4 | 2012-08-20 | 1 | -9/+23 |
* | vd_ffmpeg, demux_mng: allow general raw formats, fix MNG demuxer | wm4 | 2012-08-20 | 2 | -9/+20 |
* | libmpcodecs: remove redundant audio and video decoders | wm4 | 2012-08-20 | 27 | -7822/+1 |
* | Remove support for libdv | wm4 | 2012-08-20 | 11 | -593/+0 |
* | Remove support for libnemesi RTSP streaming | wm4 | 2012-08-20 | 8 | -632/+0 |
* | Remove support for LIVE555 RTSP streaming | wm4 | 2012-08-20 | 14 | -1476/+2 |
* | libmpdemux: remove demux_real, demux_viv, demux_audio | wm4 | 2012-08-20 | 15 | -4275/+58 |
* | build: remove leftover bits for internal libdvdread support | wm4 | 2012-08-20 | 2 | -28/+0 |
* | cocoa_common: add HiDPI/retina support | Stefano Pigozzi | 2012-08-16 | 3 | -17/+63 |
* | macosx_finder_args: fix file open order | Stefano Pigozzi | 2012-08-16 | 1 | -1/+3 |
* | macosx_finder_args: make work with recent changes | Stefano Pigozzi | 2012-08-16 | 2 | -4/+4 |
* | cocoa_common.m: add missing config.h include | Stefano Pigozzi | 2012-08-16 | 1 | -0/+2 |
* | cleanup: osx_common: remove unused functions | Stefano Pigozzi | 2012-08-16 | 2 | -53/+0 |
* | cocoa_common: refactor menu generation | Stefano Pigozzi | 2012-08-16 | 1 | -16/+41 |
* | gl_common: fix compilation on OS X 10.8 | Stefano Pigozzi | 2012-08-16 | 1 | -0/+6 |
* | VO: remove vo_directfb2 and vo_directx | wm4 | 2012-08-16 | 7 | -2785/+0 |
* | Remove dvdnav support (DVD menus) | wm4 | 2012-08-16 | 17 | -1704/+15 |
* | Remove win32/qt/xanim/real binary codecs loading | wm4 | 2012-08-16 | 114 | -44013/+2 |
* | demux_lavf: assume audio codec_tag 0 means unset | Uoti Urpala | 2012-08-16 | 1 | -0/+2 |
* | ad_ffmpeg: add sanity check against decoder overreads | Uoti Urpala | 2012-08-16 | 1 | -2/+4 |
* | stream_file: print strerror() when failing to open a file | Uoti Urpala | 2012-08-16 | 1 | -1/+3 |
* | command: expand properties for "run" command | mplayer-svn | 2012-08-16 | 1 | -1/+5 |
* | vo_vdpau: fix crash when vo_vdpau initialization fails | wm4 | 2012-08-16 | 1 | -1/+1 |
* | video_out: fix crash when VO autoselection fails | wm4 | 2012-08-16 | 1 | -2/+3 |
* | configure: check for python3 existence | Rudolf Polzer | 2012-08-16 | 1 | -0/+13 |
* | 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 |
* | image_writer: make JPG default and increase quality (for screenshots) | wm4 | 2012-08-16 | 1 | -2/+2 |
* | vf_expand: remove OSD support | wm4 | 2012-08-16 | 3 | -140/+4 |
* | core: intentionally cripple slave mode | wm4 | 2012-08-15 | 2 | -11/+16 |
* | vo_sharedbuffer: remove this VO | Stefano Pigozzi | 2012-08-15 | 6 | -348/+0 |
* | command: fix crash when setting nonexistent property | wm4 | 2012-08-10 | 1 | -0/+2 |
* | command: fix subtitle selection display | wm4 | 2012-08-08 | 2 | -4/+8 |
* | osx: fix build | Stefano Pigozzi | 2012-08-08 | 2 | -3/+3 |
* | manpage: document gl3, direct3d, portaudio, remove v4l2 | wm4 | 2012-08-08 | 2 | -18/+308 |
* | manpage: document per-file options | wm4 | 2012-08-07 | 1 | -0/+42 |
* | manpage: add initial documentation about changes | wm4 | 2012-08-07 | 2 | -0/+156 |
* | sub: fix confusion of ass_library handles | wm4 | 2012-08-07 | 4 | -12/+15 |
* | codecs.cfg: do not prefer spdifmpa over mpg123 decoder | wm4 | 2012-08-07 | 1 | -1/+1 |
* | playlist: do not add playlist base path to URLs | wm4 | 2012-08-07 | 1 | -3/+10 |
* | command: skipping past the last chapter explicitly stops playback | wm4 | 2012-08-07 | 1 | -1/+1 |
* | osd: remove FAST_OSD code | wm4 | 2012-08-07 | 4 | -85/+1 |
* | osd_libass: allocate separate ASS_Library for OSD | wm4 | 2012-08-07 | 4 | -6/+10 |
* | osd: reset OSD change state even if VO doesn't draw OSD | wm4 | 2012-08-07 | 3 | -1/+12 |
* | VO: remove old VO glue | wm4 | 2012-08-07 | 15 | -356/+3 |
* | osx_common: remove old VO include, modify change_movie_aspect() | wm4 | 2012-08-07 | 2 | -4/+5 |
* | vo_directx: convert to new VO API | wm4 | 2012-08-07 | 1 | -68/+78 |
* | win32: fix compilation on MinGW | wm4 | 2012-08-07 | 4 | -11/+15 |
* | vo_null: reformat and use new VO API | wm4 | 2012-08-07 | 1 | -48/+42 |
* | Remove V4L2 decoder support (vo_v4l2 and ao_v4l2) | wm4 | 2012-08-07 | 9 | -673/+0 |
* | vo_v4l2: reformat, use new VO API | wm4 | 2012-08-07 | 1 | -165/+153 |
* | vo_caca: use new VO API | wm4 | 2012-08-07 | 1 | -33/+54 |
* | vo_directfb2: reformat and convert to new VO API | wm4 | 2012-08-07 | 1 | -938/+1083 |
* | vo_x11: reformat, use new VO API | wm4 | 2012-08-07 | 1 | -375/+397 |
* | TOOLS/uncrustify.cfg: add uncrustify profile for code reformatting | wm4 | 2012-08-06 | 1 | -0/+158 |
* | manpage: reflect recent VO changes | wm4 | 2012-08-06 | 1 | -108/+33 |
* | image_writer: rename "filetype" option to "format" | wm4 | 2012-08-06 | 3 | -5/+5 |
* | libvo: remove videodev_mjpeg.h | wm4 | 2012-08-06 | 1 | -141/+0 |
* | VO: remove vo_gif89a, vo_md5sum, vo_yuv4mpeg | wm4 | 2012-08-06 | 6 | -1033/+0 |
* | VO: remove vo_jpeg, vo_png, vo_pnm, vo_tga | wm4 | 2012-08-06 | 7 | -1484/+1 |
* | vo_image: add outdir option | wm4 | 2012-08-06 | 1 | -8/+42 |
* | vo_image: add new video output for writing images | wm4 | 2012-08-06 | 4 | -1/+173 |
* | video_out: rename privsize member to priv_size | wm4 | 2012-08-06 | 3 | -5/+5 |
* | image_writer: support all JPEG specific options vo_jpeg supports | wm4 | 2012-08-06 | 2 | -1/+32 |
* | image_writer: add TGA image format | wm4 | 2012-08-06 | 1 | -0/+5 |
* | image_writer: add some PNM family image formats | wm4 | 2012-08-06 | 1 | -9/+20 |
* | image_writer: add option parsing | wm4 | 2012-08-06 | 5 | -15/+28 |
* | image_writer: allow specifying pixel formats for image writers | wm4 | 2012-08-06 | 1 | -2/+13 |
* | image_writer: never pass anamorphic images to image writer | wm4 | 2012-08-06 | 1 | -1/+2 |
* | screenshot: move image writer code into new file image_writer.c | wm4 | 2012-08-06 | 4 | -204/+324 |
* | m_config: support auto-allocated sub-structs | wm4 | 2012-08-06 | 4 | -37/+75 |
* | m_config: support flatten and merge flags for suboptions | wm4 | 2012-08-06 | 3 | -14/+42 |
* | options: get rid of some compatibility stuff | wm4 | 2012-08-06 | 5 | -53/+12 |
* | options: get rid of ambiguous option parsing | wm4 | 2012-08-05 | 14 | -306/+317 |
* | options: remove CONF_TYPE_PRINT_INDIRECT | wm4 | 2012-08-05 | 2 | -10/+1 |
* | input.conf: put dvdnav commands under {dvdnav} | wm4 | 2012-08-05 | 1 | -8/+8 |
* | osd: free buffer allocated with av_malloc with av_free | wm4 | 2012-08-04 | 1 | -4/+4 |
* | m_config: always reject setting global options in per-file mode | wm4 | 2012-08-04 | 2 | -6/+13 |
* | m_options: get rid of CONF_NOSAVE | wm4 | 2012-08-04 | 3 | -14/+6 |
* | m_config: implement m_config_new in terms of m_config_simple | wm4 | 2012-08-04 | 3 | -18/+14 |
* | options: revert passing around talloc contexts | wm4 | 2012-08-04 | 5 | -75/+46 |
* | mplayer: make OSD stack a member of MPContext | wm4 | 2012-08-04 | 4 | -54/+54 |
* | 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 | 5 | -25/+34 |
* | command, mplayer: free return value of demuxer_stream_lang() | wm4 | 2012-08-04 | 2 | -0/+2 |
* | 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 | 3 | -5/+5 |
* | mplayer: rearrange misleading code | wm4 | 2012-08-04 | 1 | -3/+4 |
* | mplayer: fix idle mode regressions | wm4 | 2012-08-04 | 3 | -42/+78 |
* | options: fix forgotten --sound => --audio rename | wm4 | 2012-08-03 | 1 | -1/+1 |
* | demuxer: introduce a general stream struct | wm4 | 2012-08-03 | 7 | -169/+176 |
* | command: make audio switching persistent across file switches | wm4 | 2012-08-03 | 1 | -0/+1 |
* | mplayer: fix output of audio/sub language in terminal output | wm4 | 2012-08-03 | 2 | -7/+14 |
* | 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 | 4 | -11/+3 |
* | x11_common: remove some code duplication | wm4 | 2012-08-03 | 1 | -114/+54 |
* | mplayer: do not create X11 state in player frontend | wm4 | 2012-08-03 | 7 | -23/+24 |
* | 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 | 2 | -5/+1 |
* | demux_audio: always enable parsing for audio streams | mplayer-svn | 2012-08-03 | 1 | -1/+2 |
* | subassconvert: order colour names alphabetically / better match W3 list | mplayer-svn | 2012-08-03 | 1 | -7/+23 |
* | tv: reduce code duplication | mplayer-svn | 2012-08-03 | 1 | -21/+14 |
* | vf_unsharp: direct rendering fixes | mplayer-svn | 2012-08-03 | 1 | -5/+5 |
* | vf_ass: use correct height when copying image | wm4 | 2012-08-03 | 1 | -1/+1 |
* | vf_ass: request a sufficiently large image for direct rendering | mplayer-svn | 2012-08-03 | 1 | -1/+3 |
* | bstr.h: fix compilation with C++ | wm4 | 2012-08-03 | 1 | -3/+3 |
* | configure: fix directx check on Cygwin | mplayer-svn | 2012-08-03 | 1 | -0/+1 |
* | mp3_hdr: cleanups | mplayer-svn | 2012-08-03 | 1 | -59/+37 |
* | demux_audio: fix calculation of audio length | mplayer-svn | 2012-08-03 | 1 | -1/+2 |
* | demux_audio: avoid integer overflows | mplayer-svn | 2012-08-03 | 1 | -3/+7 |
* | stream_pvr: fix buffer overflow | mplayer-svn | 2012-08-03 | 1 | -16/+13 |
* | configure: try linking in libmad test | mplayer-svn | 2012-08-03 | 1 | -1/+1 |
* | reorder_ch: support reordering 8 channels to AAC layout | mplayer-svn | 2012-08-03 | 1 | -0/+19 |
* | spudec: use more precise alpha handling for -spuaa 4 | mplayer-svn | 2012-08-03 | 1 | -2/+2 |
* | stream: detect prematurely closed connection | mplayer-svn | 2012-08-03 | 1 | -1/+2 |
* | av_sub, spudec: support multiple rectangles | mplayer-svn | 2012-08-03 | 3 | -41/+113 |
* | stream: retry reconnecting several times | mplayer-svn | 2012-08-03 | 1 | -8/+22 |
* | vo_yuv4mpeg: support writing to stdout | mplayer-svn | 2012-08-03 | 1 | -3/+5 |
* | demux_real: set aspect ratio | mplayer-svn | 2012-08-03 | 1 | -0/+2 |
* | ao_alsa: cleanup use of vsnprintf | mplayer-svn | 2012-08-03 | 1 | -1/+0 |
* | ad_mad: cleanups | mplayer-svn | 2012-08-03 | 1 | -8/+8 |
* | vf_spp, vf_fspp: replace use of deprecated libav function | mplayer-svn | 2012-08-03 | 2 | -2/+2 |
* | AF: remove af_stats | wm4 | 2012-08-03 | 3 | -162/+0 |
* | commands, dvd, dvdnav, bluray: cleanup sub/audio track language display | mplayer-svn | 2012-08-03 | 10 | -87/+150 |
* | vf_uspp: fix possible crash when the output format is Y8 | mplayer-svn | 2012-08-03 | 1 | -0/+2 |
* | demux_rtp: fix compilation with new LIVE555 libraries | mplayer-svn | 2012-08-03 | 1 | -0/+2 |
* | cache2: allow cache sizes up to 4 TB | mplayer-svn | 2012-08-03 | 6 | -42/+51 |
* | example.conf: add bandwidth example | mplayer-svn | 2012-08-03 | 1 | -0/+4 |
* | vf.c: increase default alignment values | mplayer-svn | 2012-08-03 | 1 | -4/+3 |
* | dec_audio: add sanity check against 0 channels | mplayer-svn | 2012-08-03 | 1 | -0/+2 |
* | demux_audio: do not decode ID3v2 tag data as audio data | mplayer-svn | 2012-08-03 | 1 | -10/+53 |
* | vf_yadif: fix green bottom line | mplayer-svn | 2012-08-03 | 1 | -2/+13 |
* | libmpcodecs: use 128 instead of 64 to define non-native RGB image formats | mplayer-svn | 2012-08-03 | 2 | -18/+18 |
* | vo_x11: X11 non-native RGB/BGR "emulation" only works for 32bit | mplayer-svn | 2012-08-03 | 1 | -3/+2 |
* | demux_mf: add j2c and jpc as jpeg2k, add tiff extension as tif image | mplayer-svn | 2012-08-03 | 1 | -0/+5 |
* | subreader: eliminate duplicate subtitle lines | mplayer-svn | 2012-08-03 | 1 | -0/+10 |
* | subreader: SSA reader: do not strip commas in commands | mplayer-svn | 2012-08-03 | 1 | -0/+3 |
* | libmpcodecs: add support for 422P9 | mplayer-svn | 2012-08-03 | 7 | -0/+15 |
* | stream: add new stream control command STREAM_CTRL_GET_NUM_TITLES | mplayer-svn | 2012-08-03 | 7 | -0/+28 |
* | cache2: flush cache and sync stream position/eof after seeking STREAM_CTRLs | mplayer-svn | 2012-08-03 | 1 | -10/+33 |
* | stream/http: add a test file for ultravox in comment | mplayer-svn | 2012-08-03 | 1 | -0/+3 |
* | cache2: make cache process exit when main process dies | mplayer-svn | 2012-08-03 | 1 | -0/+13 |
* | vo_caca: reformat and various fixes | mplayer-svn | 2012-08-03 | 1 | -174/+201 |
* | vf_expand: add sanity checks | mplayer-svn | 2012-08-03 | 1 | -1/+20 |
* | mp_image: set chroma_x_shift for 1-plane YUV formats | mplayer-svn | 2012-08-03 | 1 | -0/+1 |
* | af: some spelling/grammar fixes | mplayer-svn | 2012-08-03 | 1 | -3/+3 |
* | af_lavcac3enc: remove pointless casts | mplayer-svn | 2012-08-03 | 1 | -5/+5 |
* | demux_audio: improve WAV format detection | mplayer-svn | 2012-08-03 | 1 | -1/+3 |
* | af: fix crash on invalid channel count | mplayer-svn | 2012-08-03 | 1 | -0/+4 |
* | vo_md5sum: support printing to stdout | mplayer-svn | 2012-08-03 | 1 | -1/+4 |
* | demux_audo: fix wrong runtime and average bitrate for VBR MP3 | mplayer-svn | 2012-08-03 | 1 | -1/+67 |
* | demux_audio: ensure that demuxer->movi_end will be set | mplayer-svn | 2012-08-03 | 1 | -3/+2 |
* | osdep:/glob-win.c: reformat | mplayer-svn | 2012-08-03 | 1 | -55/+47 |
* | configure: add -D__STDC_FORMAT_MACROS to CXXFLAGS | mplayer-svn | 2012-08-03 | 1 | -1/+1 |
* | Replace 'q' printf length modifier by 'll' | mplayer-svn | 2012-08-03 | 2 | -3/+3 |
* | libmpcodecs: add ad_spdif.c, S/PDIF passthrough decoder | mplayer-svn | 2012-08-03 | 7 | -4/+392 |
* | configure: drop extra standard compiler/linker flags for *BSD systems | mplayer-svn | 2012-08-03 | 1 | -9/+0 |
* | x11: change stop_xscreensaver default to 1 to be more user-friendly | mplayer-svn | 2012-08-03 | 2 | -3/+4 |
* | x11: make the stop-xscreensaver option behave as described in the man page | mplayer-svn | 2012-08-03 | 1 | -1/+1 |
* | subreader: fix reading of aqr/subrip09 subtitles | mplayer-svn | 2012-08-03 | 1 | -8/+8 |
* | subreader: get rid of some code duplication | mplayer-svn | 2012-08-03 | 1 | -64/+34 |
* | Remove leftover BeOS support stuff | wm4 | 2012-08-03 | 5 | -63/+0 |
* | cache2: make warnings easier to understand | mplayer-svn | 2012-08-03 | 1 | -2/+2 |
* | vo_null: do not accept hwaccel formats | mplayer-svn | 2012-08-03 | 1 | -0/+2 |
* | configure: drop check for -lposix4 | wm4 | 2012-08-03 | 1 | -10/+0 |
* | vf_stereo3d.c: half-width side-by-side formats for stereo3d | mplayer-svn | 2012-08-03 | 2 | -0/+24 |
* | loader: remove weird kstat thing | wm4 | 2012-08-03 | 2 | -60/+0 |
* | configure: remove some unused checks | wm4 | 2012-08-03 | 1 | -71/+0 |
* | Remove teletext support | wm4 | 2012-08-03 | 22 | -2410/+19 |
* | stream: remove V4L TV input and V4L radio support | wm4 | 2012-08-02 | 6 | -2127/+7 |
* | mplayer: rip out --capture support | wm4 | 2012-08-02 | 9 | -81/+0 |
* | VO: remove VO direct rendering | wm4 | 2012-08-02 | 12 | -163/+3 |
* | stream: remove stream_cue | wm4 | 2012-08-02 | 4 | -645/+0 |
* | AF: remove af_gate and af_comp | wm4 | 2012-08-02 | 5 | -347/+0 |
* | Revert "codecs: prefer libmad over libmpg123" | wm4 | 2012-08-02 | 1 | -12/+12 |
* | man: update man with vo_corevideo and vo_sharedbuffer | Stefano Pigozzi | 2012-08-02 | 1 | -14/+16 |
* | man: update documentation related to screenshots | wm4 | 2012-08-02 | 3 | -16/+97 |
* | man: remove documentation for deleted stuff | wm4 | 2012-08-02 | 4 | -448/+38 |
* | manpage: merge new manpage | wm4 | 2012-08-02 | 9 | -3/+6107 |
* | vf: remove VFCAP_FLIPPED and VFCAP_CONSTANT | wm4 | 2012-08-02 | 3 | -18/+1 |
* | mplayer: expand --title as property, remove --use-filename-title | wm4 | 2012-08-02 | 5 | -9/+17 |
* | m_config: reallow specifying static default values for string options | wm4 | 2012-08-02 | 1 | -1/+1 |
* | cpudetect: remove unused/forgotten crap | wm4 | 2012-08-01 | 2 | -14/+0 |
* | input: change bind_keys() to use bstr | wm4 | 2012-08-01 | 1 | -16/+14 |
* | Makefile: move commands from distclean to clean and add missing files | wm4 | 2012-08-01 | 1 | -3/+8 |
* | build: remove references to cpuinfo | wm4 | 2012-08-01 | 4 | -369/+0 |
* | input: replace internal key binds with included etc/input.conf | wm4 | 2012-08-01 | 3 | -159/+15 |
* | input: refactor: store builtin key binds along user user binds | wm4 | 2012-08-01 | 1 | -24/+26 |
* | input: simplify input.conf parsing | wm4 | 2012-08-01 | 1 | -72/+28 |
* | osd: minor simplification of vo_osd_changed() | wm4 | 2012-08-01 | 7 | -29/+30 |
* | stream: remove native RTSP/RTP/PNM support | wm4 | 2012-08-01 | 33 | -10405/+7 |
* | Remove dead code | wm4 | 2012-08-01 | 45 | -2825/+0 |
* | gitignore: add osd_font autogenerated file | Stefano Pigozzi | 2012-08-01 | 1 | -0/+1 |
* | mangle: change preprocessor define for macosx | Stefano Pigozzi | 2012-08-01 | 1 | -1/+1 |
* | vo_corevideo: remove font_load code | Stefano Pigozzi | 2012-08-01 | 1 | -2/+0 |
* | vo_gl3: support changing cmdline | wm4 | 2012-08-01 | 1 | -2/+82 |
* | VO: add mechanisms to change VO commandline for VOs supporting it | wm4 | 2012-08-01 | 4 | -0/+20 |
* | 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 | 5 | -100/+76 |
* | Change <endian.h> include to <sys/types.h> | wm4 | 2012-07-31 | 15 | -15/+12 |
* | Fix compilation of vf_fspp on OSX | wm4 | 2012-07-31 | 1 | -1/+1 |
* | mplayer: turn playtree into a list, and change per-file option handling | wm4 | 2012-07-31 | 25 | -2537/+914 |
* | mp_msg: remove filename_recode | wm4 | 2012-07-31 | 10 | -215/+13 |
* | mplayer: remove stream dumping capability | wm4 | 2012-07-30 | 2 | -178/+1 |
* | configure: remove checks for malloc.h and alloca() | wm4 | 2012-07-30 | 11 | -65/+0 |
* | configure: remove memalign check | wm4 | 2012-07-30 | 2 | -29/+5 |
* | mplayer: change how pause status is indicated in terminal | wm4 | 2012-07-30 | 2 | -54/+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 | 54 | -19301/+34 |
* | libvo: remove exit_player_bad() | wm4 | 2012-07-30 | 4 | -24/+12 |
* | Merge remote-tracking branch 'origin/master' | wm4 | 2012-07-30 | 1 | -29/+55 |
|\ |
|
| * | ao_pulse: work around PulseAudio timing bugs | Uoti Urpala | 2012-07-29 | 1 | -29/+55 |
* | | Remove XMMS plugin support | wm4 | 2012-07-30 | 5 | -604/+0 |
* | | options: remove some CONF_TYPE_PRINT placeholder options | wm4 | 2012-07-30 | 1 | -41/+0 |
* | | 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 | 2 | -2/+2 |
* | | options: remove "no" options variants | wm4 | 2012-07-30 | 2 | -45/+13 |
* | | mplayer: redo terminal status line output | wm4 | 2012-07-30 | 1 | -35/+27 |
* | | mplayer: remove --autoq | wm4 | 2012-07-30 | 2 | -29/+1 |
* | | mplayer: remove benchmarking/CPU accounting code | wm4 | 2012-07-30 | 4 | -88/+5 |
* | | ass_mp.c: remap libass log levels | wm4 | 2012-07-30 | 1 | -0/+12 |
* | | 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 |
* | | ao_pulse: don't always print error message if PulseAudio unavailable | wm4 | 2012-07-30 | 3 | -2/+8 |
* | | mixer: silence message about inserting volume filter | wm4 | 2012-07-30 | 1 | -2/+3 |
* | | mixer: make softvol default, and raise softvol-max to 200 | wm4 | 2012-07-30 | 1 | -1/+2 |
* | | libmpcodecs: silence lines reading "AUDIO:" and "VIDEO:" | wm4 | 2012-07-30 | 2 | -2/+2 |
* | | lirc: silence output in case LIRC can't be opened | wm4 | 2012-07-30 | 1 | -2/+2 |
* | | mplayer: silence "Starting playback..." output | wm4 | 2012-07-30 | 1 | -1/+1 |
* | | codecs: prefer libmad over libmpg123 | wm4 | 2012-07-30 | 1 | -12/+12 |
* | | vd: silence output about aspect ratio | wm4 | 2012-07-30 | 1 | -1/+1 |
* | | sub: silence output of subtitle search message | wm4 | 2012-07-30 | 1 | -1/+1 |
* | | mplayer: let frontend print stream info, instead of demuxers | wm4 | 2012-07-30 | 6 | -9/+125 |
* | | mplayer: improve the A/V desync warning | wm4 | 2012-07-30 | 1 | -18/+19 |
* | | vo_gl, vo_gl3: honor global --vsync option | wm4 | 2012-07-30 | 3 | -3/+3 |
* | | mplayer: remove Linux RTC support | wm4 | 2012-07-30 | 4 | -112/+14 |
* | | configure, mp_msg.h: get rid of MP_DEBUG | wm4 | 2012-07-30 | 2 | -14/+1 |
* | | sub: remove unrar_exec | wm4 | 2012-07-30 | 6 | -490/+0 |
* | | mplayer: remove crash handler stuff | wm4 | 2012-07-30 | 4 | -266/+0 |
* | | vf_scale: don't pass CPU flags anymore | wm4 | 2012-07-30 | 5 | -18/+6 |
* | | Rip out 3DNOW support | wm4 | 2012-07-30 | 13 | -270/+6 |
* | | Remove compile time/runtime CPU detection, and drop some platforms | wm4 | 2012-07-30 | 22 | -1615/+126 |
* | | fastmemcpy.h: remove code duplication | wm4 | 2012-07-30 | 1 | -28/+2 |
* | | libvo: remove custom assembler memcpy implementations (aka fastmemcpy) | wm4 | 2012-07-30 | 5 | -713/+6 |
* | | configure: remove pointless checks for yasm etc. | wm4 | 2012-07-29 | 2 | -166/+7 |
* | | Change version string | wm4 | 2012-07-29 | 3 | -5/+4 |
* | | ad_faad: include neaacdec.h instead of faad.h | wm4 | 2012-07-28 | 2 | -2/+2 |
* | | bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr | wm4 | 2012-07-28 | 25 | -95/+91 |
* | | configure: disable win32 emulation by default | wm4 | 2012-07-28 | 1 | -2/+2 |
* | | osd: osd_font.h -> osd_font.pfb | wm4 | 2012-07-28 | 4 | -546/+7 |
* | | TOOLS/fil2string.py: fix for use with binary files | wm4 | 2012-07-28 | 1 | -1/+1 |
* | | osd: remove freetype font rendering code | wm4 | 2012-07-28 | 14 | -2827/+58 |
* | | osd: use libass for OSD rendering | wm4 | 2012-07-28 | 23 | -1110/+1508 |
* | | Add support for playing video from streaming sites with libquvi | wm4 | 2012-07-28 | 4 | -2/+91 |
* | | commands: add show_tracks_osd command to display audio and subtitle tracks on... | wm4 | 2012-07-28 | 4 | -0/+87 |
* | | commands: add show_chapters_osd command to display chapters on OSD | wm4 | 2012-07-28 | 4 | -0/+48 |
* | | osd: enable line breaking for OSD text | wm4 | 2012-07-28 | 1 | -31/+67 |
* | | core: change format of time properties to match the OSD time format | wm4 | 2012-07-28 | 1 | -11/+11 |
* | | libvo, libao: remove useless video and audio output drivers | wm4 | 2012-07-28 | 51 | -20674/+14 |
* | | Makefile: remove unused rule for mplayer-nomain.o | wm4 | 2012-07-28 | 1 | -3/+0 |
* | | Makefile: move dependency rules for autogenerated files | wm4 | 2012-07-28 | 1 | -7/+5 |
* | | Remove QTX tests | wm4 | 2012-07-28 | 3 | -215/+2 |
* | | Makefile: clean up | wm4 | 2012-07-28 | 1 | -29/+2 |
* | | Rename DOCS/tech/ to DOCS/OUTATED-tech/ | wm4 | 2012-07-28 | 23 | -5/+1 |
* | | Remove DOCS/xml | wm4 | 2012-07-28 | 19 | -3757/+0 |
* | | TOOLS: remove useless crap | wm4 | 2012-07-28 | 31 | -5245/+0 |
* | | Remove TOOLS/realcodecs | wm4 | 2012-07-28 | 10 | -3903/+0 |
* | | Remove ancient kernel device drivers | wm4 | 2012-07-28 | 15 | -8277/+0 |
* | | build: remove bin_to_header.py and use TOOLS/file2string.py instead | wm4 | 2012-07-28 | 3 | -46/+5 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-07-28 | 159 | -217652/+753 |
|\ \
| |/ |
|
| * | vo_sharedbuffer: remove from autoprobe list | Stefano Pigozzi | 2012-07-27 | 1 | -3/+3 |
| * | vo_corevideo, vo_sharedbuffer: put private state in vo->priv | Stefano Pigozzi | 2012-07-27 | 2 | -81/+77 |
| * | demux_rawdv.c: fix change missing from recent 8079f4ff821 | Uoti Urpala | 2012-07-27 | 1 | -1/+0 |
| * | vo_vdpau: disable refresh-aware frame timing when composited | Uoti Urpala | 2012-07-27 | 3 | -2/+18 |
| * | options: support "no-foo" syntax for flag suboptions | Uoti Urpala | 2012-07-27 | 1 | -6/+23 |
| * | demux_lavf: use lavf for RealMedia (.rm) files by default | Uoti Urpala | 2012-07-26 | 1 | -2/+0 |
| * | vd_vfw.c: fix part missing from previous commit | Uoti Urpala | 2012-07-26 | 1 | -2/+3 |
| * | demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEY | Uoti Urpala | 2012-07-25 | 20 | -82/+68 |
| * | video, audio: use lavc decoders without codecs.conf entries | Uoti Urpala | 2012-07-24 | 13 | -202/+175 |
| * | core: fix attempt to get audio pts without audio | Uoti Urpala | 2012-07-17 | 1 | -3/+3 |
| * | docs: delete outdated translated manpages/docs | Uoti Urpala | 2012-07-16 | 99 | -215529/+0 |
| * | Makefile: delete .d files in "clean" target too | Uoti Urpala | 2012-07-16 | 1 | -2/+1 |
| * | vo_vdpau: fix possible crash after preemption | Uoti Urpala | 2012-07-16 | 1 | -3/+5 |
| * | build, codec-cfg.c: simplify builtin codecs.conf handling | Uoti Urpala | 2012-07-16 | 9 | -598/+96 |
| * | build: use python3 to generate some files previously in git | Uoti Urpala | 2012-07-16 | 7 | -949/+20 |
| * | options: fix specifying string options without parameter | Uoti Urpala | 2012-07-16 | 2 | -3/+9 |
| * | VO: implement shared option handling, use for vdpau | Uoti Urpala | 2012-07-16 | 3 | -58/+50 |
| * | options: make option struct the talloc parent of options | Uoti Urpala | 2012-07-16 | 4 | -45/+72 |
| * | options: support parsing values into substructs | Uoti Urpala | 2012-07-16 | 8 | -84/+135 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-05-20 | 20 | -1770/+760 |
|\ \
| |/ |
|
| * | font_load_ft.c: fix possible crash with recent Fontconfig | Uoti Urpala | 2012-05-17 | 1 | -1/+1 |
| * | configure: OSX: fix check for compiler-specific cflags | Stefano Pigozzi | 2012-05-17 | 1 | -3/+4 |
| * | configure: don't enable GL/X11 without X11 | Stefano Pigozzi | 2012-05-17 | 1 | -9/+11 |
| * | 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 | 6 | -500/+160 |
| * | options: change -v parsing | Uoti Urpala | 2012-05-07 | 4 | -10/+12 |