1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-16 03:51:48 +00:00
mpv/common
ekisu cd7bcb9d0c encode: set sample_aspect_ratio on AVStream struct
Some libavformat muxers (e.g. matroskaenc.c) expect this field to be set
on the AVStream struct, and not only in the AVCodecParameters.
2019-08-14 21:54:44 +02:00
..
av_common.c f_lavfi: support setting common filter options like "threads" 2018-04-29 02:21:32 +03:00
av_common.h f_lavfi: support setting common filter options like "threads" 2018-04-29 02:21:32 +03:00
av_log.c
av_log.h
codecs.c
codecs.h
common.c common: add missing %f time format 2018-05-01 00:25:27 +03:00
common.h
encode_lavc.c encode: set sample_aspect_ratio on AVStream struct 2019-08-14 21:54:44 +02:00
encode_lavc.h encode: get rid of the output packet queue 2018-05-03 01:08:44 +03:00
encode.h encode: get rid of the output packet queue 2018-05-03 01:08:44 +03:00
global.h player: get rid of mpv_global.opts 2018-05-24 19:56:35 +02:00
msg_control.h player: get rid of mpv_global.opts 2018-05-24 19:56:35 +02:00
msg.c vo_gpu: vulkan: use libplacebo instead 2019-04-21 23:55:22 +03:00
msg.h vo_gpu: vulkan: use libplacebo instead 2019-04-21 23:55:22 +03:00
playlist.c demux: get rid of free_demuxer[_and_stream]() 2018-05-24 19:56:35 +02:00
playlist.h command: make loadlist command async and abortable 2018-05-24 19:56:35 +02:00
recorder.c demux: add another stream recording feature 2018-12-06 10:31:10 +01:00
recorder.h
tags.c
tags.h
version.c