summaryrefslogtreecommitdiffstats
path: root/mpvcore/player
Commit message (Expand)AuthorAgeFilesLines
* Reduce stheader.h includes, move stream types to mp_common.hwm42013-11-234-2/+4
* 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-231-0/+1
* 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
* 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-193-0/+27
* 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
* 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
* 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
* input: remove unused key_down_event commandwm42013-11-061-4/+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-039-66/+66
|/
* tl_matroska: initialize segment related arrays with 0wm42013-11-011-4/+6
* command: replace speed_mult with multiply commandwm42013-10-311-8/+0
* command: add generic "multiply" commandwm42013-10-311-0/+40
* 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-3012-5079/+5374
* Move files part of the playback core to player sub-directorywm42013-10-3015-0/+12557