| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: add lavfi metadata support. | Clément Bœsch | 2012-10-21 | 1 | -0/+3 |
* | Merge commit '6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702' | Michael Niedermayer | 2012-10-10 | 1 | -1/+1 |
* | lavfi/avcodec: apply cosmetics style fixes | Stefano Sabatini | 2012-09-14 | 1 | -3/+3 |
* | lavfi: add qp_table_size | Michael Niedermayer | 2012-09-07 | 1 | -0/+1 |
* | libavfilter: pass QP table through the filter chain | Michael Niedermayer | 2012-09-07 | 1 | -0/+10 |
* | lavfi/avcodec: rename picref->samplesref variable in avfilter_get_audio_buffe... | Stefano Sabatini | 2012-07-30 | 1 | -4/+4 |
* | lavfi: add avfilter_get_buffer_ref_from_frame. | Nicolas George | 2012-07-23 | 1 | -0/+14 |
* | lavfi/avcodec: deprecate avfilter_fill_frame_from_*_buffer_ref API | Stefano Sabatini | 2012-06-25 | 1 | -0/+2 |
* | lavfi/avcodec: make avfilter_fill_frame_from*() functions use avfilter_copy_b... | Stefano Sabatini | 2012-06-19 | 1 | -34/+3 |
* | lavfi/avcodec: always use av_frame* accessors in avfilter_copy_buf_props() | Stefano Sabatini | 2012-06-19 | 1 | -4/+3 |
* | lavfi/avcodec: copy pos field from AVFilterBuffer to AVFrame pkt_pos | Stefano Sabatini | 2012-06-19 | 1 | -0/+1 |
* | lavfi/avcodec: add consistency checks in avfilter_copy_buf_props() | Stefano Sabatini | 2012-06-16 | 1 | -0/+8 |
* | lavfi: move definition of avfilter_copy_buf_props() from buffer.c to avcodec.c | Stefano Sabatini | 2012-06-13 | 1 | -0/+44 |
* | lavfi: move avfilter_copy_frame_props() definition from buffer.c to avcodec.c | Stefano Sabatini | 2012-06-05 | 1 | -0/+27 |
* | lavfi: use getter/setter functions for AVFrame.pkt_pos | Michael Niedermayer | 2012-05-28 | 1 | -2/+2 |
* | lavfi: Fill linesize, sample_rate and channel_layout fields in avfilter_fill_... | Robert Nagy | 2012-05-28 | 1 | -4/+7 |
* | lavfi/avcodec.c: fix copyright | Michael Niedermayer | 2012-05-24 | 1 | -0/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-16 | 1 | -71/+0 |
* | lavfi: switch to _alt functions | Michael Niedermayer | 2012-05-15 | 1 | -3/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-10 | 1 | -0/+44 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-07 | 1 | -2/+3 |
* | lavfi/avcodec: implement audio copy_frame_prop. | Nicolas George | 2012-05-04 | 1 | -0/+7 |
* | lavfi: implement avfilter_get_audio_buffer_ref_from_frame. | Nicolas George | 2012-05-04 | 1 | -0/+14 |
* | copy pts and format props between lavfi buffer and frame. | Robert Nagy | 2012-04-17 | 1 | -0/+3 |
* | avfilter: set w/h in avfilter_fill_frame_from_video_buffer_ref(). | Michael Niedermayer | 2012-03-29 | 1 | -0/+2 |
* | lavfi: add avfilter_fill_frame_from_{audio_,}buffer_ref(). | Clément Bœsch | 2012-03-26 | 1 | -0/+23 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-26 | 1 | -1/+3 |
* | libavfilter: implement avfilter_fill_frame_from_video_buffer_ref() | Stefano Sabatini | 2011-06-12 | 1 | -0/+18 |
* | lavfi: add avfilter_get_video_buffer_ref_from_frame to avcodec.h | Stefano Sabatini | 2011-05-19 | 1 | -0/+13 |
* | lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props() | Stefano Sabatini | 2011-05-07 | 1 | -0/+42 |