aboutsummaryrefslogtreecommitdiffhomepage
path: root/common
Commit message (Expand)AuthorAge
* 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
* player: fatal error if linked and compiled FFmpeg versions mismatchGravatar wm42016-07-01
* av_log: readd ffmpeg library runtime version mismatch warningGravatar wm42016-05-01
* encode_lavc: Migrate to codecpar API.Gravatar Rudolf Polzer2016-04-11
* demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API changeGravatar wm42016-03-31
* playlist: improve shuffle algorithmGravatar Niklas Haas2016-03-20
* av_common: explicitly exclude _vdpau deccoders from enumerationGravatar wm42016-03-02
* msg: introduce partial line buffers per mp_logGravatar wm42016-03-01
* msg: minor simplificationGravatar wm42016-03-01
* av_log: avoid partial linesGravatar wm42016-03-01
* msg: use dynamic buffer for message formattingGravatar wm42016-03-01
* command: add encoder-list propertyGravatar wm42016-03-01
* Initial Android supportGravatar Jan Ekström2016-02-10
* common/common.c: handle utf16 in mp_parse_escapeGravatar kwkam2016-02-06
* build: make libavfilter mandatoryGravatar wm42016-02-05
* audio/video: merge decoder return valuesGravatar wm42016-02-01
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* global: add client API pointer to library handleGravatar wm42016-01-15
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* common: add mp_tag_str() utility functionGravatar wm42016-01-11
* common: allow "\/" as escape sequenceGravatar wm42016-01-08
* player: make watch later/resume work when "playing" directoriesGravatar wm42016-01-06
* command: replace ROUND() with lrint()Gravatar wm42015-12-26
* msg: remove redundant conditionGravatar wm42015-12-05
* video: pass through libavformat has_b_frames fieldGravatar wm42015-10-19
* msg: remove the useless trailing comment from stats dumpingGravatar wm42015-10-14
* video: make container vs. bitstream aspect ratio configurableGravatar wm42015-08-30
* av_common: remove deprecated API usageGravatar wm42015-08-07
* player: warn against using HLS URLs with --playlistGravatar wm42015-08-04
* av_log: remove dumb shitGravatar wm42015-07-18
* player: parse and expose m3u playlist titlesGravatar wm42015-07-10
* av_log: print FFmpeg versionGravatar wm42015-07-03
* client API: allow using msg-level option for log messagesGravatar wm42015-06-20
* av_log: skip prefix if unknownGravatar wm42015-06-20
* Various spelling fixesGravatar Marcin Kurczewski2015-06-18
* av_log: set default av_log callback on exitGravatar wm42015-06-17
* audio: add --audio-spdif as new method for enabling passthroughGravatar wm42015-06-05
* path: make mp_path_join accept normal C stringsGravatar wm42015-05-09
* x11: query ICC profile based on center of windowGravatar Niklas Haas2015-04-29