| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename sub.c/.h to osd.c/.h | wm4 | 2013-11-24 | 43 | -47/+36 |
* | vd_lavc: improve a comment | wm4 | 2013-11-24 | 1 | -1/+2 |
* | build: store dependencies as lists | Stefano Pigozzi | 2013-11-24 | 2 | -13/+26 |
* | build: cache compiler defines on the configure context directly | Stefano Pigozzi | 2013-11-24 | 1 | -3/+3 |
* | travis: disable e-mail notifications | Stefano Pigozzi | 2013-11-23 | 1 | -0/+1 |
* | vd_lavc: when falling back to software, revert filter error status | wm4 | 2013-11-23 | 1 | -0/+2 |
* | Reduce stheader.h includes, move stream types to mp_common.h | wm4 | 2013-11-23 | 12 | -15/+12 |
* | Attempt to fix build on older libavcodec versions | wm4 | 2013-11-23 | 2 | -0/+2 |
* | audio: respect --end/--length with spdif passthrough | wm4 | 2013-11-23 | 1 | -1/+2 |
* | video: don't overwrite demuxer FPS value | wm4 | 2013-11-23 | 4 | -26/+18 |
* | video: move handling of container vs. stream AR out of vd_lavc.c | wm4 | 2013-11-23 | 4 | -39/+34 |
* | ao_rsound: fix option types | wm4 | 2013-11-23 | 1 | -2/+2 |
* | dec_video: make vf_input and hwdec_info statically allocated | wm4 | 2013-11-23 | 6 | -18/+14 |
* | dec_video: remove "initialized" field | wm4 | 2013-11-23 | 3 | -16/+9 |
* | demux: remove gsh field from sh_audio/sh_video/sh_sub | wm4 | 2013-11-23 | 12 | -76/+71 |
* | player: rearrange how subtitle context and stream headers are used | wm4 | 2013-11-23 | 5 | -54/+57 |
* | video: move decoder context from sh_video into new struct | wm4 | 2013-11-23 | 18 | -411/+410 |
* | options: print lavfi filter list with --vf=lavfi=help | wm4 | 2013-11-23 | 1 | -0/+40 |
* | options: don't prefix sub-options with "--" in help output | wm4 | 2013-11-23 | 3 | -1/+4 |
* | options: implement --pphelp differently | wm4 | 2013-11-23 | 7 | -9/+10 |
* | video: remove vf_pp auto-insertion | wm4 | 2013-11-23 | 8 | -40/+1 |
* | options: provide a way for --vf to print custom help | wm4 | 2013-11-23 | 2 | -13/+18 |
* | video: merge vd.c into dec_video.c | wm4 | 2013-11-23 | 4 | -177/+138 |
* | video: move struct mp_hwdec_info into its own header file | wm4 | 2013-11-23 | 13 | -23/+31 |
* | audio: remove ad_driver.preinit | wm4 | 2013-11-23 | 6 | -34/+13 |
* | player: remove printing of barely correct slave mode stream info | wm4 | 2013-11-23 | 1 | -35/+0 |
* | audio: don't write decoded audio format to sh_audio | wm4 | 2013-11-23 | 7 | -56/+55 |
* | audio: move decoder context from sh_audio into new struct | wm4 | 2013-11-23 | 15 | -291/+327 |
* | build: remove unused mng fragment | Stefano Pigozzi | 2013-11-23 | 1 | -7/+0 |
* | build: also run the test binary during the lua checks | Stefano Pigozzi | 2013-11-23 | 1 | -2/+3 |
* | build: fix lua check to actually test for libquvi | Stefano Pigozzi | 2013-11-23 | 1 | -5/+8 |
* | build: fix missing prototypes in lua check fragment | Stefano Pigozzi | 2013-11-23 | 1 | -2/+2 |
* | build: use static instead of prototype in libavfilter fragment | Stefano Pigozzi | 2013-11-23 | 1 | -2/+1 |
* | build: fix libavfilter check to include function prototype | Stefano Pigozzi | 2013-11-23 | 1 | -0/+1 |
* | build: fix install path for manual | Stefano Pigozzi | 2013-11-23 | 1 | -1/+1 |
* | README: mention build result being located at build/mpv | Stefano Pigozzi | 2013-11-23 | 1 | -2/+3 |
* | build: make sure cwd is in Python's sys.path | Stefano Pigozzi | 2013-11-23 | 1 | -0/+1 |
* | mp_ring: fix comment typo | Stefano Pigozzi | 2013-11-22 | 1 | -1/+1 |
* | build: remove abusive comment | Stefano Pigozzi | 2013-11-22 | 1 | -1/+0 |
* | build: remove spam generated by link task | Stefano Pigozzi | 2013-11-22 | 1 | -0/+4 |
* | vo_opengl: fix compilation | wm4 | 2013-11-22 | 1 | -2/+2 |
* | vf_vavpp: make it work with vo_opengl and software decoding | wm4 | 2013-11-22 | 3 | -5/+5 |
* | vo_opengl: initialize all fields for VFCTRL_GET_HWDEC_INFO | wm4 | 2013-11-22 | 1 | -4/+8 |
* | build: unbreak PVR configure test | wm4 | 2013-11-22 | 1 | -1/+1 |
* | manpage: document , mapping (frame_back_step) | enkore | 2013-11-22 | 1 | -0/+4 |
* | input.conf: fix typo | wm4 | 2013-11-22 | 1 | -1/+1 |
* | Fixing list of vo's that vavpp works with, in man page. | Josh Driver | 2013-11-22 | 1 | -4/+4 |
* | cocoa: use window-scale to support video scaling functionality | Stefano Pigozzi | 2013-11-22 | 3 | -6/+10 |
* | cocoa: implement window-scale | Stefano Pigozzi | 2013-11-22 | 1 | -0/+20 |
* | switch the build system to waf | Stefano Pigozzi | 2013-11-21 | 49 | -119/+2480 |
* | options: prefix options with "--" in help output | wm4 | 2013-11-21 | 1 | -1/+1 |
* | stream_lavf: fix a small memory leak | wm4 | 2013-11-21 | 1 | -1/+5 |
* | timeline: reject mplayer2 EDL files, change EDL header | wm4 | 2013-11-21 | 4 | -16/+10 |
* | tech-overview.txt: minor update | wm4 | 2013-11-20 | 1 | -2/+2 |
* | ta: fix typo in comment | wm4 | 2013-11-20 | 1 | -1/+1 |
* | osdep/io.c: include config.h | wm4 | 2013-11-20 | 1 | -0/+2 |
* | mplayer: fix passing size_t as %d to printf() | wm4 | 2013-11-20 | 1 | -1/+1 |
* | timeline: remove support for the mplayer2 EDL format | wm4 | 2013-11-19 | 4 | -540/+1 |
* | player: add --merge-files option | wm4 | 2013-11-19 | 6 | -0/+38 |
* | timeline: add edl:// URIs | wm4 | 2013-11-19 | 9 | -3/+45 |
* | timeline: add new EDL format | wm4 | 2013-11-19 | 6 | -8/+385 |
* | manpage: fix typo in --video-align-y description | wm4 | 2013-11-19 | 1 | -1/+1 |
* | player: select fallback stream in timeline code for better EDL handling | wm4 | 2013-11-19 | 1 | -0/+23 |
* | player: deselect video track if initialization fails | wm4 | 2013-11-19 | 1 | -0/+1 |
* | vdpau_old: enable OpenGL interop | wm4 | 2013-11-19 | 1 | -0/+1 |
* | ao_null: fix simulated buffer size | wm4 | 2013-11-19 | 1 | -1/+1 |
* | audio/filter: rename af_tools.c to tools.c | wm4 | 2013-11-18 | 2 | -1/+1 |
* | demux: rename demux_packet.h to packet.h | wm4 | 2013-11-18 | 6 | -6/+6 |
* | audio: drop buffered filter data when seeking | wm4 | 2013-11-18 | 5 | -0/+27 |
* | audio/filter: remove unneeded AF_CONTROLs, convert to enum | wm4 | 2013-11-18 | 16 | -249/+74 |
* | af: cleanup documentation comments | wm4 | 2013-11-18 | 3 | -139/+22 |
* | player: simplify audio reset when seeking | wm4 | 2013-11-18 | 1 | -15/+10 |
* | stream_dvb: remove bogus free calls | wm4 | 2013-11-18 | 1 | -5/+0 |
* | vo_vdpau: don't calculate destination alpha when drawing OSD | wm4 | 2013-11-18 | 1 | -2/+2 |
* | audio: use the decoder buffer's format, not sh_audio | wm4 | 2013-11-18 | 2 | -8/+21 |
* | audio: fix mid-stream audio reconfiguration | wm4 | 2013-11-18 | 3 | -1/+12 |
* | stream: split out pthread helper function | wm4 | 2013-11-17 | 4 | -26/+70 |
* | af_lavrresample: set cutoff as double, not int | wm4 | 2013-11-17 | 1 | -1/+1 |
* | player: write final audo chunk only if there is audio left | wm4 | 2013-11-17 | 1 | -4/+6 |
* | ao_null: properly simulate final chunk, add buffer options | wm4 | 2013-11-17 | 2 | -19/+56 |
* | player: don't remove playback status when reinitializing DVB | wm4 | 2013-11-17 | 1 | -1/+3 |
* | demux_packet: add source stream index | wm4 | 2013-11-16 | 2 | -0/+5 |
* | demux: update a comment | wm4 | 2013-11-16 | 1 | -3/+3 |
* | demux: remove unused commands | wm4 | 2013-11-16 | 1 | -2/+0 |
* | demux: simplify handling of filepos field | wm4 | 2013-11-16 | 5 | -10/+13 |
* | demux_lavf: remove broken and commented byte based seeks | wm4 | 2013-11-16 | 1 | -40/+0 |
* | demux: reset EOF flag differently | wm4 | 2013-11-16 | 1 | -10/+9 |
* | encode_lavc: add missing newline in error message | wm4 | 2013-11-16 | 1 | -1/+1 |
* | ao_lavc: use af_format_conversion_score() | wm4 | 2013-11-16 | 1 | -26/+29 |
* | audio/format: add heuristic to estimate loss on format conversion | wm4 | 2013-11-16 | 2 | -0/+51 |
* | audio/format: fix doublep sample format | wm4 | 2013-11-16 | 1 | -1/+1 |
* | ao_lavc: write the final audio chunks from uninit() | Rudolf Polzer | 2013-11-16 | 1 | -7/+10 |
* | ao_lavc: fix crash with interleaved audio outputs. | Rudolf Polzer | 2013-11-16 | 1 | -2/+4 |
* | audio: drop "_NE"/"ne" suffix from audio formats | wm4 | 2013-11-15 | 29 | -75/+63 |
* | manpage: mark DTS-HD passthough as broken | wm4 | 2013-11-15 | 1 | -0/+2 |
* | dec_audio: adjust "large" decoding amount | wm4 | 2013-11-15 | 1 | -5/+5 |
* | mp_ring: remove unused function | wm4 | 2013-11-15 | 2 | -47/+0 |
* | af_lavcac3enc: use option parser | wm4 | 2013-11-15 | 2 | -43/+46 |
* | ad_spdif: fix regressions | wm4 | 2013-11-14 | 2 | -9/+9 |
* | osx bundle: remove embedded fonts.conf | Stefano Pigozzi | 2013-11-14 | 1 | -120/+0 |
* | ao_alsa: non-interleaved access is not always available | wm4 | 2013-11-14 | 1 | -0/+5 |
* | demux: use talloc for certain stream headers | wm4 | 2013-11-14 | 4 | -49/+21 |
* | audio: fix audio data memory leak | wm4 | 2013-11-14 | 1 | -1/+1 |
* | gl_common: print SW renderer warning only if it was the only reason we reject... | wm4 | 2013-11-14 | 1 | -1/+1 |
* | vd_lavc: select correct hw decoder profile for constrained baseline h264 | wm4 | 2013-11-14 | 1 | -2/+4 |
* | gl_common: remove unneeded callback | wm4 | 2013-11-14 | 4 | -4/+0 |
* | tvi_v4l2: remove VBI stuff | wm4 | 2013-11-13 | 1 | -100/+0 |
* | configure: enable v4l2 input on freebsd | bugmen0t | 2013-11-13 | 1 | -2/+4 |
* | tvi_v4l2: let libv4l2 convert to a known pixel format | bugmen0t | 2013-11-13 | 2 | -47/+77 |
* | stream: don't include linux/types.h in some files | wm4 | 2013-11-13 | 3 | -4/+0 |
* | m_option: handle audio/filter filters with old option parsing | wm4 | 2013-11-13 | 1 | -3/+9 |
* | ao_null: add untimed sub-option | wm4 | 2013-11-13 | 2 | -3/+24 |
* | ao_null: support pausing properly | wm4 | 2013-11-13 | 1 | -4/+14 |
* | mf: silence compilation warning | wm4 | 2013-11-13 | 2 | -3/+3 |
* | ao_lavc: support non-interleaved audio | wm4 | 2013-11-13 | 3 | -232/+42 |
* | wayland: create xkbcommon keymap from string | Alexander Preisinger | 2013-11-13 | 1 | -2/+1 |
* | Merge branch 'planar_audio' | wm4 | 2013-11-12 | 65 | -1489/+1549 |
|\ |
|
| * | audio: add support for using non-interleaved audio from decoders directly | wm4 | 2013-11-12 | 10 | -495/+324 |
| * | ad_mpg123: reduce ifdeffery | wm4 | 2013-11-12 | 2 | -50/+3 |
| * | dec_audio: fix behavior on format changes | wm4 | 2013-11-12 | 1 | -3/+1 |
| * | mp_audio: use av_malloc (cargo cult for libav*) | wm4 | 2013-11-12 | 2 | -3/+30 |
| * | ao_jack: switch from interleaved to planar audio | William Light | 2013-11-12 | 1 | -95/+92 |
| * | ao_jack: refactoring, also fix "no-connect" option | William Light | 2013-11-12 | 1 | -57/+97 |
| * | af_lavcac3enc: use planar formats | wm4 | 2013-11-12 | 1 | -134/+82 |
| * | af_lavcac3enc: simplify format negotiation | wm4 | 2013-11-12 | 1 | -28/+33 |
| * | audio/filter: fix mul/delay scale and values | wm4 | 2013-11-12 | 29 | -56/+24 |
| * | ao_openal: support non-interleaved output | wm4 | 2013-11-12 | 1 | -18/+11 |
| * | ao_alsa: support non-interleaved audio | wm4 | 2013-11-12 | 1 | -25/+23 |
| * | ao_null: support non-interleaved audio | wm4 | 2013-11-12 | 1 | -17/+20 |
| * | audio: switch output to mp_audio_buffer | wm4 | 2013-11-12 | 6 | -113/+112 |
| * | audio: add mp_audio_buffer | wm4 | 2013-11-12 | 3 | -0/+197 |
| * | audio/out: prepare for non-interleaved audio | wm4 | 2013-11-12 | 17 | -85/+92 |
| * | af: don't require filters to allocate af_instance->data, redo buffers | wm4 | 2013-11-12 | 27 | -211/+36 |
| * | af_lavfi: add support for non-interleaved audio | wm4 | 2013-11-12 | 1 | -30/+24 |
| * | af_volume: add support for non-interleaved audio | wm4 | 2013-11-12 | 1 | -16/+25 |
| * | af_lavrresample: add support for non-interleaved audio | wm4 | 2013-11-12 | 1 | -27/+45 |
| * | audio/out: reject non-interleaved formats | wm4 | 2013-11-12 | 13 | -1/+25 |
| * | audio/filter: prepare filter chain for non-interleaved audio | wm4 | 2013-11-12 | 28 | -177/+332 |
| * | audio/format: add non-interleaved audio formats | wm4 | 2013-11-12 | 3 | -2/+75 |
* | | waylad: implement functionality for window-scaling | Alexander Preisinger | 2013-11-12 | 1 | -0/+12 |
* | | demux: kill libmng support | wm4 | 2013-11-11 | 4 | -596/+0 |
* | | demux_mf: use talloc | wm4 | 2013-11-11 | 3 | -55/+30 |
* | | demux_mf: uncrustify | wm4 | 2013-11-11 | 3 | -215/+213 |
* | | demux_mkv: support some raw PCM variants | wm4 | 2013-11-11 | 4 | -26/+15 |
* | | ao_lavc: remove audio offset hack to ease supporting planar audio. | Rudolf Polzer | 2013-11-11 | 1 | -66/+11 |
* | | vo_lavc: fix -ovoffset. | Rudolf Polzer | 2013-11-11 | 1 | -1/+3 |
|/ |
|
* | ao: add ao_play_silence, use for ao_alsa and ao_oss | wm4 | 2013-11-10 | 6 | -13/+31 |
* | af: don't skip filtering if there's no more audio | wm4 | 2013-11-10 | 2 | -3/+5 |
* | vo_opengl: fix alpha values written to the framebuffer | wm4 | 2013-11-10 | 3 | -5/+16 |
* | ad_spdif: change API usage so that it works on Libav | wm4 | 2013-11-10 | 1 | -3/+9 |
* | player: set PulseAudio stream title to window title | wm4 | 2013-11-10 | 7 | -10/+39 |
* | gl_hwdec_vdpau: silence warning caused by buggy GL_NV_vdpau_interop spec | wm4 | 2013-11-09 | 1 | -2/+6 |
* | af_volume: use only one volume setting for all channels | wm4 | 2013-11-09 | 2 | -34/+22 |
* | ao_alsa: use correct magic spdif flags | wm4 | 2013-11-09 | 1 | -14/+11 |
* | Remove sh_audio->samplesize | wm4 | 2013-11-09 | 9 | -25/+9 |
* | af_scaletempo: uncrustify | wm4 | 2013-11-09 | 1 | -404/+388 |
* | af_lavrresample: reconfigure libavresample only on successful init | wm4 | 2013-11-09 | 1 | -7/+6 |
* | af_lavrresample: move libavresample setup to separate function | wm4 | 2013-11-09 | 1 | -90/+98 |
* | af_convert24: fix complicated and incorrect format negotiation | wm4 | 2013-11-09 | 1 | -9/+4 |
* | af_surround: fix format negotiation | wm4 | 2013-11-09 | 1 | -12/+9 |
* | af: allow filters to return AF_OK, even if format doesn't match | wm4 | 2013-11-09 | 1 | -0/+2 |
* | ao: print requested audio format on init | wm4 | 2013-11-09 | 3 | -6/+4 |
* | ao_alsa: add magic spdif parameters | wm4 | 2013-11-09 | 1 | -1/+25 |
* | ao_alsa: redo the way parameters are added in the spdif case | wm4 | 2013-11-09 | 1 | -38/+24 |
* | ad_spdif: fix libavformat API usage | wm4 | 2013-11-09 | 1 | -107/+76 |
* | af: always remove auto-inserted filters, improve error message | wm4 | 2013-11-09 | 1 | -4/+3 |
* | vdpau: unbreak | wm4 | 2013-11-09 | 1 | -0/+1 |
* | travis: remove e-mail notifications | Stefano Pigozzi | 2013-11-08 | 1 | -4/+0 |
* | player: factor audio buffer clearing code | wm4 | 2013-11-08 | 4 | -13/+25 |
* | audio: don't let ao_lavc access frontend internals, change gapless audio | wm4 | 2013-11-08 | 6 | -46/+77 |
* | audio: stop "unsupported sample format" spam | wm4 | 2013-11-07 | 1 | -6/+1 |
* | |