29863 Commits (08e2b0da2ca9b03630c38a878ce66d32301a9825)

Author SHA1 Message Date
Clément Bœsch ce8dc93aef avcodec/webvttdec: add some memory checks 11 years ago
Clément Bœsch 36c3a0167a avcodec/textdec: add some memory checks 11 years ago
Clément Bœsch 947a5111dd avcodec/subviewerdec: add some memory checks 11 years ago
Clément Bœsch 592716227c avcodec/srtdec: add some memory checks 11 years ago
Clément Bœsch 6a65da3a18 avcodec/samidec: add some memory checks 11 years ago
Clément Bœsch 8e7808b524 avcodec/realtextdec: add some memory checks 11 years ago
Clément Bœsch 27a9bee243 avcodec/mpl2dec: add some memory checks 11 years ago
Clément Bœsch e833b02f2f avcodec/movtextdec: add some memory checks 11 years ago
Clément Bœsch ac95b436db avcodec/microdvddec: add some memory checks 11 years ago
Clément Bœsch 4c85073044 avcodec/jacosubdec: add some memory checks 11 years ago
Clément Bœsch d210c0e777 avcodec/ass: add ff_ass_add_rect_bprint() helper 11 years ago
Hendrik Leppkes 36bf549b27 mlpdec: support TrueHD streams with an Atmos substream 11 years ago
Hendrik Leppkes ff34b2d6d3 mlpdec: support major sync headers with optional extension blocks 11 years ago
Michael Niedermayer 28dce3cdbc avcodec/alacenc: Remove unused variable 11 years ago
Christophe Gisquet 9950073655 alacenc: remove unneeded masking 11 years ago
Christophe Gisquet a084493535 alacenc: fix incorrect buffer use 11 years ago
Diego Biurrun 103391ca90 dca: Remove some commented-out cruft 11 years ago
James Almer 33c752be51 x86/me_cmp: port mmxext vsad functions to yasm 11 years ago
Michael Niedermayer 5c073bbb57 avcodec/dvdsubdec: fix VD/SD identifier name 11 years ago
James Almer 6edd6a4f00 avcodec/dv_profile: deprecate internal function that shouldn't be public 11 years ago
Pascal Massimino 4fd21d58a7 libavcodec/webp: treat out-of-bound palette index as translucent black 11 years ago
Gianluigi Tiesi 59af5383c1 avcodec/libilbc: support for latest git of libilbc 11 years ago
James Almer 77f9a81cca x86/me_cmp: combine sad functions into a single macro 11 years ago
Michael Niedermayer 41d82b85ab avcodec/x86/vp9lpf: Always include x86util.asm 11 years ago
Michael Niedermayer 85f2c0124d avcodec/x86/me_cmp: fix sad8xh 11 years ago
James Almer 0456d169c4 x86/me_cmp: port mmxext and sse2 sad functions to yasm 11 years ago
Gabriel Dume 45ff7c93dd dca: K&R formatting cosmetics 11 years ago
Michael Niedermayer 688a40b4ed avcodec/h264_sei: ff_h264_decode_sei: dont try to parse trailing zeroes 11 years ago
James Almer 91459bd320 avcodec: remove obsolete FF_API_DSPUTIL cruft 11 years ago
Michael Niedermayer 6beea6f017 avcodec/tiff: fix odd dimensioned yuv 11 years ago
Deb Mukherjee 04b0dda853 avcodec/libvpxdec: Adds decode support for formats other than 420 11 years ago
Clément Bœsch b24d74e44a avcodec/microdvddec: indent fix 11 years ago
Clément Bœsch fcfa3ebed1 avcodec/utils: remove avcodec_ prefix for internal symbol 11 years ago
Michael Niedermayer b227be34db avcodec/mjpegenc: the AMV encoder doesnt support yuv422 11 years ago
Clément Bœsch b96d864fd6 avcodec/mjpegdec: Fix chroma width rounding 11 years ago
Michael Niedermayer ceb2fe027f avcodec/bmp_parser: delay frame end detection to the next header or EOF 11 years ago
Michael Niedermayer 3c6d824b80 avcodec/bmp_parser: simplify 11 years ago
Michael Niedermayer b11d1889ef avcodec/bmp_parser: fix parsing a single bmp which has a fsize < its header 11 years ago
Michael Niedermayer 8572dbc5db avcodec/ac3en: use FF_ALLOC(Z)_ARRAY() 11 years ago
Michael Niedermayer 4a203b7737 avcodec/png_parser: Return the buffered data at the end 11 years ago
Michael Niedermayer a6153bde3d avcodec/pngdec: print the actual number of bytes left in the error case 11 years ago
Michael Niedermayer 3e56ae67d3 avcodec/h264: Use FF_ALLOCZ_ARRAY_OR_GOTO() 11 years ago
Michael Niedermayer 7258b5eb65 avcodec/dnxhdenc: Use FF_ALLOCZ_ARRAY_OR_GOTO() 11 years ago
Michael Niedermayer 743d489c9a avcodec/mpegvideo: Use FF_ALLOCZ_ARRAY_OR_GOTO() 11 years ago
Michael Niedermayer 6f48c60956 avcodec/twinvq: Use FF_ALLOC_ARRAY_OR_GOTO() 11 years ago
Michael Niedermayer c4a0c64f14 avcodec/aacenc: Use FF_ALLOCZ_ARRAY_OR_GOTO() 11 years ago
Michael Niedermayer 7fe59eeaaf avcodec/ac3enc_template: Use FF_ALLOC_ARRAY_OR_GOTO() 11 years ago
Michael Niedermayer 8b7a39d7ea avcodec/adpcmenc: Use FF_ALLOC_ARRAY_OR_GOTO() 11 years ago
Michael Niedermayer 35a9959aca avcodec/snow: make new_picture const 11 years ago
Gabriel Dume ee0ebd3c14 dv: K&R formatting cosmetics 11 years ago