summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* avcodec/utils: check skip_samples signednessMichael Niedermayer2016-06-07
* avcodec/utils: initialize delay in avcodec_parameters_to_context()Michael Niedermayer2016-06-04
* avcodec: add adpcm MTAF decoderPaul B Mahol2016-05-21
* avcodec/utils: Move avctx->codec check before its useMichael Niedermayer2016-05-20
* avcodec: add Direct Stream Transfer (DST) decoderPeter Ross2016-05-15
* Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-11
|\
| * lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-03-23
| * lavc: factor apply_param_change() AV_EF_EXPLODE handlingwm42016-03-05
* | lavc: override decode return value only in case of errorClément Bœsch2016-05-01
* | avcodec/utils: split side-data in new decode API toowm42016-04-29
* | avcodec/utils: Assert that the number of consumed bytes in avcodec_decode_aud...Michael Niedermayer2016-04-23
* | avcodec/utils: fix minor memory leaks on avcodec_open2() failurewm42016-04-22
* | lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-04-21
* | avcodec: Add avpriv_codec_get_cap_skip_frame_fill_param()Michael Niedermayer2016-04-21
* | avcodec/utils: Add braces to framecount computationMichael Niedermayer2016-04-15
* | avcodec/utils: Fix duration of ATRAC3 packetsMichael Niedermayer2016-04-15
* | avcodec: Add bits_per_raw_sample to AVCodecParametersMichael Niedermayer2016-04-15
* | avcodec: add adpcm dat4 decoderPaul B Mahol2016-04-05
* | avcodec: properly initialize AVCodecParameters profile/levelHendrik Leppkes2016-04-02
* | lavc/utils: use pkt_timebase for legacy subtitles timing codeClément Bœsch2016-04-02
* | lavc: factor apply_param_change() AV_EF_EXPLODE handlingwm42016-04-01
* | lavc/utils: transfer width/height for subs in codecparClément Bœsch2016-03-31
* | codecpar: Add video delay fieldDerek Buitenhuis2016-03-31
* | Add frame_size to AVCodecParametersHendrik Leppkes2016-03-31
* | lavc: Add seek_preroll to AVCodecParametersJames Almer2016-03-31
* | Merge commit 'a8068346e48e123f8d3bdf4d64464d81e53e5fc7'Derek Buitenhuis2016-03-31
|\|
| * lavc: add a variant of av_get_audio_frame_duration working with AVCodecParame...Anton Khirnov2016-02-23
* | Merge commit '998e1b8f521b73e1ed3a13caaabcf79eb401cf0d'Derek Buitenhuis2016-03-31
|\|
| * lavc: add codec parameters APIAnton Khirnov2016-02-23
* | avcodec/utils: fix packet duration of frames with discarded paddingsMarton Balint2016-03-28
* | lavc/utils: fix extra ASS sanity check in convert_sub_to_old_ass_form()Clément Bœsch2016-03-07
* | avcodec/utils: Fix memleak on error in convert_sub_to_old_ass_form()Michael Niedermayer2016-03-05
* | avcodec/utils: Fix 'ISO C90 forbids mixed declarations and code'Michael Niedermayer2016-03-03
* | avcodec: Add utils testMichael Niedermayer2016-02-29
* | Document and validate AVFrame plane pointers.Reimar Döffinger2016-02-28
* | avcodec/utils: Check that the video data[] arrays are NULL on the input to ge...Michael Niedermayer2016-02-27
* | avcodec/utils: Check all data[] pointers in video_get_buffer() not just the f...Michael Niedermayer2016-02-27
* | lavc: deprecate decoded ass subtitles with timingsClément Bœsch2016-02-26
* | lavc: allow subtitle text format to be ASS without timingClément Bœsch2016-02-26
* | avcodec/utils: Merge identical if conditionsMichael Niedermayer2016-02-26
* | libavcodec:add packet level support for mastering metadataNeil Birkbeck2016-02-25
* | Merge commit '7b3214d0050613bd347a2e41c9f78ffb766da25e'Derek Buitenhuis2016-02-24
|\|
| * lavc: add a field for passing AVHWFramesContext to encodersAnton Khirnov2016-02-14
* | Add GBRAP12 pixel formatKieran Kunhya2016-02-24
* | avcodec: Fix a typo.Carl Eugen Hoyos2016-02-14
* | avcodec: only warn about hwaccel with frame threadsAndreas Cadhalpun2016-02-14
* | avcodec/utils: Add AV_PIX_FMT_GBRAP16?E to avcodec_align_dimensions2()Michael Niedermayer2016-02-07
* | avcodec/utils: Check the return code of av_image_fill_linesizes()Michael Niedermayer2016-02-03
* | lavc/utils: fix instanciate/instantiate typoClément Bœsch2016-01-30
* | libavcodec/util: Fix timebase overflow checkDerek Buitenhuis2016-01-27