aboutsummaryrefslogtreecommitdiffhomepage
path: root/mpvcore
Commit message (Expand)AuthorAge
* 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
* 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