| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). | Justin Ruggles | 2011-06-20 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -3/+3 |
* | Remove forgotten if (p) av_free(p) forms | Clément Bœsch | 2011-02-04 | 1 | -1/+1 |
* | Fix fate breakage in r26382. | Ronald S. Bultje | 2011-01-16 | 1 | -1/+0 |
* | Remove useless free, fix warning: | Baptiste Coudurier | 2011-01-16 | 1 | -1/+1 |
* | Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples. | Stefano Sabatini | 2011-01-15 | 1 | -1/+1 |
* | Implement av_image_alloc() and use it in | Stefano Sabatini | 2010-12-04 | 1 | -12/+4 |
* | In libavfilter, use consistently "Copyright (c)" in the license | Stefano Sabatini | 2010-11-28 | 1 | -1/+1 |
* | Implement avfilter_get_video_buffer_ref_from_arrays(). | Stefano Sabatini | 2010-11-25 | 1 | -34/+15 |
* | Make avfilter_default_free_buffer() an internal shared symbol, so that | Stefano Sabatini | 2010-11-25 | 1 | -3/+4 |
* | Use the new libavcore audio channel API. | Stefano Sabatini | 2010-11-21 | 1 | -2/+2 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -2/+2 |
* | Remove usage of deprecated libavcodec/audioconvert.h functions. | Stefano Sabatini | 2010-11-03 | 1 | -1/+2 |
* | Add a time_base field to AVFilterLink. | Stefano Sabatini | 2010-10-10 | 1 | -0/+1 |
* | Rename out -> outlink, link -> inlink in various defaults.c functions, | Stefano Sabatini | 2010-10-10 | 1 | -30/+30 |
* | Add missing NULL checks, fix crash. | Stefano Sabatini | 2010-09-24 | 1 | -2/+2 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -3/+3 |
* | Cosmetics: apply misc style fixes. | Stefano Sabatini | 2010-08-17 | 1 | -16/+16 |
* | Implement libavfilter audio framework. | S.N. Hemanth Meenakshisundaram | 2010-08-17 | 1 | -2/+123 |
* | Add missing checks in avfilter_default_get_video_buffer(). | Stefano Sabatini | 2010-08-17 | 1 | -2/+15 |
* | Resize data and linesize in AVFilterBufferRef to 8. | S.N. Hemanth Meenakshisundaram | 2010-08-11 | 1 | -2/+2 |
* | Separate video specific BufferRef properties into VideoProps. | S.N. Hemanth Meenakshisundaram | 2010-08-11 | 1 | -6/+7 |
* | Rename fields: | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -8/+8 |
* | Rename functions and fields: | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -5/+5 |
* | Rename AVFilterPicRef to AVFilterBufferRef. | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -5/+5 |
* | Move format from AVFilterBuffer to AVFilterPicRef. | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -4/+4 |
* | Fix the size of the data to be copied from an AVFilterBuffer to an | S.N. Hemanth Meenakshisundaram | 2010-08-07 | 1 | -2/+2 |
* | Make avfilter_default_get_video_buffer() use functions in | Stefano Sabatini | 2010-07-30 | 1 | -4/+4 |
* | Generalize pixel format enum fields to int formats. | S.N. Hemanth Meenakshisundaram | 2010-07-22 | 1 | -1/+5 |
* | Remove AVFilterBuffer w and h fields. | S.N. Hemanth Meenakshisundaram | 2010-07-17 | 1 | -2/+2 |
* | Rename AVFilterPic to AVFilterBuffer. | S.N. Hemanth Meenakshisundaram | 2010-07-17 | 1 | -5/+5 |
* | Use avfilter_copy_picref_props() along lavfi. | Víctor Paesa | 2010-07-11 | 1 | -5/+1 |
* | Alloc 16 extra bytes in libavfilter frames. Needed for MMX-optimized swscale. | Vitor Sessak | 2010-05-10 | 1 | -1/+2 |
* | Try to keep track of interlaced and top field first. | Michael Niedermayer | 2010-05-07 | 1 | -0/+2 |
* | Create a set of null callback functions. | Bobby Bingham | 2010-03-18 | 1 | -0/+20 |
* | Add AVFilterPicRef.pos field and make libavfilter propagate stream | Stefano Sabatini | 2010-03-13 | 1 | -0/+1 |
* | avfilter: make avfilter_default_free_video_buffer() static | Måns Rullgård | 2010-03-08 | 1 | -1/+1 |
* | Make avfilter_default_start_frame() correctly pass the aspect ratio | Stefano Sabatini | 2010-03-07 | 1 | -0/+1 |
* | Make avfilter_default_start_frame() request a buffer with the same | Stefano Sabatini | 2010-01-16 | 1 | -1/+1 |
* | Add a slice_dir parameter to avfilter_draw_slice(). | Stefano Sabatini | 2009-12-04 | 1 | -2/+2 |
* | Make avfilter_get_video_buffer() recursive. | Stefano Sabatini | 2009-10-18 | 1 | -4/+4 |
* | Add w and h fields to AVFilterPic. | Stefano Sabatini | 2009-10-07 | 1 | -2/+2 |
* | Move ALIGN macro to libavutil/common.h and use it in various places | David Conrad | 2009-05-22 | 1 | -5/+1 |
* | Implement the avfilter_default_draw_slice() handler and use it in | Stefano Sabatini | 2009-01-11 | 1 | -0/+11 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Force alignment of pic->linesize | Vitor Sessak | 2008-02-15 | 1 | -4/+16 |
* | Force linesize to be a multiple of 16 | Vitor Sessak | 2008-02-15 | 1 | -1/+3 |
* | Rework link property configuration system. | Vitor Sessak | 2008-02-15 | 1 | -10/+0 |
* | Rewrite colorspace negotiation. | Vitor Sessak | 2008-02-15 | 1 | -9/+34 |