summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
...
* | lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer2015-09-151-2/+2
* | Merge commit '87a051f97633010f71dfc1d23d806856499bf231'Hendrik Leppkes2015-09-121-1/+2
|\ \ | |/
| * lavc: allow asynchronous decoders to return correct pkt_dts valueswm42015-09-121-1/+2
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-2/+2
* | avcodec: remove duplicate AVCodecIDsJames Almer2015-09-071-20/+0
* | Merge commit 'c45fcf30cfab687004ed1cdc06ebaa21f4262a0b'Hendrik Leppkes2015-09-071-2/+2
|\ \ | |/
* | avcodec: remove deprecated codec id aliasesHendrik Leppkes2015-09-051-7/+0
* | avcodec: remove deprecated old video encode APIHendrik Leppkes2015-09-051-42/+0
* | avcodec: remove deprecated old audio encode APIHendrik Leppkes2015-09-051-89/+0
* | avcodec: remove deprecated old audio decode APIHendrik Leppkes2015-09-051-45/+0
* | Merge commit '8f12ef9860d0e164e4647fd5d5cebdb3cfb34a79'Hendrik Leppkes2015-09-051-25/+0
|\ \ | |/
| * lavu: Drop deprecated duplicated AVFrame/AVCodecContext parametersVittorio Giovara2015-08-281-35/+0
* | Merge commit '9f90b24877016e7140b9b14e4b1acee663bb6d8a'Hendrik Leppkes2015-09-051-180/+0
|\ \ | |/
| * lavc: Drop deprecated get_buffer related functionsVittorio Giovara2015-08-281-164/+0
* | Remove left-over FF_API_DESTRUCT_PACKET cruftHendrik Leppkes2015-09-051-15/+0
* | Merge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8'Hendrik Leppkes2015-09-051-10/+0
|\ \ | |/
| * lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-281-10/+0
* | avcodec: Assert on codec->encode2 in encode_audio2lummax2015-08-271-0/+2
* | lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU.Ronald S. Bultje2015-08-181-0/+2
* | avcodec: add missing FF_API_CODEC_ID guardAndreas Cadhalpun2015-08-081-0/+2
* | Revert "libavcodec/utils: av_get_exact_bits_per_sample fixed to return "1" fo...Michael Niedermayer2015-08-011-5/+4
* | libavcodec/utils: av_get_exact_bits_per_sample fixed to return "1" for DSD co...Ihar A. Tumashyk2015-08-011-4/+5
* | avcodec/utils: Set coded_frame.pict_type in generic codeMichael Niedermayer2015-07-291-0/+2
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-14/+14
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-4/+4
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-16/+17
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-13/+14
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-7/+7
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-2/+2
* | avcodec/utils: do not use internal->byte_buffer when little downsizing is exp...Michael Niedermayer2015-07-271-1/+1
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-2/+2
* | avcodec/utils: silence some deprecation warningsJames Almer2015-07-211-0/+13
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-211-0/+12
|\ \ | |/
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+12
* | avcodec/utils: Do not merge side data for encodersMichael Niedermayer2015-07-211-2/+0
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-201-2/+10
|\ \ | |/
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-2/+10
| * PCM signed 16-bit big-endian planar decoderPaul B Mahol2015-06-241-0/+1
* | avcodec/utils: Check that channel count is valid in avcodec_open2();Michael Niedermayer2015-07-191-0/+6
* | lavc: Add properties field to AVCodecContext.Carl Eugen Hoyos2015-07-161-0/+12
* | avcodec/utils: Check that the sample rate is not negative when opening an enc...Michael Niedermayer2015-07-131-0/+6
* | Factor duplicated ff_fast_malloc() out into mem_internal.hMichael Niedermayer2015-07-131-19/+1
* | avcodec/utils: Assert that the pointer is set when size is in ff_fast_malloc()Michael Niedermayer2015-07-111-1/+3
* | avcodec/utils: Avoid undefined void casts in ff_fast_malloc()Michael Niedermayer2015-07-111-5/+8
* | avcodec/utils: Fix potential overflow in overallocation codeMichael Niedermayer2015-07-111-1/+1
* | avcodec/utils: Document 32 min for h264 widthMichael Niedermayer2015-07-101-0/+5
* | avcodec/utils: use a minimum 32pixel width in avcodec_align_dimensions2() fo...Michael Niedermayer2015-07-101-1/+3
* | avcodec/utils: Check values in apply_param_change()Michael Niedermayer2015-07-081-2/+13
* | lavc/utils: get rid of add_metadata_from_side_data forward declarationMarton Balint2015-07-061-13/+11
* | lavc/utils: call add_metadata_from_side_data in ff_init_buffer_infoMarton Balint2015-07-061-2/+3
OpenPOWER on IntegriCloud