summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
...
* | lavc/utils: change add_metadata_from_side_data to accept avpacketMarton Balint2015-07-061-4/+4
* | lavc/utils: remove redundant call to ff_init_buffer_infoMarton Balint2015-07-061-2/+0
* | avcodec/utils: Replace ENOTSUP by AVERROR_PATCHWELCOMEMichael Niedermayer2015-06-271-1/+1
* | avcodec: Add flag for experimental HWAccels and use it for VDPAU/HEVCPhilip Langdale2015-06-261-0/+7
* | avcodec: Add codec_desc and remapping for AV_CODEC_ID_PCM_S16BE_PLANAR_DEPREC...Michael Niedermayer2015-06-241-0/+1
* | lavc: add little-endian ADPCM_THP decoderRodger Combs2015-06-201-0/+1
* | lavf/brstm: add support for BFSTM filesRodger Combs2015-06-171-0/+4
* | avcodec/utils: Assert that audio decoders do not report using more data than ...Michael Niedermayer2015-06-041-0/+1
* | lavc: Print a warning if gray decoding was requested but not enabled.Carl Eugen Hoyos2015-05-171-0/+5
* | lavc: add yuv440p10/12 formats to aligned pixfmt list.Ronald S. Bultje2015-05-061-0/+4
* | Merge commit 'a78f5548d94f23ce23cece41edf0fe9d18926de6'Michael Niedermayer2015-04-231-1/+3
|\ \ | |/
| * avcodec: Free the default avoptions on init failureLuca Barbato2015-04-221-0/+4
* | Merge commit 'aef0be08756e00f363c524453c948a6e2a348614'Michael Niedermayer2015-04-231-0/+1
|\ \ | |/
| * avcodec: Unref the dummy buffer on the fail pathLuca Barbato2015-04-221-0/+1
* | lavc: use correct type for printf() argumentwm42015-04-141-1/+1
* | avformat, avcodec: log discard paddingwm42015-04-141-2/+2
* | avcodec/utils: mark codec argument as const in ff_lock_avcodec()Michael Niedermayer2015-03-141-1/+1
* | avcodec/utils: use atomic operations on entangled_thread_counterMichael Niedermayer2015-03-131-3/+3
* | Merge commit '117b432748ca87de4cd0f09d9b1495545e264733'Michael Niedermayer2015-03-131-5/+10
|\ \ | |/
| * lavc: Introduce AVCodec internal capabilitiesVittorio Giovara2015-03-131-1/+6
* | Merge commit '9993a067f6c8c7e7838052ac3146aa6b80dd7e81'Michael Niedermayer2015-03-131-1/+4
|\ \ | |/
| * lavc: Improve thread locking error messageVittorio Giovara2015-03-131-1/+4
| * avcodec/utils: use correct printf specifier in ff_set_sarAndreas Cadhalpun2015-02-281-1/+1
* | lavc: Print number of reference frames if debug level >= verbose.Carl Eugen Hoyos2015-03-131-0/+6
* | avcodec/utils: Align YUV411 by as much as the other YUV variantsMichael Niedermayer2015-03-071-1/+1
* | avcodec/utils: use correct printf specifier in ff_set_sarAndreas Cadhalpun2015-02-281-1/+1
* | avcodec/utils: Assert that dst->progress is clear before ff_thread_ref_frame()Michael Niedermayer2015-02-081-0/+2
* | Merge commit 'a536a4e4bc52d05f59869761337452fb1f1977f6'Michael Niedermayer2015-01-271-0/+7
|\ \ | |/
| * lavc: support extracting audio service type from side dataAnton Khirnov2015-01-271-0/+7
* | Merge commit '728685f37ab333ca35980bd01766c78d197f784a'Michael Niedermayer2015-01-271-0/+1
|\ \ | |/
| * Add a side data type for audio service type.Anton Khirnov2015-01-271-0/+1
* | Merge commit '9a4aaae3b29392b6d74997e06be249d7d54a7394'Michael Niedermayer2015-01-151-1/+1
|\ \ | |/
| * lavc: add GBRAP to avcodec_align_dimensions2Paul B Mahol2015-01-141-0/+1
* | Merge commit '57b6704ecd0f56d6a3092e448687cfd837bb0ac1'Michael Niedermayer2014-12-271-4/+11
|\ \ | |/
| * avcodec: add AVCodecContext.sw_pix_fmtRémi Denis-Courmont2014-12-251-4/+11
* | Add FFMPEG_VERSION into the binary libsMichael Niedermayer2014-12-191-0/+3
* | avcodec/utils: check the private context classMichael Niedermayer2014-12-171-0/+4
* | avcodec/utils: Check AVFrame width/height in avcodec_encode_video2()Michael Niedermayer2014-12-071-0/+2
* | avcodec/utils: check AVframe.format being set in avcodec_encode_video2()Michael Niedermayer2014-12-071-0/+3
* | lavc/utils: free private options on avcodec_open2 failLukasz Marek2014-11-251-0/+2
* | avcodec/utils: Check that the data is complete in avpriv_bprint_to_extradata()Michael Niedermayer2014-11-251-0/+5
* | avcodec/utils: Add ATRAC3+ to av_get_audio_frame_duration()Michael Niedermayer2014-11-131-0/+1
* | avcodec/utils: Fix warning: comparison between enum foo and enum bar [-Wenum-...Michael Niedermayer2014-11-101-2/+2
* | avcodec/utils: make sidedata remapping table static constMichael Niedermayer2014-11-101-1/+1
* | Merge commit 'e3e317e0c015b164b6c2eb8913e393216d78de23'Michael Niedermayer2014-11-101-31/+21
|\ \ | |/
| * lavc: Compact the side-data passthroughLuca Barbato2014-11-091-29/+21
* | Merge commit '4ff670d99bebd97429322719089363d83143477d'Michael Niedermayer2014-11-051-5/+5
|\ \ | |/
| * hwaccel: Deinitialize hardware acceleration early enoughRémi Denis-Courmont2014-11-041-5/+5
* | lavc/utils: Make pix_fmt desc pointer const.Carl Eugen Hoyos2014-10-301-1/+1
* | avcodec/utils: Align dimensions by at least their chroma sub-sampling factors.Michael Niedermayer2014-10-291-2/+6
OpenPOWER on IntegriCloud