aboutsummaryrefslogtreecommitdiffhomepage
path: root/mpvcore
Commit message (Expand)AuthorAge
* demux: export dts from demux_lavf, use it for aviGravatar wm42013-11-25
* player: merge no-correct-pts with correct-pts codeGravatar wm42013-11-25
* player: change semantics of --no-correct-ptsGravatar wm42013-11-25
* video: pass PTS as part of demux_packet/AVPacket and mp_image/AVFrameGravatar wm42013-11-25
* player: warn if PTS association mode switchesGravatar wm42013-11-25
* input: discard precise scrolling commands with no valueGravatar Stefano Pigozzi2013-11-25
* player: close demuxer before streamGravatar wm42013-11-24
* osd: remove mp_osd_res.video_par fieldGravatar wm42013-11-24
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* Reduce stheader.h includes, move stream types to mp_common.hGravatar wm42013-11-23
* audio: respect --end/--length with spdif passthroughGravatar wm42013-11-23
* video: don't overwrite demuxer FPS valueGravatar wm42013-11-23
* dec_video: make vf_input and hwdec_info statically allocatedGravatar wm42013-11-23
* dec_video: remove "initialized" fieldGravatar wm42013-11-23
* demux: remove gsh field from sh_audio/sh_video/sh_subGravatar wm42013-11-23
* player: rearrange how subtitle context and stream headers are usedGravatar wm42013-11-23
* video: move decoder context from sh_video into new structGravatar wm42013-11-23
* options: don't prefix sub-options with "--" in help outputGravatar wm42013-11-23
* options: implement --pphelp differentlyGravatar wm42013-11-23
* video: remove vf_pp auto-insertionGravatar wm42013-11-23
* options: provide a way for --vf to print custom helpGravatar wm42013-11-23
* video: move struct mp_hwdec_info into its own header fileGravatar wm42013-11-23
* player: remove printing of barely correct slave mode stream infoGravatar wm42013-11-23
* audio: don't write decoded audio format to sh_audioGravatar wm42013-11-23
* audio: move decoder context from sh_audio into new structGravatar wm42013-11-23
* mp_ring: fix comment typoGravatar Stefano Pigozzi2013-11-22
* 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