Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-07vc1: implement frame interlaced b-frame header parsingHendrik Leppkes
2012-07-07celp_math: use av_assertMichael Niedermayer
2012-07-07cabac: use av_assertMichael Niedermayer
2012-07-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-06tiffenc: PIX_FMT_GRAY8A supportPaul B Mahol
2012-07-06tiffenc: PIX_FMT_GRAY16LE supportPaul B Mahol
2012-07-06tiffenc: merge common codePaul B Mahol
2012-07-06tiffenc: use av_get_bits_per_pixel() to get bppPaul B Mahol
2012-07-06tiffenc: use av_pix_fmt_descriptors to set bpp_tab[]Paul B Mahol
2012-07-06tiffenc: simplify calculation of bpp_tab_sizePaul B Mahol
2012-07-06mss3: add forgotten 'static' qualifier for private tableKostya Shishkov
2012-07-06bmv: add CODEC_CAP_DR1Paul B Mahol
2012-07-06lpc: use default number of passes when lpc_passes is invalidMichael Niedermayer
2012-07-06tiffdec: PIX_FMT_GRAY16LE supportPaul B Mahol
2012-07-06lavc: fix shared build after dnxhd merge.Nicolas George
2012-07-06add side data to indicate the amount of samples to skip at the begin and endMichael Niedermayer
2012-07-06paf: add forgotten CODEC_CAP_DR1Paul B Mahol
2012-07-06lavc: options: add planar names for request_sample_fmtMans Rullgard
2012-07-06flacdec: add planar output supportMans Rullgard
2012-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-05h264: print error on unsupported seperate color planesMichael Niedermayer
2012-07-05qdm2: remove broken and disabled dump_context() debug functionDiego Biurrun
2012-07-05x86: h264_intrapred: use newly introduced SPLAT* and PSHUFLW macrosDiego Biurrun
2012-07-05x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macrosLoren Merritt
2012-07-05x86: h264_intrapred: port to cpuflag macrosDiego Biurrun
2012-07-05h264: use templates to avoid excessive inliningMans Rullgard
2012-07-05Optimization of MP3 decoders for MIPSNedeljko Babic
2012-07-05Merge git://github.com/mjbshaw/FFmpeg-OpenJPEG-J2K-EncoderMichael Niedermayer
2012-07-05mpegvideo: Don't use ff_mspel_motion() for vc1Michael Niedermayer
2012-07-05vp8: Add ifdef guards around the sse2 loopfilter in the sse2slow branch tooMartin Storsjö
2012-07-05PAF demuxer and decoderPaul B Mahol
2012-07-05nut: add 12/14 bit yuv to nut/rawCarl Eugen Hoyos
2012-07-05sanm: remove code duplicationPaul B Mahol
2012-07-05sanm: replace conditions in for loops with more common versionPaul B Mahol
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-04dpx: sanitize aspect ratio.Nicolas George
2012-07-04vp8: loopfilter >=sse2 functions need aligned stack on x86-32.Martin Storsjö
2012-07-04amr: remove shift out of the AMR_BIT() macro.Ronald S. Bultje
2012-07-04dsputilenc: group yasm and inline asm function pointer assignment.Ronald S. Bultje
2012-07-04libopenjpegdec: add support for decoding YUV420/422/444P12/14Michael Bradshaw
2012-07-04libopenjpegenc: cosmetics: reorder pix_fmtsMichael Bradshaw
2012-07-04libopenjpegenc: add support for YUV420/422/444P12/14Michael Bradshaw
2012-07-04Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun
2012-07-04mpegvideo: remove VLAsRonald S. Bultje
2012-07-04flacdec: move lpc filter to flacdspMans Rullgard
2012-07-04flacdec: split off channel decorrelation as flacdspMans Rullgard
2012-07-04flacdec: factor out code setting avctx->sample_fmtMans Rullgard
2012-07-04flac: make FLAC_CHMODE_* constants consecutiveMans Rullgard
2012-07-04flacdec: allocate sample buffers with av_mallocMans Rullgard
2012-07-04flacdec: remove curr_bps from FLACContextMans Rullgard