summaryrefslogtreecommitdiff
path: root/libavcodec/internal.h
Commit message (Expand)AuthorAge
* lavc: fix bitshifts amount bigger than the typeVittorio Giovara2014-11-18
* Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-20
* lavc: Add hwaccel private data and init/uninit callbacksAnton Khirnov2014-05-11
* lavc: set AVCodecContext.hwaccel in ff_get_format()Anton Khirnov2014-05-11
* lavc: Add an internal wrapper around get_format()Anton Khirnov2014-05-11
* libavcodec: when decoding, copy replaygain side data to decoded framesAnton Khirnov2014-03-24
* avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.Tim Walker2014-01-05
* lavc: rework handling of refcounted_frames=0Anton Khirnov2013-12-09
* hwaccel: Simplify ff_find_hwaccelLuca Barbato2013-11-10
* lavc: move AVCodecContext.pkt to AVCodecInternalAnton Khirnov2013-11-04
* pthread: store thread contexts in AVCodecInternal instead of AVCodecContextAnton Khirnov2013-11-04
* lavc: replace avcodec_set_dimensions with ff_set_dimensionsAnton Khirnov2013-10-31
* lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö2013-03-26
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-09
* lavc: limit maximum number of channels to 63Anton Khirnov2013-03-08
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* avcodec/internal: Fix #if DECODE_AUDIO / ENCODE_AUDIO name mismatchDiego Biurrun2013-03-06
* lavc: don't reuse audio buffersAnton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* avcodec: remove ff_is_hwaccel_pix_fmtLuca Barbato2012-11-13
* lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decodersJustin Ruggles2012-11-01
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavc: pad last audio frame with silence when needed.Anton Khirnov2012-05-09
* avcodec: add ff_samples_to_time_base() convenience function to internal.hJustin Ruggles2012-02-20
* ff_alloc_packet: modify the size of the packet to match the requested sizeJustin Ruggles2012-02-01
* avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio()Justin Ruggles2012-01-15
* utils: Check for extradata size overflows.Alex Converse2012-01-12
* avcodec: deprecate AVFrame.ageMans Rullgard2011-12-18
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-19
* avcodec: Allow locking and unlocking an avformat specific mutexMartin Storsjö2011-11-05
* lavc: use avpriv_ prefix for ff_toupper4.Anton Khirnov2011-10-20
* lavc: add support for codec-specific defaults.Anton Khirnov2011-07-10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Factorize some code into the new function ff_toupper4().Francesco Lavra2010-05-18
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Doxy for ff_match_2uint16().Michael Niedermayer2010-01-10
* Fix implicit declaration warning.Michael Niedermayer2010-01-10
* Move av_log_missing_feature() from the internal.h to the public avcodec.hRonald S. Bultje2009-06-29
* Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje2009-06-29
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-06
* Add missing prototype for ff_is_hwaccel_pix_fmt().Gwenole Beauchesne2009-02-25
* add ff_find_hwaccel() by Gwenole BeauchesneMichael Niedermayer2009-02-24
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Split ff_log_missing_feature into ff_log_missing_featureKenan Gillet2009-01-16
* Make av_log_missing_feature an internal function, and change its nameStefano Sabatini2008-12-08
* Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h.Diego Biurrun2006-10-12
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07