22057 Commits (7b58702cbdce097f32f62c87cd537ab28c04ffb2)

Author SHA1 Message Date
Michael Niedermayer 9a8471e3f0 avformat/oggparsetheora: Replace get_bits_long() by get_bits() where possible 5 years ago
Michael Niedermayer e900621074 avformat/oggparseflac: Replace skip_bits_long() by skip_bits() where possible 5 years ago
Michael Niedermayer 7d475c53c8 avformat/options_table: err_detect compliant and aggressive should also enable the weaker checks 5 years ago
Andreas Rheinhardt 2ff687c17f avformat/matroskadec: Fix lzo decompression 5 years ago
Marvin Scholz f37bfd3f62 avformat/dashdec: propagate icy to child AVIOContexts 5 years ago
Marvin Scholz c3bb6efef2 avformat/hls: propagate icy to child AVIOContexts 5 years ago
Andreas Rheinhardt 39561bbe77 avformat/microdvdenc: Use avio_w8 to write a char 5 years ago
Andreas Rheinhardt 9bde6c6be0 avformat/microdvd: Use \n instead of \0 to end file header 5 years ago
Andreas Rheinhardt b0d0d7e4d0 avformat/flvenc: Fix leak of oversized packets 5 years ago
Andreas Rheinhardt 28d02524a0 avformat/flvenc: Forward errors from allocating keyframe index 5 years ago
Andreas Rheinhardt a94e6b50c6 avformat/wavenc: Add deinit function 5 years ago
Andreas Rheinhardt 827bdc8418 avformat/spdifenc: Replace write_trailer by deinit 5 years ago
Paul B Mahol e3dca0744d avformat/dhav: improve seeking 5 years ago
Paul B Mahol a13af9aee1 avformat/sccdec: only change duration for last subtitle 5 years ago
Paul B Mahol 13bffa7969 avformat/sccdec: fix sub->pos values 5 years ago
Paul B Mahol 9da7536ce2 avformat/sccdec: fix timestamp of last subtitle 5 years ago
Gyan Doshi f0b3b55002 avformat/mpegtsenc: warn users if codec isn't supported 5 years ago
Andreas Rheinhardt 5b42d33571 avformat/hls: Use av_packet_move_ref() for packet ownership transfer 5 years ago
Andreas Rheinhardt 74a8be3546 avformat/hlsenc: Fix check for presence of webvtt muxer 5 years ago
Andreas Rheinhardt 5ba3a8958c avformat/hlsenc: Fix memleaks with repeating parameters 5 years ago
Andreas Rheinhardt 53c1458bf2 avformat/hlsenc: Fix return value from localtime_r failure 5 years ago
Andreas Rheinhardt 149ee954a3 avformat/hlsenc: Fix potential segfault upon allocation failure 5 years ago
Andreas Rheinhardt bd131b64bc avformat/hlsenc: Fix leak of options when writing packets 5 years ago
Andreas Rheinhardt 9e4b3ccbb6 avformat/hlsenc: Fix leak of options when initializing muxing fails 5 years ago
Andreas Rheinhardt ae84305036 avformat/hlsenc: Only allocate when data is known to be needed 5 years ago
Andreas Rheinhardt 728c44b861 avformat/hlsenc: Fix typo in error message 5 years ago
Andreas Rheinhardt 7d6637bcc4 avformat/hlsenc: Fix leak of child AVFormatContext 5 years ago
James Almer 191df4f2d1 avformat/movenc: use iso6 major brand when signed CTS offsets are used in trun boxes 5 years ago
James Almer 245ace4e2d avformat/movenc: ensure we don't write the major brand as a compatible brand more than once 5 years ago
James Almer 58ac760816 avformat/movenc: write the major brand also as the first compatible brand 5 years ago
Andreas Rheinhardt 15345881e7 avformat/icecast: Use AV_DICT_DONT_STRDUP_VAL to save an av_strdup 5 years ago
Andreas Rheinhardt 99f505d2df avformat/icecast: Free the right buffer on error 5 years ago
James Almer abf5e7bc21 avformat/tls_openssl: don't use libcrypto locking functions with newer OpenSSL versions 5 years ago
Andreas Rheinhardt 82d61a9ce3 avformat: Don't free old extradata before ff_alloc/get_extradata 5 years ago
Andreas Rheinhardt c1e439d7e9 avformat: Forward errors where possible 5 years ago
Andreas Rheinhardt cb88cdf773 avformat/rtpdec_hevc: Don't reimplement ff_alloc_extradata 5 years ago
Andreas Rheinhardt c1d300f83a avformat/apngdec: Don't free extradata manually 5 years ago
Andreas Rheinhardt 2e328a8a38 avformat/apngdec: Make sure that extradata is zero-padded 5 years ago
Andreas Rheinhardt 56ce2ad2cc avformat/mov: Use ff_alloc_extradata for dvdsub extradata 5 years ago
Yuki Tsuchiya 0ceed513d5 lavf/movenc: cosmetics 5 years ago
Yuki Tsuchiya 632b8298b7 lavf/isom: support for demuxing and remuxing of MPEG-H 3D Audio in MP4 5 years ago
Yuki Tsuchiya 610473b967 lavc/codec_desc: introduce AV_CODEC_PROP_INTRA_ONLY flag to audio codec 5 years ago
Martin Storsjö 29f8d4e947 rtsp: Use AVERROR() with errno.h error codes for error returns 5 years ago
Martin Storsjö 6569e9505c network: Define ENOTCONN as WSAENOTCONN if not defined 5 years ago
Fei Wang 5fc3099caf avcodec/cbs_av1: rename enable_intraintra_compound flag 5 years ago
Andreas Rheinhardt 86e9747c63 avformat/iff: Use ff_alloc_extradata 5 years ago
Andreas Rheinhardt a6d292b954 avformat/flvenc: Don't reimplement ff_alloc_extradata 5 years ago
Andreas Rheinhardt 91f775e0c5 avformat/apc: Remove unnecessary resetting of flags 5 years ago
Steven Liu 4110029e56 avformat/cache: rename the class name fro Cache to cache 5 years ago
Steven Liu ed89763336 avformat/hlsenc: remove duplicate code block 5 years ago