19657 Commits (0e003d8c91b85a2ec49f7a653f9c6f93d025bf5a)

Author SHA1 Message Date
Kostya Shishkov 1f061da529 mss3: add forgotten 'static' qualifier for private table 13 years ago
Paul B Mahol 6936111d66 bmv: add CODEC_CAP_DR1 13 years ago
Michael Niedermayer 894319e010 lpc: use default number of passes when lpc_passes is invalid 13 years ago
Paul B Mahol 8f239412d8 tiffdec: PIX_FMT_GRAY16LE support 13 years ago
Nicolas George 8293a21a9c lavc: fix shared build after dnxhd merge. 13 years ago
Michael Niedermayer 9862cbd7a4 add side data to indicate the amount of samples to skip at the begin and end 13 years ago
Paul B Mahol c2cbe58cd4 paf: add forgotten CODEC_CAP_DR1 13 years ago
Mans Rullgard 0a19000da8 lavc: options: add planar names for request_sample_fmt 13 years ago
Mans Rullgard 784514a4a8 flacdec: add planar output support 13 years ago
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