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-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-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
2016-03-07lavc/utils: fix extra ASS sanity check in convert_sub_to_old_ass_form()Clément Bœsch
2016-03-05lavc: factor apply_param_change() AV_EF_EXPLODE handlingwm4
2016-03-05avcodec/utils: Fix memleak on error in convert_sub_to_old_ass_form()Michael Niedermayer
2016-03-03avcodec/utils: Fix 'ISO C90 forbids mixed declarations and code'Michael Niedermayer
2016-02-29avcodec: Add utils testMichael Niedermayer
2016-02-28Document and validate AVFrame plane pointers.Reimar Döffinger
2016-02-27avcodec/utils: Check that the video data[] arrays are NULL on the input to ge...Michael Niedermayer
2016-02-27avcodec/utils: Check all data[] pointers in video_get_buffer() not just the f...Michael Niedermayer
2016-02-26lavc: deprecate decoded ass subtitles with timingsClément Bœsch
2016-02-26lavc: allow subtitle text format to be ASS without timingClément Bœsch
2016-02-26avcodec/utils: Merge identical if conditionsMichael Niedermayer
2016-02-25libavcodec:add packet level support for mastering metadataNeil Birkbeck
2016-02-24Merge commit '7b3214d0050613bd347a2e41c9f78ffb766da25e'Derek Buitenhuis
2016-02-24Add GBRAP12 pixel formatKieran Kunhya
2016-02-23lavc: add a variant of av_get_audio_frame_duration working with AVCodecParame...Anton Khirnov
2016-02-23lavc: add codec parameters APIAnton Khirnov
2016-02-15lavc: add a field for passing AVHWFramesContext to encodersAnton Khirnov
2016-02-14avcodec: Fix a typo.Carl Eugen Hoyos
2016-02-14avcodec: only warn about hwaccel with frame threadsAndreas Cadhalpun
2016-02-07avcodec/utils: Add AV_PIX_FMT_GBRAP16?E to avcodec_align_dimensions2()Michael Niedermayer
2016-02-03avcodec/utils: Check the return code of av_image_fill_linesizes()Michael Niedermayer
2016-01-30lavc/utils: fix instanciate/instantiate typoClément Bœsch
2016-01-28libavcodec/util: Fix timebase overflow checkDerek Buitenhuis