18319 Commits (a01046c90c9a8ace6105fcef6cd7964edae62357)

Author SHA1 Message Date
Rainer Hochecker 2d8c2f1a28 avformat/utils: estimate_timings_from_pts - increase retry counter, fixes invalid duration for ts files with hevc codec 9 years ago
Hendrik Leppkes 4c8d86eb18 avformat: implement SChannel SSP TLS protocol 9 years ago
Bryan Huh d07585f04a avformat/async: Fix bug where async could not recover after seek to eof 9 years ago
Michael Niedermayer 5324109dd7 avformat/segafilm: Fix current_sample after seeking and avio_seek return type 9 years ago
Michael Niedermayer 0106a20aea avformat/mux: Rename compute_pkt_fields2(), the name is absolutely terrible 9 years ago
Hendrik Leppkes c03ffe1712 avformat/utils: re-factor freeing AVStreams 9 years ago
Paul B Mahol 2905c51204 avformat/rsd: XMA2 is actually stored, not XMA1 9 years ago
Bryan Huh 85e3c31fd5 avformat/mov: Add option to ignore chapters during parsing 9 years ago
Michael Niedermayer d9726893f3 avformat/mxfenc: Only store user comment related tags when needed 9 years ago
Andreas Cadhalpun 7b67fe20f6 brstm: reject negative sample rate 9 years ago
Martin Storsjö 8ad5124b7e movenc: Automatically flush after writing the initial moov 9 years ago
Paul B Mahol 4e583eda5f avformat/wavdec: allow data chunk to be before fmt/xma2 chunk 9 years ago
Paul B Mahol a0f75c46d3 avformat/wavdec: parse XMA2 tag 9 years ago
Timothy Gu 480bad7c6d avformat: Add v210[x] demuxer 9 years ago
Bryan Huh 72f9a6349c avformat/cache: Avoid int-overflow in cache compare function 9 years ago
Paul B Mahol 0cfd4a993f avformat/rsd: add XMA support 9 years ago
Anton Khirnov 8de1ee9f72 lavf: deprecate compute_pkt_fields2 9 years ago
Anton Khirnov aeda1121c9 lavf: factor out freeing an AVStream 9 years ago
Anton Khirnov a0c71a5751 lavf: initialize cur_dts to AV_NOPTS_VALUE for muxing 9 years ago
Michael Niedermayer 183720eb6e avformat/segafilm: Only add index entries when the stream exists 9 years ago
Andreas Cadhalpun db374790c7 jvdec: avoid unsigned overflow in comparison 9 years ago
Michael Niedermayer 563e6d8603 segafilm: drop the "song and dance" for cinepak 9 years ago
Paul B Mahol 1e791ee3aa segafilm: set video and audio stream duration 9 years ago
Paul B Mahol c012c6f1a8 segafilm: implement seeking 9 years ago
Paul B Mahol b456ece557 XMA1 and XMA2 stereo decoders 9 years ago
Sebastian Dröge 7d6a4797f1 mpegtsenc: Implement writing of Opus trim_start/trim_end control values 9 years ago
Sebastian Dröge 01509cdf92 mpegtsenc: Add support for muxing Opus in MPEG-TS 9 years ago
Michael Niedermayer 79c4a338e4 avformat/xmv: Discard remainder of packet on error 9 years ago
Michael Niedermayer 9b6fac11da avformat/xmv: factor return check out of if/else 9 years ago
Michael Niedermayer 3692d859f4 avformat/mpegts: Only start probing data streams within probe_packets 9 years ago
Bryan Huh d917f25658 avformat/cache: Use int64_t to avoid int overflow in cache_read 9 years ago
Ganesh Ajjanagadde 92e483f8ed all: use FFDIFFSIGN to resolve possible undefined behavior in comparators 9 years ago
wm4 f128b8e19a mov: detect cover art pictures by content 9 years ago
Paul B Mahol cb7a00da21 avformat: add acm demuxer 9 years ago
Luca Barbato 452d659aa4 msnwc_tcp: Use the correct return values 9 years ago
Luca Barbato f8d10511fe cosmetics: msnwc_tcp: Reformat 9 years ago
Luca Barbato 4dfbc7a755 msnwc_tcp: Correctly report failure 9 years ago
Derek Buitenhuis 9ae73d0644 hlsenc: Only write PAT/PMT once per segment 9 years ago
Luca Barbato 1e7ff5ac69 nut: Use the correct codec_tag when multiple are available 9 years ago
Paul B Mahol 85a5cdb4fa avformat/segafilm: set video stream duration 9 years ago
Paul B Mahol 0cb09b0511 avformat/segafilm: set audio stream duration 9 years ago
Paul B Mahol e6cccf9daa avformat/segafilm: implement seeking 9 years ago
Hendrik Leppkes 55abb94b7d avformat: unref packet after storing it in internal packet queue 9 years ago
Hendrik Leppkes b64fe49371 avformat: always unref the packet after parsing 9 years ago
Paul B Mahol 83d20a6a7e avformat/ipmovie: add context to av_log() 9 years ago
Paul B Mahol c293ef258c avformat/ipmovie: put video decoding_map_size into packet and use it in decoder 9 years ago
Michael Niedermayer 58346f6a29 avformat/icecast: Initialize .str based default for AV_OPT_TYPE_STRING types 9 years ago
Michael Niedermayer 4d76e89c18 avformat/http: Initialize .str based default for AV_OPT_TYPE_STRING types 9 years ago
Ganesh Ajjanagadde 47af5db721 all: fix enum definition for large values 9 years ago
Vittorio Giovara f53583ea6e omadec: Fix position of opening parenthesis 9 years ago