| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: use av_samples_alloc() in avfilter_default_get_audio_buffer() | Stefano Sabatini | 2011-06-06 | 1 | -34/+4 |
* | lavfi: prefer nb_samples over size in AVFilterBufferRefAudioProps | Stefano Sabatini | 2011-06-06 | 3 | -20/+19 |
* | vsrc_buffer: add flags param to av_vsrc_buffer_add_video_buffer_ref | Stefano Sabatini | 2011-06-06 | 4 | -11/+29 |
* | Add const to avfilter_get_video_buffer_ref_from_arrays arguments. | Reimar Döffinger | 2011-06-05 | 2 | -2/+2 |
* | lavfi: add avfilter_link_free() function | Stefano Sabatini | 2011-06-03 | 2 | -3/+33 |
* | vsrc_buffer: propagate error code in av_vsrc_buffer_add_frame() | Stefano Sabatini | 2011-06-02 | 1 | -2/+3 |
* | lavfi: reindent after the previous commit | Stefano Sabatini | 2011-06-02 | 1 | -14/+14 |
* | lavfi: add braces around the block of an if() expression in avfilter_default_... | Stefano Sabatini | 2011-06-02 | 1 | -1/+3 |
* | lavfi: clarify the context of a comment in avfilter_default_get_video_buffer() | Stefano Sabatini | 2011-06-02 | 1 | -1/+1 |
* | lavfi: apply misc style fixes | Stefano Sabatini | 2011-06-02 | 3 | -19/+19 |
* | Port remove of get_sws_cpuflags from MPlayer's libmpcodecs. | Reimar Döffinger | 2011-06-02 | 4 | -7/+2 |
* | Port recent changes to MPlayer libmpcodecs. | Reimar Döffinger | 2011-06-02 | 5 | -11/+15 |
* | Replace non-existent HAVE_SSE2 with HAVE_SSE. | Reimar Döffinger | 2011-06-02 | 1 | -3/+3 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-02 | 1 | -1/+1 |
|\ |
|
| * | Employ correct printf format specifiers, mostly in debug output. | Diego Biurrun | 2011-05-31 | 1 | -1/+1 |
| * | vf_drawtext: Replace FFmpeg by Libav in license boilerplate. | Diego Biurrun | 2011-05-31 | 1 | -4/+4 |
* | | Fix type of out[] variable, it should not be const. | Reimar Döffinger | 2011-06-01 | 1 | -1/+2 |
* | | Port libmpcodec fixes from MPlayer. | Reimar Döffinger | 2011-05-31 | 3 | -10/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-30 | 1 | -5/+3 |
|\| |
|
| * | avfilter: Surround function only used in debug mode by appropriate #ifdef. | Diego Biurrun | 2011-05-29 | 1 | -0/+2 |
| * | vf_crop: Replace #ifdef DEBUG + av_log() by av_dlog(). | Diego Biurrun | 2011-05-29 | 1 | -5/+3 |
* | | Fix various unused variable warnings | Clément Bœsch | 2011-05-30 | 1 | -2/+1 |
* | | lavfi: add select filter | Stefano Sabatini | 2011-05-25 | 4 | -1/+354 |
* | | vsrc_buffer: return an error code if no frames are available | Stefano Sabatini | 2011-05-25 | 1 | -2/+2 |
* | | vsrc_buffer: remove duplicated file description | Stefano Sabatini | 2011-05-25 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-25 | 2 | -7/+3 |
|\| |
|
| * | vsrc_buffer.h: add file doxy | Stefano Sabatini | 2011-05-24 | 1 | -0/+5 |
| * | vsrc_buffer: tweak error message in init() | Stefano Sabatini | 2011-05-24 | 1 | -1/+1 |
* | | lavfi: make vsrc_buffer.h header public | Stefano Sabatini | 2011-05-22 | 2 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-22 | 3 | -3/+3 |
|\| |
|
| * | multiple inclusion guard cleanup | Diego Biurrun | 2011-05-21 | 4 | -3/+7 |
| * | lavfi: print key-frame and picture type information in ff_dlog_ref() | Stefano Sabatini | 2011-05-16 | 1 | -2/+4 |
| * | AVOptions: make default_val a union, as proposed in AVOption2. | Anton Khirnov | 2011-05-10 | 1 | -6/+6 |
* | | lavfi: bump minor and add changelog entry after the split filter addition | Stefano Sabatini | 2011-05-22 | 1 | -1/+1 |
* | | vf_split: give more meaningful names to the output pads | Stefano Sabatini | 2011-05-22 | 1 | -2/+2 |
* | | vf_split: define draw_slice() before end_frame() | Stefano Sabatini | 2011-05-22 | 1 | -6/+6 |
* | | vf_split: add description | Stefano Sabatini | 2011-05-22 | 1 | -0/+1 |
* | | vf_split: fix various nits | Stefano Sabatini | 2011-05-22 | 1 | -15/+17 |
* | | libavfilter: vf_split from soc. | Bobby Bingham | 2011-05-21 | 3 | -0/+65 |
* | | vf_libopencv: prefer opencv/cxcore.h over cxtypes.h | Stefano Sabatini | 2011-05-20 | 1 | -1/+1 |
* | | vsrc_buffer: document av_vsrc_buffer_add_video_buffer_ref() | Stefano Sabatini | 2011-05-19 | 1 | -1/+8 |
* | | vsrc_buffer: add av_vsrc_buffer_add_frame() | Stefano Sabatini | 2011-05-19 | 3 | -1/+27 |
* | | vsrc_buffer: make the source accept sws_param in init | Stefano Sabatini | 2011-05-19 | 3 | -23/+15 |
* | | vsrc_buffer: propagate avfilter_open() error code | Stefano Sabatini | 2011-05-19 | 1 | -2/+2 |
* | | vsrc_buffer: fix style | Stefano Sabatini | 2011-05-19 | 1 | -9/+9 |
* | | lavfi: add avfilter_get_video_buffer_ref_from_frame to avcodec.h | Stefano Sabatini | 2011-05-19 | 3 | -1/+22 |
* | | vsrc_buffer: remove dependency on AVFrame | Stefano Sabatini | 2011-05-19 | 2 | -38/+26 |
* | | Add some forgotten const to function arguments in libavfilter & libavformat. | Michael Niedermayer | 2011-05-17 | 4 | -15/+15 |
* | | drawtext: specify union type for setting default options | Stefano Sabatini | 2011-05-16 | 1 | -29/+29 |
* | | drawtext: reindent after the previous commit | Stefano Sabatini | 2011-05-16 | 1 | -20/+20 |