]> git.sesse.net Git - ffmpeg/history - libavfilter
http: Fail reading if the connection has gone away
[ffmpeg] / libavfilter /
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...
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...
next