]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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...
2011-05-24 Stefano Sabatinivsrc_buffer.h: add file doxy
2011-05-24 Stefano Sabatinivsrc_buffer: tweak error message in init()
2011-05-24 Anton Khirnovmsmpeg4: reindent.
2011-05-24 Anton Khirnovlavc: remove msmpeg4v1 encoder.
2011-05-24 Justin Rugglesac3enc: add channel coupling support
2011-05-23 Diego Biurrunconfigure: Add -U__STRICT_ANSI__ to CPPFLAGS on Cygwin...
2011-05-23 Justin Rugglesaacdec: fix typo in scalefactor clipping check
2011-05-23 Ronald S. Bultjefate: fix fate-h264-conformance-frext-pph10i4-panasonic...
2011-05-23 Ronald S. Bultjefate: update 9/10bit refs.
2011-05-23 Felipe Contrerash264: Properly set coded_{width, height} when parsing...
2011-05-23 Dave Yeox86 asm: Add SECTION_TEXT to dct32_sse.asm.
2011-05-23 Kieran KunhyaFix 9/10 bit in swscale.
2011-05-22 Martin Storsjöffmpeg: Don't trigger url_interrupt_cb on the first...
2011-05-22 Martin Storsjöavoptions: Check the return value from av_get_number
2011-05-22 Loren Merrittdct32_sse: eliminate some spills
2011-05-22 Vitor SessakFix dct32() compilation with --disable-yasm
2011-05-21 Anton Khirnovffmpeg: get rid of the -vglobal option.
2011-05-21 Vitor Sessakdct32: Add AVX implementation of 32-point DCT
2011-05-21 Vitor Sessakdct32: Change pass 6 permutation to allow for AVX imple...
2011-05-21 Vitor Sessakdct32: port SSE 32-point DCT to YASM
2011-05-21 Diego Biurrunmultiple inclusion guard cleanup
2011-05-21 Can Wuavio: document buffer must created with av_malloc(...
2011-05-21 Can Wuavio: check AVIOContext malloc failure
2011-05-21 Clément Bœschswscale: point out an alternative to sws_getContext
2011-05-21 Ronald S. Bultjesvq3: Do initialization after parsing the extradata
next