16742 Commits (8d5a8501195283e6f09f0d0b929cf2e893194df7)

Author SHA1 Message Date
Kevin Wheatley 7fc33dca39 libavformat: DNxHD in .mov, switch unspecified color_range to mpeg 10 years ago
wm4 6938a095cb matroska: don't complain about unknown elements 10 years ago
Michael Niedermayer e8f814a907 avformat/utils: Fix division by 0 10 years ago
Michael Niedermayer 5763f67502 avformat/mov: Check dimensions before setting aspect 10 years ago
Clément Bœsch 4b60bd1aac avformat/internal: fix av_interleaved_write_frame typo reference 10 years ago
Carl Eugen Hoyos a2bc8c5601 Fix standalone compilation of the mov muxer with --disable-optimizations. 10 years ago
Michael Niedermayer 009a57b479 avformat/mxfenc: Remove unused variables 10 years ago
Mark Reid 6a8a3bfb87 libavformat/mxfenc.c: added mxf opatom muxer 10 years ago
Michael Niedermayer 29fd3032cc avformat/omadec: Subtract headersize in timestamp calculation 10 years ago
Michael Niedermayer 7c2fa13df9 avformat/omadec: only compute timestamps based on bitrate if its set 10 years ago
Carl Eugen Hoyos ac923ed470 lavf/mlv: Only add streams that are supposed to contain frames. 10 years ago
Luca Barbato e352520e3e oma: Report a timestamp 10 years ago
Timothy Gu 510b39c213 nutdec: Remove unused variables 10 years ago
Timothy Gu e66a187638 img2dec: Remove dead code 10 years ago
Paul B Mahol f968166439 avformat/rpl: check av_get_packet() for failure 10 years ago
Paul B Mahol dc3c3758ce avformat/thp: check av_get_packet() for failure 10 years ago
James Almer 15a88468ae avformat/tta: only check for header and seek table crc if requested 10 years ago
Carl Eugen Hoyos afada9ac67 Fix compilation with --disable-protocol=udp 10 years ago
Michael Niedermayer f2579dbb4b avformat/thp: Check av_get_packet() for failure not only for partial output 10 years ago
Lukasz Marek 21051af218 lavf/avc: add buffer padding to extradata allocation 10 years ago
Michael Niedermayer 05e1619529 avformat/mpc8: Use uint64_t in *_get_v() to avoid undefined behavior 10 years ago
Paul B Mahol 469a170135 avformat/siff: fix if_( style 10 years ago
Stefano Sabatini fd242b468d lavf/utils: fix if_( style 10 years ago
wm4 b737a2c528 avformat/mpc8: fix broken pointer math 10 years ago
wm4 56cc024220 avformat/mpc8: fix hang with fuzzed file 10 years ago
Michael Niedermayer e005dc621a avformat: fix mode of img2dec.c and utils.c 10 years ago
Liviu Oniciuc b37858eae1 avformat/img2dec: remove the non-negative number requirement for start_number option 10 years ago
Luca Barbato 898276c16b r3d: Fix pos type 10 years ago
Vittorio Giovara ec524ed12a tta: Fix framepos and start_offset types 10 years ago
Carl Eugen Hoyos 67e9f3907d isom: Decode Prores 4444 XQ with the existing Prores decoder 10 years ago
Hendrik Leppkes e3528d2a7b mov: Implement parsing of the "HandlerName" from the MP4 HDLR atom 10 years ago
wm4 6a0cd529a3 avformat/tta: fix crash with corrupted files 10 years ago
Diego Biurrun 27b99d929f siff: Return more meaningful error values 10 years ago
Diego Biurrun 75439bb31b siff: K&R formatting cosmetics 10 years ago
Matt Oliver 22504396fe avformat/mpegtsenc: Fix build with msvc 10 years ago
Michael Niedermayer ed91c8651a avformat/mov: simplify pasp value before setting SAR 10 years ago
Michael Niedermayer 7620d48f2e avformat/network: Check for av_malloc* failures in ff_tls_init() 10 years ago
Michael Niedermayer c348a42dcc Revert "avformat/mpegtsenc: Change the service_type field to enum" 10 years ago
Michael Niedermayer 0935453e84 avformat/mpegtsenc: Change the service_type field to enum 10 years ago
dhead666 48e36f8a12 libavformat/mpegtsenc: allow to set service_type in sdt 10 years ago
Michael Niedermayer f1f7f5903a avformat/omadec: fix number suffix 10 years ago
Michael Niedermayer 465f3705b1 avformat/smacker: Fix number suffix 10 years ago
Michael Niedermayer fc3cdb00d0 avformat/matroskadec: Fix number suffixes 10 years ago
Michael Niedermayer 4b15bba2ae avformat/utils: Fix number suffixes in tb_unreliable() 10 years ago
Michael Niedermayer e912f45b81 avformat/oggenc: Simplify by using OFFSET and PARAM 10 years ago
Luca Barbato f726fc21ef ogg: Provide an option to offset the serial number 10 years ago
Zhang Rui ca2e3e47fc avformat/cache: pass options to the underlying protocol via the url_open2 10 years ago
Paul B Mahol f705b1287b avformat/movenc: remove unneeded #include, there are no assert() only av_assert* 10 years ago
Paul B Mahol cc1357a173 avformat/mov: remove unneeded #include, there are no assert() 10 years ago
Paul B Mahol 41456c7d15 avformat/mux: remove unneeded #include, there are no assert() only av_assert* 10 years ago