summaryrefslogtreecommitdiffstats
path: root/libavfilter/avcodec.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter_get_audio_buffer_ref_from_frame: fix handling of >8 channelsMichael Niedermayer2013-01-281-1/+1
* lavfi: support unknown channel layouts.Nicolas George2013-01-261-3/+0
* lavfi/avcodec: fix typoPaul B Mahol2013-01-011-1/+1
* lavfi: add avfilter_get_audio_buffer_ref_from_arrays_channels.Nicolas George2013-01-011-3/+4
* avfilter_get_audio_buffer_ref_from_frame: check that layout and channels matc...Michael Niedermayer2012-12-121-0/+6
* avfilter_get_video_buffer_ref_from_frame: check channel countMichael Niedermayer2012-12-121-2/+6
* replace av_log(0, by av_log(NULL,Michael Niedermayer2012-11-231-1/+1
* liavfi/avcodec: allow channel layouts with fewer channels than actually avail...Michael Niedermayer2012-11-181-1/+1
* lavfi: store and propagate number of channels information in audio buffer pro...Stefano Sabatini2012-11-131-0/+2
* lavfi/avcodec: check that injected avframes use a supported channel layoutMichael Niedermayer2012-11-101-0/+4
* lavfi/avcodec: check avfilter_copy_frame_props() return codeMichael Niedermayer2012-11-101-2/+8
* lavc: add lavfi metadata support.Clément Bœsch2012-10-211-0/+3
* Merge commit '6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702'Michael Niedermayer2012-10-101-1/+1
* lavfi/avcodec: apply cosmetics style fixesStefano Sabatini2012-09-141-3/+3
* lavfi: add qp_table_sizeMichael Niedermayer2012-09-071-0/+1
* libavfilter: pass QP table through the filter chainMichael Niedermayer2012-09-071-0/+10
* lavfi/avcodec: rename picref->samplesref variable in avfilter_get_audio_buffe...Stefano Sabatini2012-07-301-4/+4
* lavfi: add avfilter_get_buffer_ref_from_frame.Nicolas George2012-07-231-0/+14
* lavfi/avcodec: deprecate avfilter_fill_frame_from_*_buffer_ref APIStefano Sabatini2012-06-251-0/+2
* lavfi/avcodec: make avfilter_fill_frame_from*() functions use avfilter_copy_b...Stefano Sabatini2012-06-191-34/+3
* lavfi/avcodec: always use av_frame* accessors in avfilter_copy_buf_props()Stefano Sabatini2012-06-191-4/+3
* lavfi/avcodec: copy pos field from AVFilterBuffer to AVFrame pkt_posStefano Sabatini2012-06-191-0/+1
* lavfi/avcodec: add consistency checks in avfilter_copy_buf_props()Stefano Sabatini2012-06-161-0/+8
* lavfi: move definition of avfilter_copy_buf_props() from buffer.c to avcodec.cStefano Sabatini2012-06-131-0/+44
* lavfi: move avfilter_copy_frame_props() definition from buffer.c to avcodec.cStefano Sabatini2012-06-051-0/+27
* lavfi: use getter/setter functions for AVFrame.pkt_posMichael Niedermayer2012-05-281-2/+2
* lavfi: Fill linesize, sample_rate and channel_layout fields in avfilter_fill_...Robert Nagy2012-05-281-4/+7
* lavfi/avcodec.c: fix copyrightMichael Niedermayer2012-05-241-0/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-161-71/+0
* lavfi: switch to _alt functionsMichael Niedermayer2012-05-151-3/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-101-0/+44
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-071-2/+3
* lavfi/avcodec: implement audio copy_frame_prop.Nicolas George2012-05-041-0/+7
* lavfi: implement avfilter_get_audio_buffer_ref_from_frame.Nicolas George2012-05-041-0/+14
* copy pts and format props between lavfi buffer and frame.Robert Nagy2012-04-171-0/+3
* avfilter: set w/h in avfilter_fill_frame_from_video_buffer_ref().Michael Niedermayer2012-03-291-0/+2
* lavfi: add avfilter_fill_frame_from_{audio_,}buffer_ref().Clément Bœsch2012-03-261-0/+23
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-261-1/+3
* libavfilter: implement avfilter_fill_frame_from_video_buffer_ref()Stefano Sabatini2011-06-121-0/+18
* lavfi: add avfilter_get_video_buffer_ref_from_frame to avcodec.hStefano Sabatini2011-05-191-0/+13
* lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props()Stefano Sabatini2011-05-071-0/+42
OpenPOWER on IntegriCloud