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-01-26avcodec/utils: correct align value for interplayMichael Niedermayer
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-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
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-05-01lavc: override decode return value only in case of errorClément Bœsch
2016-04-29avcodec/utils: split side-data in new decode API toowm4
2016-04-23avcodec/utils: Assert that the number of consumed bytes in avcodec_decode_aud...Michael Niedermayer
2016-04-22avcodec/utils: fix minor memory leaks on avcodec_open2() failurewm4
2016-04-21lavc: introduce a new decoding/encoding API with decoupled input/outputwm4
2016-04-21avcodec: Add avpriv_codec_get_cap_skip_frame_fill_param()Michael Niedermayer
2016-04-15avcodec/utils: Add braces to framecount computationMichael Niedermayer
2016-04-15avcodec/utils: Fix duration of ATRAC3 packetsMichael Niedermayer
2016-04-15avcodec: Add bits_per_raw_sample to AVCodecParametersMichael Niedermayer
2016-04-05avcodec: add adpcm dat4 decoderPaul B Mahol
2016-04-03avcodec: properly initialize AVCodecParameters profile/levelHendrik Leppkes
2016-04-02lavc/utils: use pkt_timebase for legacy subtitles timing codeClément Bœsch
2016-04-01lavc: factor apply_param_change() AV_EF_EXPLODE handlingwm4
2016-03-31lavc/utils: transfer width/height for subs in codecparClément Bœsch
2016-03-31codecpar: Add video delay fieldDerek Buitenhuis
2016-03-31Add frame_size to AVCodecParametersHendrik Leppkes
2016-03-31lavc: Add seek_preroll to AVCodecParametersJames Almer
2016-03-31Merge commit 'a8068346e48e123f8d3bdf4d64464d81e53e5fc7'Derek Buitenhuis
2016-03-31Merge commit '998e1b8f521b73e1ed3a13caaabcf79eb401cf0d'Derek Buitenhuis
2016-03-29avcodec/utils: fix packet duration of frames with discarded paddingsMarton Balint
2016-03-23lavc: introduce a new decoding/encoding API with decoupled input/outputwm4