17209 Commits (c130428ab5a17911d0bfa11f804ec05e6f7a53e6)

Author SHA1 Message Date
Michael Niedermayer 0d5c810bd5 mpeg12dec: check uppercased codec_tag. 13 years ago
Aneesh Dogra 4cd0bdae9a sgidec: Use bytestream2 functions to prevent buffer overreads. 13 years ago
Reimar Döffinger 83b12c16af Use correct register size, fixes compilation with NASM. 13 years ago
Diego Biurrun e44c11e9fa cosmetics: Move static and inline attributes to more standard places. 13 years ago
Reimar Döffinger c4ba5198ea Fix leaking of side data. 13 years ago
Carl Eugen Hoyos 28002030f2 Support transparency in iff images. 13 years ago
Carl Eugen Hoyos 6ba74be511 Add CR/LF to a reget_buffer warning message. 13 years ago
Michael Niedermayer 44e191457a utils: check that parameters havnt changed in reget_buffer() 13 years ago
Michael Niedermayer 2422e8271c cabac_functions: fix license header, this wasnt developed in libav 13 years ago
Michael Niedermayer c834c7e39c 1000l commit forgotten cabac fix 13 years ago
Carl Eugen Hoyos 36397ea1c7 RGBA64 encoding with libopenjpeg. 13 years ago
Carl Eugen Hoyos ffd1017fb8 Gray16 encoding with libopenjpeg. 13 years ago
Baptiste Coudurier 89fc7e36c7 alacdec: support 32 bps 13 years ago
Michael Niedermayer 8d95eb6702 lavc: Prevent opening of experimental codecs if strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL. 13 years ago
Carl Eugen Hoyos dd55adb1a7 Support reading 64bit dpx images. 13 years ago
Carl Eugen Hoyos 0b1f20e23c Support reading 64bit sgi images. 13 years ago
Carl Eugen Hoyos 3fe4540b08 Support 64bit pam encoding. 13 years ago
Carl Eugen Hoyos c714cd3bd4 Support 64bit tiff images. 13 years ago
Martin Storsjö 57facb73ab libx264: Don't leave max_b_frames as -1 if the user didn't set it 13 years ago
Carl Eugen Hoyos 7c10d3ca2e Simplify 32bit RGB pam encoding. 13 years ago
Justin Ruggles faaebcdf6b targa: add support for rgb555 palette 13 years ago
Mans Rullgard 71b3a63e9c ARM: fix Thumb-mode simple_idct_arm 13 years ago
Mans Rullgard 5c5e1ea3cd ARM: 4-byte align start of all asm functions 13 years ago
Reimar Döffinger 4cef928ef7 j2kdec: Fix memleak, ensure cleanup is called also on error. 13 years ago
Clément Bœsch f2193569a5 8svx: fix memleak in iff-fibonacci fate test. 13 years ago
Carl Eugen Hoyos 2c90204598 Fix decoding of progressive jpgs with unusual pixel formats. 13 years ago
Diego Biurrun 55b9ef18e4 cabac: split cabac.h into declarations and function definitions 13 years ago
Diego Biurrun 0a60780c7f cabac: Mark ff_h264_mps_state array as static, it is only used within cabac.c. 13 years ago
Diego Biurrun 64d779f2f7 cabac: Remove ff_h264_lps_state array. 13 years ago
Alex Converse 4df30f7114 utils: Check for extradata size overflows. 13 years ago
Mans Rullgard 81dc6a2a3c ARM: rv34: fix asm syntax in dc transform functions 13 years ago
Janne Grunau 3547f8e8f8 rv34: fix and optimise frame dependency checking 13 years ago
Janne Grunau e1e369049e rv34: NEON optimised dc only inverse transform 13 years ago
Anton Khirnov f3d02a8b28 lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_I 13 years ago
Anton Khirnov a29c25a9b2 lavc: ifdef out parse_only AVOption 13 years ago
Anton Khirnov d54f1e6407 nellymoserdec: SAMPLE_FMT -> AV_SAMPLE_FMT 13 years ago
Anton Khirnov 0c71cc6526 mpegvideo_enc: ifdef out/replace references to deprecated codec flags. 13 years ago
Carl Eugen Hoyos 01616f12e2 Fix linesize for rawvideo in mov. 13 years ago
Carl Eugen Hoyos ef3a19d595 Fix compilation with yasm-0.6.2 13 years ago
Paul B Mahol 3e8a368b2b lavc: constify enums for .pix_fmts 13 years ago
Paul B Mahol bd36ec55be bmpdec: proper check for alpha 13 years ago
Kostya Shishkov 08bab32cf1 indeo4: add some missing static and const qualifiers 13 years ago
Christophe GISQUET 3faa303a47 rv34: DC-only inverse transform 13 years ago
Carl Eugen Hoyos 4093d130d1 Support encoding RGB48 with libopenjpeg. 13 years ago
Alex Converse b5fc571e4f latmdec: Check AudioSpecificConfig length before decoding extradata. 13 years ago
Michael Niedermayer 5387f9917f cabac: Try to disable problematic ASM for gcc-llvm 4.2.1 13 years ago
Paul B Mahol 8b87fd9825 bmpenc: support for BGRA 13 years ago
Michael Niedermayer 84d0fcf268 libmp3lame: It appears the buffer used is a bit too small. 13 years ago
Henrik Gramner e7d02b04dc fft: init functions with INIT_XMM/YMM. 13 years ago
Clément Bœsch ca1bae3983 timecode: support >24h timecode. 13 years ago