summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* af: improve filter chain setup retry limitwm42013-05-121-1/+10
* audio: add double sample formatwm42013-05-123-14/+12
* ao_alsa: set fallback if format unknownwm42013-05-121-4/+6
* audio/out: channel map selectionwm42013-05-1214-68/+114
* audio: add channel map selection functionwm42013-05-128-20/+298
* ao_pulse: move format setup codewm42013-05-121-27/+27
* af_lavrresample: avoid channel reordering with unknown layoutswm42013-05-121-8/+24
* manpage: update --channelswm42013-05-121-11/+10
* ao_openal: use channel map instead of ALSA fixed layoutwm42013-05-121-10/+31
* audio/filters: add af_forcewm42013-05-126-0/+189
* ao: remove ao_driver.is_new fieldwm42013-05-129-9/+0
* ao_alsa: remove global variableswm42013-05-121-110/+116
* ao_alsa: switch to new AO APIwm42013-05-121-39/+54
* af_ladspa: code cleanupeng2013-05-121-15/+17
* audio: print channel map additionally to channel count on terminalwm42013-05-125-25/+35
* ao_alsa: map to exact channel layoutwm42013-05-121-38/+48
* ao_alsa: move format lookup into separate functionwm42013-05-121-58/+36
* ao_alsa: more reformatwm42013-05-121-118/+113
* af: print filter chain info on errorwm42013-05-121-15/+16
* ao_alsa: cosmetics, macro-fy error reportingwm42013-05-121-321/+181
* ao_alsa: uncrustifywm42013-05-121-623/+717
* uncrustify: add some instructionswm42013-05-121-0/+7
* audio: remove useless audio channels from AO, unless requestedwm42013-05-121-0/+2
* ad_lavc: force channel layout pass-through with demux_rawaudiowm42013-05-121-2/+11
* ao_coreaudio: switch to WAVEEXT channel orderwm42013-05-121-2/+1
* ao_pulse: try to set correct channel layoutwm42013-05-121-2/+54
* core: use channel map on demuxer level toowm42013-05-1215-54/+69
* reorder_ch: remove old channel reorder functionswm42013-05-124-1497/+0
* audio: let libavresample do channel reorderingwm42013-05-121-3/+49
* af_lavrresample: context is always allocated herewm42013-05-121-2/+1
* audio/out: switch to channel mapwm42013-05-1220-239/+162
* af_pan: set unknown channel layout for outputwm42013-05-121-2/+11
* af: use mp_chmap for mp_audio, include channel map in format negotiationwm42013-05-1212-57/+64
* audio: add some setters for mp_audio, and require filters to use themwm42013-05-1229-178/+167
* audio: add channel map APIwm42013-05-126-3/+660
* audio/filter: remove unused AF_CONTROLswm42013-05-127-213/+1
* options: add option to prevent decoder audio downmixingwm42013-04-137-17/+59
* af: fix negotiation endless loopwm42013-04-131-3/+2
* af: streamline format negotiationwm42013-04-133-167/+210
* manpage: update af_lavrresample entrywm42013-04-131-6/+6
* af_lavrresample: add no-detach suboptionwm42013-04-132-1/+11
* options: remove --af-advwm42013-04-136-68/+4
* af: remove accuracy optionwm42013-04-131-15/+4
* af: remove force optionwm42013-04-131-64/+49
* audio: remove float processing optionwm42013-04-136-31/+9
* audio: switch to libavcodec channel order, use libavresample for mixingwm42013-04-136-44/+47
* ao_alsa: reorder channels from internal to alsa orderwm42013-04-131-0/+6
* af: simplificationwm42013-04-131-35/+20
* af: factor channel filter insertionwm42013-04-131-30/+45
* af: use af_lavrresample for format conversions, if possiblewm42013-04-134-45/+111
* af: remove automatically inserted filters on full reinitwm42013-04-133-32/+45
* af_lavrresample: allow other ffmpeg sample formats for input/outputwm42013-04-131-17/+48
* audio/filter: replace pointless memcpys with assignmentswm42013-04-134-17/+10
* af: uncrustifywm42013-04-132-466/+496
* ad_lavc: use fmt-conversion to map sample formatsStefano Pigozzi2013-04-134-18/+96
* demux: simplify chapter appending codewm42013-04-121-14/+8
* demux: always sort chapterswm42013-04-122-8/+7
* core: remove dead --vsync leftoverswm42013-04-123-12/+1
* command: fix deref before NULL checkwm42013-04-121-1/+1
* ao_jack: fix deprecation warningStefano Pigozzi2013-04-121-2/+5
* mplayer: remove unnecessary variablewm42013-04-102-8/+4
* core: add --reset-on-next-file optionwm42013-04-106-0/+56
* mplayer: keep volume persistent, even when using --volumewm42013-04-103-4/+19
* mplayer: move DVB channel skip codewm42013-04-101-23/+21
* mplayer: don't disable term-osd with -vwm42013-04-101-4/+0
* command: fix loadlist commandwm42013-04-101-3/+5
* configure: add -mconsole on MinGWwm42013-04-101-1/+6
* mplayer: don't print bogus status when cachingwm42013-04-101-1/+1
* vf_divtc, vf_phase: Fix handling of subsampled formatsMartin Herkt2013-04-102-3/+4
* demux: fix a specific gcc 4.8 warning that may hint to mis-optimized codeRudolf Polzer2013-04-091-0/+3
* core: remove volstep global variablewm42013-04-094-5/+4
* core: restore --mc default value (fixes A/V sync)wm42013-04-091-0/+1
* make: add osxbundle-skip-depsStefano Pigozzi2013-04-082-21/+53
* vf_dlopen examples: add copyright headers (LGPL 2.1+)Rudolf Polzer2013-04-087-0/+147
* stream_cddb: fix compilation on MinGW-w64Stephen Hutchinson2013-04-061-1/+1
* vcd_read_win32.h: fix compilation on MinGW-w64Stephen Hutchinson2013-04-062-2/+2
* Remove some apple remote leftoverswm42013-04-055-45/+0
* input: remove ar.h includeStefano Pigozzi2013-04-051-2/+0
* demux_mkv: move preroll subtitle check to the right placewm42013-04-041-2/+2
* demux_mkv: try to show current subtitle when seekingwm42013-04-046-9/+59
* options: fix --no-colorkeywm42013-04-041-1/+1
* core: add --heartbeat-interval optionwm42013-04-046-4/+13
* av_common: minor simplificationwm42013-04-041-8/+2
* http: handle broken QuickTime Streaming Server headersreimar2013-04-041-3/+9
* http: fix for broken SHOUTcast streamsreimar2013-04-041-0/+6
* vcd_read: cleanup ifdefsreimar2013-04-041-14/+7
* encoding-example-profiles: block non-4:0:0 for baseline h264Rudolf Polzer2013-04-041-0/+4
* demux_mkv: fix handling of 0 DisplayWidth/Heightwm42013-04-041-2/+5
* command: silence "Audio: no audio" line for playback speedwm42013-04-041-1/+2
* mplayer: switch back to video PTS for reporting playback timewm42013-04-042-10/+8
* mplayer: fix framestepping on ordered chapter segment boundarieswm42013-04-041-28/+34
* mplayer: fix --step EOF handlingwm42013-04-041-1/+3
* wayland: use vo flags for enabling alpha supportAlexander Preisinger2013-04-021-3/+5
* wayland: enable alpha supportAlexander Preisinger2013-04-021-1/+1
* osd: fix OSD bar position markerwm42013-04-021-0/+10
* manpage: fix a typowm42013-03-311-1/+1
* osd: disable border for inner part of the OSD barwm42013-03-311-1/+1
* encoding-example-profiles and manpage: prefer libvorbis over vorbisRudolf Polzer2013-03-312-2/+2
* configure: fix compilation on Linuxwm42013-03-311-0/+1
* remove Apple Remote related codeStefano Pigozzi2013-03-319-747/+0
* demux_mkv: don't print non-sense warning on normal EOFwm42013-03-301-1/+1
* gl_video: remove double const qualifierStefano Pigozzi2013-03-301-1/+1
* changes.rst: mention -afm hwac3 replacementwm42013-03-301-0/+1
* osd: draw the OSD bar with ASS vector drawingswm42013-03-307-71/+212
* gl_video: add some missing includeswm42013-03-301-0/+8
* gl_lcms: fix compilation when lcms2 is not availablewm42013-03-301-3/+10
* gl_video: actually fix shader compilation on OSXwm42013-03-282-2/+3
* gl_video: fix OSX by not using undefined name in GLSL "#if"wm42013-03-281-0/+2
* gl_header_fixes: add GL_RGBA32Fwm42013-03-281-0/+3
* gl_video: use choice option type for dither-depth suboptionwm42013-03-283-13/+14
* vo: rename vo_draw_image to vo_queue_imagewm42013-03-283-9/+6
* vo: remove two unused symbolswm42013-03-281-6/+0
* gl_video: add some alpha FBO formatswm42013-03-282-2/+7
* vo_opengl: add alpha outputwm42013-03-287-11/+81
* gl_video: always upload all planeswm42013-03-281-15/+2
* gl_video: support NV21 toowm42013-03-282-2/+6
* gl_video: add support for NV12wm42013-03-282-2/+20
* gl_video: make it possible for planes to have different formatswm42013-03-281-38/+56
* gl_video: move video image fields into a structwm42013-03-281-42/+68
* sub: don't crash on GBRP videowm42013-03-281-2/+4
* vo_opengl: split into multiple files, convert to new option APIwm42013-03-2812-1968/+2193
* gl_common: split into platform specific fileswm42013-03-2811-808/+897
* core: always pass data via packet fields to video decoderswm42013-03-285-26/+20
* demux_mkv: improve robustness against broken fileswm42013-03-283-8/+73
* demux_mkv: fix skipping broken header elementswm42013-03-281-1/+1
* demux_mkv: set correct aspect ratio even if DisplayHeight is unsetwm42013-03-281-2/+4
* m_option: pretty-print floats with 3 pre-decimal digits instead of 2wm42013-03-261-6/+6
* mpv_identify: add --quiet to mpv command linewm42013-03-261-1/+1
* mpv_identify: allow specifying mpv binary via MPVwm42013-03-261-1/+5
* core: output --playing-msg message only after at least one frame is shownwm42013-03-264-8/+11
* mplayer: make --frames=1 work for audiowm42013-03-262-11/+19
* mplayer: cosmetics: make some code more readablewm42013-03-261-13/+13
* command: export VO video width/height as propertieswm42013-03-263-2/+30
* input: make input command deprecation warnings visiblewm42013-03-262-3/+3
* mp_msg: don't change text color for normal outputwm42013-03-261-2/+8
* configure: fix OpenGL autodetection on OS XStefano Pigozzi2013-03-241-0/+9
* w32_common: Cygwin64 fixesKovensky2013-03-231-3/+4
* configure: check for presence of glext.hKovensky2013-03-231-0/+12
* ao_dsound: add missing includeKovensky2013-03-231-0/+1
* wayland: fully support cursor autohide optionsAlexander Preisinger2013-03-231-15/+15
* sub: print messages before and after font setupwm42013-03-201-0/+2
* encoding-examples-profiles: fix N900 profileRudolf Polzer2013-03-201-1/+1
* w32_common: reset internal display size to the window sizewm42013-03-191-0/+5
* video: deal with 0x0 window sizewm42013-03-191-2/+4
* input: fix crash due to dangling pointerwm42013-03-191-1/+1
* demux: fix regressions by restricting cover art hack furtherwm42013-03-191-3/+3
* demux_mf: fix crashes when '*' matches directorieswm42013-03-192-7/+10
* stream: silence clang empty statement warningswm42013-03-191-12/+8
* input/ar: remove unused variablewm42013-03-191-1/+0
* mp_msg: print MSGL_STATUS to stderr if stderr is redirectedRudolf Polzer2013-03-181-2/+2
* mp_msg: fix status output disappearing when redirecting INPUT.Rudolf Polzer2013-03-182-4/+4
* encoding-example-profiles: for Nokia N900, avoid upscalingRudolf Polzer2013-03-181-1/+1
* options: fix --widwm42013-03-181-1/+1
* x11_common: remove assumption that video is always centeredwm42013-03-174-33/+28
* video: enable panscan calculations even in windowed modewm42013-03-171-3/+2
* video: apply --no-keepaspect even on fullscreenwm42013-03-171-1/+1
* video: remove rounding of display size to multiples of 2wm42013-03-171-2/+0
* video: remove aspect.h includes from files which don't need itwm42013-03-178-8/+0
* video: simplify aspect calculation stuffwm42013-03-174-93/+38
* vo_xv: minor simplificationswm42013-03-171-17/+4
* vo_x11: accept all swscale formatswm42013-03-171-6/+6
* vo_corevideo: use generic aspect ratio codewm42013-03-171-62/+38
* vo_opengl_old: use generic aspect ratio codewm42013-03-171-45/+42
* vo_x11: use generic aspect ratio code, refactorwm42013-03-171-149/+77
* cocoa_common: fix regression when changing videos in fullscreenStefano Pigozzi2013-03-151-3/+4
* video: use new method to get QP tablewm42013-03-152-5/+21
* demux_mkv: support ALACwm42013-03-153-0/+13
* input: ignore normal mouse click by defaultwm42013-03-141-0/+1
* demux_mkv: Support playing Opus streams in MatroskaStephen Hutchinson2013-03-143-0/+8
* configure: bump minimum FFmpeg/Libav versions, remove compat hackswm42013-03-133-123/+1
* af_lavrresample: add new resampling filter to replace the old onesStefano Pigozzi2013-03-138-839/+327
* video: make use of libavcodec refcountingwm42013-03-136-11/+122
* video: prepare for libavcodec refcountingwm42013-03-133-62/+84
* demux_lavf: use avg_frame_rate instead of r_frame_ratewm42013-03-131-2/+2
* Prefix CODEC_ID_ with AV_wm42013-03-139-76/+76
* image_writer: switch to avcodec_encode_video2()wm42013-03-131-14/+11