summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/utils: If using discard frame flag, ignore skip_samples set by the de...Sasi Inguva2016-09-191-0/+4
* lavc: Add a flag in AVPacket to discard packet after decoding. Discard frames...Sasi Inguva2016-09-191-1/+14
* avcodec/utils: print only the padding values that are setJames Almer2016-09-031-4/+7
* avcodec/utils: print initial and trailing paddings only in verbose levelsJames Almer2016-09-031-1/+2
* avcodec: add 64-bit signed pcm codecPaul B Mahol2016-08-181-0/+3
* lavc: add trailing_padding to AVCodecContext to match AVCodecParameters.Jon Toohill2016-08-161-17/+23
* avcodec/utils: only warn when passed invalid lowres valueAman Gupta2016-08-121-3/+2
* Merge commit 'e62ff72fc1052273deb708ba715f73e5187281d4'Clément Bœsch2016-06-221-0/+7
|\
| * lavc: make avcodec_open2() fail when the timebase is not set for encodingAnton Khirnov2016-05-161-0/+7
* | libavcodec: factor out SEI generation for A53 captionsAndrey Turkin2016-06-191-0/+43
* | avcodec/utils: check skip_samples signednessMichael Niedermayer2016-06-071-1/+1
* | avcodec/utils: initialize delay in avcodec_parameters_to_context()Michael Niedermayer2016-06-041-0/+1
* | avcodec: add adpcm MTAF decoderPaul B Mahol2016-05-211-0/+2
* | avcodec/utils: Move avctx->codec check before its useMichael Niedermayer2016-05-201-2/+3
* | avcodec: add Direct Stream Transfer (DST) decoderPeter Ross2016-05-151-0/+2
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-111-20/+0
|\ \ | |/
| * lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-03-231-2/+279
| * lavc: factor apply_param_change() AV_EF_EXPLODE handlingwm42016-03-051-13/+15
* | lavc: override decode return value only in case of errorClément Bœsch2016-05-011-1/+3
* | avcodec/utils: split side-data in new decode API toowm42016-04-291-4/+10
* | avcodec/utils: Assert that the number of consumed bytes in avcodec_decode_aud...Michael Niedermayer2016-04-231-0/+2
* | avcodec/utils: fix minor memory leaks on avcodec_open2() failurewm42016-04-221-0/+2
* | lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-04-211-2/+287
* | avcodec: Add avpriv_codec_get_cap_skip_frame_fill_param()Michael Niedermayer2016-04-211-0/+4
* | avcodec/utils: Add braces to framecount computationMichael Niedermayer2016-04-151-1/+1
* | avcodec/utils: Fix duration of ATRAC3 packetsMichael Niedermayer2016-04-151-1/+2
* | avcodec: Add bits_per_raw_sample to AVCodecParametersMichael Niedermayer2016-04-151-0/+2
* | avcodec: add adpcm dat4 decoderPaul B Mahol2016-04-051-0/+1
* | avcodec: properly initialize AVCodecParameters profile/levelHendrik Leppkes2016-04-021-0/+2
* | lavc/utils: use pkt_timebase for legacy subtitles timing codeClément Bœsch2016-04-021-2/+5
* | lavc: factor apply_param_change() AV_EF_EXPLODE handlingwm42016-04-011-15/+19
* | lavc/utils: transfer width/height for subs in codecparClément Bœsch2016-03-311-0/+8
* | codecpar: Add video delay fieldDerek Buitenhuis2016-03-311-0/+2
* | Add frame_size to AVCodecParametersHendrik Leppkes2016-03-311-0/+2
* | lavc: Add seek_preroll to AVCodecParametersJames Almer2016-03-311-0/+2
* | Merge commit 'a8068346e48e123f8d3bdf4d64464d81e53e5fc7'Derek Buitenhuis2016-03-311-18/+31
|\ \ | |/
| * lavc: add a variant of av_get_audio_frame_duration working with AVCodecParame...Anton Khirnov2016-02-231-12/+22
* | Merge commit '998e1b8f521b73e1ed3a13caaabcf79eb401cf0d'Derek Buitenhuis2016-03-311-0/+152
|\ \ | |/
| * lavc: add codec parameters APIAnton Khirnov2016-02-231-0/+152
* | avcodec/utils: fix packet duration of frames with discarded paddingsMarton Balint2016-03-281-2/+1
* | lavc/utils: fix extra ASS sanity check in convert_sub_to_old_ass_form()Clément Bœsch2016-03-071-1/+1
* | avcodec/utils: Fix memleak on error in convert_sub_to_old_ass_form()Michael Niedermayer2016-03-051-0/+1
* | avcodec/utils: Fix 'ISO C90 forbids mixed declarations and code'Michael Niedermayer2016-03-031-1/+1
* | avcodec: Add utils testMichael Niedermayer2016-02-291-0/+20
* | Document and validate AVFrame plane pointers.Reimar Döffinger2016-02-281-0/+26
* | avcodec/utils: Check that the video data[] arrays are NULL on the input to ge...Michael Niedermayer2016-02-271-0/+5
* | avcodec/utils: Check all data[] pointers in video_get_buffer() not just the f...Michael Niedermayer2016-02-271-2/+2
* | lavc: deprecate decoded ass subtitles with timingsClément Bœsch2016-02-261-0/+4
* | lavc: allow subtitle text format to be ASS without timingClément Bœsch2016-02-261-0/+74
* | avcodec/utils: Merge identical if conditionsMichael Niedermayer2016-02-261-2/+1
OpenPOWER on IntegriCloud