summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* lavc: make avcodec_open2() fail when the timebase is not set for encodingAnton Khirnov2016-05-16
* lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-03-23
* lavc: factor apply_param_change() AV_EF_EXPLODE handlingwm42016-03-05
* lavc: add a variant of av_get_audio_frame_duration working with AVCodecParame...Anton Khirnov2016-02-23
* lavc: add codec parameters APIAnton Khirnov2016-02-23
* lavc: add a field for passing AVHWFramesContext to encodersAnton Khirnov2016-02-14
* lavc: Make sure that the effective timebase would not overflowArttu Ylä-Outinen2016-01-19
* lavc: get the profile name through the codec descriptor in avcodec_string()Anton Khirnov2015-12-12
* lavc: add profiles to AVCodecDescriptorAnton Khirnov2015-12-12
* lavc: print the name of the codec, not its implementation, in avcodec_stringAnton Khirnov2015-12-12
* libopenh264enc: export CPB props side dataAnton Khirnov2015-12-06
* lavc: add a packet side data type for VBV-like parametersAnton Khirnov2015-12-06
* lavc: add stream-global packet side dataAnton Khirnov2015-12-06
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* utils: Use data buffers directly instead of an AVPictureVittorio Giovara2015-10-22
* lavc: Add data and linesize to AVSubtitleRectVittorio Giovara2015-10-21
* avcodec: Do not lock during init if there is no init functionDerek Buitenhuis2015-10-13
* avcodec: Do not lock during open for codecs marked as having threadsafe initDerek Buitenhuis2015-10-04
* lavc: reimplement avcodec_get_type() using codec descriptorswm42015-09-28
* lavc: allow asynchronous decoders to return correct pkt_dts valueswm42015-09-12
* lavu: Drop deprecated duplicated AVFrame/AVCodecContext parametersVittorio Giovara2015-08-28
* lavc: Drop deprecated get_buffer related functionsVittorio Giovara2015-08-28
* lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-28
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* Deprecate avctx.coded_frameVittorio Giovara2015-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: Free the default avoptions on init failureLuca Barbato2015-04-22
* avcodec: Unref the dummy buffer on the fail pathLuca Barbato2015-04-22
* lavc: Introduce AVCodec internal capabilitiesVittorio Giovara2015-03-13
* lavc: Improve thread locking error messageVittorio Giovara2015-03-13
* avcodec/utils: use correct printf specifier in ff_set_sarAndreas Cadhalpun2015-02-28
* lavc: support extracting audio service type from side dataAnton Khirnov2015-01-27
* Add a side data type for audio service type.Anton Khirnov2015-01-27
* lavc: add GBRAP to avcodec_align_dimensions2Paul B Mahol2015-01-14
* avcodec: add AVCodecContext.sw_pix_fmtRémi Denis-Courmont2014-12-25
* lavc: Compact the side-data passthroughLuca Barbato2014-11-09
* hwaccel: Deinitialize hardware acceleration early enoughRémi Denis-Courmont2014-11-04
* dump: display codec tags when availableVittorio Giovara2014-10-17
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-15
* lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-13
* dump: print the original coded dimensions when availableVittorio Giovara2014-10-08
* dump: print detailed color space informationVittorio Giovara2014-10-08
* dump: split audio and video probing on multiple linesVittorio Giovara2014-10-08
* avcodec: make sure color_range is properly initializedVittorio Giovara2014-10-08
* ff_get_format: fix infinite loopRémi Denis-Courmont2014-10-06
* lavc: specify the behavior of av_lockmgr_register on failure.Manfred Georg2014-10-06
* hwaccel: Call ->get_format again if hwaccel init failsRémi Denis-Courmont2014-09-26