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-04-13pthread_frame: allow per-field ThreadFrame owners.Ronald S. Bultje
2017-03-29lavc: fix usages of av_get_codec_tag_string()Clément Bœsch
2017-03-21avcodec: remove warning against using frame threading with hwaccelswm4
2017-03-21avcodec, avformat: deprecate anything related to side data mergingwm4
2017-03-18Merge commit 'e9bfff1cc66c85b91b262c41e8aa5e8685606225'Clément Bœsch
2017-03-17avcodec: estimate output bitrate for uncompressed video codecsTobias Rapp
2017-03-17avcodec: fix uninitialized variable readwm4
2017-03-16lavc/internal: Constify AVPacket* in AVCodecInternal.Carl Eugen Hoyos
2017-03-12Merge commit 'f65285aba0df7d46298abe0c945dfee05cbc6028'Clément Bœsch
2017-03-09aacdec: do not mutate input packet metadatawm4
2017-03-06avcodec: consider an error during decoder draining as EOFwm4
2017-02-24lavc/utils: Make second parameter to apply_param_change() const.Carl Eugen Hoyos
2017-02-14lavc: Add device context field to AVCodecContextMark Thompson
2017-02-03avcodec/utils: Fix memleak with subtitles and sidedataMichael Niedermayer
2017-01-25avcodec/utils: correct align value for interplayMichael Niedermayer
2016-12-22avcodec: add pcm_f16le and pcm_f24le decoderPaul B Mahol
2016-12-17lavc: Fix ticket 6024, truncated mode decodingPavel Koshevoy
2016-12-11avcodec: Add max_pixels optionsMichael Niedermayer
2016-12-07lavc: Add spherical packet side data APIVittorio Giovara
2016-11-10lavc/utils.c: Make sure skip_samples never goes negative.Sasi Inguva
2016-10-24lavc/utils: avcodec_string: dump field order when knownRodger Combs
2016-10-22avcodec/utils: Move emms_c() before memory allocation functions in avcodec_en...Michael Niedermayer
2016-10-21avcodec/utils: Clear MMX state before returning from avcodec_default_execute*()Michael Niedermayer
2016-10-16avcodec/utils: print Chroma Location string in verbose log levelJames Almer
2016-10-07Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes
2016-10-05lavc: set best effort timestamp if unset when using new decode APIwm4
2016-10-03lavc/utils: disallow zero sized packets with data set in avcodec_send_packetMarton Balint
2016-10-01ffmpeg: move subframe warning to libavcodecwm4
2016-09-29lavc/utils.c: Subtract skip_samples when frame is DISCARDed.Sasi Inguva
2016-09-28Merge commit 'e85f6f7f8d037c0af0f294000718d9ba22753baa'James Almer
2016-09-19avcodec/utils: If using discard frame flag, ignore skip_samples set by the de...Sasi Inguva
2016-09-19lavc: Add a flag in AVPacket to discard packet after decoding. Discard frames...Sasi Inguva
2016-09-03avcodec/utils: print only the padding values that are setJames Almer
2016-09-03avcodec/utils: print initial and trailing paddings only in verbose levelsJames Almer
2016-08-18avcodec: add 64-bit signed pcm codecPaul B Mahol
2016-08-16lavc: add trailing_padding to AVCodecContext to match AVCodecParameters.Jon Toohill
2016-08-12avcodec/utils: only warn when passed invalid lowres valueAman Gupta
2016-08-11lavc: free buffer_frame/pkt on avcodec_open2() failureAnton Khirnov
2016-08-03lavc: align the linesize to 32 when AVX is enabledAnton Khirnov
2016-07-22lavc: set sw_pix_fmt for hwaccel encodingAnton Khirnov
2016-06-22Merge commit 'e62ff72fc1052273deb708ba715f73e5187281d4'Clément Bœsch
2016-06-21lavc: export the timestamps when decoding in AVFrame.ptsAnton Khirnov
2016-06-21lavc: allow using AVCodecContext.hw_frames_ctx for decodingAnton Khirnov
2016-06-19libavcodec: factor out SEI generation for A53 captionsAndrey Turkin
2016-06-07avcodec/utils: check skip_samples signednessMichael Niedermayer
2016-06-04avcodec/utils: initialize delay in avcodec_parameters_to_context()Michael Niedermayer
2016-05-21avcodec: add adpcm MTAF decoderPaul B Mahol
2016-05-20avcodec/utils: Move avctx->codec check before its useMichael Niedermayer
2016-05-16lavc: make avcodec_open2() fail when the timebase is not set for encodingAnton Khirnov
2016-05-15avcodec: add Direct Stream Transfer (DST) decoderPeter Ross