summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Fix a typo.Carl Eugen Hoyos2016-02-141-1/+1
* avcodec: only warn about hwaccel with frame threadsAndreas Cadhalpun2016-02-141-3/+2
* avcodec/utils: Add AV_PIX_FMT_GBRAP16?E to avcodec_align_dimensions2()Michael Niedermayer2016-02-071-0/+2
* avcodec/utils: Check the return code of av_image_fill_linesizes()Michael Niedermayer2016-02-031-1/+3
* lavc/utils: fix instanciate/instantiate typoClément Bœsch2016-01-301-1/+1
* libavcodec/util: Fix timebase overflow checkDerek Buitenhuis2016-01-271-1/+1
* Merge commit '7486418683bd2477772e03aab573cf846c12fb0d'Derek Buitenhuis2016-01-271-0/+10
|\
| * lavc: Make sure that the effective timebase would not overflowArttu Ylä-Outinen2016-01-191-0/+10
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-6/+6
* | avcodec/utils: run ff_frame_thread_encoder_init() only for encodersMichael Niedermayer2016-01-251-1/+1
* | Print the whitelists if entities are not found on themMichael Niedermayer2016-01-241-1/+1
* | avcodec/utils: Check bits_per_raw_sample on video encoder openMichael Niedermayer2016-01-071-0/+8
* | Merge commit 'cea1eef25c3310a68dd327eb74aae14ad3c2ddef'Hendrik Leppkes2016-01-011-10/+1
|\ \ | |/
| * lavc: get the profile name through the codec descriptor in avcodec_string()Anton Khirnov2015-12-121-11/+1
* | Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'Hendrik Leppkes2016-01-011-0/+15
|\ \ | |/
| * lavc: add profiles to AVCodecDescriptorAnton Khirnov2015-12-121-0/+15
| * lavc: print the name of the codec, not its implementation, in avcodec_stringAnton Khirnov2015-12-121-2/+5
* | avcodec: properly check pkt_timebase for validityHendrik Leppkes2015-12-281-1/+1
* | Merge commit '11c9bd633f635f07a762be1ecd672de55daf4edc'Hendrik Leppkes2015-12-171-0/+26
|\ \ | |/
| * libopenh264enc: export CPB props side dataAnton Khirnov2015-12-061-0/+26
* | Merge commit 'f0b769c16daafa64720dcba7fa81a9f5255e1d29'Hendrik Leppkes2015-12-171-0/+14
|\ \ | |/
| * lavc: add a packet side data type for VBV-like parametersAnton Khirnov2015-12-061-0/+14
* | Merge commit '84adab333cddeefc3cfd843089dee23f58bd372c'Hendrik Leppkes2015-12-171-1/+7
|\ \ | |/
| * lavc: add stream-global packet side dataAnton Khirnov2015-12-061-1/+8
* | lavc/utils: use AVPixFmtDescriptor to probe palette formatsMatthieu Bouron2015-12-151-2/+11
* | lavc, lavu: use avutil/thread.h instead of redundant conditional includesClément Bœsch2015-12-071-8/+1
* | avcodec/utils: Fix overflow in get_bit_rates computationsMichael Niedermayer2015-12-051-1/+1
* | avcodec/utils: Clear dimensions in ff_get_buffer() on failureMichael Niedermayer2015-11-281-1/+3
* | avcodec/utils: Use 64bit for aspect ratio calculation in avcodec_string()Michael Niedermayer2015-11-281-2/+2
* | avcodec/utils: Better check for channels in av_get_audio_frame_duration()Michael Niedermayer2015-11-141-1/+1
* | avcodec: add ADPCM AICA decoderPaul B Mahol2015-10-291-0/+1
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-2/+2
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-4/+4
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-4/+4
* | avcodec: disallow hwaccel with frame threadsHendrik Leppkes2015-10-271-0/+6
* | avcodec: add SDX2 DPCM decoderPaul B Mahol2015-10-261-0/+1
* | Merge commit '3ee2c60cc296eee3f63d7b5fee9b4332eeeac9fa'Hendrik Leppkes2015-10-221-9/+10
|\ \ | |/
| * utils: Use data buffers directly instead of an AVPictureVittorio Giovara2015-10-221-9/+10
* | Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3'Hendrik Leppkes2015-10-221-4/+4
|\ \ | |/
| * lavc: Add data and linesize to AVSubtitleRectVittorio Giovara2015-10-211-4/+4
| * avcodec: Do not lock during init if there is no init functionDerek Buitenhuis2015-10-131-2/+2
| * avcodec: Do not lock during open for codecs marked as having threadsafe initDerek Buitenhuis2015-10-041-17/+21
* | avcodec: rename avpriv_color_frame to ff_color_frameAndreas Cadhalpun2015-10-221-1/+1
* | avcodec: add ADPCM PSX decoderPaul B Mahol2015-10-161-0/+1
* | avcodec: Don't lock on init for codecs without an init functionDerek Buitenhuis2015-10-121-2/+2
* | avcodec: remove leftover iff_byterun1 decoderAndreas Cadhalpun2015-10-121-1/+1
* | avcodec: Don't lock during open if the codec has threadsafe initDerek Buitenhuis2015-10-021-7/+12
* | Merge commit 'a5d58fea68b9212e0065a71939e921505504a9bb'Hendrik Leppkes2015-09-291-20/+0
|\ \ | |/
| * lavc: reimplement avcodec_get_type() using codec descriptorswm42015-09-281-14/+0
* | lavc/utils: Correctly show bit_rate >INT_MAX.Carl Eugen Hoyos2015-09-151-4/+4
OpenPOWER on IntegriCloud