summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat: add DFPWM raw formatJack Bruienne2022-03-105-2/+101
* avformat/avidec: Check heightMichael Niedermayer2022-03-081-0/+2
* avformat/rmdec: Better duplicate tags checkMichael Niedermayer2022-03-081-4/+5
* avformat/mpegtsenc: fix muxing pcm-blurayPaul B Mahol2022-03-062-1/+5
* avformat/mov: reindent after previous commitClément Bœsch2022-03-041-6/+6
* avformat/mov: fix seeking with HEVC open GOP filesClément Bœsch2022-03-042-0/+125
* avformat/mov: add parsing for the sgpd sync boxClément Bœsch2022-03-042-0/+61
* avformat/mov: add support for sync group in sbgp boxClément Bœsch2022-03-042-0/+7
* avformat/mov: prepare sbgp parsing for other grouping typesClément Bœsch2022-03-041-11/+19
* avformat/avisynth: fix fallbacks for four framepropsStephen Hutchinson2022-03-021-83/+101
* avformat/mov: Disallow empty sidxMichael Niedermayer2022-03-021-0/+2
* avformat/av1: reduce the scope of some variablesJames Almer2022-02-281-6/+7
* avformat/av1: support av1C extradata in ff_av1_parse_seq_header()James Almer2022-02-281-1/+34
* avformat: always compile isom_tagsJames Almer2022-02-281-5/+6
* configure: stop allowing disabling lzoJames Almer2022-02-261-4/+0
* avformat/argo_cvg:: Fix order of operations in error check in argo_cvg_write_...Michael Niedermayer2022-02-251-1/+1
* avformat/argo_asf: Fix order of operations in error check in argo_asf_write_t...Michael Niedermayer2022-02-251-1/+1
* avformat/matroskadec: Check durationMichael Niedermayer2022-02-251-0/+2
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-2410-11/+14
* Remove obsolete version.h inclusionsAndreas Rheinhardt2022-02-241-1/+0
* avutil/log: Don't include avutil.hAndreas Rheinhardt2022-02-243-0/+4
* avformat/avio: Don't include common.hAndreas Rheinhardt2022-02-241-1/+2
* avformat/avisynth: remove framedata variableStephen Hutchinson2022-02-231-2/+2
* avformat/avisynth: remove unused variable 'frameprop'Stephen Hutchinson2022-02-231-1/+0
* avformat/nutdec: Add check for avformat_new_streamJiasheng Jiang2022-02-231-4/+12
* avformat/imf: document IMFVirtualTrackResourcePlaybackCtxPierre-Anthony Lemieux2022-02-201-6/+6
* avformat/imf: fix packet pts, dts and muxingPierre-Anthony Lemieux2022-02-201-92/+171
* avformat/imf: open resources only when first neededPierre-Anthony Lemieux2022-02-201-7/+10
* avformat/avisynth: fix frameprop version checkStephen Hutchinson2022-02-181-19/+6
* avformat/utils: fix logic error in ff_mkdir_pPeter Ross2022-02-161-1/+1
* avformat/argo_cvg: Fix checksumMichael Niedermayer2022-02-152-11/+6
* avformat/mov: Corner case encryption error cleanup in mov_read_senc()Michael Niedermayer2022-02-151-0/+2
* avformat/id3v2: Add Grouping frame to id3v2.4 metadata tableWolfgang Müller2022-02-151-0/+1
* avformat/gnutls: Use the systems default crypto policyAndreas Schneider2022-02-151-1/+1
* avisynth: use AviSynth+'s frame properties to set various fieldsStephen Hutchinson2022-02-131-13/+250
* avisynth: corrected interlace detectionemcodem2022-02-131-7/+4
* avformat/udp: remove IPPROTO_IPV6 macroLimin Wang2022-02-121-1/+1
* avformat/udp: Fix IP_MULTICAST_TTL for BSD compatibilityLimin Wang2022-02-121-2/+12
* avformat/udp: use one setsockopt for ipv4/ipv6Limin Wang2022-02-121-12/+20
* avformat/udp: properly check for valid ttl in urlLimin Wang2022-02-121-0/+5
* http: Send a Range header even when the offset is 0Justin Ruggles2022-02-111-2/+2
* http: Improve handling of Content-Range with Transfer-Encoding:chunkedJustin Ruggles2022-02-111-1/+7
* avformat/mpegts: initialize max_packet_size when sub-demuxerGyan Doshi2022-02-101-0/+1
* avformat/hls: Use unsigned for iv computationMichael Niedermayer2022-02-091-1/+1
* avformat/matroskadec: Check desc_bytesMichael Niedermayer2022-02-091-4/+8
* avformat/utils: Fix invalid NULL pointer operation in ff_parse_key_value()Michael Niedermayer2022-02-091-1/+1
* avformat/matroskadec: Fix infinite loop with bz decompressionMichael Niedermayer2022-02-091-2/+2
* avformat/utils: keep chapter monotonicity on chapter updatesMichael Niedermayer2022-02-091-1/+2
* avformat/hls: Implement support for using AVSEEK_FLAG_BACKWARD when seekingGustav Grusell2022-02-091-7/+17
* avcodec/internal.h: Move avpriv_find_start_code() to startcode.hAndreas Rheinhardt2022-02-088-11/+9