72308 Commits (57d9788d1b06eb4a410ce27f3b589fdc847a21d5)
 

Author SHA1 Message Date
Michael Niedermayer c720b9ce98 avcodec/golomb: get_ur_golomb_jpegls: Fix reading huge k values 10 years ago
MrBoogs 4f2fcac290 avformat/hlsenc: do not append an endlist tag when the stream ends 10 years ago
MrBoogs 572a8292cb avformat/hlsenc: Add hls flag for starting a playlist with a discontinuity on startup 10 years ago
MrBoogs 8fd01b4a79 avformat/hlsenc: Add hls flag for rounding m3u8 durations to whole numbers, problems with floats on some devices 10 years ago
Michael Niedermayer b6fcb2bb6d avcodec/flacdec: Attempt to auto-detect old buggy flac 10 years ago
Carl Eugen Hoyos 83356cf6cc lavc/vc1: Never decode vc1 as gray if gray decoding was not enabled. 10 years ago
Carl Eugen Hoyos ee8c18387d lavf/mpeg: Do not detect unknown audio in Hikvision streams as alaw. 10 years ago
Carl Eugen Hoyos 70c0433525 lavc: Print a warning if gray decoding was requested but not enabled. 10 years ago
Carl Eugen Hoyos 2acc065653 lavf/wav: Read files >4G if no smaller filesize was written. 10 years ago
Carl Eugen Hoyos 2608f11863 lavf/wav: Print an error if files >4G are written. 10 years ago
Carl Eugen Hoyos 101f26e758 lavc/h263: Set color_range for gray decoding. 10 years ago
Carl Eugen Hoyos 4d8bd60ac6 lavc/vc1: Set color_range for gray decoding. 10 years ago
Carl Eugen Hoyos caa41d1e4c lavf/mov: Tell users about the use_absolute_path option. 10 years ago
Carl Eugen Hoyos 1eda55510a lavc/qdrw: Fix overwrite when reading invalid Quickdraw images. 10 years ago
Carl Eugen Hoyos e609cfd697 lavc/flac: Fix encoding and decoding with high lpc. 10 years ago
Carl Eugen Hoyos 38f5a266ee lavc/flacdec: Sanitize FLACSTREAMINFO usage. 10 years ago
Michael Niedermayer 488383afd1 avformat/avidec: add mp2 to the list of exceptions instead of generally treating dshow_block_align==1 special 10 years ago
Michael Niedermayer b87dd7f82d ffmpeg: only apply last picture flush code at EOF 10 years ago
Michael Niedermayer 8e3b1f259e avfilter/buffersink: return EOF if closed link in av_buffersink_get_frame_flags() 10 years ago
Michael Niedermayer bd8f2fa525 Merge commit '732dd658687bd9a2e5c622e38c481825b57af250' 10 years ago
Michael Niedermayer 3fb726c6b4 avcodec/aacenc: use < 0 instead of != 0 for error checks 10 years ago
Michael Niedermayer 2580bae54a avcodec/j2kenc: Use ret < 0 instead of ret != 0 for error checks 10 years ago
Michael Niedermayer da4ef13cb2 avformat/mux: use <0 instead of != 0 for error check of init_muxer() 10 years ago
Ronald S. Bultje 900e3af857 vp9: match another find_ref_mvs() bug in libvpx. 10 years ago
Timothy Gu 732dd65868 doc: Add $branch to FATE config template 10 years ago
Ronald S. Bultje ccfb03ecc4 vp9: fix scaled motion vector clipping for sub8x8 blocks. 10 years ago
Michael Niedermayer f8598cefe9 avdevice/v4l2: Fix vertical alignment in list_formats() output 10 years ago
Michael Niedermayer 50393bce31 avformat/mov: Fix parsing short loci 10 years ago
Michael Niedermayer 9e4f0cfc8f avformat/mov: Print reason of loci parsing failure 10 years ago
anatolschwarz 77cc0d5b59 ffmpeg: Support preserving the source key frame timings 10 years ago
Ronald S. Bultje 68c1e91316 vp9: improve signbias check. 10 years ago
Michael Niedermayer 3a91a07f15 ffmpeg: Remove another unneeded ost->filter_graph check 10 years ago
Michael Niedermayer 3051e7fa71 avcodec/hevc: Fix typo in num_entry_point_offsets check 10 years ago
Michael Niedermayer c64b2d480b avcodec/libtheoraenc: Check for av_malloc failure 10 years ago
Ronald S. Bultje 32b6d31ef3 vp9: don't allow compound references if error_resilience is enabled. 10 years ago
Ronald S. Bultje 5de142d316 vp9: clamp segmented lflvl before applying ref/mode deltas. 10 years ago
Ronald S. Bultje c81677e9b7 vp9: reset loopfilter mode/ref deltas on keyframe. 10 years ago
Ronald S. Bultje 88126916c8 vp9: fix crash when playing back 440/440 content with width%64<56. 10 years ago
Ronald S. Bultje 3e634e3e98 vp9: extend loopfilter workaround for vp9 h/v mix-up to work for 422. 10 years ago
Michael Niedermayer e6ec65d2d3 avformat/rtsp: print a debug level note if time parsing fails 10 years ago
Michael Niedermayer ff1d85b0ed avcodec/svq1dec: Remove duplicate buf_size check 10 years ago
Michael Niedermayer fc624ec9ba avcodec/dcadec: Check active_bands 10 years ago
Michael Niedermayer 0f3e6959bf avcodec/dcadec: Check scale table index 10 years ago
Michael Niedermayer ade8a46154 avcodec/sonic: More completely check sample_rate_index and channels 10 years ago
Michael Niedermayer c131a9fead avcodec/sonic: check memory allocations 10 years ago
Michael Niedermayer cdd25f9a3d avcodec/smvjpegdec: check avcodec_decode_video2() return code 10 years ago
Michael Niedermayer 294469416d avcodec/shorten: More complete pred_order check 10 years ago
Michael Niedermayer 2d15588124 avcodec/shorten: Fix code depending on signed overflow behavior 10 years ago
Michael Niedermayer d201becfc0 avcodec/shorten: Check skip_bytes() 10 years ago
Michael Niedermayer c347f75d6b avcodec/put_bits: Remove dead code in put_bits() 10 years ago