aboutsummaryrefslogtreecommitdiffhomepage
path: root/mpvcore
Commit message (Expand)AuthorAge
* options: prefix options with "--" in help outputGravatar wm42013-11-21
* timeline: reject mplayer2 EDL files, change EDL headerGravatar wm42013-11-21
* mplayer: fix passing size_t as %d to printf()Gravatar wm42013-11-20
* timeline: remove support for the mplayer2 EDL formatGravatar wm42013-11-19
* player: add --merge-files optionGravatar wm42013-11-19
* timeline: add edl:// URIsGravatar wm42013-11-19
* timeline: add new EDL formatGravatar wm42013-11-19
* player: select fallback stream in timeline code for better EDL handlingGravatar wm42013-11-19
* player: deselect video track if initialization failsGravatar wm42013-11-19
* demux: rename demux_packet.h to packet.hGravatar wm42013-11-18
* audio: drop buffered filter data when seekingGravatar wm42013-11-18
* audio/filter: remove unneeded AF_CONTROLs, convert to enumGravatar wm42013-11-18
* player: simplify audio reset when seekingGravatar wm42013-11-18
* audio: use the decoder buffer's format, not sh_audioGravatar wm42013-11-18
* player: write final audo chunk only if there is audio leftGravatar wm42013-11-17
* player: don't remove playback status when reinitializing DVBGravatar wm42013-11-17
* demux: simplify handling of filepos fieldGravatar wm42013-11-16
* encode_lavc: add missing newline in error messageGravatar wm42013-11-16
* mp_ring: remove unused functionGravatar wm42013-11-15
* m_option: handle audio/filter filters with old option parsingGravatar wm42013-11-13
* audio: add support for using non-interleaved audio from decoders directlyGravatar wm42013-11-12
* audio/filter: fix mul/delay scale and valuesGravatar wm42013-11-12
* audio: switch output to mp_audio_bufferGravatar wm42013-11-12
* player: set PulseAudio stream title to window titleGravatar wm42013-11-10
* Remove sh_audio->samplesizeGravatar wm42013-11-09
* player: factor audio buffer clearing codeGravatar wm42013-11-08
* audio: don't let ao_lavc access frontend internals, change gapless audioGravatar wm42013-11-08
* sd_lavc, sd_spu: make dvdsub stretching conditional on --stretch-dvd-subs.Gravatar Rudolf Polzer2013-11-07
* vd_lavc: remove explicit crystalhd supportGravatar wm42013-11-06
* input: remove unused key_down_event commandGravatar wm42013-11-06
* input: disallow autorepeat by default for most commandsGravatar wm42013-11-06
* playlist: rewrite PLS parserGravatar wm42013-11-04
* Merge branch 'master' into have_configureGravatar wm42013-11-04
|\
| * Fix -Wshadow warning about seek function in playloop.cGravatar Paweł Forysiuk2013-11-04
* | configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
| * player: fix quvi 0.9 playlist loadingGravatar wm42013-11-03
| * demux: make determining seek capability genericGravatar wm42013-11-03
| * demux: remove movi_start/movi_end fieldsGravatar wm42013-11-03
|/
* Fix some more -Wshadow warningsGravatar wm42013-11-01
* tl_matroska: initialize segment related arrays with 0Gravatar wm42013-11-01
* video: check profiles with hardware decodingGravatar wm42013-11-01
* Enable -WshadowGravatar wm42013-11-01
* options: fix positional suboption asrgumentsGravatar wm42013-11-01
* input: show deprecation warnings for some recently replaced commandsGravatar wm42013-11-01
* command: replace speed_mult with multiply commandGravatar wm42013-10-31
* command: add generic "multiply" commandGravatar wm42013-10-31
* command: add property to scale window sizeGravatar wm42013-10-31
* main: improve a terminal messageGravatar wm42013-10-30
* player: merge mp_osd.h into mp_core.hGravatar wm42013-10-30
* mp_core: sort function prototypes by source fileGravatar wm42013-10-30