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
2016-12-03lavc: Remove CR/LF from avpriv_request_sample() calls.Carl Eugen Hoyos
2016-12-02hevc: Support extradata changesVittorio Giovara
2016-12-02hevc: Allow parsing external extradata buffersVittorio Giovara
2016-12-01avcodec/vdpau_hevc: Fix potential out-of-bounds writePhilip Langdale
2016-12-01avcodec/crystalhd: Handle errors from av_image_get_linesizePhilip Langdale
2016-12-01avcodec/h264: sse2 and avx 4:2:2 idct add8 10-bit functionsJames Darnley
2016-12-01avcodec/h264: mmx 4:2:2 idct add8 functionJames Darnley
2016-12-01avcodec/h264: mmxext 4:2:2 chroma intra deblock/loop filterJames Darnley
2016-11-30avcodec/nvenc: mark intentional fall throughTimo Rothenpieler
2016-11-30avcodec/nvenc: always reduce DAR width and heightMiroslav Slugeň
2016-11-30avcodec/nvenc: Delay identification of underlying format of cuda framesPhilip Langdale
2016-11-30avcodec/flac_parser: Update nb_headers_bufferedMichael Niedermayer
2016-11-29avcodec/raw: add gray10 support in nutPaul B Mahol
2016-11-29avcodec/msrledec: implement vertical offset in 4-bit RLEDaniel Verkamp
2016-11-28libvpxenc: Report encoded VP9 levelAlex Converse
2016-11-28pngdec: check if previous frame exists instead of trusting sequence_numberAndreas Cadhalpun
2016-11-27avcodec/me_cmp: Fix median_sad sizeMichael Niedermayer
2016-11-26dxva2_vc1: support multiple slicesHendrik Leppkes
2016-11-26vc1dec: support multiple slices in frame coded images with hwaccelHendrik Leppkes
2016-11-26avcodec/aac_adtstoasc_bsf: validate and forward extradata if the stream is al...James Almer
2016-11-25mss2: only use error correction for matching block countsAndreas Cadhalpun
2016-11-25avcodec/nvenc: Remove aspect-ratio decompensation logicPhilip Langdale
2016-11-25avcodec/mpeg4audio: correctly propagate meaningful error valuesJames Almer
2016-11-25libavcodec/exr: add support for uint32 channel decoding with pxr24Martin Vignali
2016-11-25libopusdec: default to stereo for invalid number of channelsAndreas Cadhalpun
2016-11-24pgssubdec: only set w/h/linesize when allocating dataAndreas Cadhalpun
2016-11-24lavc/vaapi_hevc: fix scaling list duplicate transfer issue.Jun Zhao
2016-11-24avcodec/cuvid: Restore initialization of pixel format in init()Philip Langdale
2016-11-23avcodec/options_table: make channel_layouts uint64Michael Niedermayer
2016-11-23smacker: limit recursion depth of smacker_decode_bigtreeAndreas Cadhalpun
2016-11-22libvpxenc: Support targeting a VP9 levelAlex Converse
2016-11-22avcodec/cuvid: Add support for P010/P016 as an output surface formatPhilip Langdale
2016-11-22avcodec/libx264: fix forced_idr logicTimo Rothenpieler
2016-11-22avcodec/cuvid: allow setting number of used surfacesMiroslav Slugen
2016-11-22avcodec/nvenc: better surface allocation alghoritm, fix rc_lookaheadMiroslav Slugeň
2016-11-22avcodec/nvenc: maximum usable surfaces are limited to maximum registered framesMiroslav Slugeň
2016-11-22avcodec/nvenc: use dynamically loaded CUDATimo Rothenpieler
2016-11-22avcodec/cuvid: use dynamically loaded CUDA/CUVIDTimo Rothenpieler
2016-11-22vaapi_encode: Fix format specifier for bitrate loggingMark Thompson
2016-11-22lavc/vaapi_encode_h264: fix poc incorrect issue after meeting idr frame.Jun Zhao
2016-11-22vaapi_h265: Fix buffering parametersMark Thompson
2016-11-22vaapi_h265: Fix slice header writingMark Thompson
2016-11-22vaapi_h264: Write bitstream restriction fieldsMark Thompson
2016-11-22vaapi_h264: Fix CFR mode with frame_rate set in AVCodecContextMark Thompson
2016-11-22vaapi_encode: Decide on GOP setup before initialising sequence parametersMark Thompson
2016-11-22vaapi_h264: Set max_num_ref_frames to 1 when not using B framesMark Thompson
2016-11-22vaapi_encode: Sync to input surface rather than outputMark Thompson
2016-11-22vaapi_encode: Check packed header capabilitiesMark Thompson
2016-11-22vaapi_encode: Refactor initialisationMark Thompson
2016-11-22vaapi_h264: Fix HRD bit_rate/cpb_size scalingMark Thompson