summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* video: unbreak --no-correct-pts with demuxers that use DTSwm42013-11-264-6/+8
* demux_mkv: fix realvideo timestamp handlingwm42013-11-261-47/+40
* bootstrap.py: reindent to 4 spacesStefano Pigozzi2013-11-261-4/+4
* build: remove pointless exception handling in oss checkStefano Pigozzi2013-11-261-9/+5
* build: unbreak __get_osslibdir__ on python3Stefano Pigozzi2013-11-261-1/+1
* cocoa: unlock on uninitStefano Pigozzi2013-11-261-1/+3
* build: check for pthreads with and without additional cflagsStefano Pigozzi2013-11-261-1/+5
* av_common: fix typo in commentStefano Pigozzi2013-11-261-1/+1
* ao_alsa: do not forcibly disable ALSA resamplingMartin Herkt2013-11-261-6/+0
* ad_lavc: increase number of packets for initial decodewm42013-11-261-2/+5
* player: don't use a loop when no loop is neededwm42013-11-261-4/+1
* player: move code for skipping 0-sized video packets to demuxerwm42013-11-262-10/+9
* build: make cygwin use *nix timersStefano Pigozzi2013-11-262-2/+1
* build: add -mwin32 on cygwinStefano Pigozzi2013-11-261-0/+4
* build: add a gdi check for windowsStefano Pigozzi2013-11-262-2/+7
* sub: respect detected language for fuzzy-matched external subtitleswm42013-11-253-21/+26
* player: only pause for waiting on cache if it makes sensewm42013-11-251-1/+3
* video: move timestamp determination code to dec_videowm42013-11-253-42/+44
* video: disable PTS sorting fallback by defaultwm42013-11-254-6/+13
* demux_lavf: disable genpts by default, remove the builtin genpts hackwm42013-11-252-94/+13
* demux: export dts from demux_lavf, use it for aviwm42013-11-258-25/+45
* player: merge no-correct-pts with correct-pts codewm42013-11-254-52/+16
* player: change semantics of --no-correct-ptswm42013-11-252-27/+8
* dec_video: fix function signaturewm42013-11-252-4/+6
* video: pass PTS as part of demux_packet/AVPacket and mp_image/AVFramewm42013-11-255-30/+30
* player: warn if PTS association mode switcheswm42013-11-251-2/+2
* build: don't abort if our OSS implementation isn't from 4FrontStefano Pigozzi2013-11-251-3/+3
* build: run oss_audio.c check with oss cflags as wellStefano Pigozzi2013-11-251-4/+6
* build: unbreak __get_osslibdir__()bugmen0t2013-11-251-2/+4
* build: only check 4Front OSS after passing its CFLAGSbugmen0t2013-11-251-10/+10
* input: discard precise scrolling commands with no valueStefano Pigozzi2013-11-251-0/+2
* build: fix construction of args to pkg-configNatanael Copa2013-11-251-2/+8
* build: work around bug in waf's bundle installationStefano Pigozzi2013-11-251-0/+5
* build: add install_files call after the mpv target was definedStefano Pigozzi2013-11-241-2/+3
* bootstrap.py: check version if waf already existseng2013-11-241-7/+9
* build: also install mpv CLI binary when building OS X bundleStefano Pigozzi2013-11-241-0/+2
* gitignore: add generated files by old build systemStefano Pigozzi2013-11-241-0/+3
* bootstrap.py: skip download if waf already existswm42013-11-241-1/+7
* build: make waf append pkgconfig flags as-is [2]Stefano Pigozzi2013-11-241-1/+0
* build: make waf append pkgconfig flags as-isStefano Pigozzi2013-11-241-3/+14
* travis: remove --disable-doc from libav/ffmpeg configureStefano Pigozzi2013-11-241-1/+1
* player: close demuxer before streamwm42013-11-241-2/+3
* osd: remove mp_osd_res.video_par fieldwm42013-11-2410-12/+2
* Rename sub.c/.h to osd.c/.hwm42013-11-2443-47/+36
* vd_lavc: improve a commentwm42013-11-241-1/+2
* build: store dependencies as listsStefano Pigozzi2013-11-242-13/+26
* build: cache compiler defines on the configure context directlyStefano Pigozzi2013-11-241-3/+3
* travis: disable e-mail notificationsStefano Pigozzi2013-11-231-0/+1
* vd_lavc: when falling back to software, revert filter error statuswm42013-11-231-0/+2
* Reduce stheader.h includes, move stream types to mp_common.hwm42013-11-2312-15/+12
* Attempt to fix build on older libavcodec versionswm42013-11-232-0/+2
* audio: respect --end/--length with spdif passthroughwm42013-11-231-1/+2
* video: don't overwrite demuxer FPS valuewm42013-11-234-26/+18
* video: move handling of container vs. stream AR out of vd_lavc.cwm42013-11-234-39/+34
* ao_rsound: fix option typeswm42013-11-231-2/+2
* dec_video: make vf_input and hwdec_info statically allocatedwm42013-11-236-18/+14
* dec_video: remove "initialized" fieldwm42013-11-233-16/+9
* demux: remove gsh field from sh_audio/sh_video/sh_subwm42013-11-2312-76/+71
* player: rearrange how subtitle context and stream headers are usedwm42013-11-235-54/+57
* video: move decoder context from sh_video into new structwm42013-11-2318-411/+410
* options: print lavfi filter list with --vf=lavfi=helpwm42013-11-231-0/+40
* options: don't prefix sub-options with "--" in help outputwm42013-11-233-1/+4
* options: implement --pphelp differentlywm42013-11-237-9/+10
* video: remove vf_pp auto-insertionwm42013-11-238-40/+1
* options: provide a way for --vf to print custom helpwm42013-11-232-13/+18
* video: merge vd.c into dec_video.cwm42013-11-234-177/+138
* video: move struct mp_hwdec_info into its own header filewm42013-11-2313-23/+31
* audio: remove ad_driver.preinitwm42013-11-236-34/+13
* player: remove printing of barely correct slave mode stream infowm42013-11-231-35/+0
* audio: don't write decoded audio format to sh_audiowm42013-11-237-56/+55
* audio: move decoder context from sh_audio into new structwm42013-11-2315-291/+327
* build: remove unused mng fragmentStefano Pigozzi2013-11-231-7/+0
* build: also run the test binary during the lua checksStefano Pigozzi2013-11-231-2/+3
* build: fix lua check to actually test for libquviStefano Pigozzi2013-11-231-5/+8
* build: fix missing prototypes in lua check fragmentStefano Pigozzi2013-11-231-2/+2
* build: use static instead of prototype in libavfilter fragmentStefano Pigozzi2013-11-231-2/+1
* build: fix libavfilter check to include function prototypeStefano Pigozzi2013-11-231-0/+1
* build: fix install path for manualStefano Pigozzi2013-11-231-1/+1
* README: mention build result being located at build/mpvStefano Pigozzi2013-11-231-2/+3
* build: make sure cwd is in Python's sys.pathStefano Pigozzi2013-11-231-0/+1
* mp_ring: fix comment typoStefano Pigozzi2013-11-221-1/+1
* build: remove abusive commentStefano Pigozzi2013-11-221-1/+0
* build: remove spam generated by link taskStefano Pigozzi2013-11-221-0/+4
* vo_opengl: fix compilationwm42013-11-221-2/+2
* vf_vavpp: make it work with vo_opengl and software decodingwm42013-11-223-5/+5
* vo_opengl: initialize all fields for VFCTRL_GET_HWDEC_INFOwm42013-11-221-4/+8
* build: unbreak PVR configure testwm42013-11-221-1/+1
* manpage: document , mapping (frame_back_step)enkore2013-11-221-0/+4
* input.conf: fix typowm42013-11-221-1/+1
* Fixing list of vo's that vavpp works with, in man page.Josh Driver2013-11-221-4/+4
* cocoa: use window-scale to support video scaling functionalityStefano Pigozzi2013-11-223-6/+10
* cocoa: implement window-scaleStefano Pigozzi2013-11-221-0/+20
* switch the build system to wafStefano Pigozzi2013-11-2149-119/+2480
* options: prefix options with "--" in help outputwm42013-11-211-1/+1
* stream_lavf: fix a small memory leakwm42013-11-211-1/+5
* timeline: reject mplayer2 EDL files, change EDL headerwm42013-11-214-16/+10
* tech-overview.txt: minor updatewm42013-11-201-2/+2
* ta: fix typo in commentwm42013-11-201-1/+1
* osdep/io.c: include config.hwm42013-11-201-0/+2
* mplayer: fix passing size_t as %d to printf()wm42013-11-201-1/+1
* timeline: remove support for the mplayer2 EDL formatwm42013-11-194-540/+1
* player: add --merge-files optionwm42013-11-196-0/+38
* timeline: add edl:// URIswm42013-11-199-3/+45
* timeline: add new EDL formatwm42013-11-196-8/+385
* manpage: fix typo in --video-align-y descriptionwm42013-11-191-1/+1
* player: select fallback stream in timeline code for better EDL handlingwm42013-11-191-0/+23
* player: deselect video track if initialization failswm42013-11-191-0/+1
* vdpau_old: enable OpenGL interopwm42013-11-191-0/+1
* ao_null: fix simulated buffer sizewm42013-11-191-1/+1
* audio/filter: rename af_tools.c to tools.cwm42013-11-182-1/+1
* demux: rename demux_packet.h to packet.hwm42013-11-186-6/+6
* audio: drop buffered filter data when seekingwm42013-11-185-0/+27
* audio/filter: remove unneeded AF_CONTROLs, convert to enumwm42013-11-1816-249/+74
* af: cleanup documentation commentswm42013-11-183-139/+22
* player: simplify audio reset when seekingwm42013-11-181-15/+10
* stream_dvb: remove bogus free callswm42013-11-181-5/+0
* vo_vdpau: don't calculate destination alpha when drawing OSDwm42013-11-181-2/+2
* audio: use the decoder buffer's format, not sh_audiowm42013-11-182-8/+21
* audio: fix mid-stream audio reconfigurationwm42013-11-183-1/+12
* stream: split out pthread helper functionwm42013-11-174-26/+70
* af_lavrresample: set cutoff as double, not intwm42013-11-171-1/+1
* player: write final audo chunk only if there is audio leftwm42013-11-171-4/+6
* ao_null: properly simulate final chunk, add buffer optionswm42013-11-172-19/+56
* player: don't remove playback status when reinitializing DVBwm42013-11-171-1/+3
* demux_packet: add source stream indexwm42013-11-162-0/+5
* demux: update a commentwm42013-11-161-3/+3
* demux: remove unused commandswm42013-11-161-2/+0
* demux: simplify handling of filepos fieldwm42013-11-165-10/+13
* demux_lavf: remove broken and commented byte based seekswm42013-11-161-40/+0
* demux: reset EOF flag differentlywm42013-11-161-10/+9
* encode_lavc: add missing newline in error messagewm42013-11-161-1/+1
* ao_lavc: use af_format_conversion_score()wm42013-11-161-26/+29
* audio/format: add heuristic to estimate loss on format conversionwm42013-11-162-0/+51
* audio/format: fix doublep sample formatwm42013-11-161-1/+1
* ao_lavc: write the final audio chunks from uninit()Rudolf Polzer2013-11-161-7/+10
* ao_lavc: fix crash with interleaved audio outputs.Rudolf Polzer2013-11-161-2/+4
* audio: drop "_NE"/"ne" suffix from audio formatswm42013-11-1529-75/+63
* manpage: mark DTS-HD passthough as brokenwm42013-11-151-0/+2
* dec_audio: adjust "large" decoding amountwm42013-11-151-5/+5
* mp_ring: remove unused functionwm42013-11-152-47/+0
* af_lavcac3enc: use option parserwm42013-11-152-43/+46
* ad_spdif: fix regressionswm42013-11-142-9/+9
* osx bundle: remove embedded fonts.confStefano Pigozzi2013-11-141-120/+0
* ao_alsa: non-interleaved access is not always availablewm42013-11-141-0/+5
* demux: use talloc for certain stream headerswm42013-11-144-49/+21
* audio: fix audio data memory leakwm42013-11-141-1/+1
* gl_common: print SW renderer warning only if it was the only reason we reject...wm42013-11-141-1/+1
* vd_lavc: select correct hw decoder profile for constrained baseline h264wm42013-11-141-2/+4
* gl_common: remove unneeded callbackwm42013-11-144-4/+0
* tvi_v4l2: remove VBI stuffwm42013-11-131-100/+0
* configure: enable v4l2 input on freebsdbugmen0t2013-11-131-2/+4
* 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
|