Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-03avformat/yuv4mpegdec: simplify mathPaul B Mahol
2018-05-03lavf/dashenc: pass standards compliance value to the internal contextJan Ekström
2018-05-03lavf/dashenc: require experimental mode to be enabled for WebMJan Ekström
2018-05-03lavf/dashenc: don't call flush_init_segment before avformat_write_headerRodger Combs
2018-04-30avformat/qtpalette: parse color table according to the QuickTime file format ...Marton Balint
2018-04-30avformat/m4vdec: Use the same constant names as libavcodecMichael Niedermayer
2018-04-30avformat/m4vdec: Fix detection of raw MPEG-4 ES StudioMichael Niedermayer
2018-04-27avformat/mpegts: set AV_DISPOSITION_DESCRIPTIONS for OIPF casesŁukasz Krzciuk
2018-04-26lavf/http: use AV_OPT_FLAG_DEPRECATED for user-agent optionClément Bœsch
2018-04-26mov: Properly abide by the track's media durationDerek Buitenhuis
2018-04-26lavf/rtmpcrypt: Add a cast to silence an unavoidable warning.Carl Eugen Hoyos
2018-04-26avformat/dashenc: Set mp4 as the default format for VP9Karthick Jeyapal
2018-04-26avformat/dashenc: Set VP9 codec string with profile, level and bitdepthKarthick Jeyapal
2018-04-26avformat/vpcc: Calculate VP9 level from Luma's Sample rate and Picture sizeKarthick Jeyapal
2018-04-26avformat/dashdec: fix compling warning "filename is deprecated"Steven Liu
2018-04-26fix memory leak of parsing dash MPDguikunzhi
2018-04-25avformat/yuv4mpegdec: fix seeking backwardsPaul B Mahol
2018-04-23Revert "libavformat: add mbedTLS based TLS"Rostislav Pehlivanov
2018-04-23libavformat: add mbedTLS based TLSThomas Volkert
2018-04-23lavf/os_support: Only compile inet_aton() if getaddrinfo() is needed.Carl Eugen Hoyos
2018-04-22avformat/vpcc: add ff_isom_get_vpcc_features()James Almer
2018-04-22avformat/dsfdec: fix calculation of size of data chunkPaul B Mahol
2018-04-22avformat/dsfdec: properly handle padded last packetPaul B Mahol
2018-04-22avformat/segafilm - revert keyframe detectionGyan Doshi
2018-04-21lavf/dashdec: Do not use memcpy() to copy a struct.Carl Eugen Hoyos
2018-04-21avformat/mov: Fix parsing of saio/siaz atoms in encrypted content.Jacob Trimble
2018-04-20avformat/utils: refactor upstream_stream_timingsAman Gupta
2018-04-20avformat/utils: ignore outlier durations on subtitle/data streams as wellAman Gupta
2018-04-20avformat/http: flushing tcp receive buffer when it is write only modeVishwanath Dixit
2018-04-20avformat/dashenc: change the hls version from 6 to 7Steven Liu
2018-04-20lavf/http.c: Free allocated client URLContext in case of error.Stephan Holljes
2018-04-19libavformat/http: Refactor and fix additional leaks in get_cookies.Richard Shaffer
2018-04-19avformat/mov: Remove old encryption info methods.Jacob Trimble
2018-04-19avformat/mov: Fix memory leak in encryption info.Jacob Trimble
2018-04-19avformat/tls_schannel: fix handling of EOF after avio changesHendrik Leppkes
2018-04-19avformat/mov: Increase support for common encryption.Jacob Trimble
2018-04-19lavf/tcp.c: Free allocated client URLContext in case of error.Stephan Holljes
2018-04-18avformat/hls: remove redundant codeSteven Liu
2018-04-17libavformat/http: Fix memory leak in get_cookies.Richard Shaffer
2018-04-17avformat/movenc: support writing iTunes cover imageTimo Teräs
2018-04-17avformat/dashenc: addition of segment index correction logicVishwanath Dixit
2018-04-17avformat/dashenc: addition of muxer overhead for @bandwidth param in MPDVishwanath Dixit
2018-04-17avformat/dashenc: constructing MPD's bandwidth string locallyVishwanath Dixit
2018-04-17avformat/dashenc: addition of muxer overhead in master playlist's bandwidthVishwanath Dixit
2018-04-17avformat/dashenc: logic to compute muxer overheadVishwanath Dixit
2018-04-17avformat/dashenc: addition of @availabilityTimeOffset in MPDVishwanath Dixit
2018-04-17avformat/dashenc: setting @availabilityStartTime when the first frame is readyVishwanath Dixit
2018-04-17avformat/dashenc: removed 'write_manifest' call from 'write_header'Vishwanath Dixit
2018-04-17avformat/dashenc: writing average segment duration for @duration in template ...Vishwanath Dixit
2018-04-17avformat/dashenc: segmentation at the configured segment duration rateVishwanath Dixit