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
2013-05-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-24framemd5_class and md5enc_class may not be identical.Reimar Döffinger
2013-05-24Fix compilation with --disable-everything --enable-filter=dctdnoizCarl Eugen Hoyos
2013-05-24Fix compilation with --disable-everything --enable-muxer=vc1Thilo Borgmann
2013-05-24lavfi/blend: add yuv(j)411pPaul B Mahol
2013-05-24vformat/wtvenc: fix doxygen commentsMichael Niedermayer
2013-05-24avformat/wtvdec: fix doxygen commentsMichael Niedermayer
2013-05-24avformat/jvdec: fix doxygen commentsMichael Niedermayer
2013-05-24avformat/gif: remove unneeded doxygen commentMichael Niedermayer
2013-05-24avfilter/vf_drawtext: Fix doxygen commentMichael Niedermayer
2013-05-24avutil/bprint: Fix doxygen commentsMichael Niedermayer
2013-05-24cmdutils: print slice threading flag in -filters.Clément Bœsch
2013-05-24avfilter: remove av_opt_set_defaults() from process_options()Michael Niedermayer
2013-05-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-24lavfi/field, il, noise: use av_pix_fmt_count_planes()Paul B Mahol
2013-05-24Merge commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f'Michael Niedermayer
2013-05-24Merge commit '2a6eaeaa85d17b27ee0dd449183ec197c35c9675'Michael Niedermayer
2013-05-24Merge commit '90f9a5830b5d332de7ebb1ab45589f1870cbd65d'Michael Niedermayer
2013-05-24cpu: Include common.h for av_popcount64Martin Storsjö
2013-05-24Merge commit 'e69222c50755030eef921e899e38b71a111093d9'Michael Niedermayer
2013-05-24Merge commit 'e9e5a1bdc769a7225ab0d4f8b33bcacc6496bd68'Michael Niedermayer
2013-05-24lavu/opencl: remove semi-colon from macro.Clément Bœsch
2013-05-24Merge commit 'b493847df4ff8ce46f258749e4a3f304696b34c1'Michael Niedermayer
2013-05-24vf_fade: support slice threadingAnton Khirnov
2013-05-24vf_yadif: support slice threadingAnton Khirnov
2013-05-24lavfi: add a slice threading infrastructureAnton Khirnov
2013-05-24Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov
2013-05-24w32pthreads: move from lavc to compat/Anton Khirnov
2013-05-24doxy: enable TYPEDEF_HIDES_STRUCTAnton Khirnov
2013-05-24Monkey's Audio old versions FATE testsKostya Shishkov
2013-05-24h264_parser: Set field_order and picture_structure.Yusuke Nakamura
2013-05-24avcodec: Add picture structure information to AVCodecParserContext.Yusuke Nakamura
2013-05-24Changelog: add entry for the S302m encoderMichael Niedermayer
2013-05-24s302menc: unbreak compilationPaul B Mahol
2013-05-24s302menc: fix bits_per_raw_sample for 21, 22 & 23 casePaul B Mahol
2013-05-24lavc/codec_desc: SMPTE 302M is not lossyPaul B Mahol
2013-05-23escape124: switch to init_get_bits8()Paul B Mahol
2013-05-23escape124: pass context to av_log()Paul B Mahol
2013-05-23libaacplus: return meaningful error codesPaul B Mahol
2013-05-23libaacplus: cosmetics: fix indentationPaul B Mahol
2013-05-23libaacplus: move profile check above, simplifies code a littlePaul B Mahol
2013-05-23tools/patcheck: fix misdetection with stuff like const_namesMichael Niedermayer
2013-05-23doc/filters: fix wording of color option in testsrc filters.Clément Bœsch
2013-05-23lavfi/testsrc: make nb_decimals available only in testsrc.Clément Bœsch
2013-05-23lavfi/testsrc: move color options to the color scope filter definition.Clément Bœsch
2013-05-23avcodec/libfaac: fallback to a supported bitrate if the requested is not supp...Michael Niedermayer
2013-05-23avformat/mtv: remove empty commentsMichael Niedermayer
2013-05-23avcodec/mpegvideo: remove empty commentsMichael Niedermayer
2013-05-23postproc/postprocess_template: remove empty commentsMichael Niedermayer
2013-05-23s302m encoderDarryl Wallace