June 2, 2011
View 665e608

lavfi: reindent after the previous commit

Stefano Sabatini authored on 2011/06/02 23:36:12
View 6f1dd6f

lavfi: add braces around the block of an if() expression in avfilter_default_get_video_buffer

Stefano Sabatini authored on 2011/06/02 23:33:25
View 0ff5cbe

lavfi: clarify the context of a comment in avfilter_default_get_video_buffer()

Stefano Sabatini authored on 2011/06/02 23:27:56
View 77b32b7

lavfi: apply misc style fixes

Stefano Sabatini authored on 2011/06/02 23:26:55
May 7, 2011
View c34cb13

avfilter: dont use AVFilterLink as priv for pictures as its freed too early. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2011/05/07 08:02:38
View 21d8424

avfilter: Fix ticket82 / fix initial buffer values. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2011/05/07 07:01:33
View 39f66ed

AVFilter: use picture pool to avoid malloc(). Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2011/05/07 06:53:06
February 7, 2011
View 7ffe76e

Merge libavcore into libavutil

Reinhard Tartler authored on 2011/02/07 22:37:08
February 3, 2011
View bffad70

Remove forgotten if (p) av_free(p) forms

Clément Bœsch authored on 2011/02/03 19:31:41
February 1, 2011
View 95a0242

lavfi: prefer nb_samples over size in AVFilterBufferRefAudioProps

Stefano Sabatini authored on 2011/02/01 20:34:23
January 16, 2011
View ef28c7b

lavfi: use av_samples_alloc() in avfilter_default_get_audio_buffer()

Stefano Sabatini authored on 2011/01/16 02:48:37
View 84cac86

Fix fate breakage in r26382.

Ronald S. Bultje authored on 2011/01/16 12:20:03
View ecea47a

Remove useless free, fix warning: libavfilter/defaults.c: In function 'avfilter_default_get_audio_buffer': libavfilter/defaults.c:129: warning: 'buf' is used uninitialized in this function

Baptiste Coudurier authored on 2011/01/16 11:47:25
View a242ac3

Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.

Stefano Sabatini authored on 2011/01/16 02:31:34
December 4, 2010
View 4da12e3

Implement av_image_alloc() and use it in avfilter_default_get_video_buffer().

Stefano Sabatini authored on 2010/12/04 21:56:16