summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* overlay: clear cur_buf on main input link.Nicolas George2012-07-221-1/+4
* lavfi: add alphaextract and alphamerge filtersSteven Robertson2012-07-225-1/+334
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-2130-65/+33
|\
| * lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov2012-07-2010-13/+1
| * lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-2017-20/+5
| * vsrc_testsrc: avoid an unnecessary avfilter_ref_buffer().Anton Khirnov2012-07-201-3/+2
| * vf_slicify: clear AVFilterLink.cur_buf in start_frame().Anton Khirnov2012-07-201-0/+1
| * vf_settb: simplify start_frame().Anton Khirnov2012-07-201-7/+6
| * vf_fieldorder: don't give up its own reference to the output buffer.Anton Khirnov2012-07-201-2/+4
| * vf_pad: don't give up its own reference to the output buffer.Anton Khirnov2012-07-201-1/+4
| * vf_overlay: don't access a buffer reference that's been given away.Anton Khirnov2012-07-201-2/+1
| * vf_drawtext: don't give up its own reference to the input buffer.Anton Khirnov2012-07-201-1/+4
| * vf_gradfun: don't store two pointers to one AVFilterBufferRef.Anton Khirnov2012-07-201-3/+2
| * vf_delogo: don't store two pointers to one AVFilterBufferRef.Anton Khirnov2012-07-201-4/+3
| * vf_aspect: clear AVFilterLink.cur_buf in start_frame().Anton Khirnov2012-07-201-0/+1
| * lavfi: add avfilter_unref_bufferp()Robert Nagy2012-07-202-0/+18
* | vf_overlay: prevent premature freeing of cur_bufMichael Niedermayer2012-07-211-0/+1
* | vf_overlay: use unref_bufferP()Michael Niedermayer2012-07-211-1/+1
* | sink_buffer: prevent prematurely freeing of cur_bufMichael Niedermayer2012-07-211-0/+1
* | vf_thumbnail: prevent premature freeing of refMichael Niedermayer2012-07-211-0/+1
* | vf_colormatrix: avoid using out_bufMichael Niedermayer2012-07-211-2/+5
* | lavfi: add FF_*LINK_IDX convenience macros.Nicolas George2012-07-201-0/+8
* | lavfi: make copy_buffer_ref common.Nicolas George2012-07-203-39/+43
* | Fix misspellings of FFmpegMichael Niedermayer2012-07-191-1/+1
* | avfiltergraph: add some debug info about selected pixel formatsMichael Niedermayer2012-07-181-0/+3
* | lavfi/avfiltergraph: apply misc fixes to fix avfilter_graph_request_oldest() ...Stefano Sabatini2012-07-181-2/+2
* | avfiltergraph: document a catch in request_oldest().Nicolas George2012-07-171-0/+6
* | avfiltergraph: add a debug message on EOF.Nicolas George2012-07-171-0/+3
* | lavfi: rescale link->current_pts.Nicolas George2012-07-171-1/+2
* | lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-1523-24/+24
* | lavfi/movie: reindent after the previous patchSteven Robertson2012-07-101-16/+16
* | lavfi/movie: flush decoder frames on EOFSteven Robertson2012-07-101-12/+22
* | lavfi/buffersink: restore possibility to pass opaque dataStefano Sabatini2012-07-101-17/+7
* | lavfi: add init_opaque callbackStefano Sabatini2012-07-103-2/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-0929-113/+210
|\ \ | |/
| * lavfi: add error handling to filter_samples().Anton Khirnov2012-07-0915-69/+136
| * asplit: don't leak the input buffer.Anton Khirnov2012-07-091-0/+1
| * af_resample: fix request_frame() behavior.Anton Khirnov2012-07-091-2/+12
| * af_asyncts: fix request_frame() behavior.Anton Khirnov2012-07-091-1/+9
| * lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles2012-07-081-6/+0
* | vf_settb: rename the file as f_settb.Nicolas George2012-07-082-2/+2
* | settb: cosmetic: reindent vf_settb structure.Nicolas George2012-07-081-11/+14
* | lavfi: implement asettb filter.Nicolas George2012-07-084-3/+53
* | vf_tinterlace: use av_assertMichael Niedermayer2012-07-081-1/+2
* | lavfi: do not pass opaque field to init functionsStefano Sabatini2012-07-088-8/+8
* | vf_pp: dont pass NULL into pp, it would failMichael Niedermayer2012-07-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-071-4/+6
|\ \ | |/
| * af_amix: avoid spurious EAGAIN.Anton Khirnov2012-07-061-0/+2
| * af_amix: return AVERROR(EAGAIN) when request_frame didn't produce output.Anton Khirnov2012-07-061-2/+2
| * af_amix: only consider negative return codes as errors.Anton Khirnov2012-07-061-2/+2
OpenPOWER on IntegriCloud