summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* lavc/utils: avcodec_string: dump field order when knownRodger Combs2016-10-241-0/+14
* avcodec/utils: Move emms_c() before memory allocation functions in avcodec_en...Michael Niedermayer2016-10-221-1/+2
* avcodec/utils: Clear MMX state before returning from avcodec_default_execute*()Michael Niedermayer2016-10-211-0/+2
* avcodec/utils: print Chroma Location string in verbose log levelJames Almer2016-10-161-1/+1
* Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes2016-10-071-4/+20
|\
| * lavc: export the timestamps when decoding in AVFrame.ptsAnton Khirnov2016-06-211-0/+10
* | lavc: set best effort timestamp if unset when using new decode APIwm42016-10-051-1/+8
* | lavc/utils: disallow zero sized packets with data set in avcodec_send_packetMarton Balint2016-10-031-0/+3
* | ffmpeg: move subframe warning to libavcodecwm42016-10-011-0/+6
* | lavc/utils.c: Subtract skip_samples when frame is DISCARDed.Sasi Inguva2016-09-291-9/+7
* | Merge commit 'e85f6f7f8d037c0af0f294000718d9ba22753baa'James Almer2016-09-281-0/+15
|\ \ | |/
| * lavc: allow using AVCodecContext.hw_frames_ctx for decodingAnton Khirnov2016-06-211-0/+15
* | 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
|\ \ | |/
OpenPOWER on IntegriCloud