summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driverRudolf Polzer2012-12-288-0/+1458
* vf_scale: support more pixel formatsRudolf Polzer2012-12-281-0/+4
* sub: add ASS to RGBA conversionwm42012-12-284-2/+83
* stream_dvd: fix angle mathRudolf Polzer2012-12-221-8/+7
* configure: clean up use of extra_ldflags and libs_mplayerRudolf Polzer2012-12-191-16/+17
* core: make WAKEUP_PERIOD overridable by the voRudolf Polzer2012-12-193-12/+30
* osxbundle: print meaningful error when a dylib is missingStefano Pigozzi2012-12-161-1/+7
* osxbundle: add fonts.conf to distributed bundleStefano Pigozzi2012-12-151-0/+9
* path: add mp_find_config_file and reorganize some of the codeStefano Pigozzi2012-12-1513-137/+190
* core: path: run uncrustifyStefano Pigozzi2012-12-151-80/+86
* ass_mp: allow to use a custom fontconfig configuration fileStefano Pigozzi2012-12-151-9/+14
* video: silence warnings for missing libavutils pixel formatswm42012-12-141-1/+1
* sd_ass: free external subtitle trackswm42012-12-141-0/+6
* ao_lavc: stop using av_get_alt_sample_fmtRudolf Polzer2012-12-131-6/+6
* Fix compilation with ffmpeg 1.0wm42012-12-132-6/+2
* options: move -ass-bottom-margin/-ass-top-margin options to vf_subwm42012-12-126-23/+25
* vf_sub: fix aspect ratio when using marginswm42012-12-121-3/+3
* cleanup: remove ao.brokenptswm42012-12-122-8/+0
* options: handle -v during pre-parsing command linewm42012-12-121-5/+2
* sd_lavc: keep subs on subtitle track switchingwm42012-12-122-2/+8
* Fix compilation with Libavwm42012-12-112-0/+12
* manpage: mark HTTP related options as deprecated/brokenwm42012-12-112-1/+21
* mplayer: prefer audio PTS over video PTS for status linewm42012-12-111-3/+3
* demux: fix behavior with files that have sparse video packetsreimar2012-12-113-6/+33
* core: allow disabling display of "album art" in audio fileswm42012-12-118-6/+32
* audio: remove support for native alaw/mulaw/adpcm outputwm42012-12-1111-1232/+5
* audio/decode: remove ad_dvdpcm and use ad_lavc for DVD PCMwm42012-12-115-166/+47
* audio/decode: remove ad_pcm and use ad_lavc for PCMwm42012-12-116-266/+122
* windows support: fix compilation with pthreadswm42012-12-112-1/+5
* mplayer: make --length work if --start is missingwm42012-12-111-1/+1
* stream_lavf/demux_lavf: export/use HTTP MIME typewm42012-12-114-15/+34
* demux_lavf: make minimum probe score customizable, remove lavf_preferredwm42012-12-116-59/+43
* configure: remove --disable-sortsubwm42012-12-112-60/+4
* stream: handle mms streaming with ffmpegwm42012-12-113-14/+23
* sub: remove vobsub reader in favor of ffmpeg vobsub demuxerwm42012-12-1114-1205/+74
* core: improve seeking in external fileswm42012-12-113-13/+41
* sub: use ffmpeg decoder for DVD subswm42012-12-101-1/+47
* stream_dvd: add a stream_seek() callRudolf Polzer2012-12-071-0/+2
* core/cfg-mplayer: fix segfault when using DVD subsRudolf Polzer2012-12-051-1/+1
* Fix compilation with Libavwm42012-12-041-12/+13
* input: do not generate double clicks for mouse wheelwm42012-12-031-1/+1
* sub: clear libavformat demuxed subtitles on seekingwm42012-12-031-0/+6
* audio: make AC3 pass-through with ad_spdif workreimar2012-12-034-24/+30
* stream_ftp: cleanupsal2012-12-031-19/+13
* audio: improve decoder open failure handlingUoti Urpala2012-12-033-15/+4
* subreader: fix some of ASS parser issuesUoti Urpala2012-12-031-45/+22
* subs: remove --utf8, simplify codeUoti Urpala2012-12-035-28/+6
* core: automatically pause on low cachewm42012-12-038-5/+66
* stream_lavf: use ffmpeg for http/https streamingwm42012-12-032-3/+5
* cache: simplify furtherwm42012-12-039-42/+45
* cache: refactor how cache enabling is doneUoti Urpala2012-12-0311-55/+41
* video: add support for 12 and 14 bit YUV pixel formatsStephen Hutchinson2012-12-036-3/+95
* build: identify the build time of the binary in the versioning outputStephen Hutchinson2012-12-034-1/+7
* demux_gif: remove this demuxer in favor of libavformatwm42012-12-034-437/+0
* demux_lavf: add support for libavdevicewm42012-12-038-25/+151
* demux_lavf: do not prefix filename passed to libavformat with "mp:"wm42012-12-031-8/+9
* vo_xv: try harder to get correctly aligned pointers/strideswm42012-12-031-4/+6
* configure: don't check for inttypes.h, it always existswm42012-12-032-20/+0
* configure: remove unused libpng detectionwm42012-12-031-29/+0
* ao_pcm: fix references to -novideowm42012-12-033-9/+3
* af_lavcac3enc, encode: support planar formatsRudolf Polzer2012-12-034-7/+138
* osx_common: Avoid deprecated Gestalt callsStefano Pigozzi2012-12-022-17/+27
* encoding-example-profiles: updates, iphone 5 supportRudolf Polzer2012-12-012-5/+13
* encoding-example-profiles: fix aac bitrateRudolf Polzer2012-12-011-2/+0
* encoding-example-profiles: use 96kbps aacRudolf Polzer2012-12-011-2/+1
* encode: print on log which muxers/codecs are in useRudolf Polzer2012-12-011-0/+12
* DOCS: Add manpage metadata to the rst files.Rudolf Polzer2012-11-291-2/+13
* DOCS: Fix some rst error messagesRudolf Polzer2012-11-292-16/+17
* subassconverter: correctly handle RRGGBB and unknow formatsStefano Pigozzi2012-11-251-22/+31
* mplayer: fix track language displaywm42012-11-251-1/+2
* sub: add --sub-gray option to display image subs in grayscalewm42012-11-257-3/+51
* sub: reimplement -spugauss as --sub-gausswm42012-11-259-7/+97
* memcpy_pic: kill useless/dangerous optimizationwm42012-11-251-10/+6
* ao_pulse: do not allow setting volume over 100%wm42012-11-241-2/+2
* sws_utils: remove unused helperwm42012-11-243-33/+10
* manpage: remove --zoom remainswm42012-11-242-6/+3
* configure: use pkg-config for detecting OpenALwm42012-11-231-18/+8
* vo_xv: allocate Xv images with aligned stridewm42012-11-221-4/+5
* mp_image: make alloc_mpi() always allocate with aligned stridewm42012-11-222-17/+6
* osd: fix z-order of subtitle OSD elementswm42012-11-221-2/+3
* draw_bmp: add RGB rendering to fix image quality issueswm42012-11-223-1/+61
* stream_ftp: fix compilation with libavStefano Pigozzi2012-11-221-1/+1
* stream_ftp: support longer filenamesal2012-11-211-31/+73
* subreader: do not skip the first char of ASS fields.cigaes2012-11-211-1/+1
* screenshot: add subs even with vf_screenshotwm42012-11-212-5/+12
* video: fix bogus uses of mp_image.w/widthwm42012-11-214-16/+15
* vo_x11: don't require framestepping to update OSDwm42012-11-211-1/+20
* vo_x11: add screenshot supportwm42012-11-211-0/+16
* vo_xv: don't require frame stepping to remove OSD or subswm42012-11-215-36/+173
* cfg-config: avoid warning with -Wincompatible-pointer-typesStefano Pigozzi2012-11-211-1/+1
* cocoa_common: create window in the correct screenStefano Pigozzi2012-11-211-1/+2
* gl_common: improve Mesa compatibility for GL3 context creationwm42012-11-201-2/+2
* core: minor cleanupswm42012-11-202-3/+4
* osd: fix OSD status symbol display in some caseswm42012-11-204-14/+22
* command: use yes/no instead of enabled/disabled for consistencywm42012-11-201-4/+2
* configure: make --enable-debug defaultwm42012-11-201-2/+2
* configure: add --disable-optimization, change --enable-debug semanticswm42012-11-201-3/+10
* mplayer: disable auto-loading of external codecs.confwm42012-11-204-21/+6
* manpage: minor fixeswm42012-11-202-2/+2
* m_option: print valid integer range for choices on parsing errorswm42012-11-201-0/+2
* osd: make the OSD and sub font more customizablewm42012-11-2012-135/+232
* m_option: add color option typewm42012-11-202-0/+54
* vf_softpulldown: fix possible regressionwm42012-11-201-1/+2
* core: fix crash when video filter returns inf as PTSwm42012-11-202-2/+2
* mplayer: fix potential issue when ao_play() failswm42012-11-201-1/+2
* stream: fix dvd:// + cache crashingwm42012-11-204-5/+7
* stream, demux_lavf: minor cleanup for stream size codewm42012-11-203-3/+11
* stream, demux: replace off_t with int64_twm42012-11-2030-114/+114
* stream: change STREAM_CTRL_GET_SIZE argument type to uint64_treimar2012-11-205-5/+14
* asf_streaming: remove broken MMSU support codeupsuper2012-11-201-15/+3
* Fix potential bugs and issues, general cleanupsreimar2012-11-2017-118/+113
* options: support chapters for --start and --endwm42012-11-204-2/+21
* m_option: fix braindead --start, --length, --end option parsing bugswm42012-11-181-4/+4
* sd_ass: fix ASS subtitles coming from demux_lavfwm42012-11-161-3/+7
* command: export A/V sync difference as "avsync" propertywm42012-11-162-0/+10
* demux_mf: allow displaying single image files, various cleanupswm42012-11-166-90/+133
* subtitles: improve support for libavformat demuxed subtitleswm42012-11-162-7/+19
* mplayer: refactor: move computation of a/v syncwm42012-11-161-21/+26
* core: add --keep-open, which doesn't close the file on EOFwm42012-11-166-1/+31
* command: add sub_reload and sub_remove commandswm42012-11-166-12/+82
* subreader: replace sub_free() by talloc destructorwm42012-11-163-14/+11
* options: add --mute for setting initial audio mute statuswm42012-11-165-4/+18
* options: rename -sub-fuzziness to -autosub-match, change option valueswm42012-11-163-9/+11
* options: rename --cursor-autohide, replace magic number valueswm42012-11-163-3/+5
* options: --field-dominance: replace magic number values with choiceswm42012-11-162-8/+8
* options: rename -ss and -endpos, allow relative timeswm42012-11-168-91/+122
* cookies: don't read cookie files from ancient browserswm42012-11-162-44/+4
* options: respect --no-msgcolor during early program startwm42012-11-161-1/+1
* options: remove --displaywm42012-11-164-24/+1
* options: rename --xineramascreen to --screen, remove magic valueswm42012-11-164-9/+10
* options: remove --osdlevel in favor of --osd-levelwm42012-11-161-1/+0
* video/filter: rename vf_eq2 to vf_eqwm42012-11-165-8/+8
* vo_opengl: remove osdcolor suboptionwm42012-11-162-22/+0
* options, vo_x11: remove -zoom option, make it defaultwm42012-11-1616-56/+13
* configure: remove --enable-profilewm42012-11-161-11/+4
* manpage: various fixeswm42012-11-167-81/+41
* input: silence warning if input.conf is missingwm42012-11-161-0/+4
* encoding examples: change global_quality use to qscaleRudolf Polzer2012-11-151-4/+4
* mplayer: do not freeze when trying to loop an unseekable filewm42012-11-141-1/+13
* options: make --loop always per-filewm42012-11-141-1/+1
* Makefile: don't strip by default, add install-strip targetswm42012-11-142-13/+13
* video: add IMGFMT_Y16/PIX_FMT_GRAY16wm42012-11-145-5/+26
* Makefile: do not create config directory with install targetwm42012-11-141-1/+0
* example.conf: all options should be commentedwm42012-11-141-1/+1
* cfg-mplayer: do not include encode options when encoding disabledwm42012-11-141-0/+2
* Improve compatibility with Libav 0.8.4 and ffmpeg 0.11.2wm42012-11-144-2/+17
* build: build manpage by default if rst2man is detectedwm42012-11-142-9/+24
* Makefile: add mpv.rst dependencieswm42012-11-141-0/+9
* TOOLS: remove checktree.shwm42012-11-142-354/+1
* build: remove doc/locale language auto-detection, simplifywm42012-11-144-167/+22
* network: fix crash with -playlist http://...wm42012-11-141-0/+2
* mixer: fix lowering hw volume while mutedUoti Urpala2012-11-141-1/+1
* ao_coreaudio: fix deprecation warningsStefano Pigozzi2012-11-131-6/+6
* clang: fix all warnings except deprecationsStefano Pigozzi2012-11-138-7/+17
* vf_dlopen: fix a typo in zeroing memory (thanks, pigoz)Rudolf Polzer2012-11-131-1/+1
* Makefile: fix install targetsJohannes Nixdorf2012-11-131-2/+2
* win32: remove pointless get/release DC wrapperswm42012-11-123-32/+8
* Add MP_NORETURN and replace av_noreturn useswm42012-11-122-1/+4
* mp_common.h: split parts into mp_talloc.h and compiler.hwm42012-11-124-50/+79
* libav.h: increase compatibility by not including libavutil/version.hwm42012-11-121-1/+0
* Add missing compat/libav.h includeswm42012-11-123-0/+5
* Rename directories, move files (step 2 of 2)wm42012-11-12250-1187/+1171
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-12278-0/+0
* mpv_identify: stop using \n; fix property name handlingRudolf Polzer2012-11-121-2/+5
* vo_opengl: fix compatibility with OpenGL 2.1wm42012-11-122-0/+11
* vo_opengl: fix srgb for subtitlesnand2012-11-112-8/+21
* vo_xv: don't call vo_xv_get_eq() on every framewm42012-11-111-7/+17
* example.conf: remove some useless options, add some useful oneswm42012-11-111-45/+10
* vo_opengl: disable extended downscaling by defaultwm42012-11-112-2/+1
* Replace fast_memcpy() useswm42012-11-1114-38/+27
* manpage: vo_opengl: document that srgb subopt changes gammawm42012-11-111-1/+2
* vo_opengl: add manual sRGB companding to not artifact when ditheringnand2012-11-112-14/+11
* cocoa_common: honor the `--geometry` optionStefano Pigozzi2012-11-102-1/+11
* ao_coreaudio: signal per-application mixer supportStefano Pigozzi