summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* libavformat/adtsenc: Increase ADTS_MAX_FRAME_BYTES from 8k to 16kChris Ribble2021-04-25
* avformat/asfdec_o: Use ff_get_extradata()Michael Niedermayer2021-04-24
* avformat/id3v2: Check end for overflow in id3v2_parse()Michael Niedermayer2021-04-23
* avformat/mxfdec: Fix file position additionMichael Niedermayer2021-04-22
* avformat/wtvdec: Improve size overflow checks in parse_chunks()Michael Niedermayer2021-04-22
* avformat/mov: check for pts overflow in mov_read_sidx()Michael Niedermayer2021-04-22
* avformat/cafdec: Check channelsMichael Niedermayer2021-04-20
* avformat/hls: check return value of new_init_section()Marton Balint2021-04-18
* avformat/utils: Combine identical statementsAndreas Rheinhardt2021-04-18
* avformat/matroskaenc: Remove unnecessary function callsAndreas Rheinhardt2021-04-18
* avformat/wavdec: Fix reading files with id3v2 apic before fmt tagAndreas Rheinhardt2021-04-18
* avformat/segment: Use ff_stream_encode_params_copy()Andreas Rheinhardt2021-04-18
* avformat/webm_chunk: Use ff_stream_encode_params_copy()Andreas Rheinhardt2021-04-18
* avformat/id3v2: Don't reverse the order of id3v2 APICsAndreas Rheinhardt2021-04-18
* avformat/aiffenc: Avoid seek when writing id3v2 tags at the endAndreas Rheinhardt2021-04-18
* avformat/aiffenc: Remove always-false checkAndreas Rheinhardt2021-04-18
* avformat/mpegts: set correct extradata size for Opus streamsJames Almer2021-04-16
* avformat/mpegts: add missing sample_rate value to Opus extradataJames Almer2021-04-16
* avformat/movenc: fix writing dOps atomsJames Almer2021-04-16
* avformat/webpenc: don't assume animated webp streams will have more than one ...James Almer2021-04-16
* avformat/rawenc: remove singlejpeg muxerGyan Doshi2021-04-16
* mov: Prioritize aspect ratio values found in pasp atomVittorio Giovara2021-04-15
* avformat/dashdec: Also fetch final partial segmentMatt Robinson2021-04-14
* avformat/matroskaenc: Put subtitles without duration into SimpleBlocksAndreas Rheinhardt2021-04-12
* avformat/matroskaenc: Remove remnant of inline-timing subtitle packetsAndreas Rheinhardt2021-04-12
* avformat/mvi: Check audio_data_size to be non negativeMichael Niedermayer2021-04-11
* avformat/rawenc: perform stream checks for mp2 muxerGyan Doshi2021-04-11
* avformat/img2dec: set r_frame_rate in addition to avg_frame_rateJan Ekström2021-04-11
* avformat/matroskaenc: Fix leak when writing attachment without filenameAndreas Rheinhardt2021-04-10
* avformat/webvttenc: Fix use of uninitialized variableAndreas Rheinhardt2021-04-08
* avformat/rmdec: Don't rely on unspecified order of evaluationAndreas Rheinhardt2021-04-08
* avformat/rmdec: Fix memleaks upon read_header failureAndreas Rheinhardt2021-04-08
* lavf: do not derive timebase from avg_frame_rateAnton Khirnov2021-04-08
* lavf/movenc: use framerate correctly in mov_write_tmcd_tagAnton Khirnov2021-04-08
* lavf: postpone removal of FF_API_COMPUTE_PKT_FIELDS2Anton Khirnov2021-04-08
* lavf/webvttenc: fix avio_printf argument types after bumpAnton Khirnov2021-04-08
* lavf/matroskaenc: fix avio_printf argument types after bumpAnton Khirnov2021-04-08
* avformat/url: add ff_make_absolulte_url2 to be able to test windows path casesMarton Balint2021-04-07
* avformat/url: fix ff_make_absolute_url with Windows file pathsMarton Balint2021-04-07
* avformat/utils: add helper functions to retrieve index entries from an AVStreamJames Almer2021-04-07
* mov: Skip computing SAR from invalid display matrix elementsVittorio Giovara2021-04-06
* avformat/mov: check offset for overflow in mov_probe()Michael Niedermayer2021-04-05
* avformat/dss: Return 0 on successAndreas Rheinhardt2021-04-05
* avformat/dss: Avoid using intermediate bufferAndreas Rheinhardt2021-04-05
* avformat/dss: Set values known during read_header in read_headerAndreas Rheinhardt2021-04-05
* avformat/mpegtsenc: Preserve disposition in the absence of languageAndreas Rheinhardt2021-04-05
* avformat/vividas: Fix crash when seeking without audio streamAndreas Rheinhardt2021-04-02
* avformat/dss: Don't prematurely modify context variableAndreas Rheinhardt2021-04-02
* avformat/utils: Check allocations for failureAndreas Rheinhardt2021-04-02
* avformat/asf: Use ff_add_attached_pic() to read attached picsAndreas Rheinhardt2021-04-01