44266 Commits (58c7d4a3e3c190369711511d0a3c08052bb8e5c8)

Author SHA1 Message Date
James Almer 5f9632e491 avcodec/av1dec: add an option to select an operating point 4 years ago
James Almer f951d47563 avcodec/cbs_av1: add an option to select an operating point 4 years ago
James Almer 3b8400c221 avcodec/cbs: allow cbs_read_fragment_content() to skip decomposition of units 4 years ago
James Almer 9caf132462 avcodec/cbs: add an AVClass to CodedBitstreamType for option handling 4 years ago
Joose Sainio 0cd8769207 avcodec/libkvazaar: Set default ratecontrol algorithm for libkvazaar 4 years ago
Xu Guangxin c8bc0f66a8 avcodec/hevcdec: fix stat_coeff save/load for persistent_rice_adaptation_enabled_flag 4 years ago
Michael Niedermayer 32d0561891 avcodec/notchlc: Check uncompressed size against input for LZ4 4 years ago
Jan Ekström ed524136e0 avcodec/videotoolbox: make FFmpeg-to-VT mapping error more informative 4 years ago
Andreas Rheinhardt 2c6f532e0a Mark some pointers as const 4 years ago
Anton Khirnov 15baa0c1ac lavc/mjpegdec: cosmetics, org->orig 4 years ago
Anton Khirnov baecaa16c1 mpegvideo: use the AVVideoEncParams API for exporting QP tables 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Anton Khirnov c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
Andreas Rheinhardt be1f5bae31 avcodec/svq1dec: Increase nb_bits of VLC to read it in one go 4 years ago
Andreas Rheinhardt 4425aa4be5 avcodec/dirac_arith: Make table only used here static 4 years ago
Andreas Rheinhardt bd46e3ee71 avcodec/qdmc: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt e0311e848a avcodec/opusdec: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt 9f36a5a1cc avcodec/opusdec: Cleanup generically on init failure 4 years ago
Andreas Rheinhardt f03eade869 avcodec/opusdec: Move per-stream fields to OpusStreamContext 4 years ago
Andreas Rheinhardt 794fb18369 avcodec/opusdec: Return error upon error 4 years ago
Andreas Rheinhardt 4f1ae39036 avcodec/aacps_common: Use minimal VLC nb_bits/max_depth 4 years ago
Andreas Rheinhardt 3693e2fcee avcodec/aacps: Factor out code shared by float and fixed point decoder 4 years ago
Andreas Rheinhardt 0d61a1cfad avcodec/mpegvideo: Don't zero-initialize unnecessarily 4 years ago
Andreas Rheinhardt 3526f3856a avcodec/aacsbr_template: Remove pointless runtime initialization 4 years ago
Andreas Rheinhardt df56a1060c avcodec/aacsbr: Remove remnants of tablegen 4 years ago
Andreas Rheinhardt 2c3393d15d avcodec/atrac3plus_data: Mark array as const 4 years ago
Andreas Rheinhardt 15072d2753 avcodec/mlpenc: Simplify finding best codebook 4 years ago
Andreas Rheinhardt 2825ed4e26 avcodec/opusdec: Remove always-true check 4 years ago
Andreas Rheinhardt 7684182921 avcodec/opustab: Make array static 4 years ago
Andreas Rheinhardt 4a160cbef4 avcodec/motion_est, mpegvideo: Make pointers to static storage const 4 years ago
Andreas Rheinhardt eea2638e9a configure, libavcodec/speedhq: Fix compiling SpeedHQ encoder 4 years ago
Andreas Rheinhardt 8af82be946 avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_init 4 years ago
Andreas Rheinhardt ebbdb928e8 avcodec/h261dec: Don't use too big max_depth in get_vlc2() 4 years ago
Andreas Rheinhardt 2b04405b63 avcodec/speedhq: Remove cast 4 years ago
Andreas Rheinhardt 0e3272d9a4 avcodec/mpeg12: Reindentation 4 years ago
Andreas Rheinhardt 902e16d183 avcodec/mpeg12: Make initializing VLCs thread-safe 4 years ago
Andreas Rheinhardt 6e8fcd9c56 avcodec/mpeg12: Don't initialize encoder-only parts of RLTable 4 years ago
Andreas Rheinhardt 1ead0c6388 avcodec/rl: Remove nonstatic storage of RL tables 4 years ago
Aman Karmani e1d7433100 avcodec/codec_desc: describe AV_CODEC_ID_MPEG2TS 4 years ago
Michael Niedermayer 292e41ce65 avcodec/tiff: Disallow striped and tiled tiffs except for DNG 4 years ago
Paul B Mahol 676689cc7c avcodec/cfhd: properly handle midstream size changes for transform type 2 4 years ago
Michael Niedermayer 5cae71d2b7 avcodec/ffv1dec: Fix off by 1 error with quant tables 4 years ago
Michael Niedermayer 2749e20d04 avcodec/fastaudio: Fix invalid shift exponent 4 years ago
Michael Niedermayer 8aadae670f avcodec/utils: Check bitrate for overflow in get_bit_rate() 4 years ago
Michael Niedermayer ad20a4f92b avcodec/hevc_ps: Change scaling_list_dc_coef to 8 bit 4 years ago
Michael Niedermayer f1700bd8bb avcodec/hevc_ps: check scaling_list_dc_coef 4 years ago
James Almer 20b09b20a9 avcodec/dpx: fix use of uninitialised value 4 years ago
James Almer 2d02cf72e1 avcodec/hevc_sei: return the correct error code on User Data Registered parsing failure 4 years ago
James Almer d397d98b59 avcodec/hevc_sei: print a log message when a unsupported ITU-T T35 SEI messages is parsed 4 years ago
James Almer d5556377de avcodec/hevc_sei: refactor parsing User Data Registered ITU-T T35 SEI messages 4 years ago