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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-24h264: factor out parsing the reference count into a separate fileAnton Khirnov
2016-04-24h264: stop testing whether the reference count changes in ff_set_ref_count()Anton Khirnov
2016-04-24h264: move reading direct_spatial_mv_pred out of ff_set_ref_count()Anton Khirnov
2016-04-24h264_parser: switch to h2645_parse for NAL unescapingAnton Khirnov
2016-04-24h264_mp4toannexb_bsf: do not fail on annex B extradataAnton Khirnov
2016-04-21libx264: Forbid inverted Stereo3D modeVittorio Giovara
2016-04-21libx264: Allow Stereo3D monoscopic valueVittorio Giovara
2016-04-21build: Silence the lcov-reset targetDiego Biurrun
2016-04-21libavformat: Update the comment about AVOutputFormat flagsMartin Storsjö
2016-04-21movenc: Handle pts == NOPTS when autoflushingMartin Storsjö
2016-04-19movenc: Update a comment to reflect how the code actually behavesMartin Storsjö
2016-04-19img2enc: Refactor the atomic renaming codeLuca Barbato
2016-04-19ape: Avoid undefined behaviourLuca Barbato
2016-04-19indeo3: Avoid undefined behaviourLuca Barbato
2016-04-19libxvid: Create extradata in init using a dummy frameDerek Buitenhuis
2016-04-19pixfmt: fix wrong commentThomas Guillem
2016-04-19Generate the lists of enabled protocols/bsfs from configure.Anton Khirnov
2016-04-15hwcontext: initialize sw_format in av_hwframe_ctx_alloc()Anton Khirnov
2016-04-15lavc: move the vaapi encoders further down in the list of codecsAnton Khirnov
2016-04-15vaapi_h265: Add -qp option, use it to replace use of -global_qualityMark Thompson
2016-04-15vaapi_h265: Add constant-bitrate encode supportMark Thompson
2016-04-15vaapi_h264: Add encode quality option (for quality-speed tradeoff)Mark Thompson
2016-04-15vaapi_h264: Add -qp option, use it to replace use of -global_qualityMark Thompson
2016-04-15vaapi_encode: Add support for codec-local optionsMark Thompson
2016-04-15vaapi_h264: Add constant-bitrate encode supportMark Thompson
2016-04-15vaapi_encode: Refactor slightly to allow easier setting of global optionsMark Thompson
2016-04-15FATE: add an H.264 test with unescaped extradataAnton Khirnov
2016-04-15FATE: add an H.264 test with invalid reference listsAnton Khirnov
2016-04-12libavcodec: Document that encoders may use the framerate field in AVCodecContextMartin Storsjö
2016-04-12omx: Add support for zerocopy input of framesMartin Storsjö
2016-04-12omx: Add support for broadcom OMX on raspberry piMartin Storsjö
2016-04-12libavcodec: Add H264/MPEG4 encoders based on OpenMAX ILMartin Storsjö
2016-04-12mmaldec: Use imgutils.h for copying framesMartin Storsjö
2016-04-11testprogs: Add missing libm.h includesMartin Storsjö
2016-04-07build: Split test programs off into separate filesDiego Biurrun
2016-04-07build: Group declarations for hw-accelerated de-/encoding separatelyDiego Biurrun
2016-04-07build: miscellaneous cosmeticsDiego Biurrun
2016-04-07configure: cosmetics: Drop pointless end-of-line semicolonsDiego Biurrun
2016-04-06fate: Update DDS testsVittorio Giovara
2016-04-06dds: Simplify postprocessing checkVittorio Giovara
2016-04-06dds: Add support for alpha-only filesVittorio Giovara
2016-04-06dds: Add support for rgb555 filesVittorio Giovara
2016-04-04fate: Update Screenpresso testsVittorio Giovara
2016-04-04screenpresso: Correctly handle keyframesVittorio Giovara
2016-04-04screenpresso: Add extended pixel format supportVittorio Giovara
2016-04-04fate: Update RSCC testsVittorio Giovara
2016-04-04rscc: Add extended pixel format supportVittorio Giovara
2016-04-04nvenc_h264: Fix name of private AVClassDiego Biurrun
2016-04-03matroska: Write the field order informationLuca Barbato
2016-04-02vaapi_h264: Fix bit offset of slice data.Mark Thompson