summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* Merge commit '972c71e9cb63e24f57ee481e413199c7d88a8813'James Almer2017-04-22
|\
| * lavc: add support for filtering packets before decodingAnton Khirnov2016-12-14
* | Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09'James Almer2017-04-22
|\|
| * decode: restructure the core decoding codeAnton Khirnov2016-12-14
* | Merge commit '549d0bdca53af7a6e0c612ab4b03baecf3a5878f'James Almer2017-04-22
|\|
| * decode: be more explicit about storing the last packet propertiesAnton Khirnov2016-12-14
* | Merge commit '0309ddcfb25fd44883bfcdb07509eb4907576b97'Clément Bœsch2017-04-17
|\|
| * lavc: handle MP3 in get_audio_frame_duration()Anton Khirnov2016-12-14
* | Merge commit '3fe2a01df7f2c193805809f57b61d79607572351'James Almer2017-04-07
|\|
| * lavc: move decoding-related code from utils.c to a new fileAnton Khirnov2016-11-29
* | Merge commit '328cd2b599bc2d0d38f3c12606fa2a66eeec016e'James Almer2017-04-07
|\|
| * lavc: move encoding-related code from utils.c to a new fileAnton Khirnov2016-11-29
| * Add GBRAP12 pixel format supportKieran Kunhya2016-10-12
* | lavc: Add Content Light Level side metadata found in HEVCSteve Lhomme2017-04-06
* | pthread_frame: allow per-field ThreadFrame owners.Ronald S. Bultje2017-04-06
* | lavc: fix usages of av_get_codec_tag_string()Clément Bœsch2017-03-29
* | avcodec: remove warning against using frame threading with hwaccelswm42017-03-21
* | avcodec, avformat: deprecate anything related to side data mergingwm42017-03-21
* | Merge commit 'e9bfff1cc66c85b91b262c41e8aa5e8685606225'Clément Bœsch2017-03-18
|\|
| * lavc: free buffer_frame/pkt on avcodec_open2() failureAnton Khirnov2016-08-11
| * lavc: align the linesize to 32 when AVX is enabledAnton Khirnov2016-08-03
* | avcodec: estimate output bitrate for uncompressed video codecsTobias Rapp2017-03-17
* | avcodec: fix uninitialized variable readwm42017-03-17
* | lavc/internal: Constify AVPacket* in AVCodecInternal.Carl Eugen Hoyos2017-03-16
* | Merge commit 'f65285aba0df7d46298abe0c945dfee05cbc6028'Clément Bœsch2017-03-12
|\|
| * lavc: set sw_pix_fmt for hwaccel encodingAnton Khirnov2016-07-22
* | aacdec: do not mutate input packet metadatawm42017-03-09
* | avcodec: consider an error during decoder draining as EOFwm42017-03-06
* | lavc/utils: Make second parameter to apply_param_change() const.Carl Eugen Hoyos2017-02-24
* | lavc: Add device context field to AVCodecContextMark Thompson2017-02-13
* | avcodec/utils: Fix memleak with subtitles and sidedataMichael Niedermayer2017-02-03
* | avcodec/utils: correct align value for interplayMichael Niedermayer2017-01-25
* | avcodec: add pcm_f16le and pcm_f24le decoderPaul B Mahol2016-12-22
* | lavc: Fix ticket 6024, truncated mode decodingPavel Koshevoy2016-12-17
* | avcodec: Add max_pixels optionsMichael Niedermayer2016-12-10
* | lavc: Add spherical packet side data APIVittorio Giovara2016-12-07
* | 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