summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: free buffer_frame/pkt on avcodec_open2() failureAnton Khirnov2016-08-111-0/+2
* lavc: align the linesize to 32 when AVX is enabledAnton Khirnov2016-08-031-1/+3
* lavc: set sw_pix_fmt for hwaccel encodingAnton Khirnov2016-07-221-0/+11
* lavc: export the timestamps when decoding in AVFrame.ptsAnton Khirnov2016-06-211-0/+10
* lavc: allow using AVCodecContext.hw_frames_ctx for decodingAnton Khirnov2016-06-211-0/+15
* lavc: make avcodec_open2() fail when the timebase is not set for encodingAnton Khirnov2016-05-161-0/+7
* lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-03-231-2/+279
* lavc: factor apply_param_change() AV_EF_EXPLODE handlingwm42016-03-051-13/+15
* lavc: add a variant of av_get_audio_frame_duration working with AVCodecParame...Anton Khirnov2016-02-231-12/+22
* lavc: add codec parameters APIAnton Khirnov2016-02-231-0/+152
* lavc: add a field for passing AVHWFramesContext to encodersAnton Khirnov2016-02-141-0/+13
* lavc: Make sure that the effective timebase would not overflowArttu Ylä-Outinen2016-01-191-0/+10
* lavc: get the profile name through the codec descriptor in avcodec_string()Anton Khirnov2015-12-121-11/+1
* 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
* libopenh264enc: export CPB props side dataAnton Khirnov2015-12-061-0/+26
* lavc: add a packet side data type for VBV-like parametersAnton Khirnov2015-12-061-0/+14
* lavc: add stream-global packet side dataAnton Khirnov2015-12-061-1/+8
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-4/+4
* utils: Use data buffers directly instead of an AVPictureVittorio Giovara2015-10-221-9/+10
* 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
* lavc: reimplement avcodec_get_type() using codec descriptorswm42015-09-281-14/+0
* lavc: allow asynchronous decoders to return correct pkt_dts valueswm42015-09-121-1/+2
* lavu: Drop deprecated duplicated AVFrame/AVCodecContext parametersVittorio Giovara2015-08-281-35/+0
* lavc: Drop deprecated get_buffer related functionsVittorio Giovara2015-08-281-164/+0
* lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-281-10/+0
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-4/+4
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-13/+14
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-2/+2
* Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+12
* 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: Free the default avoptions on init failureLuca Barbato2015-04-221-0/+4
* avcodec: Unref the dummy buffer on the fail pathLuca Barbato2015-04-221-0/+1
* lavc: Introduce AVCodec internal capabilitiesVittorio Giovara2015-03-131-1/+6
* 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: support extracting audio service type from side dataAnton Khirnov2015-01-271-0/+7
* Add a side data type for audio service type.Anton Khirnov2015-01-271-0/+1
* lavc: add GBRAP to avcodec_align_dimensions2Paul B Mahol2015-01-141-0/+1
* avcodec: add AVCodecContext.sw_pix_fmtRémi Denis-Courmont2014-12-251-4/+11
* lavc: Compact the side-data passthroughLuca Barbato2014-11-091-29/+21
* hwaccel: Deinitialize hardware acceleration early enoughRémi Denis-Courmont2014-11-041-5/+5
* dump: display codec tags when availableVittorio Giovara2014-10-171-0/+13
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-151-0/+10
* lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-131-0/+9
* dump: print the original coded dimensions when availableVittorio Giovara2014-10-081-0/+6
* dump: print detailed color space informationVittorio Giovara2014-10-081-0/+17