30529 Commits (9fa056ba75c089b5120366ab7c5ce8cc4c5bd67a)

Author SHA1 Message Date
Vittorio Giovara 8dd0a2c5cf libopusenc: prevent an out-of-bounds read by returning early 10 years ago
Vittorio Giovara b09cf8afc5 libopusenc: check return value 10 years ago
Michael Niedermayer 29234f5681 vp7: fix checking vp7_feature_value_size() 10 years ago
Vittorio Giovara 68a35473ed 4xm: more thorought check for negative index and negative shift 10 years ago
Michael Niedermayer d03867c248 avcodec/dvbsubdec: av_assert* instead of assert() 10 years ago
James Almer 84ccc317ce x86/flacdsp: separate decoder and encoder dsp initialization 10 years ago
Michael Niedermayer 39dfe6801a avcodec/dvbsubdec: Cleanup on *malloc failure 10 years ago
Michael Niedermayer 9d6ad68fa4 avcodec/h264_parser: Avoid adding SEI to the global header 10 years ago
Michael Niedermayer e0c36f5825 avcodec/dvbsubdec: Fix 8bit non_mod case 10 years ago
Michael Niedermayer 2813dabdd4 avcodec/dvbsubdec: use av_freep() for saftey 10 years ago
Michael Niedermayer 6229f7823e avcodec/dvbsubdec: Add return code to save_subtitle_set() 10 years ago
Luca Barbato c9c7d59b7d tiff: Use av_mallocz_array 10 years ago
John Stebbins 1b66726906 h264_parser: don't stop on SPS_EXT in split 10 years ago
Michael Niedermayer 4cb9f1a774 h264_cabac: fix one fill_rectangle() indentation level 10 years ago
Vittorio Giovara 60b0551334 png_parser: fix size of chunk_lenght 10 years ago
Vittorio Giovara 443502aed8 dvbsubdec: move shared codepath 10 years ago
Vittorio Giovara 2383323661 dvbsubdec: improve error checking 10 years ago
Jernej Fijačko 1bdd21d975 dvbsubdec: add missing break 10 years ago
Michael Niedermayer a6defd1f5b hevc_cabac: decrease CABAC_MAX_BIN 10 years ago
Vittorio Giovara 9e9be5a20c hevc_mvs: prevent unitialized use 10 years ago
Changjiang Wei 6f2068e626 avcodec/hevc.c: for big negative mvy value, should wait line 0 of ref frame due to edge extending 10 years ago
Vittorio Giovara 0e1ebfebc8 4xm: drop unnecessary check 10 years ago
Michael Niedermayer 7c61e4b1a0 hpeldsp: Increase put_no_rnd_pixels_tab[][] size 10 years ago
Vittorio Giovara db71c4926d mjpegenc: fix argument size in encode_mb 10 years ago
Rong Yan cfaa233962 libavcodec/ppc/me_cmp.c : support little endian in sse8_altivec(), hadamard8_diff8x8_altivec() and hadamard8_diff16x8_altivec() 10 years ago
Rong Yan bb38cb14cc libavcodec/ppc/me_cmp.c : factorize little and big endian code 10 years ago
Vittorio Giovara f349f4b550 mpegvideo: fix size of array 10 years ago
Vittorio Giovara 898e9a24ef mpegvideo: check mpv return value 10 years ago
Michael Niedermayer fe27aeaeab mpeg12enc: increase declared size of block function argument 10 years ago
Martin Storsjö 52f954da75 libavcodec: Unconditionally build xiph.o 10 years ago
Michael Niedermayer 48efe9ec86 avcodec/utvideodec: Fix undefined behavior in shift 10 years ago
Michael Niedermayer 35dcc8a040 avcodec/lagarith: fix integer overflow 10 years ago
Michael Niedermayer 5dcb99033d avcodec/wmaprodec: Fix integer overflow in sfb_offsets initialization 10 years ago
Jon Morley 8c28a39c2c options_table.h: min value for colorspace is 0 (AVCOL_SPC_RGB) 10 years ago
Michael Niedermayer 7656c4c6e6 avcodec/utvideodec: fix assumtation that slice_height >= 1 10 years ago
Michael Niedermayer e981de81fe avcodec/lagarith: fix chroma plane width & height 10 years ago
Martin Storsjö 28396d17ff libfdk-aacdec: Support building with the latest version of fdk-aac 10 years ago
Michael Niedermayer f6a8c77afb avcodec/utils: Fix warning: comparison between enum foo and enum bar [-Wenum-compare] 10 years ago
Michael Niedermayer 9889b29ff4 avcodec/utils: make sidedata remapping table static const 10 years ago
Martin Storsjö b44a242c3d libfdk-aacdec: Support building with the latest version of fdk-aac 10 years ago
Lukasz Marek db2caf0a80 lavc/options: fix shallow copy context 10 years ago
Luca Barbato e3e317e0c0 lavc: Compact the side-data passthrough 10 years ago
Michael Niedermayer 55d592f7d9 avcodec/aacdec: Skip processing channel elements which have not been present 10 years ago
Michael Niedermayer f9fa560597 avcodec/aacenc: check input for NaN 10 years ago
Carl Eugen Hoyos e2e36a739d Fix make checkheaders for libavcodec/vorbis_parser.h. 10 years ago
Michael Niedermayer 960c573cc5 avcodec/mjpegdec: support pix fmt id 0x22111111 10 years ago
Rong Yan 79e0255956 libavcodec/ppc/hpeldsp_altivec.c : fix ff_put_pixels16_altivec() put_no_rnd_pixels16_xy2_altivec() put_no_rnd_pixels8_xy2_altivec() avg_pixels8_altivec() avg_pixels8_xy2_altivec() put_pixels16_xy2_altivec() put_pixels8_xy2_altivec() ff_avg_pixels16_altivec() for POWER LE 10 years ago
Michael Niedermayer b1c99f4c5f avcodec/aacdec: Add table of profile names 10 years ago
Michael Niedermayer 2daae445c0 avcodec/aacdec: print extension type when startcode debugging is on 10 years ago
Vittorio Giovara 199d9f995d mjpegdec: fix undefined shift 10 years ago