summaryrefslogtreecommitdiffstats
path: root/libavcodec/internal.h
Commit message (Expand)AuthorAgeFilesLines
* lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-03-231-0/+13
* log: Use a do {} while (0) for tlogLuca Barbato2015-12-081-1/+1
* libopenh264enc: export CPB props side dataAnton Khirnov2015-12-061-0/+5
* log: Use a do {} while (0) for dlogLuca Barbato2015-12-051-1/+1
* lavc: allow asynchronous decoders to return correct pkt_dts valueswm42015-09-121-1/+7
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* lavc: Deprecate avctx.{inter,intra}_quant_biasVittorio Giovara2015-07-021-0/+4
* internal: Make dlog/tlog a no-op when disabledVittorio Giovara2015-04-241-2/+2
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-0/+13
* libavcodec: Clarify the documentation of the internal codec capability flagsMartin Storsjö2015-04-051-2/+7
* lavc: Introduce AVCodec internal capabilitiesVittorio Giovara2015-03-131-0/+10
* lavc: fix bitshifts amount bigger than the typeVittorio Giovara2014-11-181-0/+2
* Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-201-0/+6
* lavc: Add hwaccel private data and init/uninit callbacksAnton Khirnov2014-05-111-0/+5
* lavc: set AVCodecContext.hwaccel in ff_get_format()Anton Khirnov2014-05-111-9/+0
* lavc: Add an internal wrapper around get_format()Anton Khirnov2014-05-111-0/+7
* libavcodec: when decoding, copy replaygain side data to decoded framesAnton Khirnov2014-03-241-0/+5
* avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.Tim Walker2014-01-051-0/+7
* lavc: rework handling of refcounted_frames=0Anton Khirnov2013-12-091-1/+1
* hwaccel: Simplify ff_find_hwaccelLuca Barbato2013-11-101-3/+2
* lavc: move AVCodecContext.pkt to AVCodecInternalAnton Khirnov2013-11-041-0/+6
* pthread: store thread contexts in AVCodecInternal instead of AVCodecContextAnton Khirnov2013-11-041-0/+2
* lavc: replace avcodec_set_dimensions with ff_set_dimensionsAnton Khirnov2013-10-311-0/+6
* lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö2013-03-261-0/+5
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-091-8/+0
* lavc: limit maximum number of channels to 63Anton Khirnov2013-03-081-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-23/+41
* avcodec/internal: Fix #if DECODE_AUDIO / ENCODE_AUDIO name mismatchDiego Biurrun2013-03-061-1/+1
* lavc: don't reuse audio buffersAnton Khirnov2012-12-041-3/+6
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-0/+7
* avcodec: remove ff_is_hwaccel_pix_fmtLuca Barbato2012-11-131-5/+0
* lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decodersJustin Ruggles2012-11-011-0/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-3/+3
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* lavc: pad last audio frame with silence when needed.Anton Khirnov2012-05-091-0/+6
* avcodec: add ff_samples_to_time_base() convenience function to internal.hJustin Ruggles2012-02-201-0/+11
* ff_alloc_packet: modify the size of the packet to match the requested sizeJustin Ruggles2012-02-011-0/+1
* avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio()Justin Ruggles2012-01-151-0/+25
* utils: Check for extradata size overflows.Alex Converse2012-01-121-0/+7
* avcodec: deprecate AVFrame.ageMans Rullgard2011-12-181-1/+0
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-3/+6
* avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-191-0/+34
* avcodec: Allow locking and unlocking an avformat specific mutexMartin Storsjö2011-11-051-0/+3
* lavc: use avpriv_ prefix for ff_toupper4.Anton Khirnov2011-10-201-1/+1
* lavc: add support for codec-specific defaults.Anton Khirnov2011-07-101-0/+5
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Fix grammar errors in documentationMåns Rullgård2010-06-301-2/+2
* Factorize some code into the new function ff_toupper4().Francesco Lavra2010-05-181-0/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Doxy for ff_match_2uint16().Michael Niedermayer2010-01-101-0/+4
OpenPOWER on IntegriCloud