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
2015-01-01avformat/flvdec: Increase string array sizeMichael Niedermayer
2015-01-01avformat/flvdec: do not inject dts=0 metadata packets which failed to be pars...Michael Niedermayer
2015-01-01avformat/flvdec: add several error messages to error conditionsMichael Niedermayer
2015-01-01ffplay: dump format before selecting streamsMarton Balint
2015-01-01ffplay: add support for stream specifiers in -ast, -vst, -sst optionsMarton Balint
2015-01-01ffplay: remove unused no_background from videostateMarton Balint
2015-01-01ffplay: remove flushed state from decoder contextMarton Balint
2015-01-01avfilter/vf_idet: Add 9, 12 and 14 bit pixel formatsMichael Niedermayer
2015-01-01avfilter/vf_idet: Use frame_requested instead of prevMichael Niedermayer
2015-01-01avformat/cdxl: Fix integer overflow of image_sizeMichael Niedermayer
2014-12-31x86/swr: disable pack_8ch functions on msvc/icl x86_32James Almer
2014-12-31x86/swr: add missing alignment check to pack_6ch functionsJames Almer
2014-12-31avcodec/loco: check the init_get_bits8() return codeMichael Niedermayer
2014-12-31avcodec/loco: use enum for mode variableMichael Niedermayer
2014-12-31doc/filters: document bit-depth independent cropdetect limitMichael Niedermayer
2014-12-31avcodec/loco: Support LOCO reference encoder with odd widthMichael Niedermayer
2014-12-31x86/swr: add SSE2/AVX pack_8ch functionsJames Almer
2014-12-31avfilter/vf_cropdetect: adjust Default threshold based on bit depthMichael Niedermayer
2014-12-31avfilter/vf_yadif: add >8bit planar rgb formatsMichael Niedermayer
2014-12-30ffprobe: Support extracting the number of reference framesMichael Niedermayer
2014-12-30avfilter/vf_uspp: clear AVPacket to not leave uninitialized memoryMichael Niedermayer
2014-12-30fate: add a fate-filter-framepack ruleClément Bœsch
2014-12-30avfilter/framepack: use FF_CEIL_RSHIFT()Clément Bœsch
2014-12-30avfilter/vf_cropdetect: extend limit to cover 16bit pixel formatsMichael Niedermayer
2014-12-30avfilter/vf_cropdetect: fix ; typosMichael Niedermayer
2014-12-30avfilter/vf_cropdetect: support 9-16bit planar formatsMichael Niedermayer
2014-12-30avfilter/vf_cropdetect: Unroll 3 & 4 bytes per sample loopMichael Niedermayer
2014-12-30avfilter/vf_cropdetect: Unroll 1byte per sample loopMichael Niedermayer
2014-12-30avfilter/vf_cropdetect: add RGB & RGBA supportMichael Niedermayer
2014-12-30Merge commit '8d54bacb789c7d37ca3cf48d9ac13083ad0c1ba7'Michael Niedermayer
2014-12-30Merge commit 'b91a5757fcbf723da99b05b298a6f820271dbc2b'Michael Niedermayer
2014-12-30Merge commit '50036c30df83b609bc5a95276f1287f8b9b8bdd6'Michael Niedermayer
2014-12-30Fix decoding for little endian Aja Kona 10-bit RGB.Carl Eugen Hoyos
2014-12-30dashenc: Remove some stray double spacesMartin Storsjö
2014-12-30dashenc: Fix writing of timelines that don't start at t=0Martin Storsjö
2014-12-30fate: Use bitexact conversions in the dpxparser testMartin Storsjö
2014-12-29libavformat/cdxl: fix duration in case of overflowMichael Niedermayer
2014-12-29avutil/rational: Check that av_reduce() returns values within the requested maxMichael Niedermayer
2014-12-29avcodec/ituh263enc: Check den==0 in ff_h263_aspect_to_info()Michael Niedermayer
2014-12-29avcodec/ffwavesynth: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-29avformat/mux: 2 subtitle packets could have the same DTSMichael Niedermayer
2014-12-28libavformat/segment.c: Add strftime expansion for segment filename templatesPedro E. M. Brito
2014-12-28Fix R10k blue channel output.Carl Eugen Hoyos
2014-12-28doc/ffmpeg.texi: document the new -sdp_file optionSimon Thelen
2014-12-28avdevice/dshow: Remove unneeded NULL checksMichael Niedermayer
2014-12-28avdevice/dshow: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-28avdevice/dv1394: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-28avfilter/vf_cropdetect: add max_outliers parameterMichael Niedermayer
2014-12-28ffmpeg: Use av_freep(), avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-28ffmpeg: add sdp_file optionSimon Thelen