19578 Commits (1f9bc3104afd98054c1b0f7b407e8791436c8aa0)

Author SHA1 Message Date
Paul B Mahol 1f9bc3104a sanm: remove code duplication 13 years ago
Paul B Mahol 3b9dd906d1 sanm: replace conditions in for loops with more common version 13 years ago
Nicolas George 8b421fad24 dpx: sanitize aspect ratio. 13 years ago
Martin Storsjö 70a1c8000f vp8: loopfilter >=sse2 functions need aligned stack on x86-32. 13 years ago
Ronald S. Bultje c51838478c amr: remove shift out of the AMR_BIT() macro. 13 years ago
Ronald S. Bultje 723b266d72 dsputilenc: group yasm and inline asm function pointer assignment. 13 years ago
Diego Biurrun 2047e40e6e Clarify Doxygen comment for FF_API_* #defines. 13 years ago
Ronald S. Bultje 89b81a1c88 mpegvideo: remove VLAs 13 years ago
Mans Rullgard 25accf93ad flacdec: move lpc filter to flacdsp 13 years ago
Mans Rullgard 4a8528349f flacdec: split off channel decorrelation as flacdsp 13 years ago
Mans Rullgard 87466f8124 flacdec: factor out code setting avctx->sample_fmt 13 years ago
Mans Rullgard d155b60fc8 flac: make FLAC_CHMODE_* constants consecutive 13 years ago
Mans Rullgard 93e7ef9a24 flacdec: allocate sample buffers with av_malloc 13 years ago
Mans Rullgard 0da301e105 flacdec: remove curr_bps from FLACContext 13 years ago
Mans Rullgard 360aa2465a flacenc: add option for forcing stereo decorrelation mode 13 years ago
Michael Niedermayer 5eb4af6c59 snow: move init code that depends on picture paramaters to after these parameters are known. 13 years ago
Michael Niedermayer 93d672967d video_get_buffer: return ENOMEM instead of -1 on malloc failure 13 years ago
Michael Niedermayer f339ebc1ff lavc/utils: print error message on get_buffer related errors 13 years ago
Michael Niedermayer 6ea973fc4c avcodec_align_dimensions2: support 12 & 14 bit planar colorspaces 13 years ago
Michael Niedermayer 4251a0b84c imgconvert: add planar RGB formats to pix_fmt_info 13 years ago
Michael Niedermayer 6ca8ef5189 imgconvert: add yuv 9,10,12,14 bit planar YUV formats to pix_fmt_info 13 years ago
Diego Biurrun 4051be6f50 anm: fix a few Doxygen comments 13 years ago
Diego Biurrun 09f211987c misc typo and wording fixes 13 years ago
Ronald S. Bultje 3389545157 snow: remove a VLA used for edge emulation 13 years ago
Paul B Mahol 5d171b1f47 jvdec: check if there is enough data 13 years ago
Paul B Mahol f8a81755c2 jvdec: remove redundant check 13 years ago
Paul B Mahol 1bc9e4c5b2 jvdec: remove buf_size 13 years ago
Paul B Mahol 1c638cfc25 jvdec: stop reading partial palette 13 years ago
Michael Niedermayer 114f82ee7e jvdec: check that the video_size fits in the packet. 13 years ago
Ronald S. Bultje cbd9b2f918 snow: remove the runs[] VLA. 13 years ago
Martin Storsjö 4d8516fdb1 snow: Check mallocs at init 13 years ago
Michael Niedermayer 6671c40038 h264pred: assert that depth is supported 13 years ago
Michael Niedermayer 9c995fe19a h264dsp: assert that depth is supported 13 years ago
Michael Niedermayer 5a1bbb3af0 dsputil: assert that depth is supported 13 years ago
Stefano Sabatini ab7dbdc92c lavc/rawdec: add assertion check in raw_decode() 13 years ago
Stefano Sabatini 17a54f5de8 lavc/rawdec: prefer constant AVPALETTE_SIZE over 256*4 13 years ago
Michael Niedermayer 4330b8bba2 h264: sps: handle more profiles 13 years ago
Michael Niedermayer 9091ba9dfa h264: add support for constraint_set4_flag / constraint_set5_flag 13 years ago
Michael Niedermayer b2527d5d5a Revert "alsdec: remove dead assignments" 13 years ago
Michael Niedermayer bafa1c7f38 h264: add avpriv_h264_has_num_reorder_frames() 13 years ago
Mans Rullgard 4719ea7e1e flacdec: remove redundant setting of avctx->sample_fmt 13 years ago
Michael Niedermayer 2278a3e5f7 vc1dsp: use av_assert2 13 years ago
Michael Niedermayer 2ceaffc627 resample2: use av_assert() 13 years ago
Mans Rullgard 58e57c3052 snow: remove VLA in mc_block() 13 years ago
Michael Niedermayer fbdb205968 wmaenc: dont mess with the bitrate. 13 years ago
Ronald S. Bultje 33bb63cb3e snow: remove a VLA. 13 years ago
Kostya Shishkov edf35d8342 MS ATC Screen (aka MSS3) decoder 13 years ago
Martin Storsjö fc31508e3a roqvideo: Remove a totally unused dspcontext 13 years ago
Mans Rullgard 779f8bc24e smacker: remove some unused code 13 years ago
Mans Rullgard d55e5e6bae dsicin: remove dead assignment 13 years ago