]> git.sesse.net Git - ffmpeg/history - libavfilter
hlsenc: use the correct AV_TIME_BASE macro
[ffmpeg] / libavfilter /
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.
2012-06-05 Anton Khirnovlavfi: remove request/poll and drawing functions from...
2012-06-05 Anton Khirnovlavfi: make avfilter_insert_pad and pals private on...
2012-06-05 Anton Khirnovlavfi: make formats API private on next bump.
2012-06-04 Anton Khirnovavfiltergraph: make some functions static.
2012-05-30 Justin Ruggleslavfi: amix: check active input count before calling...
2012-05-29 Janne Grunauavfilter: include required header file avfilter.h in...
2012-05-23 Justin Ruggleslavfi: add audio mix filter
2012-05-22 Anton Khirnovlavfi: fix comment, audio is supported now.
2012-05-22 Anton Khirnovlavfi: fix incorrect comment.
2012-05-22 Anton Khirnovlavfi: remove avfilter_null_* from public API on next...
2012-05-22 Anton Khirnovlavfi: remove avfilter_default_* from public API on...
2012-05-22 Mina Nagy Zakilavfi: deprecate default config_props() callback and...
2012-05-22 Anton Khirnovavfiltergraph: smarter sample format selection.
2012-05-22 Anton Khirnovasyncts: reset delta to 0 when it's not used.
2012-05-21 Justin Rugglesaf_resample: remove an extra space in the log output
2012-05-21 Justin Ruggleslavfi: add an audio split filter
2012-05-21 Justin Ruggleslavfi: rename vf_split.c to split.c
2012-05-18 Anton Khirnovlavfi: Add fps filter.
2012-05-18 Anton Khirnovlavfi: initialize pts to AV_NOPTS_VALUE when creating...
2012-05-15 Diego Biurrunavfilter: Move ff_get_ref_perms_string() to where it...
2012-05-15 Anton KhirnovAdd missing version bumps and APIchanges/Changelog...
2012-05-15 Anton Khirnovlavfi: move buffer management function to a separate...
2012-05-15 Anton Khirnovlavfi: move formats-related functions from default...
2012-05-15 Anton Khirnovlavfi: move video-related functions to a separate file.
2012-05-14 Anton Khirnovlavfi: add asyncts filter.
2012-05-14 Anton Khirnovlavfi: add aformat filter
2012-05-14 Anton Khirnovlavfi: add an audio buffer sink.
2012-05-14 Anton Khirnovlavfi: add an audio buffer source.
2012-05-14 Anton Khirnovbuffersrc: add av_buffersrc_write_frame().
2012-05-14 Anton Khirnovbuffersrc: fix invalid read in uninit if the fifo hasn...
2012-05-14 Anton Khirnovlavfi: rename vsrc_buffer.c to buffersrc.c
2012-05-14 Anton Khirnovavfiltergraph: reindent
2012-05-14 Anton Khirnovlavfi: add channel layout/sample rate negotiation.
2012-05-14 Anton Khirnovlavfi: add types and functions for channel layout/sampl...
next