summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tvi_v4l2: let libv4l2 convert to a known pixel formatbugmen0t2013-11-132-47/+77
* stream: don't include linux/types.h in some fileswm42013-11-133-4/+0
* m_option: handle audio/filter filters with old option parsingwm42013-11-131-3/+9
* ao_null: add untimed sub-optionwm42013-11-132-3/+24
* ao_null: support pausing properlywm42013-11-131-4/+14
* mf: silence compilation warningwm42013-11-132-3/+3
* ao_lavc: support non-interleaved audiowm42013-11-133-232/+42
* wayland: create xkbcommon keymap from stringAlexander Preisinger2013-11-131-2/+1
* Merge branch 'planar_audio'wm42013-11-1265-1489/+1549
|\
| * audio: add support for using non-interleaved audio from decoders directlywm42013-11-1210-495/+324
| * ad_mpg123: reduce ifdefferywm42013-11-122-50/+3
| * dec_audio: fix behavior on format changeswm42013-11-121-3/+1
| * mp_audio: use av_malloc (cargo cult for libav*)wm42013-11-122-3/+30
| * ao_jack: switch from interleaved to planar audioWilliam Light2013-11-121-95/+92
| * ao_jack: refactoring, also fix "no-connect" optionWilliam Light2013-11-121-57/+97
| * af_lavcac3enc: use planar formatswm42013-11-121-134/+82
| * af_lavcac3enc: simplify format negotiationwm42013-11-121-28/+33
| * audio/filter: fix mul/delay scale and valueswm42013-11-1229-56/+24
| * ao_openal: support non-interleaved outputwm42013-11-121-18/+11
| * ao_alsa: support non-interleaved audiowm42013-11-121-25/+23
| * ao_null: support non-interleaved audiowm42013-11-121-17/+20
| * audio: switch output to mp_audio_bufferwm42013-11-126-113/+112
| * audio: add mp_audio_bufferwm42013-11-123-0/+197
| * audio/out: prepare for non-interleaved audiowm42013-11-1217-85/+92
| * af: don't require filters to allocate af_instance->data, redo bufferswm42013-11-1227-211/+36
| * af_lavfi: add support for non-interleaved audiowm42013-11-121-30/+24
| * af_volume: add support for non-interleaved audiowm42013-11-121-16/+25
| * af_lavrresample: add support for non-interleaved audiowm42013-11-121-27/+45
| * audio/out: reject non-interleaved formatswm42013-11-1213-1/+25
| * audio/filter: prepare filter chain for non-interleaved audiowm42013-11-1228-177/+332
| * audio/format: add non-interleaved audio formatswm42013-11-123-2/+75
* | waylad: implement functionality for window-scalingAlexander Preisinger2013-11-121-0/+12
* | demux: kill libmng supportwm42013-11-114-596/+0
* | demux_mf: use tallocwm42013-11-113-55/+30
* | demux_mf: uncrustifywm42013-11-113-215/+213
* | demux_mkv: support some raw PCM variantswm42013-11-114-26/+15
* | ao_lavc: remove audio offset hack to ease supporting planar audio.Rudolf Polzer2013-11-111-66/+11
* | vo_lavc: fix -ovoffset.Rudolf Polzer2013-11-111-1/+3
|/
* ao: add ao_play_silence, use for ao_alsa and ao_osswm42013-11-106-13/+31
* af: don't skip filtering if there's no more audiowm42013-11-102-3/+5
* vo_opengl: fix alpha values written to the framebufferwm42013-11-103-5/+16
* ad_spdif: change API usage so that it works on Libavwm42013-11-101-3/+9
* player: set PulseAudio stream title to window titlewm42013-11-107-10/+39
* gl_hwdec_vdpau: silence warning caused by buggy GL_NV_vdpau_interop specwm42013-11-091-2/+6
* af_volume: use only one volume setting for all channelswm42013-11-092-34/+22
* ao_alsa: use correct magic spdif flagswm42013-11-091-14/+11
* Remove sh_audio->samplesizewm42013-11-099-25/+9
* af_scaletempo: uncrustifywm42013-11-091-404/+388
* af_lavrresample: reconfigure libavresample only on successful initwm42013-11-091-7/+6
* af_lavrresample: move libavresample setup to separate functionwm42013-11-091-90/+98
* af_convert24: fix complicated and incorrect format negotiationwm42013-11-091-9/+4
* af_surround: fix format negotiationwm42013-11-091-12/+9
* af: allow filters to return AF_OK, even if format doesn't matchwm42013-11-091-0/+2
* ao: print requested audio format on initwm42013-11-093-6/+4
* ao_alsa: add magic spdif parameterswm42013-11-091-1/+25
* ao_alsa: redo the way parameters are added in the spdif casewm42013-11-091-38/+24
* ad_spdif: fix libavformat API usagewm42013-11-091-107/+76
* af: always remove auto-inserted filters, improve error messagewm42013-11-091-4/+3
* vdpau: unbreakwm42013-11-091-0/+1
* travis: remove e-mail notificationsStefano Pigozzi2013-11-081-4/+0
* player: factor audio buffer clearing codewm42013-11-084-13/+25
* audio: don't let ao_lavc access frontend internals, change gapless audiowm42013-11-086-46/+77
* audio: stop "unsupported sample format" spamwm42013-11-071-6/+1
* audio: fix bogus audio format comparisonwm42013-11-071-1/+1
* vdpau: drop dummy render functionwm42013-11-071-14/+2
* af: remove a pointless macrowm42013-11-072-28/+16
* audio/format: convert format macros to enum, drop NE suffixwm42013-11-072-95/+96
* audio: replace af_fmt2str_short -> af_fmt_to_strwm42013-11-0714-37/+24
* audio/format: reformatwm42013-11-072-58/+56
* encoding-example-profiles: support setsar in FFmpeg-gitRudolf Polzer2013-11-071-13/+19
* sd_lavc, sd_spu: make dvdsub stretching conditional on --stretch-dvd-subs.Rudolf Polzer2013-11-077-8/+55
* sd_ass, sd_lavc: use the input video's pixel aspect for scaling subtitles.Rudolf Polzer2013-11-072-4/+25
* ao_oss: fix previous ao_oss commitwm42013-11-061-1/+0
* travis: use clang for ffmpeg/libav compilationStefano Pigozzi2013-11-061-1/+1
* ao_oss: hide warningwm42013-11-061-2/+2
* ao_oss: don't enable -softvol by default on OSSv4bugmen0t2013-11-061-0/+4
* ao_oss: make no_persistent_volume volume work when seekingbugmen0t2013-11-061-0/+4
* osdep: handle SIGTERMwm42013-11-061-0/+2
* input.conf: clarify the magic how default key bindings are addedwm42013-11-061-3/+7
* memcpy_pic: reformatwm42013-11-061-27/+17
* vd_lavc: remove explicit crystalhd supportwm42013-11-063-16/+0
* input: remove unused key_down_event commandwm42013-11-063-6/+0
* input: disallow autorepeat by default for most commandswm42013-11-062-13/+25
* gl_header_fixes: fix inverted conditionwm42013-11-051-1/+1
* vo_opengl: support for vdpau hardware decodingwm42013-11-058-1/+308
* vdpau: move device and video surface management from vo_vdpau.c to vdpau.cwm42013-11-053-220/+271
* vo_opengl: redo aspects of initialization, change hwdec APIwm42013-11-053-38/+38
* vo_opengl/vaapi: use IMGFMT_RGB0wm42013-11-051-1/+1
* video: make IMGFMT_RGB0 etc. exist even if libavutil doesn't support itwm42013-11-053-27/+36
* manpage: fix incorrect default for --oscwm42013-11-051-1/+1
* vo_xv: fix compilation of SHM not availablewm42013-11-051-1/+1
* travis: update ffmpeg stable to 1.2.4 tarballStefano Pigozzi2013-11-051-1/+1
* travis: Update libav stable tarballTimothy Gu2013-11-051-1/+1
* playlist: rewrite PLS parserwm42013-11-042-140/+22
* demux_mkv: fix compiler warningswm42013-11-042-3/+3
* Adjust wayland definesPaweł Forysiuk2013-11-042-3/+3
* vdpau: drop required/deprecated access to a libavcodec struct fieldwm42013-11-041-3/+0
* stream_lavf: don't duplicate list of rtmp protocolswm42013-11-041-6/+4
* stream_lavf: support more libavformat protocolswm42013-11-041-1/+3
* vo_opengl: cosmetics/fix typoswm42013-11-042-2/+2
* vo_opengl: reserve 4 texture units for video instead of 3wm42013-11-041-5/+5
* osx: fix -Wshadow warnings on platform specific codeStefano Pigozzi2013-11-042-7/+7
* Merge remote-tracking branch 'origin/have_configure'Stefano Pigozzi2013-11-0452-503/+534
|\
| * fix HAVE_PTHREADS being undefined on windowswm42013-11-041-0/+1
| * fix HAVE_JACK being undefinedwm42013-11-041-0/+1
| * define HAVE_COREAUDIO on platforms other than OSXwm42013-11-041-0/+1
| * fix weird DPMS->EXT replacementwm42013-11-041-3/+3
| * Merge branch 'master' into have_configurewm42013-11-0428-94/+478
| |\
| * | configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-0352-500/+528
* | | vo_opengl: fix use of uninitialized memorywm42013-11-041-1/+1
| |/ |/|
* | Fix -Wshadow warning about seek function in playloop.cPaweł Forysiuk2013-11-041-11/+11
* | vo_opengl: add support for VA-API OpenGL interopwm42013-11-047-2/+160
* | vo_opengl: add infrastructure for hardware decoding OpenGL interopwm42013-11-049-32/+229
* | mp_image: add helper for copying image attributeswm42013-11-032-0/+25
* | tools: add --no-cache --no-config to mpv_identify.shChrisK22013-11-031-1/+1
* | player: fix quvi 0.9 playlist loadingwm42013-11-031-2/+3
* | demux: make determining seek capability genericwm42013-11-037-13/+25
* | demux: remove movi_start/movi_end fieldswm42013-11-037-28/+13
* | stream: more consistent checks for whether stream is seekablewm42013-11-031-6/+10
* | stream: reconnecting doesn't make sense if stream is not seekablewm42013-11-031-0/+2
|/
* w32: implement functionality required for window-scalewm42013-11-021-0/+23
* x11: make window-scale use windowed size in fullscreen modewm42013-11-021-2/+2
* ta: re-add MinGW cargo cultingwm42013-11-021-0/+6
* demux: rename Windows symbolswm42013-11-026-134/+110
* demux_mkv: fix warningwm42013-11-021-1/+1
* matroska.pl: Sort the generated struct field listDiogo Franco (Kovensky)2013-11-021-2/+2
* Fix some more -Wshadow warningswm42013-11-0110-36/+36
* tl_matroska: initialize segment related arrays with 0wm42013-11-011-4/+6
* video: check profiles with hardware decodingwm42013-11-018-72/+142
* demux_mkv: use a more universal zero initializerwm42013-11-011-1/+1
* Enable -Wshadowwm42013-11-017-17/+16
* options: fix positional suboption asrgumentswm42013-11-011-2/+2
* input: show deprecation warnings for some recently replaced commandswm42013-11-011-4/+4
* command: replace speed_mult with multiply commandwm42013-10-315-17/+5
* command: add generic "multiply" commandwm42013-10-316-0/+85
* command: add property to scale window sizewm42013-10-314-0/+51
* x11: factor out normal window resize codewm42013-10-311-23/+31
* sd_lavc: display DVD subs with unknown durationwm42013-10-311-0/+6
* ao_pulse: fix channel layoutswm42013-10-311-1/+4
* vd_lavc: add more ifdeffery and ffmpeg cargo culting for correctnesswm42013-10-311-7/+13
* dec_video: remove unused declaration of a former global variablewm42013-10-311-2/+0
* encoding-example-configs: add more comments regarding the scaling methodRudolf Polzer2013-10-311-2/+16
* gl_common: osx: fix compilation with latest XQuartz RCStefano Pigozzi2013-10-301-1/+1
* tech-overview.txt: reflect recent updateswm42013-10-301-21/+32
* ta: track location debug info in 2 more caseswm42013-10-301-0/+2
* x11: restore support for --wid=0wm42013-10-301-2/+4
* x11: remove ancient metacity hackwm42013-10-301-14/+1
* x11: minor cosmeticswm42013-10-301-16/+11
* main: improve a terminal messagewm42013-10-301-1/+1
* player: merge mp_osd.h into mp_core.hwm42013-10-307-59/+33
* mp_core: sort function prototypes by source filewm42013-10-301-58/+68
* ao_alsa: return negative value on error in play()wm42013-10-301-3/+3
* Fix style of the HP Slate 7 vf-add line.Rudolf Polzer2013-10-301-1/+1
* encoding-example-profiles: support HP Slate 7's weird aspect.Rudolf Polzer2013-10-301-5/+37
* Split mplayer.cwm42013-10-3017-5084/+5400
* Move files part of the playback core to player sub-directorywm42013-10-3018-50/+48
* gl_x11: change error message when GL3 context creation failswm42013-10-281-1/+1
* getch2: assume EOF when input file descriptor is invalidwm42013-10-281-2/+5
* getch2: move global state to file scope variableswm42013-10-281-6/+5
* mplayer: handle subtitle renderer cleanup via uninit_playerwm42013-10-282-10/+24
* x11_common: refactor of fstype codewm42013-10-281-102/+73
* cocoa: apply the more invasive constraining only with cmd+1/2/3Stefano Pigozzi2013-10-281-2/+10
* command: disable autorepeat for some commands (actually properties)wm42013-10-283-5/+29
* x11: fix border togglingwm42013-10-272-2/+5
* vo_xv: check whether image allocation succeedswm42013-10-271-6/+24
* command: don't include stream_dvd.hwm42013-10-271-3/+0
* af: replace macros with too generic nameswm42013-10-2613-44/+35
* gl_common: suggest --vo=opengl-old if OpenGL 2.1 missingwm42013-10-261-1/+6
* af_volume: some more cosmeticswm42013-10-261-27/+15
* af_volume: switch to new option parsingwm42013-10-262-38/+25
* af_volume: uncrustifywm42013-10-261-94/+85
* af_volume: don't change volume if nothing is to be changedwm42013-10-261-0/+2
* af_volume: remove unused featureswm42013-10-264-60/+1
* mpvcore: add a note about desync on track switchesBen Boeckel2013-10-261-0/+1
* docs: osc: update cache display percentage.ChrisK22013-10-261