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
2015-08-21Add support for Audible AA filesVesselin Bontchev
2015-08-21ffmpeg: Use correct codec_id for av_parser_change() checkMichael Niedermayer
2015-08-21ffmpeg: Check av_parser_change() for failureMichael Niedermayer
2015-08-21avcodec/h264_mp4toannexb_bsf: Reorder operations in nal_size checkMichael Niedermayer
2015-08-21ffmpeg: Check for RAWVIDEO and do not relay only on AVFMT_RAWPICTUREMichael Niedermayer
2015-08-21ffmpeg: check avpicture_fill() return valueMichael Niedermayer
2015-08-21avfilter: add video vectorscope filterPaul B Mahol
2015-08-21avcodec/metasound_data: comment out unused variableGanesh Ajjanagadde
2015-08-20graph2dot: use avfilter_pad_get_name accessor functionAndreas Cadhalpun
2015-08-20api-seek-test: first versionLudmila Glinskih
2015-08-20avcodec/aacsbr_fixed: remove unused variableGanesh Ajjanagadde
2015-08-20avformat/webmdashenc: fix uninitialized variableGanesh Ajjanagadde
2015-08-20doc/indevs: Remove non-existent decklink option examplesLou Logan
2015-08-20avformat/ftp: use correct enum typeGanesh Ajjanagadde
2015-08-20lavf/mpeg: Allow users to force audio codec MLP.Carl Eugen Hoyos
2015-08-20avformat/mux: Update sidedata in ff_write_chained()Michael Niedermayer
2015-08-20lavf/ftp: implement move and delete callbacksMariusz SzczepaƄczyk
2015-08-19configure: Check for CoreServices/CoreServices.h and make vda+viedotoolbox de...Michael Niedermayer
2015-08-19*/version.h: Add note/recommandition about bumping majorMichael Niedermayer
2015-08-19MAINTAINERS: add myself as a docs maintainerLou Logan
2015-08-19doc/indevs: add various missing optionsLou Logan
2015-08-19avfilter: add showfreqs filterPaul B Mahol
2015-08-19checkasm: x86: properly save rdx/edx in checked_call()Henrik Gramner
2015-08-19checkasm: Explicitly declare function prototypesHenrik Gramner
2015-08-19fate: rename -error option to -error_rate.Ronald S. Bultje
2015-08-19swscale: refactor vertical scalerPedro Arthur
2015-08-19libavcodec/qsvdec.c: the ff_get_format() missed at refactoring has been restoredIvan Uskov
2015-08-19vaapi: drop unused include.Gwenole Beauchesne
2015-08-19vaapi: fix usage of invalid buffer ids.Gwenole Beauchesne
2015-08-19vaapi: streamline public context structure.Gwenole Beauchesne
2015-08-19vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI).Gwenole Beauchesne
2015-08-19avcodec/qsvenc: Added PicTiming SEISven Dueking
2015-08-19libavformat/matroskaenc.c: fix small memory leaks on errorNeil Birkbeck
2015-08-19avfilter/vf_histogram: make it possible to pick color components for levels modePaul B Mahol
2015-08-19lavfi: fix compilation with FF_API_OLD_FILTER_OPTS=0.Ronald S. Bultje
2015-08-19fate: Force simple idct for fate-asf-repldataMichael Niedermayer
2015-08-19doc/indevs: fix fbdev typosLou Logan
2015-08-18swscale: Fixed typosPedro Arthur
2015-08-18swscale: fixed compiler warningsPedro Arthur
2015-08-18swscale: add license headers and copyrightsPedro Arthur
2015-08-18libx264: Add option to force IDR framesDerek Buitenhuis
2015-08-18lavu: disable wrong value check in get_version() upon api bump.Ronald S. Bultje
2015-08-18lavc: move vdpau decoders under FF_API_VDPAU.wm4
2015-08-18lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU.Ronald S. Bultje
2015-08-18Prepare for removal of obsolete FF_IDCT_* members.Ronald S. Bultje
2015-08-18mpeg4video: use ff_dlog instead of av_log under debug&FF_DEBUG_PTS.Ronald S. Bultje
2015-08-18configure: force -mconsole when linking SDL under MinGWStephen Hutchinson
2015-08-18Undeprecate av_opt_set_defaults2().Ronald S. Bultje
2015-08-18lavc: fix compilation with FF_API_XVMC.Ronald S. Bultje
2015-08-18options: mark av_get_{int,double,q} as deprecated.Ronald S. Bultje