16408 Commits (4efdb29c75ba57cb119c04f303fd74e2fd0f0368)

Author SHA1 Message Date
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
Vittorio Giovara e2e07dbaab mov: expand the list of parsed metadata tags 10 years ago
Vittorio Giovara b704b648f9 mov: parse XMP metadata on demand 10 years ago
Vittorio Giovara 174c5fde90 mov: parse @PRM and @PRQ metadata tags 10 years ago
Vittorio Giovara 35384934d6 mov: cosmetics: reorder the list of tags 10 years ago
Joakim Plate 90411b333d Allow reading of growing avi files (currently being written) 10 years ago
Carl Eugen Hoyos 250e077ee9 riff: Support decoding png in avi (ImageJ) 10 years ago
Martin Storsjö 29bc7bfba2 rtpproto: Write a warning if the input data written isn't RTP packetized 10 years ago
Rens Dijkshoorn dceb8b1252 avformat/movenc: Add 2048x1080 to the aivx case 10 years ago
Michael Niedermayer 72c984432e avformat/matroskadec: request a sample with recursive seek heads 10 years ago
wm4 6551acab68 avformat/matroskadec: fix handling of recursive SeekHead elements 10 years ago
Luca Barbato 4fd7e63c87 mp3: Tweak the probe scores 10 years ago
Michael Niedermayer e65849a70b avformat/dashenc: make durations 64bit 10 years ago
Luca Barbato 4f5906a1d7 latm: Do not give a score for a single instance 10 years ago
Michael Niedermayer 74080ded96 avformat/mpeg: add commented out av_log() to probe 10 years ago
Michael Niedermayer e15b29bb18 avformat/mpeg: do not count PES packets inside PES packets during probing 10 years ago
Michael Niedermayer a4f387bf56 avformat/mpegts: Warn if ffio_ensure_seekback() failed 10 years ago
Michael Niedermayer c149f67e9b avformat/apetag: More completely check avio_get_str() return value 10 years ago
Christian Suloway 1c639fa6e0 avformat/hlsenc: added segment filename option 10 years ago
Michael Niedermayer 03abf55f25 avformat/rmdec: Check for overflow in ff_rm_read_mdpr_codecdata() 10 years ago
Michael Niedermayer 50f9de59a0 avformat/rmdec: rm_read_extradata: add error message for oversized extradata 10 years ago