summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stream: remove some more forgotten network stuffwm42013-07-121-13/+0
* build: change vf_dlopen testwm42013-07-123-5/+16
* build: make the "built on" report opt-outStephen Hutchinson2013-07-112-1/+19
* Fix loading external subtitles with libassBin Jin2013-07-111-1/+1
* cocoa_common: change video size when changing screen DPIStefano Pigozzi2013-07-101-0/+8
* options: add --cache-default optionwm42013-07-107-20/+26
* configure: add libdl detection to ladspa, vf_dlopenRudolf Polzer2013-07-093-2/+14
* configure: fix oversight in log messagewm42013-07-081-1/+1
* command: add screenshot_to_file commandwm42013-07-088-28/+116
* input: actually copy sub commandswm42013-07-081-0/+12
* cache: fix compilation without posix timersStefano Pigozzi2013-07-081-0/+1
* input: allow binding multiple commands to a keywm42013-07-084-6/+74
* configure: make zlib non-optionalwm42013-07-081-1/+1
* Merge remote-tracking branch 'origin/low_quality_intel_crap'Martin Herkt2013-07-082-14/+17
|\
| * Merge branch 'master' into low_quality_intel_crapwm42013-04-30147-7124/+7534
| |\
| * | vo_opengl: avoid texture arrays for compatibility with Intel low quality crapwm42013-03-052-10/+12
* | | manpage: proofread and fix formattingMartin Herkt2013-07-089-2124/+2246
* | | stream/tv: remove unused dshow-specific optionsMartin Herkt2013-07-082-26/+1
* | | sub: Do not use deprecated “Sans” fontconfig aliasMartin Herkt2013-07-081-1/+1
* | | stream_radio: fix buildwm42013-07-081-0/+4
* | | configure: fix previous commitwm42013-07-081-1/+1
* | | configure: link with -lrtwm42013-07-081-0/+16
* | | Fix building with --disable-libasswm42013-07-081-0/+2
* | | stream: unbreak streams with large sector sizes (stream_cdda)wm42013-07-071-1/+2
* | | osdep: remove unused mmap compatibility hackswm42013-07-075-176/+1
* | | configure: simplify arch macroswm42013-07-071-33/+12
* | | configure: prune some more crapwm42013-07-071-45/+0
* | | stream: don't treat position 0 speciallywm42013-07-071-7/+6
* | | Remove some leftovers from network removalwm42013-07-077-213/+4
* | | stream: remove weird STREAMTYPE_STREAM special handlingwm42013-07-076-50/+27
* | | stream: re-add accidentally removed seek callwm42013-07-071-0/+7
* | | manpage: fix section headingsMartin Herkt2013-07-073-26/+27
* | | Remove internal network supportwm42013-07-0728-6240/+43
* | | core: make network options available even if old net code is disabledwm42013-07-077-25/+21
* | | ao_jack: allow more control about channel layoutswm42013-07-073-1/+37
* | | ao_jack: increase buffer size, always round up buffer sizewm42013-07-061-2/+2
* | | configure: rename --enable/disable-libquvi to --enable/disable-libquvi4wm42013-07-051-15/+15
* | | dither: don't use long doublewm42013-07-051-2/+2
* | | playlist: don't add entries in reversewm42013-07-051-0/+1
* | | stream: make eof flag more consistentwm42013-07-041-1/+6
* | | core: remove mp_fifo leftoverswm42013-07-044-43/+0
* | | wayland: remove mp_fifo headerAlexander Preisinger2013-07-031-1/+0
* | | cocoa: remove usage of mp_fifoStefano Pigozzi2013-07-035-12/+2
* | | wayland: fix typoAlexander Preisinger2013-07-031-1/+1
* | | wayland: remove unused membersAlexander Preisinger2013-07-031-2/+0
* | | wayland: remove mp_fifoAlexander Preisinger2013-07-021-7/+7
* | | wayland: implement MOUSE_LEAVEAlexander Preisinger2013-07-021-0/+2
* | | core: cleanup more mp_fifo leftoverswm42013-07-0211-45/+39
* | | core: remove mp_fifo indirectionwm42013-07-0212-110/+74
* | | command: add some playlist manipulation commandswm42013-07-026-0/+55
* | | stream_lavf: request and read streamcast/ICY metadatawm42013-07-021-4/+89
* | | core: update metadata during playback, allow streams to export metadatawm42013-07-026-1/+45
* | | cache: fix per-block metadata memory leakwm42013-07-021-0/+1
* | | input: require VOs to send key up events, redo input key lookupwm42013-07-0210-87/+94
* | | input: fix behavior if there are actually key up eventswm42013-07-021-1/+2
* | | demux_mkv: pass extradata for opuswm42013-07-011-0/+1
* | | input: don't ignore press-only mouse button eventswm42013-06-301-1/+2
* | | Merge pull request #124 from rossy2401/w32-display-requiredMartin Herkt2013-06-301-0/+3
|\ \ \
| * | | w32_common: prevent display power managementJames Ross-Gowan2013-06-301-0/+3
|/ / /
* | | osxbundle: suggest some ways to correct missing dependenciesStefano Pigozzi2013-06-301-2/+11
* | | sd_lavc: respect forced subs only setting for DVD subswm42013-06-291-3/+9
* | | sd_ass: convert pts to integer for get_text()wm42013-06-291-3/+2
* | | dec_sub: introduce sub_control(), use it for sub_stepwm42013-06-295-24/+41
* | | command: redraw subs if sub-delay is changedwm42013-06-291-1/+1
* | | sub: update subtitle time offset even if pausedwm42013-06-293-7/+7
* | | input: store number of binds, instead of using 0-terminationwm42013-06-291-60/+54
* | | input: store number of keys, instead of using 0-terminationwm42013-06-291-21/+24
* | | input: don't keep separate sections for builtin key bindingswm42013-06-291-62/+76
* | | w32_common: prevent that window dragging and mouse input interferewm42013-06-291-1/+1
* | | w32_common: refactor mouse button code, handle mouse up eventswm42013-06-291-31/+39
* | | mplayer: don't hide mouse cursor if mouse is inside mouse areawm42013-06-292-1/+5
* | | input: trigger mouse_leave key bindings if mouse leaves mouse areawm42013-06-295-14/+58
* | | command: add commands to enable/disable input sectionswm42013-06-294-0/+34
* | | manpage: document input sectionswm42013-06-291-1/+21
* | | input: handle mouse movement differentlywm42013-06-2911-151/+354
* | | command: make raw percent-pos property return fractionswm42013-06-292-3/+7
* | | command: add properties for playlist positionwm42013-06-296-10/+105
* | | cocoa_common: uninit fs window properlyStefano Pigozzi2013-06-291-0/+3
* | | csputils.h: don't recursively include libavcodec headerwm42013-06-283-16/+16
* | | vo_opengl: handle chroma locationwm42013-06-2810-3/+74
* | | video: add a new method to configure filters and VOswm42013-06-2817-141/+211
* | | mp_image: copy palette only if allocatedwm42013-06-281-1/+2
* | | vf_rotate: fix params >= 4wm42013-06-281-0/+2
* | | configure: prefer libquvi 0.4.x over libquvi 0.9.xwm42013-06-281-18/+18
* | | core: add libquvi 0.9 supportwm42013-06-2810-10/+330
* | | core: rename mplayer.h and quvi.cwm42013-06-286-12/+7
* | | stream: redo memory streamswm42013-06-284-8/+92
* | | options: rename --mkv-subtitle-preroll, --dtshdwm42013-06-282-32/+41
* | | options: rename --rawvideo to --demuxer-rawvideo, same with --rawaudiowm42013-06-283-37/+41
* | | options: rename -lavdopts to -vd-lavc, -lavfdopts to -demuxer-lavfwm42013-06-283-104/+98
* | | options: remove -lavdopts debug suboptionwm42013-06-283-31/+1
* | | dec_sub: fix memory leak when using subtitle codepage conversionwm42013-06-281-0/+1
* | | dec_sub: don't print sub charset of it's emptywm42013-06-281-1/+1
* | | configure: fix wasapi0 checksJames Ross-Gowan2013-06-261-6/+6
* | | cocoa_common: schedule a redraw frame after a non live resizeStefano Pigozzi2013-06-251-3/+18
* | | demux_lavf: add one more AAC mimetypewm42013-06-251-0/+1
* | | Merge branch 'sub_mess2'wm42013-06-2537-924/+1348
|\ \ \
| * | | DOCS: update tech-overview.txt to reflect some subtitle related changeswm42013-06-251-13/+19
| * | | options: add -sub-speed optionwm42013-06-254-2/+24
| * | | dec_sub: add hack to display last MicroDVD subtitle eventwm42013-06-251-0/+11
| * | | sub: libguess support for -subcpwm42013-06-253-1/+57
| * | | sub: add hack for Libav SRT demuxerwm42013-06-253-1/+102
| * | | dec_sub: allow postprocessing between decoderswm42013-06-251-14/+41
| * | | dec_sub: change sublist memory allocationwm42013-06-251-10/+9
| * | | dec_sub: move code aroundwm42013-06-251-45/+51
| * | | demux_libass: do charset conversion by -subcpwm42013-06-251-3/+16
| * | | sub: prevent subtitle conversion if subs are known UTF-8wm42013-06-253-1/+3
| * | | demux_subreader: remove iconv/enca codewm42013-06-251-154/+1
| * | | sub: add subtitle charset conversionwm42013-06-255-5/+332
| * | | sub: attempt to use video FPS for frame based subtitle formatswm42013-06-253-0/+6
| * | | sub: add demux_libass wrapper, drop old hackswm42013-06-2514-177/+131
| * | | core: don't set correct-pts mode randomlywm42013-06-252-5/+8
| * | | subreader: turn into actual demuxerwm42013-06-258-202/+229
| * | | demux: add utility functions for preloading demuxerswm42013-06-252-5/+81
| * | | stream: remove stream_unread_buffer()wm42013-06-252-21/+0
| * | | demux_lavf: use stream_peek() instead of read/unreadwm42013-06-251-6/+4
| * | | stream: add stream_peek functionwm42013-06-252-0/+35
| * | | stream: never let read functions return values < 0wm42013-06-251-3/+5
| * | | stream: readd memory streamswm42013-06-252-5/+21
| * | | Move/rename subreader.cwm42013-06-258-6/+3
| * | | sd_ass: fix nonsensewm42013-06-251-1/+4
| * | | sd_ass: disable special handling of subtitles with duration 0wm42013-06-252-1/+22
| * | | sd_ass: handle libavformat ASS comment packets as wellwm42013-06-232-18/+14
| * | | subreader: remove overlap handling codewm42013-06-231-243/+3
| * | | sub: do some timing postprocessing on preloaded subswm42013-06-233-13/+53
| * | | sub: preload external text subtitleswm42013-06-235-2/+109
| * | | sub: remove redundant conditionwm42013-06-231-2/+2
| * | | stream: remove padding parameter from stream_read_complete()wm42013-06-239-25/+24
| * | | demux: don't require fill_buffer callbackwm42013-06-233-13/+1
* | | | cache: cache number of chapterswm42013-06-241-0/+10
* | | | av_log: change how ffmpeg log messages are formattedwm42013-06-221-4/+8
* | | | configure: cocoa: link to libarcliteStefano Pigozzi2013-06-221-0/+1
* | | | ildetect: $ILDETECT_RUN_INTERLACED_ONLY to only run the job if not progressiveRudolf Polzer2013-06-211-4/+10
* | | | ildetect.sh: add a quiet mode; verify telecine decisionRudolf Polzer2013-06-201-5/+18
* | | | ildetect.sh: skip needlessly going through vo_lavcRudolf Polzer2013-06-201-2/+2
* | | | encoding: use --start for ratios, etc.Rudolf Polzer2013-06-202-7/+24
* | | | command line: allow --o= to disable encoding (i.e. empty string file name)Rudolf Polzer2013-06-201-3/+3
* | | | encode_lavc: simplify encoding status output; remove percentageRudolf Polzer2013-06-204-19/+18
* | | | ildetect.sh: better interlace detection rangeRudolf Polzer2013-06-201-1/+1
* | | | ildetect.sh: env vars supportRudolf Polzer2013-06-201-8/+35
* | | | OSX: fix compilation with 10.7 SDKStefano Pigozzi2013-06-194-1/+62
* | | | ao_wasapi0: add new wasapi event mode aoJonathan Yong2013-06-184-1/+892
* | | | vo_lavc: remove unused variablewm42013-06-181-1/+1
* | | | configure: remove redundant WINVER setJonathan Yong2013-06-181-1/+1
* | | | cache: fix stream_pts cachingwm42013-06-181-20/+20
* | | | sd_srt: handle '<font color="##FFA500">'wm42013-06-181-0/+2
* | | | osdep: remove shmem wrapperwm42013-06-186-170/+0
* | | | cache: actually use time instead of retry count for slow cache warningwm42013-06-181-9/+11
* | | | vo_lavc: do NOT fill pict_type from the mp_imageRudolf Polzer2013-06-171-0/+4
* | |