]> git.sesse.net Git - ffmpeg/history - libavfilter
cllc: Implement ARGB support
[ffmpeg] / libavfilter /
2012-08-09 Diego Biurrundoxygen: Fix function parameter names to match the...
2012-08-08 Mans Rullgardx86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
2012-08-05 Reinhard Tartlerlavfi: properly signal out-of-memory error in ff_filter...
2012-08-04 Derek Buitenhuiscosmetics: Fix a few switched periods and linebreaks
2012-08-03 Diego Biurrunx86: build: replace mmx2 by mmxext
2012-07-31 Diego Biurrunx86: yadif: Mark mmxext optimizations as such
2012-07-29 Justin Rugglesaf_asyncts: avoid overflow in out_size with large delta...
2012-07-29 Justin Rugglesaf_asyncts: add first_pts option
2012-07-28 Loren Merrittvf_hqdn3d: support 9 and 10bit colordepth
2012-07-28 Loren Merrittvf_hqdn3d: reduce intermediate precision
2012-07-28 Loren Merrittvf_hqdn3d: simplify and optimize
2012-07-28 Loren Merrittfactor identical ff_inplace_start_frame out of two...
2012-07-28 Loren Merrittvf_hqdn3d: cosmetics
2012-07-28 Anton Khirnovlavfi: bump minor to mark stabilizing the ABI.
2012-07-27 Justin Ruggleslavfi: better channel layout negotiation
2012-07-25 Anton Khirnovvf_yadif: unset cur_buf on the input link.
2012-07-25 Anton Khirnovvf_overlay: ensure the overlay frame does not get leaked.
2012-07-25 Michael Niedermayervf_overlay: prevent premature freeing of cur_buf
2012-07-25 Diego Biurrunavfilter: Fix printf format string conversion specifier
2012-07-23 Ronald S. Bultjelavfi: place x86 inline assembly under HAVE_INLINE_ASM.
2012-07-22 Anton Khirnovbuffersrc: check ff_get_audio_buffer() for errors.
2012-07-22 Anton Khirnovlavfi: check all ff_get_video_buffer() calls for errors.
2012-07-22 Anton Khirnovlavfi: check all avfilter_ref_buffer() calls for errors.
2012-07-22 Anton Khirnovvf_select: avoid an unnecessary avfilter_ref_buffer().
2012-07-22 Anton Khirnovbuffersrc: avoid creating unnecessary buffer reference
2012-07-22 Anton Khirnovlavfi: use avfilter_unref_bufferp() where appropriate.
2012-07-22 Anton Khirnovvf_fps: add more error checks.
2012-07-22 Anton Khirnovvf_fps: fix a memleak on malloc failure.
2012-07-22 Anton Khirnovlavfi: check all ff_start_frame/draw_slice/end_frame...
2012-07-22 Anton Khirnovlavfi: add error handling to end_frame().
2012-07-22 Anton Khirnovlavfi: add error handling to draw_slice().
2012-07-22 Anton Khirnovlavfi: add error handling to start_frame().
2012-07-22 Ronald S. Bultjeyadif: use emms_c() instead of inline assembly for...
2012-07-21 Ronald S. Bultjelavfi: use const for AVFilterPad declarations in all...
2012-07-20 Anton Khirnovlavfi: unref AVFilterLink.out_buf in ff_end_frame().
2012-07-20 Anton Khirnovlavfi: unref AVFilterLink.cur_buf in ff_end_frame().
2012-07-20 Anton Khirnovvsrc_testsrc: avoid an unnecessary avfilter_ref_buffer().
2012-07-20 Anton Khirnovvf_slicify: clear AVFilterLink.cur_buf in start_frame().
2012-07-20 Anton Khirnovvf_settb: simplify start_frame().
2012-07-20 Anton Khirnovvf_fieldorder: don't give up its own reference to the...
2012-07-20 Anton Khirnovvf_pad: don't give up its own reference to the output...
2012-07-20 Anton Khirnovvf_overlay: don't access a buffer reference that's...
2012-07-20 Anton Khirnovvf_drawtext: don't give up its own reference to the...
2012-07-20 Anton Khirnovvf_gradfun: don't store two pointers to one AVFilterBuf...
2012-07-20 Anton Khirnovvf_delogo: don't store two pointers to one AVFilterBuff...
2012-07-20 Anton Khirnovvf_aspect: clear AVFilterLink.cur_buf in start_frame().
2012-07-20 Robert Nagylavfi: add avfilter_unref_bufferp()
2012-07-09 Anton Khirnovlavfi: add error handling to filter_samples().
2012-07-09 Anton Khirnovasplit: don't leak the input buffer.
2012-07-09 Anton Khirnovaf_resample: fix request_frame() behavior.
2012-07-09 Anton Khirnovaf_asyncts: fix request_frame() behavior.
2012-07-08 Justin Ruggleslavr: Use AV_SAMPLE_FMT_NONE to auto-select the interna...
2012-07-06 Anton Khirnovaf_amix: avoid spurious EAGAIN.
2012-07-06 Anton Khirnovaf_amix: return AVERROR(EAGAIN) when request_frame...
2012-07-06 Anton Khirnovaf_amix: only consider negative return codes as errors.
2012-07-04 Mans Rullgardlavfi: reclassify showfiltfmts as a TESTPROG
2012-07-04 Diego BiurrunClarify Doxygen comment for FF_API_* #defines.
2012-07-03 Diego Biurruncosmetics: Consistently use C-style comments with multi...
2012-07-03 Diego Biurrunmisc typo and wording fixes
2012-07-03 Mans Rullgardx86: lavfi: fix gradfun/yadif build with mmx/sse disabled
2012-07-02 Mans Rullgardvf_yadif: move x86 init code to x86/yadif.c
2012-07-02 Mans Rullgardvf_gradfun: move x86 init code to x86/gradfun.c
2012-06-26 Anton Khirnovavfiltergraph: shut up uninitialized variable warning.
2012-06-26 Anton Khirnovaf_join: initialize a variable to shut up gcc warning.
2012-06-26 Anton Khirnovamix: fix format specifier for AVFilterLink.sample_rate.
2012-06-26 Anton Khirnovlavfi: make filters less verbose.
2012-06-26 Anton Khirnovlavfi: reorder AVFilterLink fields.
2012-06-26 Anton Khirnovlavfi: reorder AVFilterContext fields.
2012-06-26 Anton Khirnovlavfi: reorder AVFilter fields.
2012-06-26 Anton Khirnovlavfi: reorder AVFilterBufferRef fields.
2012-06-26 Anton Khirnovlavfi: reorder AVFilterBuffer fields.
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_FILTERS_PUBLIC cruft
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LIN...
2012-06-26 Anton Khirnovlavfi: use proper FF_API guards for different deprecate...
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME...
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_SAMPLERATE64 cruft
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_GRAPH_AVCLASS cruft
2012-06-26 Anton Khirnovlavfi: remove 'opaque' parameter from AVFilter.init()
2012-06-22 Alex Converselavfi: Add the af_channelmap audio channel mapping...
2012-06-22 Anton Khirnovlavfi: add join audio filter.
2012-06-22 Anton Khirnovlavfi: allow audio filters to request a given number...
2012-06-22 Anton Khirnovlavfi: support automatically inserting the fifo filter...
2012-06-22 Anton Khirnovlavfi/audio: eliminate ff_default_filter_samples().
2012-06-21 Anton Khirnovlavfi/audio: don't set cur_buf in ff_filter_samples().
2012-06-21 Anton Khirnovlavfi/fifo: add audio version of the fifo filter.
2012-06-21 Anton Khirnovfifo: fix parenthesis placement.
2012-06-21 Anton Khirnovlavfi: rename vf_fifo.c -> fifo.c
2012-06-18 Justin Rugglesaf_amix: allow float planar sample format as input
2012-06-18 Justin Rugglesaf_amix: use AVFloatDSPContext.vector_fmac_scalar()
2012-06-15 Janne Grunauaf_resample: fix format modifier in debug string for...
2012-06-13 Anton Khirnovlavfi/audio: use av_samples_copy() instead of custom...
2012-06-13 Anton Khirnovavfiltergraph: remove a redundant call to avfilter_get_...
2012-06-13 Anton Khirnovlavfi: allow building without swscale.
2012-06-13 Anton Khirnovlavfi: replace AVFilterContext.input/output_count with...
2012-06-13 Anton Khirnovlavfi: make AVFilterPad opaque after two major bumps.
2012-06-13 Anton Khirnovlavfi: add avfilter_pad_get_type() and avfilter_pad_get...
2012-06-13 Anton Khirnovlavfi: make avfilter_get_video_buffer() private on...
2012-06-12 Anton Khirnovlavfi: add channelsplit audio filter.
2012-06-12 Alex Converseavfilter: Log an error if avfilter fails to configure...
2012-06-10 Anton Khirnovvf_libopencv: add missing headers.
next