summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
* LucasArts SMUSH VIMA audio decoderPaul B Mahol2014-04-06
* LucasArts SMUSH SANM video decoderPaul B Mahol2014-04-06
* On2 VP7 decoderPeter Ross2014-04-04
* OpenEXR decoderJimmy Christensen2014-04-01
* PAF demuxer and decoderPaul B Mahol2014-03-27
* BRender PIX image decoderAleksi Nurmi2014-03-27
* Alias PIX image encoder and decoderVittorio Giovara2014-03-26
* Add replaygain side data type and code for parsing replaygain tags.Anton Khirnov2014-03-24
* lavc: give a typedeffed name to the AVPacket.side_data structAnton Khirnov2014-03-24
* Remove all SPARC architecture optimizationsDiego Biurrun2014-03-13
* Remove all SH4 architecture optimizationsDiego Biurrun2014-03-13
* doxygen: Add a number of missing function parameter descriptionsDiego Biurrun2014-02-17
* Mirillis FIC video decoderKostya Shishkov2014-02-08
* lavc: deprecate CODEC_FLAG_EMU_EDGE and avcodec_get_edge_width().Anton Khirnov2014-01-20
* lavc: add HEVC profiles namesGildas Cocherel2013-12-20
* lavc: deprecate avcodec_get_frame_defaults().Anton Khirnov2013-12-11
* lavc: deprecate avcodec_free_frame()Anton Khirnov2013-12-11
* avcodec.h: include version.h before using version macroVittorio Giovara2013-11-19
* lavc: deprecate avcodec_alloc_frame().Anton Khirnov2013-11-16
* lavc: update coded_frame doxy.Anton Khirnov2013-11-16
* lavc: deprecate CODEC_CAP_NEG_LINESIZESAnton Khirnov2013-11-16
* Move av_fast_{m,re}alloc from lavc to lavu.Anton Khirnov2013-11-14
* lavc: deprecate FF_MAX_B_FRAMESAnton Khirnov2013-11-14
* lavc: move MB_TYPE_* macros from avcodec.h to mpegvideo.hAnton Khirnov2013-11-14
* lavc: schedule unused FF_QSCALE_TYPE_* for removal on next bumpAnton Khirnov2013-11-14
* lavc: make error_rate a private option of mpegvideo encodersAnton Khirnov2013-11-14
* Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-13
* Remove all Alpha architecture optimizationsDiego Biurrun2013-11-13
* lavc: Add colorimetry values for BT.2020, other non-included onesJan Ekström2013-11-04
* lavc: move AVCodecContext.pkt to AVCodecInternalAnton Khirnov2013-11-04
* pthread: store thread contexts in AVCodecInternal instead of AVCodecContextAnton Khirnov2013-11-04
* lavc: move FF_ASPECT_EXTENDED from avcodec.h to h263.hAnton Khirnov2013-10-31
* lavc: deprecate unused FF_BUG_OLD_MSMPEG4Anton Khirnov2013-10-31
* lavc: schedule FF_BUG_AC_VLC for removal on the next major bump.Anton Khirnov2013-10-31
* lavc: deprecate FF_DEBUG_VIS_*Anton Khirnov2013-10-31
* lavc: deprecate AVCodecContext.debug_mvAnton Khirnov2013-10-31
* lavc: deprecate FF_DEBUG_MV and remove all traces of its useAnton Khirnov2013-10-31
* Add HEVC decoderGuillaume Martres2013-10-31
* lavc: replace avcodec_set_dimensions with ff_set_dimensionsAnton Khirnov2013-10-31
* h264: wait for initial complete frame before outputing framesJohn Stebbins2013-10-31
* HNM4/HNM4A demuxer & video decoderDavid Kment2013-10-31
* lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov2013-10-28
* lavc doxy: extend/clarify avcodec_decode_audio4() doxyAnton Khirnov2013-10-12
* lavc doxy: remove false statements about alignment requirements.Anton Khirnov2013-10-12
* lavc: mark deprecated AVCodec.max_lowres for removal on next bumpAnton Khirnov2013-10-02
* pcm: support 24-bit/32-bit little-endian planarPaul B Mahol2013-09-27
* lavc doxy: document that avcodec_flush_buffers() invalidates decoded framesAnton Khirnov2013-09-24
* Add a WebP decoderJustin Ruggles2013-09-18
* Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-10
* lavc: Add refcounted api to AVPacketLuca Barbato2013-08-10