38265 Commits (a81cad8f86d1feb7e4bfae29e43f3e994935a5c7)
 

Author SHA1 Message Date
Martin Storsjö a81cad8f86 pngdec: Stop trying to decode once inflate returns Z_STREAM_END 11 years ago
Martin Storsjö c231987662 mov: Make sure the read sample count is nonnegative 11 years ago
Martin Storsjö 640a2427aa bfi: Add some very basic sanity checks for input packet sizes 11 years ago
Martin Storsjö 9fc7184d1a bfi: Avoid divisions by zero 11 years ago
Martin Storsjö a9221e3960 electronicarts: Add more sanity checking for the number of channels 11 years ago
Martin Storsjö d07aa3f02b riffdec: Add sanity checks for the sample rate 11 years ago
Martin Storsjö 28ff439efd mvi: Add sanity checking for the audio frame size 11 years ago
Martin Storsjö 59480abce7 alac: Do bounds checking of lpc_order read from the bitstream 11 years ago
Martin Storsjö adc09136a4 xwma: Avoid division by zero 11 years ago
Martin Storsjö 8d07258bb6 avidec: Make sure a packet is large enough before reading its data 11 years ago
Martin Storsjö 68ff998128 vqf: Make sure the bitrate is in the valid range 11 years ago
Martin Storsjö 9277050e29 vqf: Make sure sample_rate is set to a valid value 11 years ago
Anton Khirnov 0767bfd199 lavfi: allow user-provided execute() callbacks 11 years ago
Anton Khirnov 38e15df148 avframe: note that linesize is not the usable data size 11 years ago
Luca Barbato 5c349ad08a lxf: check the nb_streams instead of relying on padding 11 years ago
Paul B Mahol a529fa2f4d lxf: remove deplanarization hack 11 years ago
Paul B Mahol 7e52080cb1 pcm: support 24-bit/32-bit little-endian planar 11 years ago
Carl Eugen Hoyos 839df90c71 lxf: Support 16-channel files 11 years ago
Reimar Döffinger 779951cd2c lxf: Support version 1 files 11 years ago
Martin Storsjö d872fb0f7f lavf: Reset the entry count and allocation size variables on av_reallocp failures 11 years ago
Martin Storsjö 06ebc0bf9a lavf: Allocate arrays with av_realloc if they will be realloced later 11 years ago
Martin Storsjö 1af78b865b rtpdec_qt: Add an accidentally removed allocation return value check 11 years ago
Martin Storsjö 705b748e8d tls: Add support for listen mode 11 years ago
Martin Storsjö 5c53bf7aaf http: Pass options through to the nested protocol 11 years ago
Martin Storsjö 8b09d917e7 tls: Add options for verifying the peer certificate 11 years ago
Kostya Shishkov 4370f65be8 g2meet: Respect cursor_stride properly everywhere 11 years ago
Anton Khirnov 5f4b1b1cbd lavc doxy: document that avcodec_flush_buffers() invalidates decoded frames 11 years ago
Anton Khirnov 2725f2d403 doc/filters: fix an option name in the unsharp docs 11 years ago
Anton Khirnov cab8c5f8e1 h264: do not reinitialize the global cabac tables at each slice header 11 years ago
Anton Khirnov e880418660 cabac: remove write-only h264_mps_state[] 11 years ago
Anton Khirnov 668643b923 matroskadec: check av_strdup() when setting defaults 11 years ago
Kieran Kunhya 58894ab3f9 lavc: add support for interleaved chroma formats to libx264. 11 years ago
Michael Niedermayer a454dec19a pixdesc: fix NV20* descriptors 11 years ago
Michael Niedermayer 84df6d6a85 h264_sei: check SEI size 11 years ago
Rainer Hochecker 71cabb521a h264: do not discard NAL_SEI when skipping frames 11 years ago
Vittorio Giovara edaba18021 h264: log extradata skip only for non-ignored NALs 11 years ago
Vittorio Giovara 26179964ff h264_sei: log unknown sei messages 11 years ago
Martin Storsjö 5f24fe82e5 mpegvideo: Initialize chroma_*_shift and codec_tag even if the size is 0 11 years ago
Alex Smith d6d27f3e58 configure: Enable -Qansi-alias for icl 14+ 11 years ago
Martin Storsjö 8812a8057f h263dec: Remove a hack that can cause infinite loops 11 years ago
Martin Storsjö b6c7bd53f4 movenchint: Clear size and len if the realloc failed 11 years ago
Martin Storsjö f2b00a5372 movenc: Return a proper error code for invalid combinations 11 years ago
Martin Storsjö 23d6ba2c44 vc1dec: Check the error handling flags on slice/field header decode errors 11 years ago
Martin Storsjö f7e616959a electronicarts: Check packet sizes before reading 11 years ago
Martin Storsjö ce67f442be lavf: Avoid setting avg_frame_rate if delta_dts is negative 11 years ago
Michael Niedermayer bb7bf17595 vc1dec: Don't decode slices when the latest slice header failed to decode 11 years ago
Martin Storsjö 5e25fdbfe0 vc1dec: Make sure last_picture is initialized in vc1_decode_skip_blocks 11 years ago
Martin Storsjö b772b0e28e vc1dec: Undo mpegvideo initialization if unable to allocate tables 11 years ago
Martin Storsjö ede508443e vc1dec: Fix leaks in ff_vc1_decode_init_alloc_tables on errors 11 years ago
Martin Storsjö 91be1103fd wnv1: Make sure the input packet is large enough 11 years ago