46435 Commits (4e6debe1df7d53f3f59b37449b82265d5c08a172)

Author SHA1 Message Date
Andreas Rheinhardt 50c35d069a avcodec/h264dec: Constify slices' pointer to the parent context 3 years ago
Andreas Rheinhardt e944ab796d avcodec/h264dec: Move ERContext to H264Context 3 years ago
Andreas Rheinhardt c4fcfa47df avcodec/h264_slice: Fix decoding undamaged input with slices 3 years ago
Andreas Rheinhardt f4098bbc3b avcodec/bsf: Add FFBitStreamFilter, hide internals of BSFs 3 years ago
Andreas Rheinhardt 33df1ba6b2 avcodec, avformat: Remove unnecessary inclusions of lavc/internal.h 3 years ago
Andreas Rheinhardt a9cc413496 avcodec/internal: Move FF_QSCALE_TYPE_* to mpegvideodec.h 3 years ago
Andreas Rheinhardt e142153bd7 avcodec/internal, avfilter/qp_table: Remove unused FF_QSCALE_TYPEs 3 years ago
James Almer b65ce7bed8 Revert "avcodec/av1dec: Check tile_cols" 3 years ago
James Almer 5670eddf8c avcodec/av1: only set the private context pix_fmt field if get_pixel_format() succeeds 3 years ago
Christopher Degawa 51c0b9e829 avcodec/libsvtav1: pass color description info 3 years ago
Paul B Mahol 902ee9cafc avcodec/binkaudio: add support for >2 channels dct codec 3 years ago
Andreas Rheinhardt fa989df1c6 avcodec/internal: Move FF_DEFAULT_QUANT_BIAS to mpegvideoenc.h 3 years ago
Andreas Rheinhardt 86c909558c avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.h 3 years ago
Andreas Rheinhardt 495de744fa avcodec/bitstream: Move code for initializing VLCs to file of its own 3 years ago
Andreas Rheinhardt b303f1e083 avcodec/mathops: Move bitswap_32() to its only user 3 years ago
Michael Niedermayer dd1ce72e68 avcodec/allcodecs: Dont play with NULLs 3 years ago
Michael Niedermayer 4fdfe430c1 avcodec/av1dec: Check tile_cols 3 years ago
James Almer 6bab6afecc avcodec/wmaprodec: ensure channel count in the private context and decoder context are consistent 3 years ago
Michael Niedermayer 23e27a360e avcodec/mlpdec: Use 64bit for channel layout 3 years ago
Michael Niedermayer 0c1f20c6c8 avcodec/pixlet: Avoid signed integer overflow in scaling in filterfn() 3 years ago
Andreas Rheinhardt 5aabb2596f avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
James Almer efdde028bb avcodec/opus: always use ambisonic layout for mapping family 2 3 years ago
Anton Khirnov a24e6ca8bf lavc/bsf: improve doxy 3 years ago
Anton Khirnov 5e7643eff7 lavc/bsf: add general documentation 3 years ago
Andreas Rheinhardt 30c08b42f2 avcodec/flashsv2enc: Avoid opening and closing z_stream 3 years ago
Andreas Rheinhardt c3c2b5423d avcodec/lclenc: Use ff_deflate_init/end() wrappers 3 years ago
Andreas Rheinhardt 1692a97251 avcodec/pngenc: Use ff_deflate_init/end() wrappers 3 years ago
Andreas Rheinhardt e85095b524 avcodec/zmbvenc: Use ff_deflate_init/end() wrappers 3 years ago
Andreas Rheinhardt 9cae7f9450 avcodec/zlib_wrapper: Add wrapper for deflateInit() 3 years ago
Andreas Rheinhardt e9d12766b2 avcodec/pngenc: Don't use deflateInit2() with default parameters 3 years ago
Andreas Rheinhardt 74c930e1b8 avcodec/pngdec: Don't open and close z_streams unnecessarily 3 years ago
Andreas Rheinhardt 7ca99e1f15 avcodec/lscrdec: Don't open and close z_streams unnecessarily 3 years ago
Andreas Rheinhardt 0d629c390e avcodec/zlib_wrapper: Use our allocation, freeing functions 3 years ago
Andreas Rheinhardt aaa3868b10 avcodec/flashsv: Use ff_inflate_init/end() 3 years ago
Andreas Rheinhardt 8231080fd3 avcodec/lcldec: Use ff_inflate_init/end(), cleanup generically 3 years ago
Andreas Rheinhardt 7fffa718c3 avcodec/mscc: Use ff_inflate_init/end() 3 years ago
Andreas Rheinhardt 4960c62944 avcodec/mvha: Use ff_inflate_init/end() 3 years ago
Andreas Rheinhardt c1b0b8f9be avcodec/mwsc: Use ff_inflate_init/end() 3 years ago
Andreas Rheinhardt ac692aa8e9 avcodec/rasc: Use ff_inflate_init/end() 3 years ago
Andreas Rheinhardt 79fe1c8f3a avcodec/tscc: Use ff_inflate_init/end() 3 years ago
Andreas Rheinhardt c78d39b641 avcodec/wcmv: Use ff_inflate_init/end() 3 years ago
Andreas Rheinhardt 93c70b8555 avcodec/zerocodec: Use ff_inflate_init/end() 3 years ago
Andreas Rheinhardt 3d4634f1ff avcodec/zmbv: Use ff_inflate_init/end() 3 years ago
Andreas Rheinhardt dd8a55cb3e avcodec/zlib_wrapper: Add wrappers for zlib inflateInit, inflateEnd 3 years ago
Andreas Rheinhardt db57a5370b avcodec/pngenc: Avoid potentially truncating integers 3 years ago
Martin Storsjö 2d368392a5 Keep including the full version.h when headers are included externally 3 years ago
Michael Niedermayer 28008bf95e avcodec/sonic: Use unsigned for predictor_k to avoid undefined behavior 3 years ago
Michael Niedermayer 8701af40bc avcodec/ccaption_dec: Use ff_ass_add_rect2() 3 years ago