aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-27ARM: check for VFPv3Mans Rullgard
2011-05-27swscale: Remove unused variables in x86 code.Diego Biurrun
2011-05-27doc: Drop DJGPP section, Libav now compiles out-of-the-box on FreeDOS.Diego Biurrun
2011-05-27x86: Add appropriate ifdefs around certain AVX functions.Diego Biurrun
2011-05-27cmdutils: use sws_freeContext() instead of av_freep().Ronald S. Bultje
2011-05-27swscale: delay allocation of formatConvBuffer().Ronald S. Bultje
2011-05-27swscale: fix build with --disable-swscale-alpha.Ronald S. Bultje
2011-05-27movenc: Deprecate the global RTP hinting flag, use a private AVOption insteadMartin Storsjö
2011-05-27movenc: Add an AVClass for setting muxer specific optionsMartin Storsjö
2011-05-27swscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions.Ronald S. Bultje
2011-05-27configure: report yasm/nasm presence properlyLuca Barbato
2011-05-27tcp: make connect() timeout properlyLuca Barbato
2011-05-27rawdec: factor video demuxer definitions into a macro.Anton Khirnov
2011-05-27rtspdec: add initial_pause private option.Anton Khirnov
2011-05-27lavf: deprecate AVFormatParameters.width/height.Anton Khirnov
2011-05-27tty: add video_size private option.Anton Khirnov
2011-05-27rawdec: add video_size private option.Anton Khirnov
2011-05-27x11grab: add video_size private option.Anton Khirnov
2011-05-27x11grab: factorize returning error codes.Anton Khirnov
2011-05-27vfwcap: add video_size private option.Anton Khirnov
2011-05-27v4l2: add video_size private option.Anton Khirnov
2011-05-27v4l2: factorize returning error codes.Anton Khirnov
2011-05-27libdc1394: add video_size private option.Anton Khirnov
2011-05-27libdc1394: return meaninful error codes.Anton Khirnov
2011-05-27bktr: add video_size private option.Anton Khirnov
2011-05-27bktr: factorize returning error codes.Anton Khirnov
2011-05-26id3v2: Check malloc result. ID3v2 tags can be very large.Alex Converse
2011-05-26id3v2: Initialize tflags for version 2.2.Alex Converse
2011-05-26ARM: add ARMv6 optimised av_clip_uintp2Mans Rullgard
2011-05-26ARM: remove volatile from asm statements in libavutil/intmathMans Rullgard
2011-05-26ARM: fix av_clipl_int32_arm()Mans Rullgard
2011-05-26v4l: include avdevice.hAnton Khirnov
2011-05-26ffserver: move close_connection() call to avoid a temporary string and copy.Mike Williams
2011-05-26lavf: initialize demuxer private options.Anton Khirnov
2011-05-26AVOptions: set string default values.Anton Khirnov
2011-05-26lavdevice: mark v4l for removal on next major bump.Anton Khirnov
2011-05-26swscale: fix compile on ppc.Ronald S. Bultje
2011-05-26swscale: fix compile on x86-32.Ronald S. Bultje
2011-05-26build: Remove generated .version file on distclean.Diego Biurrun
2011-05-26configure: Add -D_GNU_SOURCE to CPPFLAGS on OS/2.Diego Biurrun
2011-05-26doc: Drop hint at --enable-memalign-hack for MinGW, it is now autodetected.Diego Biurrun
2011-05-26ffplay: Remove disabled code.Diego Biurrun
2011-05-26Mark parameterless function declarations as 'void'.Diego Biurrun
2011-05-26swscale: use av_clip_uint8() in yuv2yuv1_c().Ronald S. Bultje
2011-05-26swscale: remove VOF/VOFW.Ronald S. Bultje
2011-05-26swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje
2011-05-26swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje
2011-05-26rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions.Ronald S. Bultje
2011-05-26swscale: reindent h[cy]scale_fast() and updateDitherTables().Ronald S. Bultje
2011-05-26swscale: reformat x86/swscale_template.c.Ronald S. Bultje