18803 Commits (8dfb13ea59f87365f407dfe4fc196b50e3fad92b)

Author SHA1 Message Date
Michael Niedermayer 5612359501 ffv1: add a minor version field beginning with ffv1.3 13 years ago
Reimar Döffinger 069cf86d32 Fix side-data memleak also for audio. 13 years ago
Gwenole Beauchesne 58e1032d8f vaapi: mpeg2: fix slice_vertical_position calculation. 13 years ago
Gwenole Beauchesne 9cb150c9ab hwaccel: mpeg2: decode first field, if requested. 13 years ago
Reimar Döffinger e9841505d2 Allow setting CODEC_FLAG2_CHUNKS via the name "chunks". 13 years ago
Reimar Döffinger 5012c07336 Support detecting and demuxing EIA-608 subtitles in mov. 13 years ago
Michael Niedermayer 50ec8a2acd mpeg4videodec: Force quant_precision to stay within the valid range. 13 years ago
Michael Niedermayer 59edf33f7b wmalosslessdec: rawpcm_tile fixes to keep get_bits() values within defined range. 13 years ago
Michael Niedermayer d0212bb032 wmalosslessdec: channel residues can be 32 bit thus need _long bitreader. 13 years ago
Michael Niedermayer a931d87727 mpeg12dec: Prevent f_code from becoming invalid. 13 years ago
Michael Niedermayer 6c3d6a214c alsdec: Check k used for rice decoder. 13 years ago
Michael Niedermayer 192efcf768 h264_ps: check log2_max_frame_num for validity. 13 years ago
Michael Niedermayer 2d0b4bc4cf rv34: Fix check_slice_end() handling of 0 bits left case 13 years ago
Michael Niedermayer 6c249392fa mpeg4videodec: make sure f/b_code are not invalid values. 13 years ago
Michael Niedermayer 6560fa390e get_bits: check the number of bits parameter through av_assert2() 13 years ago
Michael Niedermayer 20676711fe vc1: fix incorrect show_bits() usage. 13 years ago
Michael Niedermayer d3b0fb1048 put_bits: add av_assert2() to check out of array writes. 13 years ago
Reimar Döffinger 4395c058d2 dcaenc: Allow encoding without specifying a channel_layout. 13 years ago
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
Martin Storsjö 1428527581 cosmetics: Clean up the tiffenc pix_fmts declaration to match the style of others 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Michael Niedermayer bd128e9bff exr: fix mixed declaration and statements. 13 years ago
Martin Storsjö 6d27d8b1dd cosmetics: Convert mimic.c to utf-8 13 years ago
Reimar Döffinger 439c3d5bcc nellymoserenc: fix crash due to memsetting the wrong area. 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