| Commit message (Expand) | Author | Age | Files | Lines |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | lavfi: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -1/+1 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | lavfi: replace empty input/output lists with null pointers | Mans Rullgard | 2012-09-17 | 1 | -0/+3 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | avfilter: Fix printf format string conversion specifier | Diego Biurrun | 2012-07-25 | 1 | -1/+1 |
* | lavfi: make filters less verbose. | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | lavfi: remove disabled FF_API_FILTERS_PUBLIC cruft | Anton Khirnov | 2012-06-26 | 1 | -35/+0 |
* | lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruft | Anton Khirnov | 2012-06-26 | 1 | -6/+0 |
* | lavfi: use proper FF_API guards for different deprecated functions | Anton Khirnov | 2012-06-26 | 1 | -0/+2 |
* | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs | Anton Khirnov | 2012-06-13 | 1 | -24/+34 |
* | lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name(). | Anton Khirnov | 2012-06-13 | 1 | -0/+10 |
* | avfilter: Log an error if avfilter fails to configure a link. | Alex Converse | 2012-06-12 | 1 | -2/+10 |
* | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -4/+12 |
* | lavfi: make avfilter_insert_pad and pals private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -3/+21 |
* | lavfi: make formats API private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -10/+10 |
* | lavfi: deprecate default config_props() callback and refactor avfilter_config... | Mina Nagy Zaki | 2012-05-22 | 1 | -6/+33 |
* | avfilter: Move ff_get_ref_perms_string() to where it is used. | Diego Biurrun | 2012-05-15 | 1 | -14/+0 |
* | lavfi: move buffer management function to a separate file. | Anton Khirnov | 2012-05-15 | 1 | -138/+0 |
* | lavfi: move video-related functions to a separate file. | Anton Khirnov | 2012-05-15 | 1 | -184/+0 |
* | lavfi: add channel layout/sample rate negotiation. | Anton Khirnov | 2012-05-14 | 1 | -6/+15 |
* | lavfi: move audio-related functions to a separate file. | Anton Khirnov | 2012-05-09 | 1 | -126/+1 |
* | lavfi: remove some audio-related function from public API. | Anton Khirnov | 2012-05-09 | 1 | -7/+9 |
* | lavfi: simplify signature for avfilter_get_audio_buffer() and friends | Stefano Sabatini | 2012-05-09 | 1 | -7/+4 |
* | lavfi: cleanup avfilter_get_audio_buffer() and pals. | Stefano Sabatini | 2012-05-09 | 1 | -10/+12 |
* | lavfi: add avfilter_get_audio_buffer_ref_from_arrays(). | Stefano Sabatini | 2012-05-09 | 1 | -0/+68 |
* | lavfi: add extended_data to AVFilterBuffer. | Anton Khirnov | 2012-05-09 | 1 | -0/+33 |
* | lavfi: add a function for copying properties from AVFilterBufferRef->AVFrame | Anton Khirnov | 2012-05-09 | 1 | -0/+30 |
* | lavfi: uninline avfilter_copy_buffer_ref_props(). | Anton Khirnov | 2012-05-07 | 1 | -0/+13 |
* | lavfi: support audio in avfilter_copy_frame_props(). | Anton Khirnov | 2012-05-07 | 1 | -10/+17 |
* | lavfi: add avfilter_copy_frame_props() | Stefano Sabatini | 2011-12-25 | 1 | -0/+19 |
* | Make channel layout masks unsigned | Mans Rullgard | 2011-11-25 | 1 | -1/+1 |
* | avfilter: Don't copy garbage from the stack when setting up video pictures. | Alex Converse | 2011-11-03 | 1 | -2/+2 |
* | avfilter: Surround function only used in debug mode by appropriate #ifdef. | Diego Biurrun | 2011-05-29 | 1 | -0/+2 |
* | lavfi: print key-frame and picture type information in ff_dlog_ref() | Stefano Sabatini | 2011-05-16 | 1 | -2/+4 |
* | avfilter: check malloc return values. | Ronald S. Bultje | 2011-05-03 | 1 | -1/+25 |
* | avfilter: don't av_malloc(0). | Ronald S. Bultje | 2011-05-03 | 1 | -1/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* | Janne Grunau | 2011-03-16 | 1 | -1/+1 |
* | replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION | Janne Grunau | 2011-03-16 | 1 | -1/+1 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -2/+2 |
* | Make avfilter_config_links() propagate audio information of the source link i... | Stefano Sabatini | 2011-02-14 | 1 | -0/+6 |
* | Add sample_aspect_ratio to AVFilterLink | Michael Niedermayer | 2011-02-14 | 1 | -0/+4 |
* | Log debug information in filter_samples(). | Stefano Sabatini | 2011-02-02 | 1 | -0/+2 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -15/+15 |
* | Make the avfilter debug functions and macros static to avfilter.c | Diego Elio Pettenò | 2011-01-26 | 1 | -3/+5 |
* | Include libavcore/audioconvert.h, required for | Stefano Sabatini | 2011-01-15 | 1 | -0/+1 |
* | Reindent. | Stefano Sabatini | 2011-01-15 | 1 | -7/+7 |
* | Make ff_dprintf_link() print meaningful information for audio links. | Stefano Sabatini | 2011-01-15 | 1 | -0/+13 |