38295 Commits (cd818b3a5709b9b08bd5901cb8863a8b61be265e)
 

Author SHA1 Message Date
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
Martin Storsjö f1eac2b8a0 movenc: Use keyframes as default fragmentation point in ismv 11 years ago
Martin Storsjö a9553bbb33 movenc: Set all implicit flags immediately in mov_write_header 11 years ago
Martin Storsjö 187023f6b2 movenc: Set mov->mode earlier in mov_write_header 11 years ago
Martin Storsjö 5055035670 tls: Do not abort on non-fatal TLS alerts with gnutls 11 years ago
Luca Barbato c951e4b442 flv: Make onTextData parsing robust 11 years ago
Luca Barbato ba77757a7e rtmp: Replace a magic number with a macro 11 years ago
Luca Barbato 5840473890 rtmp: Rewrite embedded flv handling 11 years ago
Luca Barbato e40a0e8228 rtmp: Refactor get_packet 11 years ago
Luca Barbato 32a414f316 rtmp: Support AMF_DATA_TYPE_MIXEDARRAY 11 years ago
Alex Smith 08fa828b3f avutil: Fix compilation with inline asm disabled on mingw 11 years ago
Kieran Kunhya e208e6d209 lavu: Add interleaved 4:2:2 8/10-bit formats 11 years ago
Vittorio Giovara 944c338430 h264dec: Add .avc file name extension 11 years ago
Vittorio Giovara 01f111bdb2 h264dec: K&R formatting cosmetics 11 years ago
Martin Storsjö 67e285ceca mem: Handle av_reallocp(..., 0) properly 11 years ago
Vittorio Giovara 1cad7171dd h264: remove an unused static constant 11 years ago
Alex Smith 33b88f2a4a msvc/icl: Use __declspec(noinline) 11 years ago
Alex Smith 09f2581dc5 msvc/icl: Use __declspec(deprecated) 11 years ago
Luca Barbato 5532ee6d7d rtmp: Unbreak get_packet 11 years ago
Martin Storsjö a9d50bb578 dcadec: Validate the lfe parameter 11 years ago
Martin Storsjö b97b1adb3f rtmpproto: Add a comment explaining the logic in handle_notify 11 years ago