72283 Commits (a45cf639e6fb8c86aff91a00970060cd0be401c9)
 

Author SHA1 Message Date
Niklesh b44a55ad2d Fix movtext crashes caused due to lack of proper bounds checking 10 years ago
Michael Niedermayer b8e7f2b277 avcodec/flacenc: Support Multi dimensional quantization 10 years ago
wm4 3efe0393e4 hevc: make avcodec_decode_video2() fail if get_format() fails 10 years ago
Vittorio Giovara 7046bd9bc9 lavfi: Move avcodec header to the only filter needing it 10 years ago
Vittorio Giovara eafbc6716c vmnc: Delay pixel size check 10 years ago
Michael Niedermayer 215410860f avcodec/flacenc: Mark pointers/array arguments const which are not changed 10 years ago
Michael Niedermayer 5dfcb4f74d avcodec/flacenc: Simplify md5 calculation code by using AV_WL24() 10 years ago
Michael Niedermayer 710abaf2c5 avutil/pixfmt: Improve ascii art showing the meaning of the AVChromaLocation values 10 years ago
Michael Niedermayer 7786a91b47 avcodec/flacenc: Move udata and sums to FlacSubframe 10 years ago
Michael Niedermayer df5e408d32 fate: Add test for -exact_rice_parameters 1 10 years ago
Michael Niedermayer 80f9d6e0ab avcodec/flacenc: Support calculating rice parameters exactly 10 years ago
Michael Niedermayer d3dcd28812 avcodec/flacenc: Do not copy unused udata array -> 5x faster calc_rice_params() 10 years ago
Michael Niedermayer d0ac2f59aa avcodec/golomb: Remove disabled and broken code 10 years ago
Michael Niedermayer 8ea9334b31 avcodec/mss2: use < 0 instead of != 0 to check for error of vlc initialization 10 years ago
Michael Niedermayer b0322e4a9e ffmpeg_opt: Compensate for DTS/PTS difference in seeking when its based on DTS 10 years ago
Steve Borho b012bd5068 libavcodec/x265: detect csps in libx265_encode_init_csp() 10 years ago
Michael Niedermayer 4b0f78ad1f avcodec/snow_dwt: Remove ff_ prefix from ff_spatial_idwt_init() and ff_spatial_idwt_slice() 10 years ago
Michael Niedermayer c6bf27d59b avcodec/hevc_cabac: Rename ff_hevc_transform_skip_flag_decode() to hevc_transform_skip_flag_decode() 10 years ago
Michael Niedermayer 0c0d1a4ef2 avfilter/avfiltergraph: Rename ff_avfilter_graph_config_pointers to graph_config_pointers. 10 years ago
Michael Niedermayer e32d832a82 avformat/mxfenc: Set horizontal chroma subsample value from pixel format if available 10 years ago
Michael Niedermayer 58afb3128b avformat/mxfenc: Set the component depth from the pixel format if available 10 years ago
Michael Niedermayer 451be676f3 Merge remote-tracking branch 'rbultje/vp9-bugfixes' 10 years ago
Michael Niedermayer 66f4b1e9c4 cmdutils: Fix sign error in display matrix auto-rotation code 10 years ago
Michael Niedermayer 57e38043de ffmpeg: Do not copy the display matrix if rotation meta-data is manually added 10 years ago
Michael Niedermayer 14c4b25158 avcodec/golomb: fix reading huge signed rice golomb values 10 years ago
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