summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
...
* | 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
* | Merge commit '7486418683bd2477772e03aab573cf846c12fb0d'Derek Buitenhuis2016-01-27
|\|
| * lavc: Make sure that the effective timebase would not overflowArttu Ylä-Outinen2016-01-19
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* | avcodec/utils: run ff_frame_thread_encoder_init() only for encodersMichael Niedermayer2016-01-25
* | Print the whitelists if entities are not found on themMichael Niedermayer2016-01-24
* | avcodec/utils: Check bits_per_raw_sample on video encoder openMichael Niedermayer2016-01-07
* | Merge commit 'cea1eef25c3310a68dd327eb74aae14ad3c2ddef'Hendrik Leppkes2016-01-01
|\|
| * lavc: get the profile name through the codec descriptor in avcodec_string()Anton Khirnov2015-12-12
* | Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'Hendrik Leppkes2016-01-01
|\|
| * lavc: add profiles to AVCodecDescriptorAnton Khirnov2015-12-12
| * lavc: print the name of the codec, not its implementation, in avcodec_stringAnton Khirnov2015-12-12
* | avcodec: properly check pkt_timebase for validityHendrik Leppkes2015-12-28
* | Merge commit '11c9bd633f635f07a762be1ecd672de55daf4edc'Hendrik Leppkes2015-12-17
|\|
| * libopenh264enc: export CPB props side dataAnton Khirnov2015-12-06
* | Merge commit 'f0b769c16daafa64720dcba7fa81a9f5255e1d29'Hendrik Leppkes2015-12-17
|\|
| * lavc: add a packet side data type for VBV-like parametersAnton Khirnov2015-12-06
* | Merge commit '84adab333cddeefc3cfd843089dee23f58bd372c'Hendrik Leppkes2015-12-17
|\|
| * lavc: add stream-global packet side dataAnton Khirnov2015-12-06
* | lavc/utils: use AVPixFmtDescriptor to probe palette formatsMatthieu Bouron2015-12-15
* | lavc, lavu: use avutil/thread.h instead of redundant conditional includesClément Bœsch2015-12-07
* | avcodec/utils: Fix overflow in get_bit_rates computationsMichael Niedermayer2015-12-05
* | avcodec/utils: Clear dimensions in ff_get_buffer() on failureMichael Niedermayer2015-11-28
* | avcodec/utils: Use 64bit for aspect ratio calculation in avcodec_string()Michael Niedermayer2015-11-28
* | avcodec/utils: Better check for channels in av_get_audio_frame_duration()Michael Niedermayer2015-11-14
* | avcodec: add ADPCM AICA decoderPaul B Mahol2015-10-29
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-27
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-27
|\|