summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* Revert "libavcodec/utils: av_get_exact_bits_per_sample fixed to return "1" fo...Michael Niedermayer2015-08-01
* libavcodec/utils: av_get_exact_bits_per_sample fixed to return "1" for DSD co...Ihar A. Tumashyk2015-08-01
* avcodec/utils: Set coded_frame.pict_type in generic codeMichael Niedermayer2015-07-29
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* | avcodec/utils: do not use internal->byte_buffer when little downsizing is exp...Michael Niedermayer2015-07-27
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* | avcodec/utils: silence some deprecation warningsJames Almer2015-07-21
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-21
|\|
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* | avcodec/utils: Do not merge side data for encodersMichael Niedermayer2015-07-21
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-20
|\|
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
| * PCM signed 16-bit big-endian planar decoderPaul B Mahol2015-06-24
* | avcodec/utils: Check that channel count is valid in avcodec_open2();Michael Niedermayer2015-07-19
* | lavc: Add properties field to AVCodecContext.Carl Eugen Hoyos2015-07-16
* | avcodec/utils: Check that the sample rate is not negative when opening an enc...Michael Niedermayer2015-07-13
* | Factor duplicated ff_fast_malloc() out into mem_internal.hMichael Niedermayer2015-07-13
* | avcodec/utils: Assert that the pointer is set when size is in ff_fast_malloc()Michael Niedermayer2015-07-11
* | avcodec/utils: Avoid undefined void casts in ff_fast_malloc()Michael Niedermayer2015-07-11
* | avcodec/utils: Fix potential overflow in overallocation codeMichael Niedermayer2015-07-11
* | avcodec/utils: Document 32 min for h264 widthMichael Niedermayer2015-07-10
* | avcodec/utils: use a minimum 32pixel width in avcodec_align_dimensions2() fo...Michael Niedermayer2015-07-10
* | avcodec/utils: Check values in apply_param_change()Michael Niedermayer2015-07-08
* | lavc/utils: get rid of add_metadata_from_side_data forward declarationMarton Balint2015-07-06
* | lavc/utils: call add_metadata_from_side_data in ff_init_buffer_infoMarton Balint2015-07-06
* | lavc/utils: change add_metadata_from_side_data to accept avpacketMarton Balint2015-07-06
* | lavc/utils: remove redundant call to ff_init_buffer_infoMarton Balint2015-07-06
* | avcodec/utils: Replace ENOTSUP by AVERROR_PATCHWELCOMEMichael Niedermayer2015-06-27
* | avcodec: Add flag for experimental HWAccels and use it for VDPAU/HEVCPhilip Langdale2015-06-26
* | avcodec: Add codec_desc and remapping for AV_CODEC_ID_PCM_S16BE_PLANAR_DEPREC...Michael Niedermayer2015-06-24
* | lavc: add little-endian ADPCM_THP decoderRodger Combs2015-06-20
* | lavf/brstm: add support for BFSTM filesRodger Combs2015-06-17
* | avcodec/utils: Assert that audio decoders do not report using more data than ...Michael Niedermayer2015-06-04
* | lavc: Print a warning if gray decoding was requested but not enabled.Carl Eugen Hoyos2015-05-17
* | lavc: add yuv440p10/12 formats to aligned pixfmt list.Ronald S. Bultje2015-05-06
* | Merge commit 'a78f5548d94f23ce23cece41edf0fe9d18926de6'Michael Niedermayer2015-04-23
|\|
| * avcodec: Free the default avoptions on init failureLuca Barbato2015-04-22
* | Merge commit 'aef0be08756e00f363c524453c948a6e2a348614'Michael Niedermayer2015-04-23
|\|
| * avcodec: Unref the dummy buffer on the fail pathLuca Barbato2015-04-22
* | lavc: use correct type for printf() argumentwm42015-04-14
* | avformat, avcodec: log discard paddingwm42015-04-14
* | avcodec/utils: mark codec argument as const in ff_lock_avcodec()Michael Niedermayer2015-03-14
* | avcodec/utils: use atomic operations on entangled_thread_counterMichael Niedermayer2015-03-13
* | Merge commit '117b432748ca87de4cd0f09d9b1495545e264733'Michael Niedermayer2015-03-13
|\|
| * lavc: Introduce AVCodec internal capabilitiesVittorio Giovara2015-03-13