summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* libavformat: add librist protocolPaul B Mahol2021-03-13
* avformat/adp, svs: Remove redundant av_shrink_packet()Andreas Rheinhardt2021-03-12
* avformat/gopher: Add support for Gopher over TLSparazyd2021-03-11
* avformat/gopher: Add default_whitelist to ff_gopher_protocolparazyd2021-03-11
* avisynth: fix audio on big endianStephen Hutchinson2021-03-11
* avisynth: populate field orderemcodem2021-03-11
* avisynth: more intelligent RGB flippingStephen Hutchinson2021-03-11
* avformat/rawenc: Use init instead of write_header functionAndreas Rheinhardt2021-03-11
* avformat: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* avformat/utils: change AVStream side data related public function and struct ...James Almer2021-03-10
* avformat/mvdec: Allocate extradata only onceMichael Niedermayer2021-03-09
* avformat/flvdec: Check double before cast in parse_keyframes_index()Michael Niedermayer2021-03-08
* avformat/paf: Check for EOF before allocation in read_header()Michael Niedermayer2021-03-08
* avformat/swfdec: Check outlen before allocationMichael Niedermayer2021-03-08
* mobiclip: fix copyright headersFlorian Nouwt2021-03-08
* avformat/dashdec: Don't needlessly strdup metadataAndreas Rheinhardt2021-03-08
* avformat/dashdec: Remove limit on length of idAndreas Rheinhardt2021-03-08
* avformat/http: Fix leak when using deprecated optionAndreas Rheinhardt2021-03-07
* avformat: add TTML muxerJan Ekström2021-03-05
* avformat/aadec: Replace strncpy by av_strlcpyAndreas Rheinhardt2021-03-05
* avformat/aadec: Use smaller scope for variables, remove initializationsAndreas Rheinhardt2021-03-05
* lavf/sga: Silence several warnings because of wrong format specifiers.Carl Eugen Hoyos2021-03-04
* avformat/mxfdec: add support for getting product version number metadataMarton Balint2021-03-04
* avformat/mxfdec: change toolkit_version metadata field to toolkit_version_numMarton Balint2021-03-04
* avformat/lxfdec: Fix multiple integer overflows related to track_sizeMichael Niedermayer2021-03-03
* avformat/mccdec: Use av_sat_add64() for fsMichael Niedermayer2021-03-03
* avformat/mspdec: Check packet_size more completelyMichael Niedermayer2021-03-03
* avformat/aiffdec: Check that SSND is at least 8 bytesMichael Niedermayer2021-03-03
* avformat/dcstr: Check sample rateMichael Niedermayer2021-03-03
* avformat/frmdec: Simplify finding pixel formatAndreas Rheinhardt2021-03-03
* avformat: Deprecate AVFMT_FLAG_PRIV_OPT, remove av_demuxer_open on bumpAndreas Rheinhardt2021-03-03
* ivfenc: write duration for frame_cnt=1.Ronald S. Bultje2021-03-03
* avformat/dashdec: Increase size of id bufferAndreas Rheinhardt2021-03-02
* avformat/dashdec: Ensure strings are zero-terminatedAndreas Rheinhardt2021-03-02
* avformat/matroskaenc: Add support for FlagOriginalAndreas Rheinhardt2021-03-02
* avformat/matroskadec: Add support for FlagOriginalAndreas Rheinhardt2021-03-02
* avformat/mov: Extend data_size check in mov_read_udta_string()Michael Niedermayer2021-03-01
* avformat/aadec: Check for EOF while reading chaptersMichael Niedermayer2021-03-01
* avformat/voc_packet: Add a basic check on max_sizeMichael Niedermayer2021-03-01
* avformat/sga: improve probing for valid filesPaul B Mahol2021-03-01
* avformat: add Digital Pictures SGA game demuxerPaul B Mahol2021-03-01
* Remove double ';'Andreas Rheinhardt2021-03-01
* avformat/webmdashenc: Use av_strstart instead of strncmpAndreas Rheinhardt2021-02-28
* avformat/matroskadec: Use av_strstart instead of strncmpAndreas Rheinhardt2021-02-28
* avformat/avio: Use av_strstart instead of strncmpAndreas Rheinhardt2021-02-28
* avformat/pcmdec: Beautify pcm_read_headerAndreas Rheinhardt2021-02-28
* avformat/pcmdec: Simplify parsing MIME typeAndreas Rheinhardt2021-02-28
* avformat/pcmdec: Fix NULL + 1Andreas Rheinhardt2021-02-28
* avformat/pcm(dec|enc): Don't include disabled (de)muxersAndreas Rheinhardt2021-02-28
* avformat/movenc: Only check for timecodes if they are usedAndreas Rheinhardt2021-02-28