summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* avformat/rtp: add localaddr for network interface selectionLimin Wang2021-11-27
* avformat/avidec: Check read_odml_index() for failureMichael Niedermayer2021-11-26
* avformat/cafdec: Avoid unnecessary avio_tell() callsAndreas Rheinhardt2021-11-26
* avformat/udp: remove local localaddr arrayLimin Wang2021-11-26
* avformat/mpegts: fix stream index in verbose log messageMarton Balint2021-11-25
* avformat/libsrt: add missing version check for snddropdelayMarton Balint2021-11-25
* avformat/http: prevent truncation of sanitized_pathJames Almer2021-11-25
* avformat/rtp: support RGB/BGR for rfc4175Limin Wang2021-11-25
* avformat: suppport YUV 4:2:2 10-bit for rfc4175Limin Wang2021-11-25
* avformat/rtpenc: adds partial support for the RFC 4175Limin Wang2021-11-25
* avformat/rtpdec_rfc4175: support for yuv420p formatLimin Wang2021-11-25
* avformat/rtpdec_rfc4175: use rawvideo for uyvy422Limin Wang2021-11-25
* avformat/mov: make STTS duration unsigned intGyan Doshi2021-11-22
* avformat/utils: Remove duplicated AV_DISPOSITION_FOO <-> "foo" tableAndreas Rheinhardt2021-11-19
* avformat/mxfenc: Remove redundant DNXHD frame size checksAndreas Rheinhardt2021-11-19
* avformat/mxfenc: Store locally whether DNXHD profile is interlacedAndreas Rheinhardt2021-11-19
* avformat/nullenc: Use ff_interleave_packet_passthrough()Andreas Rheinhardt2021-11-19
* avformat/mux: Avoid overhead of packet list in case of single streamsAndreas Rheinhardt2021-11-19
* avformat/mux: Store pointer to interleavement func in FFFormatContextAndreas Rheinhardt2021-11-19
* avformat/librist: correctly initialize logging_settingsGijs Peskens2021-11-18
* avformat/utils: Remove unused shorthand feature for auto-inserted BSFAndreas Rheinhardt2021-11-18
* avformat/mxfenc: Make init function out of write_headerAndreas Rheinhardt2021-11-18
* avformat/mxfenc: Remove redundant checkAndreas Rheinhardt2021-11-18
* avformat/hlsenc: Only write something if there is something to writeAndreas Rheinhardt2021-11-18
* avformat/hlsenc: Remove nonsense memsetAndreas Rheinhardt2021-11-18
* avformat/http: Add short_seek_size optionDerek Buitenhuis2021-11-17
* lavf: add "disposition" AVOption to AVStream AVClassAnton Khirnov2021-11-16
* lavf: add public functions converting dispositions to/from stringsAnton Khirnov2021-11-16
* lavf: add an AVClass to AVStream on next major bumpAnton Khirnov2021-11-16
* lavf: improve AV_DISPOSITION_* doxyAnton Khirnov2021-11-16
* */version.h: define FF_API macros unconditionallyAnton Khirnov2021-11-15
* avformat/concatdec: fix NEEDS_UNSAFE flag valueGoogleplex2021-11-14
* avformat/demux: allow total size of packets in raw_packet_buffer to reach pro...Marton Balint2021-11-14
* avformat/dhav: Limit get_duration() iterationsMichael Niedermayer2021-11-14
* avformat/hls_sample_encryption: Fix precedenceAndreas Rheinhardt2021-11-09
* avformat/apngenc: Use UINT16_MAX instead of USHRT_MAXAndreas Rheinhardt2021-11-09
* avformat/matroskadec: Don't unnecessarily reduce aspect ratioAndreas Rheinhardt2021-11-07
* avformat/mpegtsenc: do not include adaptation field in teletext TS packetsAlex Shumsky2021-11-06
* avformat/mpegtsenc: fix first_pcr initial updateMaksym Veremeyenko2021-11-06
* avformat/dashenc: enabling streaming and hls_playlist for lhlsZhao Zhili2021-11-05
* avformat/dashenc: enabling streaming automatically for ldashZhao Zhili2021-11-05
* lavf/mov: Change default to prefer TFDT time and allow for fallback to SIDX o...Thilo Borgmann2021-11-05
* avformat/isom_tags: fix 'ipcm' with samplesize equal to 16Zhao Zhili2021-11-03
* avformat/dashenc: Fix comparing double with 0Limin Wang2021-11-03
* avformat/aiffdec: "-1" -> AVERROR_INVALIDDATAMichael Niedermayer2021-11-01
* avformat/aiffdec: Use av_rescale() for bitrateMichael Niedermayer2021-11-01
* avformat/aiffdec: sanity check block_alignMichael Niedermayer2021-11-01
* avformat/aiffdec: Check sample_rateMichael Niedermayer2021-11-01
* avformat/demux: preserve AV_PKT_FLAG_CORRUPT in parse_packetAlex Shumsky2021-10-29
* avcodec/vqavideo: Decode 15-bit VQA3 filesPekka Väänänen2021-10-28