aboutsummaryrefslogtreecommitdiffhomepage
path: root/common
Commit message (Expand)AuthorAge
* Fix various typos in log messagesGravatar Nicolas F2017-12-03
* av_common: drop old hack against ancient lavc vdpau wrapperGravatar wm42017-12-01
* build: make it easier to force FFmpeg upstreamGravatar wm42017-11-01
* Bump libav* API useGravatar wm42017-10-30
* av_common: fix Libav buildGravatar wm42017-10-16
* video: properly pass through ICC dataGravatar wm42017-10-16
* msg: make --msg-level affect --log-file tooGravatar wm42017-10-04
* build: add preliminary LGPL modeGravatar wm42017-09-21
* player: fix --lavfi-complex freezeGravatar wm42017-08-11
* vo_opengl: further GL API use separationGravatar wm42017-08-07
* common, vo_opengl: add/use helper for formatted strings on the stackGravatar wm42017-07-24
* Replace remaining avcodec_close() callsGravatar wm42017-07-16
* options: handle suffixes like -add in a more generic wayGravatar wm42017-06-26
* options: unbreak -vGravatar wm42017-06-23
* options: remove weird --really-quiet special behaviorGravatar wm42017-06-23
* encode_lavc: move from GPL 2+ to LGPL 2.1+.Gravatar Rudolf Polzer2017-06-13
* player: make sure version information is always included in --log-fileGravatar wm42017-05-22
* demux_raw: drop "mp-rawvideo" useGravatar wm42017-05-20
* av_log: mark as almost LGPLGravatar wm42017-05-05
* msg.c/h: partially change license to LGPLGravatar wm42017-05-05
* common.h: change license to LGPLGravatar wm42017-04-21
* video: support positional arguments for automatic lavfi option bridgeGravatar wm42017-04-03
* encode_lavc: fix build failure after libavcodec major bumpGravatar wm42017-03-23
* options: add M_OPT_FILE to some more file optionsGravatar Philip Sequeira2017-03-06
* Use AV_INPUT_BUFFER_PADDING_SIZE instead of deprecated oneGravatar wang-bin2017-02-08
* player: add experimental stream recording featureGravatar wm42017-02-07
* build: explicitly check for FFmpeg vs. Libav, and their exact versionsGravatar wm42017-01-27
* ad_lavc, vd_lavc: preserve codec_id/codec_type when setting paramsGravatar wm42017-01-25
* ad_lavc, vd_lavc: move mpv->lavc decoder parameter setup to common codeGravatar wm42017-01-25
* av_common: remove old/unused timestamp passthrough codeGravatar wm42017-01-24
* av_common: drop unused functionGravatar wm42017-01-24
* options: drop deprecated --vd/--ad codecs selection featuresGravatar wm42017-01-19
* Prefix libavcodec CODEC_FLAG_ constants with AV_Gravatar wm42016-12-29
* options: deprecate some other complex --ad/--vd featuresGravatar wm42016-12-23
* options: deprecate codec family selection in --vd/--adGravatar wm42016-12-23
* audio: change how spdif codecs are selectedGravatar wm42016-12-23
* Remove compatibility thingsGravatar wm42016-12-07
* av_common: always make sure to return a valid timebaseGravatar wm42016-11-10
* demux_lavf: "support" mov edit lists and log errors if usedGravatar wm42016-10-18
* ad_lavc, vd_lavc: fix a recent libavcodec deprecation warningGravatar wm42016-10-17
* msg: flush after every message for --log-fileGravatar wm42016-09-30
* msg: make --log-file and --dump-stats accept config path expansionGravatar wm42016-09-28
* client API: more or less deprecate mpv_set_option()Gravatar wm42016-09-21
* player: make --log-file and --dump-stats freely settable at runtimeGravatar wm42016-09-19
* osdep: rename atomics.h to atomic.hGravatar wm42016-09-07
* common: use char array for version stringGravatar wm42016-09-06
* m_config: introduce basic mechanism to synchronize global option updatesGravatar wm42016-09-02
* common: add assert.h includeGravatar wm42016-08-28
* video/audio: always provide "proper" timestamps to libavcodecGravatar wm42016-08-19
* av_common: improve rounding for float->int timestamp conversionsGravatar wm42016-08-19