summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()Mark Thompson2017-12-191-10/+5
* lavc: Add codec metadata to indicate hardware supportMark Thompson2017-12-191-0/+12
* lavc: Drop deprecated time_base variable for decodingVittorio Giovara2017-03-231-5/+0
* lavc: Drop deprecated way of setting audio delay on encodeVittorio Giovara2017-03-231-5/+0
* lavc: Drop deprecated emu edge functionalityVittorio Giovara2017-03-231-7/+0
* lavc: Drop deprecated way of setting codec dimensionsVittorio Giovara2017-03-231-7/+0
* lavc: Drop deprecated missing sample log functionVittorio Giovara2017-03-231-29/+0
* lavc: Add device context field to AVCodecContextMark Thompson2017-02-131-0/+1
* lavc: use av_cpu_max_align() instead of hardcoding alignment requirementsAnton Khirnov2017-02-111-9/+2
* lavc: add support for filtering packets before decodingAnton Khirnov2016-12-141-0/+3
* decode: restructure the core decoding codeAnton Khirnov2016-12-141-1/+21
* decode: be more explicit about storing the last packet propertiesAnton Khirnov2016-12-141-0/+8
* lavc: handle MP3 in get_audio_frame_duration()Anton Khirnov2016-12-141-0/+3
* lavc: move decoding-related code from utils.c to a new fileAnton Khirnov2016-11-291-889/+0
* lavc: move encoding-related code from utils.c to a new fileAnton Khirnov2016-11-291-331/+0
* Add GBRAP12 pixel format supportKieran Kunhya2016-10-121-0/+2
* 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
OpenPOWER on IntegriCloud