summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAgeFilesLines
* lavc: add HEVC profiles namesGildas Cocherel2013-12-201-0/+5
* lavc: deprecate avcodec_get_frame_defaults().Anton Khirnov2013-12-111-2/+3
* lavc: deprecate avcodec_free_frame()Anton Khirnov2013-12-111-0/+5
* avcodec.h: include version.h before using version macroVittorio Giovara2013-11-191-4/+5
* lavc: deprecate avcodec_alloc_frame().Anton Khirnov2013-11-161-5/+4
* lavc: update coded_frame doxy.Anton Khirnov2013-11-161-1/+1
* lavc: deprecate CODEC_CAP_NEG_LINESIZESAnton Khirnov2013-11-161-1/+3
* Move av_fast_{m,re}alloc from lavc to lavu.Anton Khirnov2013-11-141-21/+4
* lavc: deprecate FF_MAX_B_FRAMESAnton Khirnov2013-11-141-0/+5
* lavc: move MB_TYPE_* macros from avcodec.h to mpegvideo.hAnton Khirnov2013-11-141-0/+2
* lavc: schedule unused FF_QSCALE_TYPE_* for removal on next bumpAnton Khirnov2013-11-141-0/+2
* lavc: make error_rate a private option of mpegvideo encodersAnton Khirnov2013-11-141-3/+5
* Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-131-1/+8
* Remove all Alpha architecture optimizationsDiego Biurrun2013-11-131-0/+2
* lavc: Add colorimetry values for BT.2020, other non-included onesJan Ekström2013-11-041-15/+27
* lavc: move AVCodecContext.pkt to AVCodecInternalAnton Khirnov2013-11-041-5/+4
* pthread: store thread contexts in AVCodecInternal instead of AVCodecContextAnton Khirnov2013-11-041-4/+4
* lavc: move FF_ASPECT_EXTENDED from avcodec.h to h263.hAnton Khirnov2013-10-311-0/+2
* lavc: deprecate unused FF_BUG_OLD_MSMPEG4Anton Khirnov2013-10-311-0/+2
* lavc: schedule FF_BUG_AC_VLC for removal on the next major bump.Anton Khirnov2013-10-311-0/+2
* lavc: deprecate FF_DEBUG_VIS_*Anton Khirnov2013-10-311-0/+2
* lavc: deprecate AVCodecContext.debug_mvAnton Khirnov2013-10-311-3/+4
* lavc: deprecate FF_DEBUG_MV and remove all traces of its useAnton Khirnov2013-10-311-0/+5
* Add HEVC decoderGuillaume Martres2013-10-311-0/+1
* lavc: replace avcodec_set_dimensions with ff_set_dimensionsAnton Khirnov2013-10-311-0/+6
* h264: wait for initial complete frame before outputing framesJohn Stebbins2013-10-311-0/+1
* HNM4/HNM4A demuxer & video decoderDavid Kment2013-10-311-0/+1
* lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov2013-10-281-0/+7
* lavc doxy: extend/clarify avcodec_decode_audio4() doxyAnton Khirnov2013-10-121-6/+18
* lavc doxy: remove false statements about alignment requirements.Anton Khirnov2013-10-121-10/+0
* lavc: mark deprecated AVCodec.max_lowres for removal on next bumpAnton Khirnov2013-10-021-0/+2
* pcm: support 24-bit/32-bit little-endian planarPaul B Mahol2013-09-271-0/+2
* lavc doxy: document that avcodec_flush_buffers() invalidates decoded framesAnton Khirnov2013-09-241-5/+11
* Add a WebP decoderJustin Ruggles2013-09-181-0/+1
* Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-101-1/+2
* lavc: Add refcounted api to AVPacketLuca Barbato2013-08-101-0/+60
* deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND insteadKostya Shishkov2013-08-071-0/+3
* vdpau: deprecate VDPAU codec capabilityRémi Denis-Courmont2013-08-051-0/+2
* avcodec: Add output_picture_number to AVCodecParserContextYusuke Nakamura2013-08-021-0/+8
* Add missing deprecation attributesDiego Biurrun2013-07-271-1/+2
* lavc: Add option to encode MPEG-2 AAC with libfdk-aacKieran Kunhya2013-06-241-0/+2
* Go2Webinar decoderKostya Shishkov2013-06-031-0/+1
* avcodec: Add picture structure information to AVCodecParserContext.Yusuke Nakamura2013-05-241-0/+17
* Escape 130 (RPL) decoderEli Friedman2013-05-181-0/+1
* lavc doxy: add avcodec.h to the libavcodec group.Anton Khirnov2013-05-171-1/+2
* Apple Intermediate Codec decoderKostya Shishkov2013-05-171-0/+1
* avcodec: Add field order information to AVCodecParserContext.Masaki Tanaka2013-05-031-0/+2
* lavc: schedule AVCodecContext.lowres for removal on next bump.Anton Khirnov2013-05-031-0/+4
* avcodec: doxy: Clarify how to use buf[] when implementing get_buffer2()Derek Buitenhuis2013-04-301-2/+4
* avcodec: doxy: Clarify what get_buffer2 must fill in buf[]Derek Buitenhuis2013-04-301-2/+5
OpenPOWER on IntegriCloud