13960 Commits (405ceb181236b0c7b4558dbefac8869c93df5965)

Author SHA1 Message Date
Michael Niedermayer 5dc6c0ea9e avformat/mpegts: check avio_tell() return code before using it 12 years ago
Michael Niedermayer e024953722 avformat/wavdec: check smv_frames_per_jpeg 12 years ago
Michael Niedermayer cd05c4060a avformat/mpegenc: minor simplification / use AV_WB16() 12 years ago
Michael Niedermayer 32cde96296 avformat/mpegenc: Better heuristic for ordering packets 12 years ago
Michael Niedermayer 930406325c avformat/mpegenc: Better default for max_delay 12 years ago
Michael Niedermayer b637118086 avformat/mpegenc: change assert to av_assert0 12 years ago
Michael Niedermayer ddd0e23d58 avformat/mpegenc: improve field names in underflow error message 12 years ago
Anton Khirnov 668643b923 matroskadec: check av_strdup() when setting defaults 12 years ago
Michael Niedermayer fb45de779c avformat/omadec: simplify checks in nprobe() 12 years ago
Martin Storsjö b6c7bd53f4 movenchint: Clear size and len if the realloc failed 12 years ago
Martin Storsjö f2b00a5372 movenc: Return a proper error code for invalid combinations 12 years ago
Martin Storsjö f7e616959a electronicarts: Check packet sizes before reading 12 years ago
Martin Storsjö ce67f442be lavf: Avoid setting avg_frame_rate if delta_dts is negative 12 years ago
Michael Niedermayer a5cbf1991c avformat/mov: reset extradata size when extradata gets deallocated due to realloc failure 12 years ago
Martin Storsjö f1eac2b8a0 movenc: Use keyframes as default fragmentation point in ismv 12 years ago
Martin Storsjö a9553bbb33 movenc: Set all implicit flags immediately in mov_write_header 12 years ago
Martin Storsjö 187023f6b2 movenc: Set mov->mode earlier in mov_write_header 12 years ago
Martin Storsjö 5055035670 tls: Do not abort on non-fatal TLS alerts with gnutls 12 years ago
Michael Niedermayer 05b7a635dc avformat/movenchint: use realloc_array() to protect against integer overflow 12 years ago
Michael Niedermayer 63621762ec avformat/movenchint: only change queue size if reallocation succeeded 12 years ago
Michael Niedermayer 091ba02cc8 avformat/movenchint: revert "Use av_reallocp() where suitable" 12 years ago
Luca Barbato c951e4b442 flv: Make onTextData parsing robust 12 years ago
Luca Barbato ba77757a7e rtmp: Replace a magic number with a macro 12 years ago
Luca Barbato 5840473890 rtmp: Rewrite embedded flv handling 12 years ago
Luca Barbato e40a0e8228 rtmp: Refactor get_packet 12 years ago
Luca Barbato 32a414f316 rtmp: Support AMF_DATA_TYPE_MIXEDARRAY 12 years ago
Michael Niedermayer 21a2b97365 avformat/hls: do not limit manifest lines to 1024 chars 12 years ago
Michael Niedermayer b8a954e46d avformat/network: fix duplicate include 12 years ago
Michael Niedermayer 49515cb840 avformat: remove duplicate includes 12 years ago
James Almer 56f17407bc matroska: Add the CueDuration element 12 years ago
Lukasz Marek 5b153f8164 lavf: add SFTP protocol via libssh 12 years ago
Michael Niedermayer 15672e832f avformat/utils: remove unused variable 12 years ago
Michael Niedermayer fcd64dcc37 avformat/avienc: remove unused variable 12 years ago
James Almer 39442b1a1b matroskaenc: Add CuePoints for subtitle tracks 12 years ago
Vittorio Giovara 944c338430 h264dec: Add .avc file name extension 12 years ago
Vittorio Giovara 01f111bdb2 h264dec: K&R formatting cosmetics 12 years ago
Luca Barbato 5532ee6d7d rtmp: Unbreak get_packet 12 years ago
Martin Storsjö b97b1adb3f rtmpproto: Add a comment explaining the logic in handle_notify 12 years ago
Monty Montgomery f6622f9610 avformat/matroskadec: correct spurious keyframe warnings in webm 12 years ago
Paul B Mahol 3e2a5b33f0 avformat/matroskadec: use av_malloc_array() and check for allocation error 12 years ago
Michael Niedermayer 63139f62f3 avformat/bmv: remove unused variable 12 years ago
Martin Storsjö d8798276b6 r3d: Add more input value validation 12 years ago
Martin Storsjö 3ca14aa596 rl2: Avoid a division by zero 12 years ago
Martin Storsjö 83c285f880 wtv: Add more sanity checks for a length read from the file 12 years ago
Martin Storsjö d8b6866014 yop: Clear all references to the AVBuffer in the local AVPacket 12 years ago
Martin Storsjö 82e266c6d3 segafilm: Validate the number of audio channels 12 years ago
Martin Storsjö 72fe16a13e movenc: Use null buffers for measuring the amount of data to be written 12 years ago
Martin Storsjö 3627ce2f1d aviobuf: Add functions for null buffers 12 years ago
Vladimir Pantelic bb461370e3 asfenc: mux chapters in ASF files using an ASF "marker" section 12 years ago
Vladimir Pantelic 09f3c937ed asfenc: remember send time and offset of the index entries 12 years ago