14739 Commits (c3b05d2159e9c2d78c62ef79c2cfcb90d766556d)

Author SHA1 Message Date
Reimar Döffinger 7a62ddb689 rtjpeg: check get_block return value for error. 13 years ago
Reimar Döffinger f6afacdb3b nuv: check per-frame header for validity. 13 years ago
Reimar Döffinger 785baa738a nuv: use FFALIGN. 13 years ago
Carl Eugen Hoyos 1484b5dec5 flicvideo: check extradata_size before accessing extradata. 13 years ago
Michael Niedermayer 5ace144fe0 fraps: check for overread. 13 years ago
K.Y.H 51f316a997 cook: fix apparent typo in extradata parsing 13 years ago
Anton Khirnov 488eec1044 lavc: update doxy to use nondeprecated API. 13 years ago
Mans Rullgard cc276c85d1 Make channel layout masks unsigned 13 years ago
Mans Rullgard 00a856e3f9 dca: ARMv6 optimised decode_blockcode() 13 years ago
Janne Grunau 117e2a30f2 frame-mt: return consumed packet size in ff_thread_decode_frame 13 years ago
Luca Barbato 7f1b427018 snow: split snow in snowdec and snowenc 13 years ago
Anton Khirnov 8b7412fe4e tiffenc: deprecate using compression_level 13 years ago
Ronald S. Bultje db431f7efe h264: add support for decoding planar RGB images. 13 years ago
Justin Ruggles c1848c4b26 pcmdec: remove unneeded resetting of samples pointer 13 years ago
Anton Khirnov 3eedd29bd7 bethsoftvideo: return proper consumed size for palette packets. 13 years ago
Anton Khirnov a94c769dad tiffenc: add a private option for selecting compression algorithm 13 years ago
Mans Rullgard 3a0b72dee0 ARM: remove needless .text/.align directives 13 years ago
Alex Converse 963f685535 aacdec: Fix PS in ADTS. 13 years ago
Justin Ruggles 0e8fdd41c2 dsputil: use cpuflags in x86 emu_edge_core 13 years ago
Justin Ruggles 395f2e70dd dsputil: use movups instead of movdqu in ff_emu_edge_core_sse() 13 years ago
Justin Ruggles 05d1e45d1f wma: initialize prev_block_len_bits, next_block_len_bits, and block_len_bits. 13 years ago
Mans Rullgard 85770d6e56 Add libavutil/mathematics.h #includes for INFINITY 13 years ago
Luca Barbato e97e5a2e02 doxy: introduce an empty structure in libavcodec 13 years ago
Mans Rullgard 8ee2b4672f ARM: add explicit .arch and .fpu directives to asm.S 13 years ago
Janne Grunau 0945eddec0 pthread: do not touch has_b_frames 13 years ago
Justin Ruggles a8fe9a7242 pthread: add some malloc failure checks 13 years ago
Justin Ruggles f3a29b750a avcodec: move some AVCodecContext fields to an internal struct. 13 years ago
Justin Ruggles 513b691955 avcodec: use av_opt_set() instead of deprecated av_set_string3() 13 years ago
Justin Ruggles fa9aeb82e2 avcodec: fix some const warnings 13 years ago
Justin Ruggles 86d3730360 avcodec: remove pointless AVOption, internal_buffer_count 13 years ago
Luca Barbato b7d939d998 cinepack: return non-generic errors 13 years ago
Michael Niedermayer a4009c6a9a cinepak: remove redundant coordinate checks 13 years ago
Michael Niedermayer 867b496681 cinepak: check strip_size 13 years ago
Michael Niedermayer d92fea2b14 cinepak, simplify, use AV_RB24() 13 years ago
Michael Niedermayer a2b51fe87c cinepak: simplify, use FFMIN() 13 years ago
Michael Niedermayer b55aa7df6b cinepak: Fix division by zero, ask for sample if encoded_buf_size is 0 13 years ago
Alex Converse bb4b0ad83b vp5: Fix illegal read. 13 years ago
Thierry Foucu e0966eb140 vp6: Fix illegal read. 13 years ago
Martin Storsjö 268fb3f985 mpegaudiodec: Don't use a nonexistent log context for av_dlog 13 years ago
Mike Melanson 747283a078 cinepak: Add another special case so that it can handle the following file: 13 years ago
Kostya Shishkov ffc638c283 lagarith: add some RGBA decoding support 13 years ago
Nathan Caldwell 39616fc307 lagarith: Add correct line prediction for RGB 13 years ago
Justin Ruggles f1d1516e55 cosmetics: indentation 13 years ago
Justin Ruggles 1158745a2d mpegaudiodec: init static tables in AVCodec.init_static_data() 13 years ago
Mans Rullgard 3f5d6a665a binkvideo: simplify and remove invalid shifts 13 years ago
Sebastien Zwickert ac3dbb4d58 hwaccel: OS X Video Decoder Acceleration (VDA) support. 13 years ago
Janne Grunau 29ae0565d9 vble: remove vble_error_close 13 years ago
Derek Buitenhuis c433a3f9a5 VBLE Decoder 13 years ago
Justin Ruggles b656c4d08e tta: use an integer instead of a pointer to iterate output samples 13 years ago
Justin Ruggles 5c210e2cb9 shorten: do not modify samples pointer when interleaving 13 years ago