]> git.sesse.net Git - ffmpeg/history - libavfilter
tcp: Allow signalling end of reading/writing
[ffmpeg] / libavfilter /
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...
2012-05-14 Robert Nagyyadif: Flush filter on eof.
2012-05-14 Robert Nagyyadif: Improve pts accuracy.
2012-05-12 Anton Khirnovlavfi: autoinsert resample filter when necessary.
2012-05-12 Anton Khirnovlavfi: add lavr-based audio resampling filter.
2012-05-09 Anton Khirnovlavfi: move audio-related functions to a separate file.
2012-05-09 Anton Khirnovlavfi: remove some audio-related function from public...
2012-05-09 Anton Khirnovlavfi: change AVFilterLink.sample_rate from int64_t...
2012-05-09 Anton Khirnovlavfi: change AVFilterBufferRefAudioProps.sample_rate...
2012-05-09 Stefano Sabatinilavfi: simplify signature for avfilter_get_audio_buffer...
2012-05-09 Stefano Sabatinilavfi: use avfilter_get_audio_buffer_ref_from_arrays...
2012-05-09 Stefano Sabatinilavfi: cleanup avfilter_get_audio_buffer() and pals.
2012-05-09 Stefano Sabatinilavfi: add avfilter_get_audio_buffer_ref_from_arrays().
2012-05-09 Anton Khirnovlavfi: add extended_data to AVFilterBuffer.
2012-05-09 Anton Khirnovlavfi: add video buffer sink, and use it in avtools
2012-05-09 Anton Khirnovlavfi: add a function for copying properties from AVFil...
2012-05-07 Anton Khirnovlavfi: uninline avfilter_copy_buffer_ref_props().
2012-05-07 Diego Biurrunbuild: cosmetics: Add missing end-of-line backslashes...
2012-05-07 Diego Biurrunbuild: cosmetics: Split HEADERS/OBJS/PROGS lists into...
2012-05-07 Robert Nagyvf_yadif: fix missing error handling for avfilter_poll_...
2012-05-07 Anton Khirnovlavfi: support audio in avfilter_copy_frame_props().
2012-05-07 Mina Nagy Zakilavfi: avfilter_merge_formats: handle case where inputs...
2012-05-06 Anton Khirnovlavfi/formats: use sizeof(var) instead of sizeof(type).
2012-05-06 Stefano Sabatinilavfi: remove avfilter_default_config_input_link()...
2012-05-06 Anton Khirnovlavfi: always enable the scale filter and depend on...
2012-05-06 Anton Khirnovvf_split: support user-specifiable number of outputs.
2012-05-05 Nicolas Georgevsrc_buffer: return EAGAIN if no frame is available.
2012-04-16 Anton Khirnovgraphparser: set next to NULL on an entry extracted...
2012-04-15 Anton Khirnovgraphparser: fix the order in which unlabeled input...
2012-04-14 Anton Khirnovvsrc_buffer: fix check from 7ae7c41.
2012-04-14 Stefano Sabatiniavfiltergraph: make the AVFilterInOut alloc/free API...
2012-04-14 Anton Khirnovgraphparser: allow specifying sws flags in the graph...
2012-04-14 Anton Khirnovgraphparser: fix the order of connecting unlabeled...
2012-04-14 Anton Khirnovgraphparser: add avfilter_graph_parse2().
2012-04-14 Anton Khirnovvsrc_buffer: allow using a NULL buffer to signal EOF.
2012-04-09 Anton Khirnovvf_overlay: implement poll_frame()
2012-04-09 Anton Khirnovvf_scale: support named constants for sws flags.
2012-04-05 Anton Khirnovvsrc_buffer: when no frame is available, return an...
2012-04-04 Diego Biurrunvf_unsharp: Mark readonly variable as const.
2012-04-01 Anton Khirnovvsrc_buffer: allow buffering arbitrary number of frames.
2012-04-01 Anton Khirnovvf_scale: avoid a pointless memcpy in no-op conversion.
2012-04-01 Anton Khirnovavfiltergraph: try to reduce format conversions in...
2012-04-01 Anton Khirnovavfiltergraph: add an AVClass to AVFilterGraph on next...
2012-03-26 Diego Biurrunbuild: Only clean the architecture subdirectory we...
2012-02-21 Alex ConverseMark mutable static data const where appropriate.
2012-02-13 Diego BiurrunDrop some completely unnecessary av_unused attributes.
2012-02-09 Janne Grunauyadif: specify array size outside DECLARE_ALIGNED
2012-02-09 Diego Biurruncosmetics: Delete empty lines at end of file.
2012-02-08 Anton Khirnovpixdesc: mark pseudopaletted formats with a special...
2012-02-06 Andrey Utkindrawtext: add 'fix_bounds' option on coords fixing
2012-02-06 Andrey Utkindrawtext: fix text_{w, h} expression vars
2012-02-05 Andrey Utkindrawtext: add missing braces around an if() block.
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2012-01-25 Diego Biurrunbuild: Automatically include architecture-specific...
2012-01-25 Diego Biurruncosmetics: Remove some unnecessary block braces.
2012-01-14 Diego Biurruncosmetics: Move static and inline attributes to more...
2012-01-12 Anton Khirnovlavfi: move version macros to a new installed header...
2012-01-12 Anton Khirnovvsrc_buffer: release the buffer on uninit.
2012-01-10 Anton Khirnovvsrc_buffer: error on changing frame parameters.
2012-01-07 Diego Biurruncosmetics: drop some pointless parentheses
2012-01-07 Andrey UtkinDisable annoying warning without changing behavior
2011-12-30 Diego Biurruncosmetics: Drop unnecessary parentheses around return...
2011-12-25 Anton KhirnovAdd minor bumps and APIchanges entries for lavc/lavfi...
2011-12-25 Anton Khirnovlavfi: add a new function av_buffersrc_buffer().
2011-12-25 Stefano Sabatinilavfi: add avfilter_copy_frame_props()
2011-12-25 Stefano Sabatinilavc: add a sample_aspect_ratio field to AVFrame
2011-12-23 Anton Khirnovallfilters: fix type of avfilter_vsrc_buffer.
2011-12-22 Anton Khirnovlavfi: always build vsrc_buffer.
2011-12-13 Luca Barbatoyadif: support 10bit YUV
2011-12-13 Mans Rullgardbuild: move inclusion of subdir.mak to main subdir...
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-12-12 Anton KhirnovReplace all uses of av_close_input_file() with avformat...
2011-12-11 Andrey Utkinlavfi: install libavfilter/vsrc_buffer.h
2011-12-07 Luca Barbatodrawtext: remove typo
next