23695 Commits (a0fd55c206cea0af3a688c62ca7bf9001d1b8b4b)

Author SHA1 Message Date
Chris Ribble c9fed043f1 libavformat/adtsenc: Increase ADTS_MAX_FRAME_BYTES from 8k to 16k 4 years ago
Michael Niedermayer 098314e1e5 avformat/asfdec_o: Use ff_get_extradata() 4 years ago
Michael Niedermayer efdb564504 avformat/id3v2: Check end for overflow in id3v2_parse() 4 years ago
Michael Niedermayer f7c3484b26 avformat/mxfdec: Fix file position addition 4 years ago
Michael Niedermayer f8ec1da8ac avformat/wtvdec: Improve size overflow checks in parse_chunks() 4 years ago
Michael Niedermayer ee53bb2399 avformat/mov: check for pts overflow in mov_read_sidx() 4 years ago
Michael Niedermayer 641c1db22b avformat/cafdec: Check channels 4 years ago
Marton Balint 28c83584e8 avformat/hls: check return value of new_init_section() 4 years ago
Andreas Rheinhardt a10c47acc2 avformat/utils: Combine identical statements 4 years ago
Andreas Rheinhardt 5627da3555 avformat/matroskaenc: Remove unnecessary function calls 4 years ago
Andreas Rheinhardt e1f41b4fdc avformat/wavdec: Fix reading files with id3v2 apic before fmt tag 4 years ago
Andreas Rheinhardt a74428921f avformat/segment: Use ff_stream_encode_params_copy() 4 years ago
Andreas Rheinhardt 3651d6f276 avformat/webm_chunk: Use ff_stream_encode_params_copy() 4 years ago
Andreas Rheinhardt 8068f2fcf3 avformat/id3v2: Don't reverse the order of id3v2 APICs 4 years ago
Andreas Rheinhardt 9f834a1ac1 avformat/aiffenc: Avoid seek when writing id3v2 tags at the end 4 years ago
Andreas Rheinhardt a4869bf029 avformat/aiffenc: Remove always-false check 4 years ago
James Almer 03e767790c avformat/mpegts: set correct extradata size for Opus streams 4 years ago
James Almer c1fd4033dc avformat/mpegts: add missing sample_rate value to Opus extradata 4 years ago
James Almer bc01061231 avformat/movenc: fix writing dOps atoms 4 years ago
James Almer 55d667d86a avformat/webpenc: don't assume animated webp streams will have more than one packet 4 years ago
Gyan Doshi 240aa70b79 avformat/rawenc: remove singlejpeg muxer 4 years ago
Vittorio Giovara 918273aa3e mov: Prioritize aspect ratio values found in pasp atom 4 years ago
Matt Robinson c5ca18fd1b avformat/dashdec: Also fetch final partial segment 4 years ago
Andreas Rheinhardt b972dab39d avformat/matroskaenc: Put subtitles without duration into SimpleBlocks 4 years ago
Andreas Rheinhardt 85709a90c3 avformat/matroskaenc: Remove remnant of inline-timing subtitle packets 4 years ago
Michael Niedermayer 7e241a1b73 avformat/mvi: Check audio_data_size to be non negative 4 years ago
Gyan Doshi 309e3cc15c avformat/rawenc: perform stream checks for mp2 muxer 4 years ago
Jan Ekström 5945288818 avformat/img2dec: set r_frame_rate in addition to avg_frame_rate 4 years ago
Andreas Rheinhardt 08c805f4ac avformat/matroskaenc: Fix leak when writing attachment without filename 4 years ago
Andreas Rheinhardt 44c8b67502 avformat/webvttenc: Fix use of uninitialized variable 4 years ago
Andreas Rheinhardt 4666ce0aef avformat/rmdec: Don't rely on unspecified order of evaluation 4 years ago
Andreas Rheinhardt 9a471c5437 avformat/rmdec: Fix memleaks upon read_header failure 4 years ago
Anton Khirnov 04feb1c038 lavf: do not derive timebase from avg_frame_rate 4 years ago
Anton Khirnov 7ec8229982 lavf/movenc: use framerate correctly in mov_write_tmcd_tag 4 years ago
Anton Khirnov 270ddc2baf lavf: postpone removal of FF_API_COMPUTE_PKT_FIELDS2 4 years ago
Anton Khirnov 9168a1c0e6 lavf/webvttenc: fix avio_printf argument types after bump 4 years ago
Anton Khirnov 2822bfbbfb lavf/matroskaenc: fix avio_printf argument types after bump 4 years ago
Marton Balint fb4da90fec avformat/url: add ff_make_absolulte_url2 to be able to test windows path cases 4 years ago
Marton Balint 5dc5f289ce avformat/url: fix ff_make_absolute_url with Windows file paths 4 years ago
James Almer 557953a397 avformat/utils: add helper functions to retrieve index entries from an AVStream 4 years ago
Vittorio Giovara 9afde28093 mov: Skip computing SAR from invalid display matrix elements 4 years ago
Michael Niedermayer 0f6a3405e8 avformat/mov: check offset for overflow in mov_probe() 4 years ago
Andreas Rheinhardt b3652d9745 avformat/dss: Return 0 on success 4 years ago
Andreas Rheinhardt 48a594aba5 avformat/dss: Avoid using intermediate buffer 4 years ago
Andreas Rheinhardt ef8c8b4163 avformat/dss: Set values known during read_header in read_header 4 years ago
Andreas Rheinhardt 5d06d26be3 avformat/mpegtsenc: Preserve disposition in the absence of language 4 years ago
Andreas Rheinhardt af867e59d9 avformat/vividas: Fix crash when seeking without audio stream 4 years ago
Andreas Rheinhardt afa511ad34 avformat/dss: Don't prematurely modify context variable 4 years ago
Andreas Rheinhardt 543e4a1942 avformat/utils: Check allocations for failure 4 years ago
Andreas Rheinhardt ec4c04aa7b avformat/asf: Use ff_add_attached_pic() to read attached pics 4 years ago