summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into low_quality_intel_crapwm42013-04-30147-7124/+7534
|\
| * subreader: fix out of bound write access when parsing .srtwm42013-04-301-4/+4
| * demux: simplify stream ID business, fix issue with cover artwm42013-04-293-17/+9
| * encoding: fix final audio frame syncRudolf Polzer2013-04-281-10/+22
| * cocoa_common: fix window sizingStefano Pigozzi2013-04-281-2/+2
| * subassconverter: silence clang warningStefano Pigozzi2013-04-281-1/+1
| * osd: convert OSD font to OpenTypewm42013-04-273-1/+1
| * stream_bluray: remove the broken -bluray-chapter optionreimar2013-04-274-22/+2
| * stream_bluray: fix querying current chapterreimar2013-04-271-3/+1
| * mplayer: put space before encoding part of status linewm42013-04-271-1/+1
| * demux_mkv: fix segfault issue playing back VC1 in a mkvBin Jin2013-04-271-1/+1
| * vd_lavc: fix decoder init failure pathwm42013-04-271-14/+18
| * compat: remove an unused symbolwm42013-04-261-4/+0
| * subassconvert: do not escape likely ASS override tagswm42013-04-261-1/+19
| * manpage: fix references to --slavewm42013-04-261-2/+2
| * options: allow using [ ] for quoting in sub-optionswm42013-04-262-7/+21
| * vf_lavfi: move compat crap to the start of the filewm42013-04-261-18/+18
| * vf_lavfi: silence stupid deprecation warningwm42013-04-261-2/+12
| * core: simplify handling of --pausewm42013-04-255-31/+21
| * core: don't let cache pause handling and user pausing conflictwm42013-04-253-10/+25
| * vf_lavfi: recreate filter graph on seekwm42013-04-251-14/+41
| * core: fix bogus condition that broke backstepping with last commitwm42013-04-251-1/+1
| * core: fix backstepping with ordered chapterswm42013-04-251-5/+13
| * manpage: remove broken examplewm42013-04-241-3/+0
| * manpage: document --native-keyrepeatwm42013-04-241-0/+6
| * demux_mkv: cosmeticswm42013-04-241-4/+3
| * core: add backstep supportwm42013-04-247-8/+126
| * mplayer: apply hrseek framedrop only when doing hrseekwm42013-04-241-2/+2
| * x11: use mpv internal key auto-repeat handling if possiblewm42013-04-245-3/+27
| * input: don't reset time on each key repeatwm42013-04-241-2/+4
| * input: adjust wait time for key-repeatwm42013-04-241-0/+4
| * input: change default auto-repeat settingswm42013-04-241-2/+2
| * input: don't let multi-key bindings block simple key bindingswm42013-04-241-4/+16
| * input: reduce amount of tracked keys per bindingwm42013-04-241-1/+1
| * input: fix handling of MP_KEY_STATE_DOWNwm42013-04-242-6/+16
| * demux_mkv: fix out of range comparisonwm42013-04-241-1/+1
| * m_option: fix positional sub-option skippingwm42013-04-231-2/+2
| * vo_opengl_old: remove nomanyfmts warningwm42013-04-231-3/+0
| * manpage: remove references to --no-sliceswm42013-04-231-7/+1
| * configure: enable libavdevice by defaultwm42013-04-231-2/+3
| * m_option: allow quoted positional parameters for -vfwm42013-04-232-37/+55
| * vf_lavfi: add libavfilter bridgewm42013-04-216-5/+399
| * mp_image: provide function to convert mp_image to AVFramewm42013-04-212-0/+53
| * m_option: redo code for parsing -vf to accept quoteswm42013-04-211-130/+123
| * m_option: add function to check whether parameters are requiredwm42013-04-213-4/+11
| * options: untangle track range parsing for stream_cddawm42013-04-213-89/+15
| * m_option: split out sub-config parsingwm42013-04-211-37/+54
| * bstr: add bstrto0()wm42013-04-211-0/+6
| * bstr: add bstrspn()wm42013-04-212-0/+10
| * x11_common: minor simplificationwm42013-04-211-13/+6
| * demux_lavf: fix subtitle seeking before start of the filewm42013-04-211-2/+7
| * mplayer: prefer -sub/-subfile subs over auto-loaded subswm42013-04-202-2/+9
| * demux_mkv: always set track->codec_id to a stringwm42013-04-201-1/+3
| * subassconvert: add more web colorswm42013-04-201-24/+153
| * core: display subtitle codec in track listingwm42013-04-203-4/+13
| * demux_mkv: always add subtitle trackswm42013-04-201-26/+26
| * demux: remove some unused sh_video_t fieldswm42013-04-204-15/+1
| * demux: get rid of sh_common_twm42013-04-202-21/+14
| * sub, demux: identify subtitle types with the codec namewm42013-04-2012-92/+91
| * av_common: allow calling mp_codec_to_av_codec_id() with NULLwm42013-04-201-7/+9
| * demux: remove useless vid/aid/sid fieldswm42013-04-203-7/+1
| * demux: fix clearing of input paddingwm42013-04-201-2/+2
| * demux_mkv: introduce new_demux_packet_from() and use itwm42013-04-203-10/+15
| * demux: remove some unused thingswm42013-04-203-47/+4
| * command: try to switch subs too for program propertywm42013-04-201-2/+4
| * demux_lavf: simplifywm42013-04-201-147/+74
| * demux_mkv: simplify use of demuxer APIwm42013-04-201-106/+62
| * demux: add functions to simplify demuxerswm42013-04-203-7/+47
| * demux_mkv: code cleanupeng2013-04-201-20/+23
| * demux_mkv: use new way of track switchingwm42013-04-201-45/+0
| * demux: simpler way to notify demuxers about track switcheswm42013-04-202-2/+11
| * demux_mkv: remove pointless video track selectionwm42013-04-201-37/+0
| * matroska: update dead linkwm42013-04-201-1/+1
| * demux_mkv: support vp9wm42013-04-203-0/+3
| * core: matroska: support concatenated segmentswm42013-04-203-53/+133
| * demux_mkv: don't terminate if there are no clusterswm42013-04-201-2/+3
| * mplayer: take tracks from first segment if main file is emptywm42013-04-201-3/+9
| * demux_mkv: simplify handle_block() logic a bitwm42013-04-201-11/+8
| * demux_mkv: verify laces separately, and in all caseswm42013-04-201-4/+10
| * demux_mkv: get rid of the duplicated lace case labelswm42013-04-201-9/+4
| * demux_mkv: there can be 256 laceswm42013-04-201-6/+5
| * demux_mkv: check block malloc() resultwm42013-04-201-0/+2
| * demux_mkv: use a bounded buffer for block datawm42013-04-203-120/+122
| * demux_mkv: static allocation for lace sizes bufferwm42013-04-201-12/+8
| * demux_mkv: remove redundant checkwm42013-04-201-39/+37
| * demux_mkv: fix seeking with index generationwm42013-04-201-45/+68
| * demux_mkv: move Block header parsing codewm42013-04-201-34/+43
| * demux_mkv: split reading blocks and reading packetswm42013-04-201-37/+47
| * demux_mkv: move BlockGroup reading code to a separate functionwm42013-04-201-49/+61
| * demux_mkv: factor block readingwm42013-04-201-55/+61
| * demux_mkv: fix streaming clusterswm42013-04-201-1/+9
| * demux_mkv: simplify cluster reading codewm42013-04-201-32/+24
| * demux_mkv: use normal index data structure even for incomplete fileswm42013-04-201-84/+63
| * manpage: clarify --cache behaviorwm42013-04-201-0/+6
| * Merge pull request #62 from maletor/patch-1wm42013-04-181-1/+1
| |\
| | * Fix typo for opengl dither-depth defaultEllis Berner2013-04-181-1/+1
| |/
| * cocoa_common: keep aspect ratio when clipping windowStefano Pigozzi2013-04-171-7/+35
| * change reverse DNS strings to io.mpv.*Stefano Pigozzi2013-04-162-2/+2
| * cocoa_common: refactor centered resizeStefano Pigozzi2013-04-161-24/+21
| * encoding: when output is pipe: or pipe:1, avoid mp_msg to stdoutRudolf Polzer2013-04-153-1/+11
| * sub: add --osd-blur and --sub-text-blur optionswm42013-04-134-0/+8
| * audio/decode: remove vararg from ad_control()wm42013-04-125-5/+5
| * osd_libass: actually free ASS_Trackswm42013-04-121-0/+6
| * demux: simplify chapter appending codewm42013-04-121-14/+8
| * demux: always sort chapterswm42013-04-122-8/+7
| * core: remove dead --vsync leftoverswm42013-04-123-12/+1
| * command: fix deref before NULL checkwm42013-04-121-1/+1
| * ao_jack: fix deprecation warningStefano Pigozzi2013-04-121-2/+5
| * mplayer: remove unnecessary variablewm42013-04-102-8/+4
| * core: add --reset-on-next-file optionwm42013-04-106-0/+56
| * mplayer: keep volume persistent, even when using --volumewm42013-04-103-4/+19
| * mplayer: move DVB channel skip codewm42013-04-101-23/+21
| * mplayer: don't disable term-osd with -vwm42013-04-101-4/+0
| * command: fix loadlist commandwm42013-04-101-3/+5
| * configure: add -mconsole on MinGWwm42013-04-101-1/+6
| * mplayer: don't print bogus status when cachingwm42013-04-101-1/+1
| * vf_divtc, vf_phase: Fix handling of subsampled formatsMartin Herkt2013-04-102-3/+4
| * demux: fix a specific gcc 4.8 warning that may hint to mis-optimized codeRudolf Polzer2013-04-091-0/+3
| * core: remove volstep global variablewm42013-04-094-5/+4
| * core: restore --mc default value (fixes A/V sync)wm42013-04-091-0/+1
| * make: add osxbundle-skip-depsStefano Pigozzi2013-04-082-21/+53
| * vf_dlopen examples: add copyright headers (LGPL 2.1+)Rudolf Polzer2013-04-087-0/+147
| * stream_cddb: fix compilation on MinGW-w64Stephen Hutchinson2013-04-061-1/+1
| * vcd_read_win32.h: fix compilation on MinGW-w64Stephen Hutchinson2013-04-062-2/+2
| * Remove some apple remote leftoverswm42013-04-055-45/+0
| * input: remove ar.h includeStefano Pigozzi2013-04-051-2/+0
| * demux_mkv: move preroll subtitle check to the right placewm42013-04-041-2/+2
| * demux_mkv: try to show current subtitle when seekingwm42013-04-046-9/+59
| * options: fix --no-colorkeywm42013-04-041-1/+1
| * core: add --heartbeat-interval optionwm42013-04-046-4/+13
| * av_common: minor simplificationwm42013-04-041-8/+2
| * http: handle broken QuickTime Streaming Server headersreimar2013-04-041-3/+9
| * http: fix for broken SHOUTcast streamsreimar2013-04-041-0/+6
| * vcd_read: cleanup ifdefsreimar2013-04-041-14/+7
| * encoding-example-profiles: block non-4:0:0 for baseline h264Rudolf Polzer2013-04-041-0/+4
| * demux_mkv: fix handling of 0 DisplayWidth/Heightwm42013-04-041-2/+5
| * command: silence "Audio: no audio" line for playback speedwm42013-04-041-1/+2
| * mplayer: switch back to video PTS for reporting playback timewm42013-04-042-10/+8
| * mplayer: fix framestepping on ordered chapter segment boundarieswm42013-04-041-28/+34
| * mplayer: fix --step EOF handlingwm42013-04-041-1/+3
| * wayland: use vo flags for enabling alpha supportAlexander Preisinger2013-04-021-3/+5
| * wayland: enable alpha supportAlexander Preisinger2013-04-021-1/+1
| * osd: fix OSD bar position markerwm42013-04-021-0/+10
| * manpage: fix a typowm42013-03-311-1/+1
| * osd: disable border for inner part of the OSD barwm42013-03-311-1/+1
| * encoding-example-profiles and manpage: prefer libvorbis over vorbisRudolf Polzer2013-03-312-2/+2
| * configure: fix compilation on Linuxwm42013-03-311-0/+1
| * remove Apple Remote related codeStefano Pigozzi2013-03-319-747/+0
| * demux_mkv: don't print non-sense warning on normal EOFwm42013-03-301-1/+1
| * gl_video: remove double const qualifierStefano Pigozzi2013-03-301-1/+1
| * changes.rst: mention -afm hwac3 replacementwm42013-03-301-0/+1
| * osd: draw the OSD bar with ASS vector drawingswm42013-03-307-71/+212
| * gl_video: add some missing includeswm42013-03-301-0/+8
| * gl_lcms: fix compilation when lcms2 is not availablewm42013-03-301-3/+10
| * gl_video: actually fix shader compilation on OSXwm42013-03-282-2/+3
| * gl_video: fix OSX by not using undefined name in GLSL "#if"wm42013-03-281-0/+2
| * gl_header_fixes: add GL_RGBA32Fwm42013-03-281-0/+3
| * gl_video: use choice option type for dither-depth suboptionwm42013-03-283-13/+14
| * vo: rename vo_draw_image to vo_queue_imagewm42013-03-283-9/+6
| * vo: remove two unused symbolswm42013-03-281-6/+0
| *