18674 Commits (82ca1f800477c48d2195d5655cf5413d55a4ef6f)

Author SHA1 Message Date
Reimar Döffinger ecd7455e96 aacenc: Fix issues with huge values of bit_rate. 13 years ago
Michael Niedermayer 76e8b336cd proresenc_kostya: Mention likely ancestry in the license header. 13 years ago
Michael Niedermayer d40132dab3 proresenc_kostya: fix encoded mantissa. 13 years ago
Michael Niedermayer dd7d08ee89 proresenc_anatoly: fix encoded mantissa. 13 years ago
Michael Niedermayer e3b7079ddf adpcmenc: fix encoded s_0 value. 13 years ago
Michael Niedermayer ab553612e7 put_bits: switch assert to av_assert2() 13 years ago
Michael Niedermayer bd128e9bff exr: fix mixed declaration and statements. 13 years ago
Reimar Döffinger e8b1da007e nellymoserenc: fix crash due to memsetting the wrong area. 13 years ago
Anne Aaron fdf3a749d3 mpeg12: Do not change frame_pred_frame_dct flag and demote error into a warning 13 years ago
Thierry Foucu e0f30a567f s302m: Add Channle Layout for 6 channels 13 years ago
Michael Niedermayer f148537c41 exr: various cleanup and security related fixes 13 years ago
Michael Niedermayer 634c01bc18 exr: fix av_logs() 13 years ago
Jimmy Christensen b7ce3242f8 lavc: add a OpenEXR decoder 13 years ago
Carl Eugen Hoyos 76c79aa28f Support yuva444p rawvideo in nut. 13 years ago
Justin Ruggles bb0618e68b avcodec: remove avcodec_guess_channel_layout() 13 years ago
Justin Ruggles 5cc51a5847 avutil: Add av_get_default_channel_layout() 13 years ago
Diego Biurrun 0becb07842 h264: Factorize declaration of mb_sizes array. 13 years ago
Christophe GISQUET 6b81da2fd0 dsputil x86: use SSE float instruction instead of SSE2 integer equivalent 13 years ago
Christophe GISQUET cd88105f6f dsputil x86: remove deprecated parameter from scalarproduct_int16 prototype 13 years ago
Christophe GISQUET f9888520cc vp8dsp x86: perform rounding shift with a single instruction 13 years ago
Diego Biurrun e484265c97 aacenc: Mark deinterleave_input_samples argument as const. 13 years ago
Anton Mitrofanov 14af74e9a0 h264: fix 4:2:2 PCM-macroblocks decoding 13 years ago
Derek Buitenhuis 91dffb4c1d w32threads: Make pthread_cond_wait follow POSIX 13 years ago
Derek Buitenhuis 6da08c9986 w32threads: Make pthread_cond_wait follow POSIX 13 years ago
Michael Niedermayer c22fd9bd9c allcodecs: move libaacplus down. 13 years ago
Diego Biurrun 3dde147ff9 cosmetics: Consistently place static, inline and av_cold attributes/keywords. 13 years ago
Diego Biurrun d4f05ae3b6 sbrdsp: Use standard multiple inclusion guards. 13 years ago
Aneesh Dogra 6d21f49879 pcm: K&R formatting cosmetics 13 years ago
Michael Niedermayer a4e359a3f9 mpeg4: dont reset picture_num for xvid 13 years ago
Michael Niedermayer 3360b8517a h264: fix seeking in low delay streams without IDR 13 years ago
Piotr Bandurski 835a893bcb rawdec: Support fourccs YV16 and YV24 13 years ago
Michael Niedermayer 3c480f8a6c h264: fix incompatible pointer type warnings. 13 years ago
Michael Niedermayer e0541c7b5e dct-test: fix incompatible pointer types warning 13 years ago
Michael Niedermayer c450cf1572 libavcodec: be less picky on nonsense rc_max_rate / rc_buffer_size combinations. 13 years ago
Michael Niedermayer 178f75a5ae snow-test: fix pointer type warnings 13 years ago
Michael Niedermayer 6e1b0cdad9 fft-test: fix all pointer type warnings. 13 years ago
Michael Niedermayer 226671ee2f dsputil_mmx: fix scalarproduct prototypes 13 years ago
Michael Niedermayer b76a160ffa txd: Fix "set but not used" warning 13 years ago
Michael Niedermayer 6a052e64b5 direcdec: fix infinite loop 13 years ago
Michael Niedermayer 7c9d69360c lavc: check media type of the decoder before calling it. 13 years ago
Michael Niedermayer 5216245a2c indeo4: fix null ptr dereference 13 years ago
Michael Niedermayer d3db8988d5 indeo4: check that num_mbs matches 13 years ago
Michael Niedermayer 420d1df2e2 apedec: check bits <= 32. 13 years ago
Michael Niedermayer 3768445be8 tm2dec: fix overread 13 years ago
Aneesh Dogra c265b77b11 cavs: Remove unused code. 13 years ago
Michael Niedermayer f9143d2407 ividsp: prevent pointers from going outside and overreading. 13 years ago
Michael Niedermayer 12038ab16d ividsp: zero pitch so as not to overread 13 years ago
Michael Niedermayer 874ac0b1fd indeo5: change AVCodecContext w/h when internal ones change. 13 years ago
Michael Niedermayer a79af8e8cb dcttest: put ff_prores_idct_put_10_sse2_wrap under HAVE_YASM 13 years ago
Justin Ruggles 67aec401d8 libspeexdec: set frame size in libspeex_decode_init() 13 years ago