46396 Commits (2e268477802d64aa75b9c3c2cb2fc89d1ef7c87d)

Author SHA1 Message Date
Ben Avison 2e26847780 avcodec/vc1: Introduce fast path for unescaping bitstream buffer 3 years ago
Andreas Rheinhardt d311d820a7 avcodec/vp9_superframe_split_bsf: Don't read inexistent data 3 years ago
Andreas Rheinhardt d20ef30f53 avcodec/vp9_superframe_split_bsf: Discard invalid zero-sized frames 3 years ago
Andreas Rheinhardt c12e8c97b1 avcodec/vp9_superframe_bsf: Check for existence of data before reading it 3 years ago
Andreas Rheinhardt ab25b6aee6 avcodec/vp9_raw_reorder_bsf: Check for existence of data before reading it 3 years ago
Martin Storsjö db54426975 vc1dsp: Change remaining stride parameters to ptrdiff_t 3 years ago
James Almer 7c35aa60a5 avcodec/wmalosslessdec: ensure channel count in the private context and decoder context are consistent 3 years ago
Michael Niedermayer 3a22bc03e6 avcodec/binkaudio: reset ch_offset on errors 3 years ago
Michael Niedermayer 31b22defcd avcodec/vmdaudio: Fix channels count bug 3 years ago
Steve Lhomme 723065a346 dxva2_hevc: don't use frames as reference if they are not marked as such 3 years ago
Andreas Rheinhardt 1970ee1045 avcodec/error_resilience: Remove write only ERContext.ref_count 3 years ago
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