| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: add some asserts() to check refcounts. | Michael Niedermayer | 2012-01-22 | 1 | -0/+2 |
* | avfilter: pool draining and self destruction support. | Michael Niedermayer | 2012-01-12 | 1 | -18/+36 |
* | lavfi: add missing check in avfilter_filter_samples() | Stefano Sabatini | 2011-12-27 | 1 | -1/+1 |
* | lavfi: don't try to indent words in trace messages | Stefano Sabatini | 2011-12-27 | 1 | -2/+2 |
* | libavfilter: increase LIBAVFILTER_VERSION_MICRO to 100 like the other libs. | Michael Niedermayer | 2011-12-23 | 1 | -0/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-26 | 1 | -1/+1 |
|\ |
|
| * | Make channel layout masks unsigned | Mans Rullgard | 2011-11-25 | 1 | -1/+1 |
* | | lavfi: increase number of maximum registered filters from 64 to 128 | Stefano Sabatini | 2011-11-05 | 1 | -1/+1 |
* | | lavfi: issue error if maximum number of filters is reached | Stefano Sabatini | 2011-11-05 | 1 | -2/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-04 | 1 | -2/+2 |
|\| |
|
| * | 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 |
* | | lavfi: add debug trace when processing events | Stefano Sabatini | 2011-09-25 | 1 | -0/+3 |
* | | lavfi: add and use an inlink variable in avfilter_config_links() | Stefano Sabatini | 2011-09-16 | 1 | -10/+11 |
* | | lavfi: set link audio time_base if not set in avfilter_config_links() | Stefano Sabatini | 2011-09-16 | 1 | -0/+5 |
* | | lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBuffe... | Stefano Sabatini | 2011-09-12 | 1 | -2/+2 |
* | | lavfi: simplify signature for avfilter_get_audio_buffer() and friends | Stefano Sabatini | 2011-09-12 | 1 | -9/+5 |
* | | avfilter: fix processing multiple commands per frame and filter | Michael Niedermayer | 2011-08-29 | 1 | -1/+2 |
* | | avfilter: Add avfilter_graph_que_command() | Michael Niedermayer | 2011-08-29 | 1 | -0/+18 |
* | | avfilter: Add command passing support | Michael Niedermayer | 2011-08-29 | 1 | -0/+12 |
* | | lavfi: remove default config_props() callback and refactor avfilter_config_li... | Mina Nagy Zaki | 2011-08-06 | 1 | -16/+43 |
* | | lavfi: add audio channel packing negotiation fields | Mina Nagy Zaki | 2011-07-16 | 1 | -0/+3 |
* | | avfilter picture pool: double free hotfix | Michael Niedermayer | 2011-06-21 | 1 | -2/+3 |
* | | lavfi: add layout negotiation fields and helper functions. | Mina Nagy Zaki | 2011-06-19 | 1 | -0/+3 |
* | | lavfi: implement avfilter_get_audio_buffer_ref_from_arrays() | Stefano Sabatini | 2011-06-10 | 1 | -0/+42 |
* | | lavfi: prefer nb_samples over size in AVFilterBufferRefAudioProps | Stefano Sabatini | 2011-06-06 | 1 | -7/+8 |
* | | Add const to avfilter_get_video_buffer_ref_from_arrays arguments. | Reimar Döffinger | 2011-06-05 | 1 | -1/+1 |
* | | lavfi: add avfilter_link_free() function | Stefano Sabatini | 2011-06-03 | 1 | -2/+27 |
* | | lavfi: apply misc style fixes | Stefano Sabatini | 2011-06-02 | 1 | -7/+7 |
* | | avfilter: dont use AVFilterLink as priv for pictures as its freed too early. | Michael Niedermayer | 2011-05-07 | 1 | -8/+1 |
* | | AVFilter: use picture pool to avoid malloc(). | Michael Niedermayer | 2011-05-06 | 1 | -1/+42 |
* | | avfilter_unref_buffer: favor av_freep() | Michael Niedermayer | 2011-05-06 | 1 | -2/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-05 | 1 | -1/+26 |
|\| |
|
| * | 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 |
* | | lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio | Stefano Sabatini | 2011-05-01 | 1 | -1/+1 |
* | | lavfi: print key-frame and picture type information in ff_dlog_ref() | Stefano Sabatini | 2011-04-27 | 1 | -2/+4 |
* | | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION" | Michael Niedermayer | 2011-03-17 | 1 | -1/+1 |
* | | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*" | Michael Niedermayer | 2011-03-17 | 1 | -1/+1 |
|/ |
|
* | 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 |