summaryrefslogtreecommitdiff
path: root/libavfilter/defaults.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-29
|\
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
| * Make channel layout masks unsignedMans Rullgard2011-11-25
* | avfilter: pool draining and self destruction support.Michael Niedermayer2012-01-12
* | lavfi: fix avfilter_default_get_audio_buffer() after changes in av_samples_al...Stefano Sabatini2011-12-27
* | avfilter: align allocated images to 32 for AVX and IFFMichael Niedermayer2011-11-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-24
|\|
| * Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-20
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
| * Remove forgotten if (p) av_free(p) formsClément Bœsch2011-02-04
* | lavfi: rename avfilter_all_* function names to avfilter_make_all_*Stefano Sabatini2011-09-16
* | lavfi: simplify signature for avfilter_get_audio_buffer() and friendsStefano Sabatini2011-09-12
* | lavfi: avoid void* arithmetic in defaults.c:set_common_formats()Stefano Sabatini2011-08-06
* | lavfi: remove default config_props() callback and refactor avfilter_config_li...Mina Nagy Zaki2011-08-06
* | lavfi: add audio channel packing negotiation fieldsMina Nagy Zaki2011-07-16
* | lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-19
* | lavfi: use avfilter_get_audio_buffer_ref_from_arrays() in defaults.cStefano Sabatini2011-06-10
* | lavfi: use av_samples_alloc() in avfilter_default_get_audio_buffer()Stefano Sabatini2011-06-06
* | lavfi: prefer nb_samples over size in AVFilterBufferRefAudioPropsStefano Sabatini2011-06-06
* | lavfi: reindent after the previous commitStefano Sabatini2011-06-02
* | lavfi: add braces around the block of an if() expression in avfilter_default_...Stefano Sabatini2011-06-02
* | lavfi: clarify the context of a comment in avfilter_default_get_video_buffer()Stefano Sabatini2011-06-02
* | lavfi: apply misc style fixesStefano Sabatini2011-06-02
* | avfilter: dont use AVFilterLink as priv for pictures as its freed too early.Michael Niedermayer2011-05-07
* | avfilter: Fix ticket82 / fix initial buffer values.Michael Niedermayer2011-05-07
* | AVFilter: use picture pool to avoid malloc().Michael Niedermayer2011-05-06
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | Remove forgotten if (p) av_free(p) formsClément Bœsch2011-02-06
|/
* Fix fate breakage in r26382.Ronald S. Bultje2011-01-16
* Remove useless free, fix warning:Baptiste Coudurier2011-01-16
* Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.Stefano Sabatini2011-01-15
* Implement av_image_alloc() and use it inStefano Sabatini2010-12-04
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-28
* Implement avfilter_get_video_buffer_ref_from_arrays().Stefano Sabatini2010-11-25
* Make avfilter_default_free_buffer() an internal shared symbol, so thatStefano Sabatini2010-11-25
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-21
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini2010-11-03
* Add a time_base field to AVFilterLink.Stefano Sabatini2010-10-10
* Rename out -> outlink, link -> inlink in various defaults.c functions,Stefano Sabatini2010-10-10
* Add missing NULL checks, fix crash.Stefano Sabatini2010-09-24
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Cosmetics: apply misc style fixes.Stefano Sabatini2010-08-17
* Implement libavfilter audio framework.S.N. Hemanth Meenakshisundaram2010-08-17
* Add missing checks in avfilter_default_get_video_buffer().Stefano Sabatini2010-08-17
* Resize data and linesize in AVFilterBufferRef to 8.S.N. Hemanth Meenakshisundaram2010-08-11
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-11
* Rename fields:S.N. Hemanth Meenakshisundaram2010-08-07
* Rename functions and fields:S.N. Hemanth Meenakshisundaram2010-08-07