summaryrefslogtreecommitdiffstats
path: root/mpvcore
Commit message (Expand)AuthorAgeFilesLines
* Move options/config related files from mpvcore/ to options/wm42013-12-1717-6751/+3
* Move libquvi stuff to stream/resolve/wm42013-12-173-321/+0
* Move mpvcore/input/ to input/wm42013-12-177-3458/+0
* Rename mp_core.h to core.hwm42013-12-171-1/+1
* Move mpvcore/player/ to player/wm42013-12-1723-13324/+0
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-1615-81/+67
* input: remove LIRCCD supportwm42013-12-162-14/+0
* command: mess with previous commitwm42013-12-161-11/+9
* command: scale osd’s time remaining by the current speedVivek Jain2013-12-162-6/+28
* input: move multi-command parsing somewhere elsewm42013-12-161-32/+38
* input: adjust code to make quoted/not quoted cases more unifiedwm42013-12-161-8/+11
* input: better error reporting for missing commandswm42013-12-161-7/+12
* input: move some command flags into a bitfieldwm42013-12-163-49/+49
* input: remove weird syntax for skipping optional argumentswm42013-12-161-10/+4
* input: avoid using wakeup pipe if it's not neededwm42013-12-161-1/+9
* mp_msg: define a bunch of convenience macroswm42013-12-161-0/+8
* input: don't quit with exit status 1 when receiving SIGTERMwm42013-12-151-1/+1
* player: don't temporarily disable terminal handling when reloading fileswm42013-12-153-20/+11
* player: don't store subtitle renderer in osd_statewm42013-12-154-12/+14
* dvdnav: fix incorrect clipping of highlightswm42013-12-151-6/+6
* matroska: add --ordered-chapters-files optionwm42013-12-143-2/+18
* Allow some options taking filenames to refer to mpv config dirwm42013-12-144-9/+47
* dvdnav: crappy hack to respect timed still frameswm42013-12-141-1/+24
* dvdnav: block when libdvdnav requests draining bufferswm42013-12-141-5/+13
* dvdnav: improve a commentwm42013-12-131-1/+1
* dvb: prevent seek when reopening the demuxerwm42013-12-131-1/+3
* dvdnav: support mouse interactionwm42013-12-131-3/+16
* Add prelimimary (basic, possibly broken) dvdnav supportwm42013-12-1210-23/+243
* input: fix bogus section disabling, add debugging outputwm42013-12-121-3/+11
* osd: add option for "unscaled" OSDwm42013-12-102-0/+3
* video: display last frame, drain frames on video reconfigwm42013-12-103-10/+87
* video: move VO reinit from filter chain to playerwm42013-12-101-30/+56
* video: move handling of brightness and deinterlacing controlwm42013-12-102-6/+7
* video: move video filter chain initialization from decoder to playerwm42013-12-103-21/+41
* options: allow hwaccel formats in -vf format/noformatwm42013-12-071-1/+1
* video: create a separate context for video filter chainwm42013-12-074-23/+22
* command: fix compilation with MinGWwm42013-12-071-1/+3
* player: load external subs for uncompressed rar archiveswm42013-12-061-3/+10
* video: remove --flipwm42013-12-052-3/+0
* video: allow hardware decoding only for certain codecswm42013-12-051-1/+1
* options: remove legacy hacks for sub-option handlingwm42013-12-044-76/+13
* ad_lavc: expose an option to enable threadingwm42013-12-042-0/+2
* vd_lavc: factor out libavcodec thread setupwm42013-12-042-0/+20
* av_common: add timebase parameter to mp_set_av_packet()wm42013-12-042-20/+41
* vf_vo: don't abuse option strings to set VOwm42013-12-041-4/+4
* vf_yadif: change options, reroute to vf_lavfiwm42013-12-041-3/+0
* options: add option to disable using right Alt key as Alt GrVivek Jain2013-12-024-0/+17
* input: don't emit command when using multiple mouse buttons at oncewm42013-12-011-5/+21
* input: improve some commentswm42013-12-011-4/+4
* command: add a revert_seek commandwm42013-12-013-1/+40
* options: add options that set defaults for af/vf/ao/vowm42013-12-014-4/+34
* Prevent creating zombieswm42013-11-301-3/+14
* Use O_CLOEXEC when creating FDswm42013-11-303-12/+18
* command: add a cycle_values input commandwm42013-11-303-1/+84
* command: change the syntax and semantics of the "run" commandwm42013-11-302-6/+20
* input: require space before '#' commentswm42013-11-301-8/+5
* input: rearrange command parsingwm42013-11-301-44/+31
* build: add options for enabling and disabling any libquvi versionsNikoli2013-11-291-1/+1
* Take care of some libavutil deprecations, drop support for FFmpeg 1.0wm42013-11-292-4/+4
* player: always reset some variables on seekwm42013-11-291-4/+4
* video: restore printing warning on decreasing filter PTSwm42013-11-291-2/+2
* build: make pthreads mandatorywm42013-11-282-15/+3
* command: allow "current" as argument to playlist_remove commandwm42013-11-282-1/+6
* input: use separate type for command definitionswm42013-11-284-54/+79
* player: simple hack to make backstep code somewhat more robustwm42013-11-281-3/+12
* video: add heuristic to prevent framedrop during hrseek if pts brokenwm42013-11-281-1/+4
* video: replace d_video->pts field, change PTS jump checkswm42013-11-274-26/+18
* video: if PTS is missing, make something up using the frameratewm42013-11-271-7/+0
* video: refactor PTS code, add fall back heuristic to DTSwm42013-11-272-6/+4
* Move some code from player to audio/video reset functionswm42013-11-272-11/+0
* cosmetics: rename video/audio reset functionswm42013-11-272-4/+4
* video: unbreak --no-correct-pts with demuxers that use DTSwm42013-11-262-2/+2
* av_common: fix typo in commentStefano Pigozzi2013-11-261-1/+1
* player: don't use a loop when no loop is neededwm42013-11-261-4/+1
* player: move code for skipping 0-sized video packets to demuxerwm42013-11-261-10/+1
* build: make cygwin use *nix timersStefano Pigozzi2013-11-261-1/+1
* sub: respect detected language for fuzzy-matched external subtitleswm42013-11-251-6/+9
* player: only pause for waiting on cache if it makes sensewm42013-11-251-1/+3
* video: move timestamp determination code to dec_videowm42013-11-251-42/+0
* video: disable PTS sorting fallback by defaultwm42013-11-251-0/+1
* demux: export dts from demux_lavf, use it for aviwm42013-11-253-4/+25
* player: merge no-correct-pts with correct-pts codewm42013-11-252-52/+12
* player: change semantics of --no-correct-ptswm42013-11-251-26/+8
* video: pass PTS as part of demux_packet/AVPacket and mp_image/AVFramewm42013-11-251-13/+8
* player: warn if PTS association mode switcheswm42013-11-251-2/+2
* input: discard precise scrolling commands with no valueStefano Pigozzi2013-11-251-0/+2
* player: close demuxer before streamwm42013-11-241-2/+3
* osd: remove mp_osd_res.video_par fieldwm42013-11-241-1/+0
* Rename sub.c/.h to osd.c/.hwm42013-11-248-8/+8
* Reduce stheader.h includes, move stream types to mp_common.hwm42013-11-235-2/+11
* audio: respect --end/--length with spdif passthroughwm42013-11-231-1/+2
* video: don't overwrite demuxer FPS valuewm42013-11-233-25/+17
* dec_video: make vf_input and hwdec_info statically allocatedwm42013-11-233-11/+9
* dec_video: remove "initialized" fieldwm42013-11-231-3/+1
* demux: remove gsh field from sh_audio/sh_video/sh_subwm42013-11-231-1/+1
* player: rearrange how subtitle context and stream headers are usedwm42013-11-233-39/+40
* video: move decoder context from sh_video into new structwm42013-11-2310-177/+186
* options: don't prefix sub-options with "--" in help outputwm42013-11-233-1/+4
* options: implement --pphelp differentlywm42013-11-231-5/+0
* video: remove vf_pp auto-insertionwm42013-11-232-3/+0
* options: provide a way for --vf to print custom helpwm42013-11-232-13/+18
* video: move struct mp_hwdec_info into its own header filewm42013-11-231-0/+1
* player: remove printing of barely correct slave mode stream infowm42013-11-231-35/+0
* audio: don't write decoded audio format to sh_audiowm42013-11-231-7/+13
* audio: move decoder context from sh_audio into new structwm42013-11-238-95/+108
* mp_ring: fix comment typoStefano Pigozzi2013-11-221-1/+1
* options: prefix options with "--" in help outputwm42013-11-211-1/+1
* timeline: reject mplayer2 EDL files, change EDL headerwm42013-11-212-6/+2
* mplayer: fix passing size_t as %d to printf()wm42013-11-201-1/+1
* timeline: remove support for the mplayer2 EDL formatwm42013-11-192-400/+1
* player: add --merge-files optionwm42013-11-195-0/+29
* timeline: add edl:// URIswm42013-11-192-3/+6
* timeline: add new EDL formatwm42013-11-193-0/+281
* player: select fallback stream in timeline code for better EDL handlingwm42013-11-191-0/+23
* player: deselect video track if initialization failswm42013-11-191-0/+1
* demux: rename demux_packet.h to packet.hwm42013-11-181-1/+1
* audio: drop buffered filter data when seekingwm42013-11-181-0/+2
* audio/filter: remove unneeded AF_CONTROLs, convert to enumwm42013-11-181-2/+1
* player: simplify audio reset when seekingwm42013-11-181-15/+10
* audio: use the decoder buffer's format, not sh_audiowm42013-11-181-6/+19
* player: write final audo chunk only if there is audio leftwm42013-11-171-4/+6
* player: don't remove playback status when reinitializing DVBwm42013-11-171-1/+3
* demux: simplify handling of filepos fieldwm42013-11-161-1/+1
* encode_lavc: add missing newline in error messagewm42013-11-161-1/+1
* mp_ring: remove unused functionwm42013-11-152-47/+0
* m_option: handle audio/filter filters with old option parsingwm42013-11-131-3/+9
* audio: add support for using non-interleaved audio from decoders directlywm42013-11-121-8/+5
* audio/filter: fix mul/delay scale and valueswm42013-11-121-1/+1
* audio: switch output to mp_audio_bufferwm42013-11-122-66/+80
* player: set PulseAudio stream title to window titlewm42013-11-105-10/+24
* Remove sh_audio->samplesizewm42013-11-091-1/+1
* player: factor audio buffer clearing codewm42013-11-084-13/+25
* audio: don't let ao_lavc access frontend internals, change gapless audiowm42013-11-083-11/+44
* sd_lavc, sd_spu: make dvdsub stretching conditional on --stretch-dvd-subs.Rudolf Polzer2013-11-072-0/+2
* vd_lavc: remove explicit crystalhd supportwm42013-11-061-1/+0
* input: remove unused key_down_event commandwm42013-11-063-6/+0
* input: disallow autorepeat by default for most commandswm42013-11-062-13/+25
* playlist: rewrite PLS parserwm42013-11-041-140/+0
* Merge branch 'master' into have_configurewm42013-11-042-15/+22
|\
| * Fix -Wshadow warning about seek function in playloop.cPaweł Forysiuk2013-11-041-11/+11
| * player: fix quvi 0.9 playlist loadingwm42013-11-031-2/+3
| * demux: make determining seek capability genericwm42013-11-031-0/+5
| * demux: remove movi_start/movi_end fieldswm42013-11-031-2/+3
* | configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-0314-132/+132
|/
* Fix some more -Wshadow warningswm42013-11-012-13/+13
* tl_matroska: initialize segment related arrays with 0wm42013-11-011-4/+6
* video: check profiles with hardware decodingwm42013-11-012-0/+4
* Enable -Wshadowwm42013-11-011-2/+2
* options: fix positional suboption asrgumentswm42013-11-011-2/+2
* input: show deprecation warnings for some recently replaced commandswm42013-11-011-4/+4
* command: replace speed_mult with multiply commandwm42013-10-313-10/+1
* command: add generic "multiply" commandwm42013-10-315-0/+82
* command: add property to scale window sizewm42013-10-311-0/+35
* main: improve a terminal messagewm42013-10-301-1/+1
* player: merge mp_osd.h into mp_core.hwm42013-10-307-59/+33
* mp_core: sort function prototypes by source filewm42013-10-301-58/+68
* Split mplayer.cwm42013-10-3016-5083/+5391
* Move files part of the playback core to player sub-directorywm42013-10-3016-33/+31
* mplayer: handle subtitle renderer cleanup via uninit_playerwm42013-10-282-10/+24
* command: disable autorepeat for some commands (actually properties)wm42013-10-283-5/+29
* command: don't include stream_dvd.hwm42013-10-271-3/+0
* af: replace macros with too generic nameswm42013-10-262-1/+2
* mpvcore: add a note about desync on track switchesBen Boeckel2013-10-261-0/+1
* osc: display cache status only below 45%ChrisK22013-10-261-1/+1
* osc: fix bug for no-duration casesChrisK22013-10-261-1/+1
* osc: add experimental seekbar tooltipChrisK22013-10-261-6/+46
* osc: make sure the OSC actually fits into the videoChrisK22013-10-261-1/+7
* options: don't let watch_later etc. overwite command line optionswm42013-10-254-24/+46
* mplayer: make --length relative to actual start of file, instead of 0wm42013-10-251-1/+2
* m_config: slightly improve name handlingwm42013-10-252-16/+10
* m_config: remove unused fieldswm42013-10-252-9/+1
* m_config: allow not allocating option struct, and use itwm42013-10-253-8/+23
* m_config: refactor option defaults handlingwm42013-10-245-65/+53
* options: fix bogus entrywm42013-10-241-1/+1
* m_config: don't require dragging along parent in initializationwm42013-10-241-14/+19
* m_config: minor simplificationwm42013-10-241-9/+7