16474 Commits (7696e429c7608c2959570a7bc448a76bbfa70dd4)

Author SHA1 Message Date
Michael Niedermayer 1728659319 avformat/westwood_aud: replace != 0 error check by <0 10 years ago
Michael Niedermayer 4b45aa517c avformat/asfenc: replace != 0 error check by <0 10 years ago
Clément Bœsch edbbb11488 avformat/rsd: make tag_buf string larger 10 years ago
Clément Bœsch d60fb4f794 avformat/apngdec: make tag_buf string larger 10 years ago
Clément Bœsch 83b0fe395b avformat/wavdec: make start_code string larger 10 years ago
Thomas Volkert e8d57e4163 wavdec: avoid output of arbitrary chars 10 years ago
Thomas Volkert 1a971d33eb wavdec: refactor wav_read_header() 10 years ago
Martin Storsjö 8ebf02f8f5 libavformat: Only use MoveFileExA when targeting the desktop API subset 10 years ago
Martin Storsjö fc308b30bb rtpenc_mpegts: Call write_trailer for the mpegts muxer even if no output buffer exists 10 years ago
Martin Storsjö e2ce163922 mpegts: Support running the write_trailer function without an AVIOContext 10 years ago
Martin Storsjö 4895aa65c6 libavformat: Allow calling av_write_trailer with a NULL AVIOContext 10 years ago
Michael Niedermayer 649c158e8c Add FFMPEG_VERSION into the binary libs 10 years ago
Michael Niedermayer 869b56cae6 avformat/mpegenc: replace always enabled asserts by av_assert0() 10 years ago
Carl Eugen Hoyos 96ff6d3805 lavf/rtp_h261: Replace restrict with av_restrict. 10 years ago
Anton Khirnov 64f7575fbd mov: avoid a memleak when multiple stss boxes are present 10 years ago
Vittorio Giovara 76ccf114a6 rtsp: check ffurl_get_file_handle() return value 10 years ago
Vittorio Giovara b1306823d0 check memory errors from av_strdup() 10 years ago
Vittorio Giovara 8b263331c5 mpegts: check get16() return value 10 years ago
James Almer 430a816859 oggdec: add support for VP8 demuxing 10 years ago
Martin Storsjö 59f0275dd0 movenc: Adjust the pts of new fragments similarly to what is done for dts 10 years ago
Martin Storsjö 8a70ef94b9 libavformat: Add a muxer wrapping mpegts encoding into RTP 10 years ago
Thomas Volkert a505c0d737 rtp: Initial H.261 support 10 years ago
Martin Storsjö adc214e679 rtpenc: Avoid brittle switch fallthroughs 10 years ago
Martin Storsjö df07c07b3d rtpdec_h263_rfc2190: Clear the stored bits if discarding buffered data 10 years ago
Martin Storsjö 42181740a3 rtpenc: Set the AVFMT_TS_NONSTRICT flag 10 years ago
Martin Storsjö 01f251c44d rtpenc: Set the timestamp properly when sending mpegts data, too 10 years ago
Tristan Matthews f2c614e8c4 srtpproto: fix option flag type 10 years ago
Thomas Volkert 00d7555f34 wavdec: RIFX file format support 10 years ago
Martin Storsjö 456e93bfdd dashenc: Adjust the start time of a segment to the end of the previous segment 10 years ago
Martin Storsjö 2f628d5943 dashenc: Write segment timelines properly if the timeline has gaps 10 years ago
Michael Niedermayer be9ce6e10a avformat/mov: fix integer overflow of size 10 years ago
Michael Niedermayer caa7a3914f avformat/mov: check atom nesting depth 10 years ago
Michael Niedermayer b8eb8b0310 avformat/hlsenc: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 91ea466551 avformat/flvdec: Use av_freep() avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 16d763fa45 avformat/hdsenc: Use av_freep() avoid leaving stale pointers in memory 10 years ago
Christian Suloway 92a596f13b avformat/hlsenc: fix hls_write_trailer() on hls_start() failure 10 years ago
Martin Storsjö 6f4364aba9 mov: Fix handling of zero-length metadata values 10 years ago
Nicolas George acbc2ed26a lavf/concatdec: handle NOPTS start_time. 10 years ago
Michael Niedermayer ae658efef8 avformat/xmv: Check return code of ff_alloc_extradata() 10 years ago
Michael Niedermayer 480cd822b3 avformat/flic: se av_freep() to avoid leaving stale extradata pointer 10 years ago
Michael Niedermayer 0051e3c233 avformat/rtpdec_mpeg4: Use av_freep() to avoid leaving stale extradata pointer 10 years ago
Michael Niedermayer c116befc92 avformat/xmv: use av_freep() to avoid leaving stale extradata pointer 10 years ago
Xiaohan Wang 490a3ebf36 matroskadec: Fix read-after-free in matroska_read_seek() 10 years ago
Michael Niedermayer 89f0feadc2 avformat/assenc: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 51b193214d avformat/avidec: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Carl Eugen Hoyos 4373a25d94 lavf/mxfdec: Fix memleaks reading corrupt files. 10 years ago
Carl Eugen Hoyos 27bdfd29f1 lavf/mxfdec: Factorize mxf_read_close(). 10 years ago
Michael Niedermayer 4efdb29c75 avformat/dv: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer a29524bf2e avformat/utils: Do not update programs streams from program-less streams in update_wrap_reference() 10 years ago
Michael Niedermayer 8ddfc00ab7 avformat/mp3dec: Name the dummy variable as what it is, to avoid confusion 10 years ago