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
2011-06-19Drop git- prefix from version labelsMans Rullgard
2011-06-19Use the contents of RELEASE as version fallback instead of 'UNKNOWN'Reinhard Tartler
2011-06-19path64/open64: filter out unsupported flagsMans Rullgard
2011-06-19Add Release NotesReinhard Tartler
2011-06-19sipr: Drop unused DSPContextAlex Converse
2011-06-19sipr: include string.h for mem*()Alex Converse
2011-06-19sipr: Use memmove() to copy overlapped buffers.Alex Converse
2011-06-19h264: drop some ugly castsAlex Converse
2011-06-19lavf: prevent crash in av_open_input_file() if ap == NULL.Ronald S. Bultje
2011-06-18more Changelog additionsReinhard Tartler
2011-06-18lavf: add a forgotten NULL check in convert_format_parameters().Anton Khirnov
2011-06-18Fix build if yasm is not available.Ronald S. Bultje
2011-06-18H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.Daniel Kang
2011-06-17lavc: add opt_find to AVCodecContext class.Anton Khirnov
2011-06-16h264: Complexify frame num gap shortening codeAlexander Strange
2011-06-16intreadwrite.h: fix AV_RL32/AV_RB32 signedness.Uoti Urpala
2011-06-16Fix decoding of mpegts streams with h264 video that does *NOT* have b framesMike Scheutzow
2011-06-16Add minor bumps and APIChanges entries for lavf private options.Anton Khirnov
2011-06-16ffmpeg: deprecate -vc and -tvstdAnton Khirnov
2011-06-16ffmpeg: use new avformat_open_* API.Anton Khirnov
2011-06-16ffserver: use new avformat_open_* API.Anton Khirnov
2011-06-16ffprobe: use new avformat_open_* API.Anton Khirnov
2011-06-16ffplay: use new avformat_open_* API.Anton Khirnov
2011-06-16cmdutils: add opt_default2().Anton Khirnov
2011-06-16dict: add AV_DICT_APPEND flag.Anton Khirnov
2011-06-16lavf: add avformat_write_header() as a replacement for av_write_header().Anton Khirnov
2011-06-16Deprecate av_open_input_* and remove their uses.Anton Khirnov
2011-06-16lavf: add avformat_open_input() as a replacement for av_open_input_*Anton Khirnov
2011-06-16AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov
2011-06-16AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context.Anton Khirnov
2011-06-16ffmpeg: don't abuse a global for passing frame size from input to outputAnton Khirnov
2011-06-16ffmpeg: don't abuse a global for passing pixel format from input to outputAnton Khirnov
2011-06-16ffmpeg: initialise encoders earlier.Anton Khirnov
2011-06-16ffmpeg: merge output_codecs array into AVOutputStream members.Anton Khirnov
2011-06-16rtpenc_latm: Consistently use "Libav" in license boilerplate.Diego Biurrun
2011-06-16rtsp: Don't pass string pointer as format string to ff_url_joinMartin Storsjö
2011-06-16mmsh: fixed printf injection bug in mmsh requestKirill Zorin
2011-06-16codec-regression: remove pointless -r options for dnxhdAnton Khirnov
2011-06-16ac3enc: use correct alignment and length in channel coupling dsp functions.Justin Ruggles
2011-06-15ffmpeg: don't abuse a global for passing framerate from input to outputAnton Khirnov
2011-06-15ffmpeg: don't abuse a global for passing channels from input to outputAnton Khirnov
2011-06-15ffmpeg: don't abuse a global for passing samplerate from input to outputAnton Khirnov
2011-06-15ARM: update ff_h264_idct8_add4_neon for 4:4:4 changesMans Rullgard
2011-06-15swscale: use SwsContext for av_log when availableJanne Grunau
2011-06-15swscale: Remove HAVE_MMX from files that are only compiled with MMX enabled.Diego Biurrun
2011-06-15swscale: Fix compilation with --disable-mmx2.Diego Biurrun
2011-06-15swscale: remove misplaced comment.Ronald S. Bultje
2011-06-14ffmpeg: fix streaming to ffserver.Ronald S. Bultje
2011-06-14swscale: split out RGB48 output functions from yuv2packed[12X]_c().Ronald S. Bultje
2011-06-14build: move vpath directives to main MakefileMans Rullgard