aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* audio: remove WAVEFORMATEX from internal demuxer APIGravatar wm42014-09-25
* video: remove BITMAPINFOHEADER from internal demuxer APIGravatar wm42014-09-25
* audio: confine demux_mkv audio PCM hackGravatar wm42014-09-24
* audio: decouple demux and audio decoder/filter sample formatsGravatar wm42014-09-24
* ao_sndio: fix U24 bit widthGravatar wm42014-09-24
* TOOLS/umpv: drop unnecessary checkGravatar wm42014-09-24
* TOOLS/umpv: use python octal notationGravatar shdown2014-09-24
* TOOLS/mpv_identify.sh: remove pointless escapeGravatar shdown2014-09-24
* TOOLS/idet.sh: add descriptionGravatar shdown2014-09-24
* TOOLS/idet.sh: remove unused and duplicated assignmentsGravatar shdown2014-09-24
* player: change --keep-open semanticsGravatar wm42014-09-24
* player: show correct playback time with --keep-open --no-videoGravatar wm42014-09-24
* player: --loop-file takes precedence before --keep-openGravatar wm42014-09-24
* ao_oss: improve format negotiation, and hopefully fix pass-throughGravatar wm42014-09-24
* ao_coreaudio: fix build failureGravatar wm42014-09-24
* ao_oss: unbreakGravatar wm42014-09-23
* ao_pulse: digital pass-throughGravatar wm42014-09-23
* ao_pulse: correctly wait for stream stateGravatar wm42014-09-23
* ao_pulse: use pa_stream_new_extended()Gravatar wm42014-09-23
* audio: cleanup spdif format definitionsGravatar wm42014-09-23
* ao_wasapi: fix fragile format-mapping codeGravatar wm42014-09-23
* audio: drop swapped-endian audio formatsGravatar wm42014-09-23
* audio: remove swapped-endian spdif formatsGravatar wm42014-09-23
* vf_vapoursynth: make it possible to get filter output incrementallyGravatar wm42014-09-23
* player: allow passing number of loops to --loop-fileGravatar wm42014-09-22
* audio: prefer libavcodec over libmpg123Gravatar wm42014-09-22
* command: no space before "%" in volume default OSD messageGravatar wm42014-09-22
* video: filter new frames at a better time (2)Gravatar wm42014-09-22
* osd: fix --term-osd=noGravatar wm42014-09-22
* command: improve "osd" commandGravatar wm42014-09-22
* command: use show_property_osd() sub_stepGravatar wm42014-09-22
* command: when changing a property, always show it on OSDGravatar wm42014-09-21
* command: simplify OSD property display codeGravatar wm42014-09-21
* command: allow changing some OSD-related options even with no VOGravatar wm42014-09-21
* command: remove unneeded ifdefsGravatar wm42014-09-21
* command: always show OSD message when changing volume etc.Gravatar wm42014-09-21
* options: remove --volstepGravatar wm42014-09-21
* TOOLS: idet: remove extra '$' in $(()) expansionGravatar Ben Boeckel2014-09-21
* manpage: clarify vf_pp docsGravatar wm42014-09-21
* video: fix redrawing when pausing after framedropGravatar wm42014-09-21
* video: fix some vo_direct3d crashes due to FFmpeg nonsenseGravatar wm42014-09-21
* TOOLS/umpv: make URL detection consistent with mpv methodGravatar shdown2014-09-20
* TOOLS/umpv: print error message to stderrGravatar shdown2014-09-20
* TOOLS/umpv: use MPV environment variable, not UMPV_OPTIONSGravatar shdown2014-09-20
* vo_vdpau: better integration with the generic framedrop codeGravatar wm42014-09-20
* vo_vdpau: fix confusion around vsync_intervalGravatar wm42014-09-20
* input: explain why we use semaphoresGravatar wm42014-09-20
* osdep: hack to fix build with low quality pthreads-w32 headersGravatar wm42014-09-20
* mixer: always restore volume (even with pulse), don't unmuteGravatar wm42014-09-20
* manpage: document terminal status line componentsGravatar wm42014-09-20