aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* player: refactor: some more minor decoder/output decouplingGravatar wm42016-01-29
* audio: refactor: separate audio init and filter/output initGravatar wm42016-01-29
* audio: move pts reset checkGravatar wm42016-01-29
* player: fix initial audio sync in certain casesGravatar wm42016-01-29
* video: fix broken-PTS fallback determinationGravatar wm42016-01-29
* audio: move mp_audio->AVFrame conversion to a functionGravatar wm42016-01-29
* TOOLS/lua/ao-null-reload.lua: send ao-reload on audio-device-list changeGravatar Kevin Mitchell2016-01-28
* rpi: add VC-1 supportGravatar wm42016-01-28
* mp_image: copy dts as part of mp_image attributes tooGravatar wm42016-01-28
* ao_wasapi: add "wasapi" prefix to non-static find_deviceID functionGravatar Kevin Mitchell2016-01-28
* ao_wasapi: correct check for specified device on default changeGravatar Kevin Mitchell2016-01-28
* ao_wasapi: fix check for already found deviceGravatar Kevin Mitchell2016-01-28
* video: fix coverart switchingGravatar wm42016-01-27
* rpi: add mpeg-4 decoding supportGravatar wm42016-01-27
* demux_mkv: allow negative timestampsGravatar wm42016-01-27
* vo_opengl: do chroma merging in integer conversion stageGravatar wm42016-01-27
* vo_opengl: add precision qualifier to usampler2D on ANGLEGravatar wm42016-01-27
* vo_opengl: replace tscale-interpolates-only with interpolation-thresholdGravatar wm42016-01-27
* vo_opengl: support 10 bit support with ANGLEGravatar wm42016-01-26
* vo_opengl: actually reset use_normalized_range fieldGravatar wm42016-01-26
* vo_opengl: default to rgba16f FBOs on ANGLEGravatar wm42016-01-26
* command: always allow setting volume/mute propertiesGravatar wm42016-01-26
* video: slightly improve video stream switchingGravatar wm42016-01-26
* vaapi: lower number of allocated surfaces againGravatar wm42016-01-26
* manpage: fix typoGravatar wm42016-01-25
* vo_opengl: add tscale-interpolates-only sub-optionGravatar wm42016-01-25
* vo_opengl: default scaler-resizes-only sub-option to yesGravatar wm42016-01-25
* vd_lavc: delay images before reading them backGravatar wm42016-01-25
* video: cleanup pts/dts passing between decoder componentsGravatar wm42016-01-25
* vo_opengl: rename custom shader entrypoint from sample to sample_pixelGravatar wm42016-01-25
* vo_opengl: vdpau: better handling of preemption recoveryGravatar wm42016-01-25
* vdpau: force driver to report preemption earlyGravatar wm42016-01-25
* audio: fix spdif PCM fallbackGravatar wm42016-01-25
* audio: release pending audio frame on seekingGravatar wm42016-01-25
* video: remove some useless old RGB formatsGravatar wm42016-01-25
* dvb: fix segmentation fault in case no valid configuration is found.Gravatar Oliver Freyermuth2016-01-24
* manpage: minor correctionsGravatar wm42016-01-24
* video: limit maximum number of VO frames correctlyGravatar wm42016-01-24
* DOCS/interface-changes: fix typoGravatar wm42016-01-23
* player: free queued audio frame on uninitGravatar wm42016-01-23
* manpage: adjust vf/af-command descriptionGravatar wm42016-01-22
* af_lavfi, vf_lavfi: fix compilation on LibavGravatar wm42016-01-22
* command: add af-command commandGravatar wm42016-01-22
* vo_opengl: vaapi: don't expect EGL exts. to be in common ext. stringGravatar wm42016-01-22
* command: add vf-command commandGravatar wm42016-01-22
* ao_wasapi: use correct UINT type for device enumerationGravatar Kevin Mitchell2016-01-22
* ao_wasapi: exit earlier if there are zero playback devices foundGravatar Kevin Mitchell2016-01-22
* dvb: remove trailing whitespaceGravatar wm42016-01-22
* dvb: fix compilation with older Linux headersGravatar wm42016-01-22
* video: don't wait for last video frame in the normal caseGravatar wm42016-01-22