14026 Commits (68900bf16bb4dda35cf5f2801ce72c15056f1939)

Author SHA1 Message Date
Stephen Hutchinson d10d60be68 avisynth: Compact AvxSynth's avoidance of 2.6's colorspaces. 11 years ago
Stephen Hutchinson 2c18bfe6af avisynth: Cosmetics 11 years ago
Stephen Hutchinson 1549122d26 avisynth: Change most of the comments to /* */ from // 11 years ago
Stephen Hutchinson bd97ba72dc avisynth: Introduce USING_AVISYNTH macro 11 years ago
Peter Ross 69a042ee95 mpegts: demux synchronous SMPTE 336M Key-Length-Value (KLV) metadata 11 years ago
Anton Khirnov feeafb4ada lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from shared objects 11 years ago
Anton Khirnov 2ba68dd044 lavf: remove unreliable timestamp guessing heuristic 11 years ago
Luca Barbato 53151723e3 avio: K&R formatting cosmetics 11 years ago
Derek Buitenhuis d206fd996b avio: Check for memory allocation failure of private data 11 years ago
Michael Niedermayer 2ef1e62c8d correct the AVOption documentation for AV_EF_CAREFUL 11 years ago
Michael Niedermayer 4307026243 avformat/utils: make "first_dts not matching first dts in the queue" message more informative 11 years ago
Michael Niedermayer 1e5271a9fd avformat/utils: do not override pts in h264 when they are provided from the demuxer 11 years ago
Michael Niedermayer d2db1bb7de avformat/http: dont fail with unknown Content-Encodings 11 years ago
Michael Niedermayer fcd08b7770 avformat/md5enc: add format, version and column headers 11 years ago
lemonlinger@gmail.com 2cf94485de avformat/rtpproto: when local rtp port and local rtcp port are not specified, try to make two successive ports and retry 3 times when failed 11 years ago
Michael Niedermayer ba8716df7f avformat/mp3dec: perform seek resync in the correct direction 11 years ago
Michael Niedermayer d04ec6ffc5 avformat/rmdec: english typos 11 years ago
Michael Niedermayer 6abb9eb525 avformat/wavdec: Fix smv packet interleaving 11 years ago
Michael Niedermayer aaf02f6ede avformat/rmdec: add some error messages 11 years ago
Michael Niedermayer f7106e00f7 avformat/rmdec: fix return code of ff_rm_parse_packet() 11 years ago
Michael Niedermayer 210afae0ba avformat/utils: Check size argument in ff_add_index_entry() 11 years ago
Michael Niedermayer 3ce7c62e1b avformat/framehash: add software version to framecrc/md5 11 years ago
James Almer c994b42830 lavf/adtsenc: Add support for APE tags 11 years ago
Clément Bœsch e01fba5562 movenc: Add an F4V muxer 11 years ago
Derek Buitenhuis b1fcdc08ce nut: Fix unchecked allocations 11 years ago
Derek Buitenhuis 55ae13e3de nut: Fix unchecked allocations 11 years ago
Michael Niedermayer 7e3e653618 avformat/bintext: protect against potential overflow of chars_per_frame 11 years ago
Nicolas George c4e6024adc lavf/tee: fix leak of bsfs array. 11 years ago
Nicolas George 5a12142aca lavf/tee: fix leak of select option. 11 years ago
Nicolas George 59f809e992 lavf/tee: fix leak of strdup/strtoked buffer. 11 years ago
Luca Barbato ea71aafd68 avio: Use AVERROR_PROTOCOL_NOT_FOUND 11 years ago
Paul B Mahol f5ed83c383 avformat/mxfdec; parse random index pack to get last partition offset and use it when footer partition offset is missing 11 years ago
Clément Bœsch 4189fe11ff avformat/vobsub: fix invalid sub queue access while seeking. 11 years ago
Michael Niedermayer 88d4ff4b5f avformat/utils: Check av_packet_new_side_data() return before using it 11 years ago
Michael Niedermayer eb5cc8febc avformat/oggparsespeex: Check for extradata allocation failure 11 years ago
Michael Niedermayer 2c1e075308 avformat/oggparseflac: check ff_alloc_extradata() return code 11 years ago
Michael Niedermayer b294a4beec avformat/oggparsecelt/celt_header: fix memleak 11 years ago
Michael Niedermayer baab248c49 avformat/network: check for fcntl() failure in ff_socket() 11 years ago
Michael Niedermayer 78e6f83ce0 avformat/au: add assert to help source code analyzers 11 years ago
Michael Niedermayer 6838e1f547 avformat/oggdec: favor av_freep() over av_free() 11 years ago
Michael Niedermayer d5ec8ba7f2 Do not leave positive values undefined when negative are defined as error 11 years ago
Michael Niedermayer fec6d547cc avformat/wtvdec: drop SHIFT_SECTOR_BITS() macro 11 years ago
Michael Niedermayer 5d2a83571b avformat/wtv: rename to wtv_common 11 years ago
Carl Eugen Hoyos 9860fb445a Fix decoding of G.726 in AIFF. 11 years ago
Carl Eugen Hoyos 6e65e34837 lavf/riff: Fix a comment. 11 years ago
Carl Eugen Hoyos 640c70ddc2 avformat: Use G726LE decoder for Sun AU files 11 years ago
Carl Eugen Hoyos 5b9f39860d Support 4k AVC-Intra in mov. 11 years ago
Luca Barbato 2b72f8ac32 wtv: Seek by sector properly 11 years ago
Paul B Mahol a688176535 avformat/flvdec: use avpriv_request_sample() 11 years ago
Dirk Farin 56cf6151ae avformat/hevcdec: add more irap cases to hevc_probe() 11 years ago