16431 Commits (368642361f3a589d7b0c23ea327d988edb434e3f)

Author SHA1 Message Date
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
Michael Niedermayer ed86dbd05d avformat/aviobuf: Check that avio_seek() target is non negative 10 years ago
Michael Niedermayer ad2deb02e5 avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_headers() 10 years ago
Michael Niedermayer 3b537eab27 avformat/nutenc: store the actual r_frame_rate in the corresponding field if available 10 years ago
Michael Niedermayer add46edf33 avformat/utils: use r_frame_rate only in the demuxer for ff_compute_frame_duration() 10 years ago
Michael Niedermayer d5a263f480 fix "than" typo 10 years ago
Michael Niedermayer 53496aa7f3 avformat/utils: Do not estimate the container bitrate from the streams if one video stream lacks the bitrate 10 years ago
Michael Niedermayer d7de48f0df avformat/mov: Simplify code by using OFFSET() and FLAGS macros 10 years ago
wm4 a66893ac94 avformat/utils: check for malloc failure 10 years ago
Michael Niedermayer e2829a8175 avformat/mov: Disable XMP metadata by default 10 years ago
Gabor Nagy 28fc31d78d avformat/avidec: Do not fail for crazy start times 10 years ago
Christian Suloway 97b65f6126 avformat/hlsenc: added segment file deletion 10 years ago
Martin Storsjö e737a4aaaf dashenc: Change the duration fields to 64 bit 10 years ago
Michael Niedermayer 52a17972de avformat/yuv4mpegdec: fix "warning: field_order may be used uninitialized in this function" 10 years ago
Michael Niedermayer 0fadbd3623 avformat/flvdec: fix potential use of uninitialized variables 10 years ago
Gabor Nagy ae8168074e avformat/avidec: Increase dshow_block_align use threshold by 1 10 years ago
Bryan Huh fa8934d6d6 dashenc: log file output progress in verbose mode 10 years ago
Martin Storsjö 95d880fa64 rtpproto: Fix the input RTP data format check 10 years ago
Carl Eugen Hoyos 01ab761b46 Allow mov musing if the ac3 parser was disabled. 10 years ago
Michael Niedermayer 2d0117f816 avformat/crypto: fix key vs iv typo 10 years ago
Michael Niedermayer 20cb3fab3f avformat/utils: change assert to av_assert0() 10 years ago
Michael Niedermayer 041c6109da avformat/utils: replace impossible condition by av_assert0() in ff_gen_search() 10 years ago
Michael Niedermayer 308429e124 avformat/wavenc: check return value of strftime() 10 years ago
Martin Storsjö fccfc22d1f libavformat: Build hevc.o when building the RTP muxer 10 years ago
Michael Niedermayer a5e5959d52 avformat/utils: fix calculating the absolute difference of timestamps 10 years ago
Michael Niedermayer dd70470d72 avformat/utils: Compute the current pts of mpeg1/2 I/P frames from the next frame when available 10 years ago
Michael Niedermayer 9e561410c0 avformat/utils: Pass the next pts/dts to compute_pkt_fields() when available 10 years ago
Dave Rice 3c01039e0b mov: further expand the list of parsed metadata tags 10 years ago