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-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-09mss3: use standard zigzag tableKostya Shishkov
2012-07-09mss3: split DSP functions that are used in MTS2(MSS4) into separate fileKostya Shishkov
2012-07-09motion-test: do not use getopt()Anton Khirnov
2012-07-09mpeg12: switch to av_assertMichael Niedermayer
2012-07-09mpeg12enc: switch to av_assertMichael Niedermayer
2012-07-09Show hyphen in codec tag.Carl Eugen Hoyos
2012-07-09libx264: support aspect ratio switchingJULIAN GARDNER
2012-07-09exr: support for reading pixelAspectRatioPaul B Mahol
2012-07-09tiffenc: PIX_FMT_YUV440P supportPaul B Mahol
2012-07-09sgidec: add CODEC_CAP_DR1Paul B Mahol
2012-07-09sgidec: remove redundant argument from read_uncompressed_sgi()Paul B Mahol
2012-07-09g723_1: add CODEC_CAP_DR1Paul B Mahol
2012-07-09exr: add CODEC_CAP_DR1Paul B Mahol
2012-07-09dpx: add CODEC_CAP_DR1Paul B Mahol
2012-07-09sgidec: fix off by 1 error that tested a sample too far for oob.Michael Niedermayer
2012-07-08mpegaudioenc: use av_assertMichael Niedermayer
2012-07-08sanm: make use of dsputilPaul B Mahol
2012-07-08aacdec: correct "audio config changed" warning messageMichael Niedermayer
2012-07-08latm: fix initialization on some streams when no extradata is availableHendrik Leppkes
2012-07-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-07x86: h264_intrapred: use newly introduced SPLAT* and PSHUFLW macrosLoren Merritt
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-06x86: h264_intrapred: Don't add the 'd' suffix to the SPLATB_REG macroMartin Storsjö
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