2117 Commits (8b02af1e6fbb0d782f3561afd82f66edc7fa8ae0)

Author SHA1 Message Date
Jan Ekström cd8f772d06 lavc: Add colorimetry values for BT.2020, other non-included ones 11 years ago
Anton Khirnov da6506c607 lavc: move AVCodecContext.pkt to AVCodecInternal 11 years ago
Anton Khirnov 38ecc3702d pthread: store thread contexts in AVCodecInternal instead of AVCodecContext 11 years ago
Stefano Sabatini a689560428 lavc: remove dead FF_API_AVCODEC_OPEN API 11 years ago
Stefano Sabatini d3397c3e82 lavc: remove dead FF_API_ALLOC_CONTEXT API 11 years ago
Michael Niedermayer 9bcf647867 avcodec: document that FF_DEBUG_VIS_QP / FF_DEBUG_VIS_MB_TYPE should only be used through avoptions 11 years ago
Michael Niedermayer f49e6359b6 avcodec/avcodec.h: move debug_mv to the end of the struct with the next ABI bump 11 years ago
Anton Khirnov 28240a60c1 lavc: move FF_ASPECT_EXTENDED from avcodec.h to h263.h 11 years ago
Anton Khirnov eb5920c195 lavc: deprecate unused FF_BUG_OLD_MSMPEG4 11 years ago
Anton Khirnov 0300962b76 lavc: schedule FF_BUG_AC_VLC for removal on the next major bump. 11 years ago
Anton Khirnov f8b2bcd2ad lavc: deprecate FF_DEBUG_VIS_* 11 years ago
Anton Khirnov a1504eee41 lavc: deprecate AVCodecContext.debug_mv 11 years ago
Anton Khirnov ccc7129845 lavc: deprecate FF_DEBUG_MV and remove all traces of its use 11 years ago
Guillaume Martres 064698d381 Add HEVC decoder 11 years ago
Anton Khirnov 7644f5a807 lavc: replace avcodec_set_dimensions with ff_set_dimensions 11 years ago
John Stebbins 28096e0a80 h264: wait for initial complete frame before outputing frames 11 years ago
David Kment 9af7a8523a HNM4/HNM4A demuxer & video decoder 11 years ago
Anton Khirnov 23a211cbba lavc: change all decoders to behave consistently with AV_EF_CRCCHECK. 11 years ago
Marton Balint dbe6f9f2c2 lavc: add support for CODEC_CAP_DELAY in subtitles 11 years ago
Michael Niedermayer fc7be7ddf3 avcodec/avcodec.h: Add documentation for the AV_EF_* defifines 11 years ago
Carl Eugen Hoyos 10c240a085 avcodec: Add little-endian G726 decoder 11 years ago
Vignesh Venkatasubramanian 0f99aad80f lavc: Adding seek_preroll to AVCodecContext 11 years ago
Michael Niedermayer 87fe0bbd69 lavc: rename h265 to hevc, add AV_CODEC_ID_H265 with identical value for backward compatibility 11 years ago
Anton Khirnov 16ea20c827 lavc doxy: extend/clarify avcodec_decode_audio4() doxy 11 years ago
Anton Khirnov 66d3f5fd5c lavc doxy: remove false statements about alignment requirements. 11 years ago
Michael Niedermayer e57dba0d52 avcodec: add av_codec_get_max_lowres() 11 years ago
Anton Khirnov 451606f7ce lavc: mark deprecated AVCodec.max_lowres for removal on next bump 11 years ago
Paul B Mahol 7e52080cb1 pcm: support 24-bit/32-bit little-endian planar 12 years ago
Anton Khirnov 5f4b1b1cbd lavc doxy: document that avcodec_flush_buffers() invalidates decoded frames 12 years ago
Michael Niedermayer b5b762b714 avcodec/avcodec.h: skip_alpha should not be accessed directly (would cause ABI issues) 12 years ago
Reimar Döffinger 547c2f002a Make decoding alpha optional for some codecs. 12 years ago
Justin Ruggles c4bfa09807 Add a WebP decoder 12 years ago
Dylan Alex Simon 38155b47fd avcodec: add const qualifier to avcodec_find_best_pix_fmt2 args 12 years ago
Michael Bradshaw 9b07d34efb Make avcodec_find_best_pix_fmt_of_list const-correct 12 years ago
Diego Biurrun a0b901a348 Drop pointless directory name prefixes from #includes in the current dir 12 years ago
Clément Bœsch 2c1eb38e5e avcodec: fix AVpacket → AVPacket typo. 12 years ago
Dirk Farin 902a5fa722 avformat: H265 demuxer 12 years ago
Michael Niedermayer ef36ba5e08 avcodec: clarify documentation of avcodec_copy_context() 12 years ago
Michael Niedermayer 9da6e742f4 libavcodec/avcodec.h: Fix duplicate words 12 years ago
Luca Barbato 5a9a9d4a2a lavc: Add refcounted api to AVPacket 12 years ago
Kostya Shishkov f544c58636 deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND instead 12 years ago
Rémi Denis-Courmont 549294fbbe vdpau: deprecate VDPAU codec capability 12 years ago
Yusuke Nakamura a8b19271c3 avcodec: Add output_picture_number to AVCodecParserContext 12 years ago
Diego Biurrun bf4b0ed1d5 Add missing deprecation attributes 12 years ago
Michael Niedermayer abc8110f7e avcodec: add avcodec_chroma_pos_to_enum() 12 years ago
Michael Niedermayer b7397857e2 avcodec: add avcodec_enum_to_chroma_pos() 12 years ago
Michael Niedermayer a80e622924 avcodec/avutil: Add AVColorSpace and AVColorRange to AVFrames 12 years ago
Stefano Sabatini 0092bcdf06 lavc/avcodec.h: fix various typos in av_bitstream_filter_filter() docs 12 years ago
Stefano Sabatini 4aa2874ab1 lavc/avcodec.h: extend documentation for AVPicture API 12 years ago
Stefano Sabatini 0f85c96091 lavc/avcodec.h: document bitstream filter API 12 years ago