summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* lavc/utils.c: Make sure skip_samples never goes negative.Sasi Inguva2016-11-10
* lavc/utils: avcodec_string: dump field order when knownRodger Combs2016-10-24
* avcodec/utils: Move emms_c() before memory allocation functions in avcodec_en...Michael Niedermayer2016-10-22
* avcodec/utils: Clear MMX state before returning from avcodec_default_execute*()Michael Niedermayer2016-10-21
* avcodec/utils: print Chroma Location string in verbose log levelJames Almer2016-10-16
* Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes2016-10-07
|\
| * lavc: export the timestamps when decoding in AVFrame.ptsAnton Khirnov2016-06-21
* | lavc: set best effort timestamp if unset when using new decode APIwm42016-10-05
* | lavc/utils: disallow zero sized packets with data set in avcodec_send_packetMarton Balint2016-10-03
* | ffmpeg: move subframe warning to libavcodecwm42016-10-01
* | lavc/utils.c: Subtract skip_samples when frame is DISCARDed.Sasi Inguva2016-09-29
* | Merge commit 'e85f6f7f8d037c0af0f294000718d9ba22753baa'James Almer2016-09-28
|\|
| * lavc: allow using AVCodecContext.hw_frames_ctx for decodingAnton Khirnov2016-06-21
* | avcodec/utils: If using discard frame flag, ignore skip_samples set by the de...Sasi Inguva2016-09-19
* | lavc: Add a flag in AVPacket to discard packet after decoding. Discard frames...Sasi Inguva2016-09-19
* | avcodec/utils: print only the padding values that are setJames Almer2016-09-03
* | avcodec/utils: print initial and trailing paddings only in verbose levelsJames Almer2016-09-03
* | avcodec: add 64-bit signed pcm codecPaul B Mahol2016-08-18
* | lavc: add trailing_padding to AVCodecContext to match AVCodecParameters.Jon Toohill2016-08-16
* | avcodec/utils: only warn when passed invalid lowres valueAman Gupta2016-08-12
* | Merge commit 'e62ff72fc1052273deb708ba715f73e5187281d4'Clément Bœsch2016-06-22
|\|
| * lavc: make avcodec_open2() fail when the timebase is not set for encodingAnton Khirnov2016-05-16
* | libavcodec: factor out SEI generation for A53 captionsAndrey Turkin2016-06-19
* | 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