23804 Commits (7916c1471318f17332ff4c7ee7e330696a7afcbf)

Author SHA1 Message Date
Andreas Rheinhardt df6b44182e avcodec, avformat: Remove AVPacket.convergence_duration 4 years ago
Andreas Rheinhardt 0f247986ad avcodec, avformat: Remove old BSF API 4 years ago
Andreas Rheinhardt 1137ddf330 avformat: Remove next API for AV(In|Out)putFormat 4 years ago
Gyan Doshi b06082d1d5 avformat/dtsenc: reindent 4 years ago
Gyan Doshi 45fc214ebf avformat/adtsenc: clarify option help 4 years ago
Andreas Rheinhardt cc7943e803 avformat/westwood_audenc: Remove unused variable 4 years ago
Andreas Rheinhardt a64d4de0d4 avformat/westwood_audenc: Check for, not assert on invalid data 4 years ago
Jan Ekström 464d6ed98d avformat/ttmlenc: enable writing out additional header values 4 years ago
Aidan Richmond 4236e87f50
avformat/westwoodaudenc: Adds muxer for Westwood AUD format. 4 years ago
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