| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/avisynth: fix fallbacks for four frameprops | Stephen Hutchinson | 2022-03-02 | 1 | -83/+101 |
* | avformat/mov: Disallow empty sidx | Michael Niedermayer | 2022-03-02 | 1 | -0/+2 |
* | avformat/av1: reduce the scope of some variables | James Almer | 2022-02-28 | 1 | -6/+7 |
* | avformat/av1: support av1C extradata in ff_av1_parse_seq_header() | James Almer | 2022-02-28 | 1 | -1/+34 |
* | avformat: always compile isom_tags | James Almer | 2022-02-28 | 1 | -5/+6 |
* | configure: stop allowing disabling lzo | James Almer | 2022-02-26 | 1 | -4/+0 |
* | avformat/argo_cvg:: Fix order of operations in error check in argo_cvg_write_... | Michael Niedermayer | 2022-02-25 | 1 | -1/+1 |
* | avformat/argo_asf: Fix order of operations in error check in argo_asf_write_t... | Michael Niedermayer | 2022-02-25 | 1 | -1/+1 |
* | avformat/matroskadec: Check duration | Michael Niedermayer | 2022-02-25 | 1 | -0/+2 |
* | Remove unnecessary libavutil/(avutil|common|internal).h inclusions | Andreas Rheinhardt | 2022-02-24 | 10 | -11/+14 |
* | Remove obsolete version.h inclusions | Andreas Rheinhardt | 2022-02-24 | 1 | -1/+0 |
* | avutil/log: Don't include avutil.h | Andreas Rheinhardt | 2022-02-24 | 3 | -0/+4 |
* | avformat/avio: Don't include common.h | Andreas Rheinhardt | 2022-02-24 | 1 | -1/+2 |
* | avformat/avisynth: remove framedata variable | Stephen Hutchinson | 2022-02-23 | 1 | -2/+2 |
* | avformat/avisynth: remove unused variable 'frameprop' | Stephen Hutchinson | 2022-02-23 | 1 | -1/+0 |
* | avformat/nutdec: Add check for avformat_new_stream | Jiasheng Jiang | 2022-02-23 | 1 | -4/+12 |
* | avformat/imf: document IMFVirtualTrackResourcePlaybackCtx | Pierre-Anthony Lemieux | 2022-02-20 | 1 | -6/+6 |
* | avformat/imf: fix packet pts, dts and muxing | Pierre-Anthony Lemieux | 2022-02-20 | 1 | -92/+171 |
* | avformat/imf: open resources only when first needed | Pierre-Anthony Lemieux | 2022-02-20 | 1 | -7/+10 |
* | avformat/avisynth: fix frameprop version check | Stephen Hutchinson | 2022-02-18 | 1 | -19/+6 |
* | avformat/utils: fix logic error in ff_mkdir_p | Peter Ross | 2022-02-16 | 1 | -1/+1 |
* | avformat/argo_cvg: Fix checksum | Michael Niedermayer | 2022-02-15 | 2 | -11/+6 |
* | avformat/mov: Corner case encryption error cleanup in mov_read_senc() | Michael Niedermayer | 2022-02-15 | 1 | -0/+2 |
* | avformat/id3v2: Add Grouping frame to id3v2.4 metadata table | Wolfgang Müller | 2022-02-15 | 1 | -0/+1 |
* | avformat/gnutls: Use the systems default crypto policy | Andreas Schneider | 2022-02-15 | 1 | -1/+1 |
* | avisynth: use AviSynth+'s frame properties to set various fields | Stephen Hutchinson | 2022-02-13 | 1 | -13/+250 |
* | avisynth: corrected interlace detection | emcodem | 2022-02-13 | 1 | -7/+4 |
* | avformat/udp: remove IPPROTO_IPV6 macro | Limin Wang | 2022-02-12 | 1 | -1/+1 |
* | avformat/udp: Fix IP_MULTICAST_TTL for BSD compatibility | Limin Wang | 2022-02-12 | 1 | -2/+12 |
* | avformat/udp: use one setsockopt for ipv4/ipv6 | Limin Wang | 2022-02-12 | 1 | -12/+20 |
* | avformat/udp: properly check for valid ttl in url | Limin Wang | 2022-02-12 | 1 | -0/+5 |
* | http: Send a Range header even when the offset is 0 | Justin Ruggles | 2022-02-11 | 1 | -2/+2 |
* | http: Improve handling of Content-Range with Transfer-Encoding:chunked | Justin Ruggles | 2022-02-11 | 1 | -1/+7 |
* | avformat/mpegts: initialize max_packet_size when sub-demuxer | Gyan Doshi | 2022-02-10 | 1 | -0/+1 |
* | avformat/hls: Use unsigned for iv computation | Michael Niedermayer | 2022-02-09 | 1 | -1/+1 |
* | avformat/matroskadec: Check desc_bytes | Michael Niedermayer | 2022-02-09 | 1 | -4/+8 |
* | avformat/utils: Fix invalid NULL pointer operation in ff_parse_key_value() | Michael Niedermayer | 2022-02-09 | 1 | -1/+1 |
* | avformat/matroskadec: Fix infinite loop with bz decompression | Michael Niedermayer | 2022-02-09 | 1 | -2/+2 |
* | avformat/utils: keep chapter monotonicity on chapter updates | Michael Niedermayer | 2022-02-09 | 1 | -1/+2 |
* | avformat/hls: Implement support for using AVSEEK_FLAG_BACKWARD when seeking | Gustav Grusell | 2022-02-09 | 1 | -7/+17 |
* | avcodec/internal.h: Move avpriv_find_start_code() to startcode.h | Andreas Rheinhardt | 2022-02-08 | 8 | -11/+9 |
* | all: Remove unnecessary libavcodec/internal.h inclusions | Andreas Rheinhardt | 2022-02-08 | 8 | -9/+0 |
* | lavf/async: switch to new FIFO API | Anton Khirnov | 2022-02-07 | 1 | -35/+33 |
* | lavf/udp: switch to new FIFO API | Anton Khirnov | 2022-02-07 | 1 | -17/+17 |
* | lavf/swfenc: switch to new FIFO API | Anton Khirnov | 2022-02-07 | 1 | -8/+14 |
* | lavf/mpegenc: switch to new FIFO API | Anton Khirnov | 2022-02-07 | 1 | -17/+23 |
* | lavf/dvenc: switch to new FIFO API | Anton Khirnov | 2022-02-07 | 1 | -10/+12 |
* | lavf/dvenc: return an error on audio/video desync | Anton Khirnov | 2022-02-07 | 1 | -2/+6 |
* | avformat/rtpproto: set ttl upper bound to 255 | Zhao Zhili | 2022-02-06 | 1 | -1/+1 |
* | avformat/udp: set ttl upper bound to 255 | Zhao Zhili | 2022-02-06 | 1 | -1/+1 |