summaryrefslogtreecommitdiff
path: root/libavfilter/avcodec.c
Commit message (Expand)AuthorAge
* lavfi/avcodec: deprecate avfilter_fill_frame_from_*_buffer_ref APIStefano Sabatini2012-06-25
* lavfi/avcodec: make avfilter_fill_frame_from*() functions use avfilter_copy_b...Stefano Sabatini2012-06-19
* lavfi/avcodec: always use av_frame* accessors in avfilter_copy_buf_props()Stefano Sabatini2012-06-19
* lavfi/avcodec: copy pos field from AVFilterBuffer to AVFrame pkt_posStefano Sabatini2012-06-19
* lavfi/avcodec: add consistency checks in avfilter_copy_buf_props()Stefano Sabatini2012-06-16
* lavfi: move definition of avfilter_copy_buf_props() from buffer.c to avcodec.cStefano Sabatini2012-06-13
* lavfi: move avfilter_copy_frame_props() definition from buffer.c to avcodec.cStefano Sabatini2012-06-05
* lavfi: use getter/setter functions for AVFrame.pkt_posMichael Niedermayer2012-05-28
* lavfi: Fill linesize, sample_rate and channel_layout fields in avfilter_fill_...Robert Nagy2012-05-28
* lavfi/avcodec.c: fix copyrightMichael Niedermayer2012-05-24
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-16
* lavfi: switch to _alt functionsMichael Niedermayer2012-05-15
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-10
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-07
* lavfi/avcodec: implement audio copy_frame_prop.Nicolas George2012-05-04
* lavfi: implement avfilter_get_audio_buffer_ref_from_frame.Nicolas George2012-05-04
* copy pts and format props between lavfi buffer and frame.Robert Nagy2012-04-17
* avfilter: set w/h in avfilter_fill_frame_from_video_buffer_ref().Michael Niedermayer2012-03-29
* lavfi: add avfilter_fill_frame_from_{audio_,}buffer_ref().Clément Bœsch2012-03-26
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-26
* libavfilter: implement avfilter_fill_frame_from_video_buffer_ref()Stefano Sabatini2011-06-12
* lavfi: add avfilter_get_video_buffer_ref_from_frame to avcodec.hStefano Sabatini2011-05-19
* lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props()Stefano Sabatini2011-05-07