32199 Commits (337aa17e61091500b95d6127c9ffd65d9086decb)

Author SHA1 Message Date
Niklesh 337aa17e61 avcodec/movtextdec: Add support for large boxes(>32 bit) 10 years ago
Michael Niedermayer d09321b68e avcodec/mpeg12dec: Fix chroma location 10 years ago
Urvang Joshi f99fed733d WebP encoder: extract out some methods into a separate helper library. 10 years ago
周晓勇 33e9473366 avcodec/mips: loongson fix bugs in mathops optimization 10 years ago
James Almer 40bf3687a1 libvpx: add support for yuv440p and yuv440p10/12 encoding 10 years ago
Carl Eugen Hoyos 209e91cbc4 lavc/qdrw: Do not fail decoding valid Quickdraw images. 10 years ago
Vittorio Giovara 265d884eb0 avcodec/vmnc: Add back adapted comment about 24bit 10 years ago
Michael Niedermayer b6ca7bfc7c avcodec/vmnc: Simplify "24bit" support 10 years ago
Michael Niedermayer 6d1935d1b9 avcodec/hevc: Remove unused variable 10 years ago
Michael Niedermayer 50965e0673 avcodec: add mathops test 10 years ago
Carl Eugen Hoyos eb0c08bc69 lavc/vmnc: Fix 32bit colour-space, there is no transparency. 10 years ago
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 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 7786a91b47 avcodec/flacenc: Move udata and sums to FlacSubframe 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
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 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
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 70c0433525 lavc: Print a warning if gray decoding was requested but not enabled. 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 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 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
Ronald S. Bultje 900e3af857 vp9: match another find_ref_mvs() bug in libvpx. 10 years ago
Ronald S. Bultje ccfb03ecc4 vp9: fix scaled motion vector clipping for sub8x8 blocks. 10 years ago
Ronald S. Bultje 68c1e91316 vp9: improve signbias 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 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