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-10-29vaapi_encode_mpeg2: Fix width/height columns/rows confusionMark Thompson
2018-10-29avcodec/vp3: reindent unpack_superblocks()Michael Niedermayer
2018-10-29avcodec/vp3: Do not recalculate coded_fragment_list for keyframesMichael Niedermayer
2018-10-29avcodec/vp3: Reuse local variable in unpack_superblocks()Michael Niedermayer
2018-10-29avcodec/vp3: Do not initialize unused tables for keyframes in unpack_superblo...Michael Niedermayer
2018-10-29doc/filters: add small description to geq filter sectionPaul B Mahol
2018-10-29avfilter/af_afftdn: fix memory leaks reported by coverityPaul B Mahol
2018-10-28libaomenc: Add support for tilesMark Thompson
2018-10-28avfilter/af_afftdn: add alias for sample_noise endPaul B Mahol
2018-10-28avfilter/af_afftdn: switch to activatePaul B Mahol
2018-10-28lavc/libxavs2: Remove yuv420p10le from fromat list.Jun Zhao
2018-10-28lavc/libdavs2: Remove yuv420p10le from fromat list.Jun Zhao
2018-10-28lavc/libxavs2: enable OpenGophwren
2018-10-28lavc/libxavs2: fix intra period meaning conflicthwren
2018-10-28lavc/libxavs2: unified naming stylehwren
2018-10-27avfilter/vf_pixdesctest: Use 32bit read/writeMichael Niedermayer
2018-10-27avutil/pixdesc: Add av_write_image_line2(), av_read_image_line2()Michael Niedermayer
2018-10-27avcodec/cbs_vp9: fix parsing sRGB samplesJames Almer
2018-10-27avcodec/cbs_av1: fix parsing frame_size_with_refsJames Almer
2018-10-27vaapi_encode: Add flag to mark encoders supporting only constant-qualityMark Thompson
2018-10-27vaapi_encode_h265: Enable multiple-slice supportMark Thompson
2018-10-27vaapi_encode_h264: Enable multiple-slice supportMark Thompson
2018-10-27vaapi_encode_mpeg2: Use common slice sizing codeMark Thompson
2018-10-27vaapi_encode: Support configurable slicesMark Thompson
2018-10-27avfilter/window_func: add bohman windowPaul B Mahol
2018-10-27tests/api-h264-slice-test: use the correct function to free the AVHashContextJames Almer
2018-10-26avformat/rpl: Support files containing 8 bit PCM or VIDC audioCameron Cawley
2018-10-26avcodec: Implement Archimedes VIDC encoder/decoderCameron Cawley
2018-10-26fate: add api-h264-slice testJosh de Kock
2018-10-26lavc/h264dec: don't error out when receiving multiple IDR slicesJosh de Kock
2018-10-26avfilter: add xstack filterPaul B Mahol
2018-10-26avformat/dashenc: Support HTTP persistent for init segments as wellkjeyapal@akamai.com
2018-10-26avcodec/vp9_parser: set profile in AVCodecContextJames Almer
2018-10-26avfilter/vf_lut3d: do not error out if TITLE is after other linesPaul B Mahol
2018-10-26avfilter/af_adelay: switch to activatePaul B Mahol
2018-10-25configure: add missing optional SDL2 dependency to OpenGL outdevJames Almer
2018-10-25lavfi/ebur128: Fix mixed declarations and codeMark Thompson
2018-10-25avcodec/libx264: remove FF_CODEC_CAP_INIT_THREADSAFE flagMarton Balint
2018-10-25avutil/integer: Fix integer overflow in av_mul_i()Michael Niedermayer
2018-10-25avcodec/msrle: Check that the input is large enough to contain a end of pictu...Michael Niedermayer
2018-10-24Revert "avcodec/decode: copy the output parameters from the last bsf in the c...James Almer
2018-10-24swscale/swscale_unscaled : rename packed_16bpc_bswapMartin Vignali
2018-10-24swscale/unscaled : add grayf32 le to beMartin Vignali
2018-10-24swscale/utils : simplify unscaled initial test for float pixfmtMartin Vignali
2018-10-24avfilter/show_info : add print of color information (range, color_primaries, ...Martin Vignali
2018-10-24doc/APIchanges: add entry for AV_FRAME_DATA_S12M_TIMECODEJames Almer
2018-10-24avcodec/nvdec: Push the context before destroying the decoderPhilip Langdale
2018-10-24avfilter/vf_waveform: abort early if there are no components to showPaul B Mahol
2018-10-24avfilter/vf_waveform: add gratcicule to rgb inputPaul B Mahol
2018-10-24avformat/mxfenc: simplify dnxhd handling and add more flavorsBaptiste Coudurier