summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat: add vapoursynth wrapperwm42018-05-04
* avformat/hls: don't propagate deprecated "user-agent" AVOptionwm42018-05-04
* avformat/matroskaenc: do not write timebase as frameratewm42018-05-04
* avformat/yuv4mpegdec: simplify mathPaul B Mahol2018-05-03
* lavf/dashenc: pass standards compliance value to the internal contextJan Ekström2018-05-03
* lavf/dashenc: require experimental mode to be enabled for WebMJan Ekström2018-05-03
* lavf/dashenc: don't call flush_init_segment before avformat_write_headerRodger Combs2018-05-03
* avformat/qtpalette: parse color table according to the QuickTime file format ...Marton Balint2018-04-30
* avformat/m4vdec: Use the same constant names as libavcodecMichael Niedermayer2018-04-30
* avformat/m4vdec: Fix detection of raw MPEG-4 ES StudioMichael Niedermayer2018-04-30
* avformat/mpegts: set AV_DISPOSITION_DESCRIPTIONS for OIPF casesŁukasz Krzciuk2018-04-27
* lavf/http: use AV_OPT_FLAG_DEPRECATED for user-agent optionClément Bœsch2018-04-26
* mov: Properly abide by the track's media durationDerek Buitenhuis2018-04-26
* lavf/rtmpcrypt: Add a cast to silence an unavoidable warning.Carl Eugen Hoyos2018-04-26
* avformat/dashenc: Set mp4 as the default format for VP9Karthick Jeyapal2018-04-26
* avformat/dashenc: Set VP9 codec string with profile, level and bitdepthKarthick Jeyapal2018-04-26
* avformat/vpcc: Calculate VP9 level from Luma's Sample rate and Picture sizeKarthick Jeyapal2018-04-26
* avformat/dashdec: fix compling warning "filename is deprecated"Steven Liu2018-04-26
* fix memory leak of parsing dash MPDguikunzhi2018-04-26
* avformat/yuv4mpegdec: fix seeking backwardsPaul B Mahol2018-04-25
* Revert "libavformat: add mbedTLS based TLS"Rostislav Pehlivanov2018-04-23
* libavformat: add mbedTLS based TLSThomas Volkert2018-04-23
* lavf/os_support: Only compile inet_aton() if getaddrinfo() is needed.Carl Eugen Hoyos2018-04-23
* avformat/vpcc: add ff_isom_get_vpcc_features()James Almer2018-04-22
* avformat/dsfdec: fix calculation of size of data chunkPaul B Mahol2018-04-22
* avformat/dsfdec: properly handle padded last packetPaul B Mahol2018-04-22
* avformat/segafilm - revert keyframe detectionGyan Doshi2018-04-22
* lavf/dashdec: Do not use memcpy() to copy a struct.Carl Eugen Hoyos2018-04-21
* avformat/mov: Fix parsing of saio/siaz atoms in encrypted content.Jacob Trimble2018-04-21
* avformat/utils: refactor upstream_stream_timingsAman Gupta2018-04-20
* avformat/utils: ignore outlier durations on subtitle/data streams as wellAman Gupta2018-04-20
* avformat/http: flushing tcp receive buffer when it is write only modeVishwanath Dixit2018-04-20
* avformat/dashenc: change the hls version from 6 to 7Steven Liu2018-04-20
* lavf/http.c: Free allocated client URLContext in case of error.Stephan Holljes2018-04-20
* libavformat/http: Refactor and fix additional leaks in get_cookies.Richard Shaffer2018-04-19
* avformat/mov: Remove old encryption info methods.Jacob Trimble2018-04-19
* avformat/mov: Fix memory leak in encryption info.Jacob Trimble2018-04-19
* avformat/tls_schannel: fix handling of EOF after avio changesHendrik Leppkes2018-04-19
* avformat/mov: Increase support for common encryption.Jacob Trimble2018-04-19
* lavf/tcp.c: Free allocated client URLContext in case of error.Stephan Holljes2018-04-19
* avformat/hls: remove redundant codeSteven Liu2018-04-18
* libavformat/http: Fix memory leak in get_cookies.Richard Shaffer2018-04-17
* avformat/movenc: support writing iTunes cover imageTimo Teräs2018-04-17
* avformat/dashenc: addition of segment index correction logicVishwanath Dixit2018-04-17
* avformat/dashenc: addition of muxer overhead for @bandwidth param in MPDVishwanath Dixit2018-04-17
* avformat/dashenc: constructing MPD's bandwidth string locallyVishwanath Dixit2018-04-17
* avformat/dashenc: addition of muxer overhead in master playlist's bandwidthVishwanath Dixit2018-04-17
* avformat/dashenc: logic to compute muxer overheadVishwanath Dixit2018-04-17
* avformat/dashenc: addition of @availabilityTimeOffset in MPDVishwanath Dixit2018-04-17
* avformat/dashenc: setting @availabilityStartTime when the first frame is readyVishwanath Dixit2018-04-17