19810 Commits (f7e0c1854950b072dce4aa21053c1a344bf76c72)

Author SHA1 Message Date
Michael Niedermayer acb52d3228 h264: print error on unsupported seperate color planes 13 years ago
Diego Biurrun bb58c43c69 qdm2: remove broken and disabled dump_context() debug function 13 years ago
Diego Biurrun 878e669029 x86: h264_intrapred: use newly introduced SPLAT* and PSHUFLW macros 13 years ago
Loren Merritt 4d4752366f x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macros 13 years ago
Diego Biurrun d20f133ef9 x86: h264_intrapred: port to cpuflag macros 13 years ago
Mans Rullgard 28fff0d974 h264: use templates to avoid excessive inlining 13 years ago
Nedeljko Babic 6d74e3c6f2 Optimization of MP3 decoders for MIPS 13 years ago
Michael Niedermayer 18f2d5cb9c mpegvideo: Don't use ff_mspel_motion() for vc1 13 years ago
Martin Storsjö 07eeeb1d4f vp8: Add ifdef guards around the sse2 loopfilter in the sse2slow branch too 13 years ago
Paul B Mahol 7de4a16508 PAF demuxer and decoder 13 years ago
Carl Eugen Hoyos 73bb4e9ca6 nut: add 12/14 bit yuv to nut/raw 13 years ago
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
Michael Bradshaw d3b84fdccc libopenjpegdec: add support for decoding YUV420/422/444P12/14 13 years ago
Michael Bradshaw 713a7854e0 libopenjpegenc: cosmetics: reorder pix_fmts 13 years ago
Michael Bradshaw 7544ef7805 libopenjpegenc: add support for YUV420/422/444P12/14 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