]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2011-05-27 Martin Storsjömovenc: Add an AVClass for setting muxer specific options
2011-05-27 Ronald S. Bultjeswscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions.
2011-05-27 Luca Barbatoconfigure: report yasm/nasm presence properly
2011-05-27 Luca Barbatotcp: make connect() timeout properly
2011-05-27 Anton Khirnovrawdec: factor video demuxer definitions into a macro.
2011-05-27 Anton Khirnovrtspdec: add initial_pause private option.
2011-05-27 Anton Khirnovlavf: deprecate AVFormatParameters.width/height.
2011-05-27 Anton Khirnovtty: add video_size private option.
2011-05-27 Anton Khirnovrawdec: add video_size private option.
2011-05-27 Anton Khirnovx11grab: add video_size private option.
2011-05-27 Anton Khirnovx11grab: factorize returning error codes.
2011-05-27 Anton Khirnovvfwcap: add video_size private option.
2011-05-27 Anton Khirnovv4l2: add video_size private option.
2011-05-27 Anton Khirnovv4l2: factorize returning error codes.
2011-05-27 Anton Khirnovlibdc1394: add video_size private option.
2011-05-27 Anton Khirnovlibdc1394: return meaninful error codes.
2011-05-27 Anton Khirnovbktr: add video_size private option.
2011-05-27 Anton Khirnovbktr: factorize returning error codes.
2011-05-26 Alex Converseid3v2: Check malloc result. ID3v2 tags can be very...
2011-05-26 Alex Converseid3v2: Initialize tflags for version 2.2.
2011-05-26 Mans RullgardARM: add ARMv6 optimised av_clip_uintp2
2011-05-26 Mans RullgardARM: remove volatile from asm statements in libavutil...
2011-05-26 Mans RullgardARM: fix av_clipl_int32_arm()
2011-05-26 Anton Khirnovv4l: include avdevice.h
2011-05-26 Mike Williamsffserver: move close_connection() call to avoid a tempo...
2011-05-26 Anton Khirnovlavf: initialize demuxer private options.
2011-05-26 Anton KhirnovAVOptions: set string default values.
2011-05-26 Anton Khirnovlavdevice: mark v4l for removal on next major bump.
2011-05-26 Ronald S. Bultjeswscale: fix compile on ppc.
2011-05-26 Ronald S. Bultjeswscale: fix compile on x86-32.
2011-05-26 Diego Biurrunbuild: Remove generated .version file on distclean.
2011-05-26 Diego Biurrunconfigure: Add -D_GNU_SOURCE to CPPFLAGS on OS/2.
2011-05-26 Diego Biurrundoc: Drop hint at --enable-memalign-hack for MinGW...
2011-05-26 Diego Biurrunffplay: Remove disabled code.
2011-05-26 Diego BiurrunMark parameterless function declarations as 'void'.
2011-05-26 Ronald S. Bultjeswscale: use av_clip_uint8() in yuv2yuv1_c().
2011-05-26 Ronald S. Bultjeswscale: remove VOF/VOFW.
2011-05-26 Ronald S. Bultjeswscale: split chroma buffers into separate U/V planes.
2011-05-26 Ronald S. Bultjeswscale: replace formatConvBuffer[VOF] by allocated...
2011-05-26 Ronald S. Bultjergb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions.
2011-05-26 Ronald S. Bultjeswscale: reindent h[cy]scale_fast() and updateDitherTab...
2011-05-26 Ronald S. Bultjeswscale: reformat x86/swscale_template.c.
2011-05-26 Ronald S. Bultjeswscale: remove duplicate mmx/mmx2 functions if they...
2011-05-26 Ronald S. Bultjeswscale: remove if (c->dstFormat) branch from yuv2packe...
2011-05-26 Ronald S. Bultjeswscale: remove if(full_chr_int) from yuv2packed1().
2011-05-26 Ronald S. Bultjeswscale: remove if(accurate_rnd) branch from functions.
2011-05-26 Mike Williamsffserver: Fix a null pointer dereference as a result...
2011-05-26 Anton Khirnovlibdc1394: fix compilation.
2011-05-26 Anton Khirnovswscale: revive SWS_CPU_CAPS until next major bump.
2011-05-26 Diego Biurrunswscale: Remove commented-out printf cruft.
2011-05-26 Justin Rugglesac3enc: initialize all coefficients to zero.
2011-05-25 Stefano Sabatinidoc: create separate section for audio encoders
2011-05-25 Diego Biurrunswscale: Remove orphaned, commented-out function declar...
2011-05-25 Michael Niedermayerswscale: Eliminate rgb24toyv12_c() duplication.
2011-05-25 Alex ConverseRemove h263_msmpeg4 from MpegEncContext.
2011-05-25 Alex ConverseAPIchanges: Fill in git hash for fps_probe_size (30315a8)
2011-05-25 Alex Converseavformat: Add fpsprobesize as an AVOption.
2011-05-25 Martin Storsjöavoptions: Return explicitly NAN or {0,0} if the option...
2011-05-25 Martin Storsjörtmp: Reindent
2011-05-25 Martin Storsjörtmp: Don't try to do av_malloc(0)
2011-05-25 Anton Khirnovtty: replace AVFormatParameters.sample_rate abuse with...
2011-05-25 John StebbinsFix end time of last chapter in compute_chapters_end
2011-05-25 Anton Khirnovffmpeg: get rid of useless AVInputStream.nb_streams.
2011-05-25 Anton Khirnovffmpeg: simplify managing input files and streams
2011-05-25 Anton Khirnovffmpeg: purge redundant AVInputStream.index.
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.channel.
2011-05-25 Anton Khirnovlibdc1394: add a private option for channel.
2011-05-25 Anton Khirnovdv1394: add a private option for channel.
2011-05-25 Anton Khirnovv4l2: reindent.
2011-05-25 Anton Khirnovv4l2: add a private option for channel.
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.standard.
2011-05-25 Anton Khirnovv4l2: add a private option for video standard.
2011-05-25 Anton Khirnovv4l: add a private option for video standard.
2011-05-25 Anton Khirnovdv1394: add a private option for video standard.
2011-05-25 Anton Khirnovbktr: add a private option for video standard.
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.{channels,sample_rate}.
2011-05-25 Anton Khirnovrawdec: add sample_rate/channels private options.
2011-05-25 Anton KhirnovALSA: add channels and sample_rate private options.
2011-05-25 Anton Khirnovoss: add channels and sample_rate private options.
2011-05-25 Anton Khirnovsndio: add channels and sample_rate private options.
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.mpeg2ts_raw.
2011-05-25 Anton Khirnovmpegts: add compute_pcr option.
2011-05-25 Anton Khirnovlavf: add priv_class field to AVInputFormat.
2011-05-24 Mans Rullgardconfigure: enable memalign_hack automatically when...
2011-05-24 Ronald S. Bultjeswscale: unbreak the build on non-x86 systems.
2011-05-24 Ronald S. Bultjeswscale: remove if(bitexact) branch from functions.
2011-05-24 Ronald S. Bultjeswscale: remove if(canMMX2BeUsed) conditional.
2011-05-24 Ronald S. Bultjeswscale: remove swScale_{c,MMX,MMX2} duplication.
2011-05-24 Ronald S. Bultjeswscale: use emms_c().
2011-05-24 Ronald S. BultjeMove emms_c() from libavcodec to libavutil.
2011-05-24 Stefano Sabatinitiff: set palette in the context when specified in...
2011-05-24 Ilyartsp: use strtoul to parse rtptime and seq values.
2011-05-24 Alexandre Coluccipgssubdec: fix incorrect colors.
2011-05-24 Alexandre Coluccidvdsubdec: fix incorrect colors.
2011-05-24 Carl Eugen... ape: Allow demuxing of files with metadata tags.
2011-05-24 Ronald S. Bultjeswscale: remove dead macro WRITEBGR24OLD.
2011-05-24 Ronald S. Bultjeswscale: remove AMD3DNOW "optimizations".
2011-05-24 Ronald S. Bultjeswscale: remove duplicate code in ppc/ subdirectory.
2011-05-24 Ronald S. Bultjeswscale: remove duplicated x86/ functions.
2011-05-24 Ronald S. Bultjeswscale: force --enable-runtime-cpudetect and remove...
next