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
2017-12-02avcodec/hevcdsp_template: Fix undefined shift in put_hevc_epel_bi_w_h()Michael Niedermayer
2017-12-02examples/vaapi_encode: Fix leak on hwframe init failureMark Thompson
2017-12-01mediacodecdec: fix build by including hwaccel.hJan Ekström
2017-12-01checkasm/utvideo : be more explicit to the WIDTH_PADDED defineMartin Vignali
2017-12-01avfilter: add fillborders filterPaul B Mahol
2017-12-01avcodec/vorbis: Fix another 1 << 31 > int32_t::max() with 1u.Dale Curtis
2017-12-01avfilter/vf_tile: add init_padding optionPaul B Mahol
2017-12-01avcodec/h264_slice: use H264_SEI_FpaType enum constantsJames Almer
2017-12-01avcodec/h264_sei: remove redundant prefix to H264SEIFramePacking fieldsJames Almer
2017-12-01configure: Fix dependencies of aac_at decoder.Jacob Trimble
2017-12-01lavf/mov: fix huge alloc in mov_read_cttsJohn Stebbins
2017-11-30lavfi/libvmaf: Rename local variable "main" as "master".Carl Eugen Hoyos
2017-11-30configure: select vp9_superframe_split_bsf when enabling vp9_decoderJames Almer
2017-11-30avformat/avc: support writting more than one sps/pps in ff_isom_write_avccJames Almer
2017-11-30avformat/avc: free buffer in ff_isom_write_avcc on failureJames Almer
2017-11-30avformat/avc: reindent after the last commitJames Almer
2017-11-30avformat/avc: refactor ff_isom_write_avccJames Almer
2017-11-30avformat/avc: return an error in ff_isom_write_avcc if the buffer lenght is t...James Almer
2017-11-30avformat/dashenc: Option to generate hls playlist as wellKarthick J
2017-11-30avformat/hlsenc: Refactored 'get_int_from_double' function to allow reuseKarthick J
2017-11-30avcodec/dnxhddec: Do not overwrite colorspace if the container has set it.Steven Robertson
2017-11-30Merge commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa'James Almer
2017-11-30Merge commit '45d7be7f930cf707ead07416e10e2d0e061e99ce'James Almer
2017-11-30Merge commit 'b843b343d8a3210ae37a2342b1904a5bd1e5fc6e'James Almer
2017-11-30examples/hw_decode: Use hw-config information to find pixfmtMark Thompson
2017-11-30lavc/samidec: properly raise errors from sami_paragraph_to_ass()Clément Bœsch
2017-11-30avcodec/samidec: check av_strdup() return valuePan Bian
2017-11-29avcodec/amfenc: move config.h include where it's neededJames Almer
2017-11-29vp9_parser: don't split superframes into separate packetswm4
2017-11-29vp9: use superframe split BSFwm4
2017-11-29avformat/hlsplaylist: add missing header includesJames Almer
2017-11-29avformat/hlsplaylist: fix header include guardJames Almer
2017-11-29avformat/hlsenc: Modularized playlist creation to allow reuseKarthick J
2017-11-29avcodec/nvenc: set correct error codePan Bian
2017-11-29libavformat/hlsenc: Persistent HTTP connections supported as an optionJeyapal, Karthick
2017-11-29libavformat/http: Handled multiple_requests option during writeJeyapal, Karthick
2017-11-29libavformat/avio: Utility function to return URLContextJeyapal, Karthick
2017-11-29Don't manipulate duration when it's AV_NOPTS_VALUE.Dale Curtis
2017-11-29avformat/oggparseopus: Free opus extradata before reallocating.Dale Curtis
2017-11-29libvpxenc,vp9: add corpus-complexity optionJames Zern
2017-11-29ffmpeg_opt: Constify hwaccel pointer.Carl Eugen Hoyos
2017-11-29Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDKMikhail Mironov
2017-11-29examples: Add a VA-API encode example.Jun Zhao
2017-11-29Changelog: add VAAPI VP8 decoderMark Thompson
2017-11-28avformat/mov: return correct value in mov_read_cmovPan Bian
2017-11-28avformat/mov: set correct error code in mov_read_customPan Bian
2017-11-28avformat/mxfenc: pass MXFPackage around instead of typeMark Reid
2017-11-28avcodec: set correct return value in ff_mpeg_ref_picturePan Bian
2017-11-28Free extradata before reallocating.Dale Curtis
2017-11-28avfilter/drawbox: rename variable for maximum thicknessGyan Doshi