44750 Commits (0ca09335aa47fee181c36187143403811b5452f6)

Author SHA1 Message Date
Andreas Rheinhardt 0ca09335aa avcodec/a64multienc: Don't use static buffers, fix potential races 4 years ago
Andreas Rheinhardt 5c0f6d53da avcodec/rawdec: Free bitstream_buf 4 years ago
Andreas Rheinhardt f38f791a23 avcodec/ass_split: Don't presume strlen to be >= 2 4 years ago
Andreas Rheinhardt 0062aca592 avcodec/binkaudio: Check return value of functions that can fail 4 years ago
Andreas Rheinhardt 85aed2e390 avcodec/binkaudio: Fix memleak upon init failure 4 years ago
Andreas Rheinhardt 56bd071e54 avcodec/flacenc: Fix memleak upon init error 4 years ago
Andreas Rheinhardt d789d72d30 avcodec/proresenc_anatoliy: Fix memleak upon init error 4 years ago
Andreas Rheinhardt 9bf2b32da0 avcodec/bsf: Fix segfault when freeing half-allocated BSF 4 years ago
Andreas Rheinhardt 8081a0b10f avcodec/av1_metadata_bsf: Check for the existence of units 4 years ago
Andreas Rheinhardt b917218c35 avcodec/h264_metadata_bsf: Don't add AUD to extradata 4 years ago
Andreas Rheinhardt b0cd60bd97 avcodec/tiff: Don't use separate temporary buffer for fax 4 years ago
Andreas Rheinhardt f0042e573e avcodec/msmpeg4enc: Don't use code for static init that can fail 4 years ago
Andreas Rheinhardt 18bb323da4 avcodec/ac3enc: Simplify AC-3 bit counting 4 years ago
Andreas Rheinhardt eca36784b8 avcodec/[e]ac3enc: Fix indentation 4 years ago
Andreas Rheinhardt 5d4234b3ea avcodec/ac3enc: Avoid needlessly copying encoded packets around 4 years ago
Andreas Rheinhardt 968c158abd avcodec/ac3enc: Use actual size of buffer in init_put_bits() 4 years ago
Zane van Iperen aa1cfe05a5
avcodec/adpcmenc: don't share a single AVClass between multiple AVCodecs. 4 years ago
Andreas Rheinhardt b7b73e83e3 avcodec/flashsv2enc: Fix undefined NULL + 0 4 years ago
Andreas Rheinhardt 3ef65fd4d1 avcodec/motion_est: Fix invalid left shift of negative numbers 4 years ago
Andreas Rheinhardt a86f3e983e avcodec/g2meet: Fix undefined NULL + 0 4 years ago
Andreas Rheinhardt 566bf56791 avcodec/vmdvideo: Fix NULL + 0 4 years ago
Andreas Rheinhardt 8429661db8 avcodec/mss12: Don't apply non-zero offset to null pointer 4 years ago
Andreas Rheinhardt dd9cbd1cc3 avcodec/lcldec: Fix undefined NULL + 0 4 years ago
Andreas Rheinhardt 911fe69c5f avcodec/qtrleenc: Fix negative linesizes, don't use NULL + offset 4 years ago
Andreas Rheinhardt d5fc16a6a8 avcodec/qtrleenc: Use keyframe when no previous frame is available 4 years ago
Andreas Rheinhardt f83976344e avcodec/proresdec2: Don't apply non-zero offset to null pointer 4 years ago
Andreas Rheinhardt 4863671d88 avcodec/mpegvideo_enc: Don't apply non-zero offset to null pointer 4 years ago
Andreas Rheinhardt 659a925939 avcodec/dcaenc: Fix undefined left shift of negative numbers 4 years ago
Michael Niedermayer 79ac8d5546 avcodec/pnm_parser: Check image size addition for overflow 4 years ago
Michael Niedermayer c01cd2a8b2 avcodec/lscrdec: Check length in decode_idat() 4 years ago
Michael Niedermayer 497ea04dbd avcodec/h265_metadata_bsf: Check nb_units before accessing the first in h265_metadata_update_fragment() 4 years ago
Michael Niedermayer 9e8475c7c7 avcodec/exr: Check oe in huf_decode() before use 4 years ago
Michael Niedermayer ceae92cb29 avcodec/h264_slice: Check input SPS in ff_h264_update_thread_context() 4 years ago
Michael Niedermayer 76cea1d2ce avcodec/mpegpicture: Keep ff_mpeg_framesize_alloc() failure state consistent 4 years ago
Michael Niedermayer 87d87e6587 avcodec/mpegvideo: Update chroma_?_shift in ff_mpv_common_frame_size_change() 4 years ago
Andreas Rheinhardt 84ac35ecb8 avcodec/mjpegenc: Fix segfault when freeing incomplete context 4 years ago
Andreas Rheinhardt e5d6af7b35 avcodec/tiff: Avoid forward declarations 4 years ago
Mark Plomer 6ef5d8ca86 avcodec/dv_profile: PAL DV files with dsf flag 0 - detect via pal flag and buf_size 4 years ago
Andreas Rheinhardt e7cbbd9026 avcodec/put_bits: Don't set size_in_bits, fix overflow 4 years ago
Andreas Rheinhardt c81b8e04aa Avoid intermediate bitcount for number of bytes in PutBitContext 4 years ago
Andreas Rheinhardt 73fb1b8a9b avcodec/dvenc: Avoid using PutBitContext fields directly 4 years ago
Andreas Rheinhardt f9d1528fc9 avcodec/proresenc_kostya: Factor flushing PutBitContext out 4 years ago
Andreas Rheinhardt df1c30f139 avcodec/utvideoenc: Don't use bitcounts when byte-aligned 4 years ago
Andreas Rheinhardt 67f6e7ed6d avcodec: Remove cumbersome way of checking for amount of bytes left 4 years ago
Andreas Rheinhardt 11ff9cb5e9 avcodec/put_bits: Add functions for amount of bytes written/left 4 years ago
Andreas Rheinhardt e48f18e2d5 avcodec/vorbisenc, wmavoice: Use put_bits_left() where appropriate 4 years ago
Andreas Rheinhardt ddd0f5dbe9 avcodec/dvenc: Remove dead error message 4 years ago
Andreas Rheinhardt 3183eda0fa avcodec/mlpenc: Avoid redundant temporary PutBitContext 4 years ago
Andreas Rheinhardt 0ab70230f2 avcodec/sonic: Remove outdated outcommented line 4 years ago
Andreas Rheinhardt e4ccd348c1 avcodec/vorbisenc: Remove always-false check 4 years ago