]> git.sesse.net Git - ffmpeg/history - libavfilter
alsdec: fix misplaced parentheses.
[ffmpeg] / libavfilter /
2012-09-17 Anton Khirnovavfiltergraph: silence an uninitialized variable warning
2012-09-17 Anton Khirnovbuffersrc: add const to the AVFrame* argument of av_buf...
2012-09-17 Mans Rullgardlavfi: replace empty input/output lists with null pointers
2012-09-09 Luca Barbatoyadif: cosmetics
2012-09-07 Anton Khirnovaf_asyncts: check return value from lavr when flushing.
2012-09-04 Martin Storsjöavopt: Explicitly store rational option defaults in...
2012-09-04 Martin Storsjöavopt: Explicitly store float/double option defaults...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_FLAGS in the...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-08-31 Martin StorsjöRename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_*
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-30 Diego Biurrunavfilter: x86: Use more precise compile template names
2012-08-27 Martin Storsjövf_hqdn3d: Remove a duplicate inline declaration
2012-08-27 Martin Storsjövf_hqdn3d: Don't declare the loop variable within the...
2012-08-26 Loren Merrittvf_hqdn3d: x86 asm
2012-08-26 Loren Merrittvf_hqdn3d: support 16bit colordepth
2012-08-24 Anton KhirnovAVOptions: store defaults for INT64 options in int64...
2012-08-16 Martin StorsjöAdd missing includes for code relying on external libraries
2012-08-16 Martin StorsjöAdd more missing includes after removing the implicit...
2012-08-15 Martin StorsjöAdd some more missing includes after removing the impli...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-13 Mans Rullgardx86: yadif: fix asm with suncc
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
next