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-03-07libavformat/oggparsevorbis: Fix memleak on multiple headersMichael Niedermayer
2018-03-07avformat/mov: Fix integer overflow in mov_get_stsc_samples()Michael Niedermayer
2018-03-07avfilter/vf_*_vaapi: Add missing AV_OPT_FLAG_FILTERING_PARAMMichael Niedermayer
2018-03-07avformat/internal: Document the freeing behavior of ff_alloc_extradata()Michael Niedermayer
2018-03-07lavc/vorbisdec: Allow avcodec_open2 to call .closeMatt Wolenetz
2018-03-07avcodec/aacdec: log configuration change detailsAman Gupta
2018-03-07avcodec/mediacodec_wrapper: fix false positives in swdec blacklistStefan _
2018-03-07avformat/isom: don't free extradata before calling ff_get_extradata()James Almer
2018-03-07mpegvideo_parser: fix indentation of an if statementMasaki Tanaka
2018-03-07libavformat/tls_libtls: pass numeric hostnames to tls_connect_cbs()Stefan _
2018-03-07h264_metadata: Actually fail when sei_user_data option is invalidMark Thompson
2018-03-07avformat/utils: simplify ff_alloc_extradata()James Almer
2018-03-07avformat/utils: free existing extradata before trying to allocate a new oneJames Almer
2018-03-07MAINTAINERS: add myself to mediacodecAman Gupta
2018-03-07avcodec/mediacodec: reduce loglevel for per-frame loggingAman Gupta
2018-03-07avcodec/mediacodec_wrapper: blacklist more software decodersStefan _
2018-03-06lavc/qsvenc: disable h264 look_ahead by defaultZhong Li
2018-03-06Merge commit '2d6b3f3a9dce409ca51d70ef4b85c0593bb4b109'Mark Thompson
2018-03-06Merge commit 'e2399e0c1aeb110456405d23e211066fab6cb041'Mark Thompson
2018-03-06Merge commit 'dc40e64adb1712b1209c018914a44f809bc32664'Mark Thompson
2018-03-06Merge commit '8ca39b855a7b0e4d9f726fa9d285bc8edcb953e6'Mark Thompson
2018-03-05parseutils: accept only full "ms" suffixRostislav Pehlivanov
2018-03-05configure: rename cuda to ffnvcodecTimo Rothenpieler
2018-03-05avcodec/cbs: use a reference to the assembled CodedBitstreamFragment buffer w...James Almer
2018-03-05qsvenc: Provide a detailed error message if the parameters are invalidZhong Li
2018-03-05fftools/ffmpeg: update print_report to use AVBPrint APITobias Rapp
2018-03-05fftools/ffmpeg: fix progress log message in case pts is not availableTobias Rapp
2018-03-05avformat/mov: Initialize a potential gap in ctts_data in mov_build_indexMatt Wolenetz
2018-03-05avcodec/vaapi: mask unused bits in bitplane_present.valueJerome Borsboom
2018-03-05avcodec/vaapi: add fields for VAAPI VC-1 interlaced decodingJerome Borsboom
2018-03-05avcodec/vc1: add bitstream elements for VAAPI VC-1 interlaced decodingJerome Borsboom
2018-03-04swscale: Introduce a helper to identify semi-planar formatsPhilip Langdale
2018-03-04doc/bitstream_filters: correct dump_extra bsfs docs.Jun Zhao
2018-03-04avformat/mov: Add manu/modl to mov_read_udta_string.Tianqiang Liu
2018-03-03avcodec/mediacodecdec: factorize codec declarationsMatthieu Bouron
2018-03-03avcodec/mediacodecdec: factorize common extradata functionsMatthieu Bouron
2018-03-03avcodec/mediacodecdec: add missing "libavutil/internal.h" includeMatthieu Bouron
2018-03-03avcodec/mediacodec_wrapper: load and use MediaFormat.constainsKey()Matthieu Bouron
2018-03-03avcodec/mediacodecdec_common: remove unused field from MediaCodecDecContextMatthieu Bouron
2018-03-03avcodec/mediacodecdec_common: remove spurious spaceMatthieu Bouron
2018-03-03avcodec/mediacodecdec_common: refactor mediacodec_dec_parse_format()Matthieu Bouron
2018-03-03avformat/dashenc: Use HTTP DELETE for HTTP base protoSerhii Marchuk
2018-03-03avformat/dashenc: fix for segment open issue when persistent connection is en...Vishwanath Dixit
2018-03-03avcodec/nvenc: Declare support for P016Philip Langdale
2018-03-03swscale: Add p016 output support and generalise yuv420p1x to p010Philip Langdale
2018-03-03avcodec/hevcdec: Declare that nvdec supports 12bit decodingPhilip Langdale
2018-03-03parseutils: add support for ms and us suffix for AV_OPT_TYPE_DURATIONAurelien Jacobs
2018-03-02avformat/mxg: return reference counted packetsJames Almer
2018-03-02avformat/hlsenc: add reference stream index for split segmentSteven Liu
2018-03-02ffmpeg: Fix memset size on ctts_data in mov_read_trun() (round 2)Xiaohan Wang