summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-21
|\
| * lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov2012-07-20
| * lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-20
| * vsrc_testsrc: avoid an unnecessary avfilter_ref_buffer().Anton Khirnov2012-07-20
| * vf_slicify: clear AVFilterLink.cur_buf in start_frame().Anton Khirnov2012-07-20
| * vf_settb: simplify start_frame().Anton Khirnov2012-07-20
| * vf_fieldorder: don't give up its own reference to the output buffer.Anton Khirnov2012-07-20
| * vf_pad: don't give up its own reference to the output buffer.Anton Khirnov2012-07-20
| * vf_overlay: don't access a buffer reference that's been given away.Anton Khirnov2012-07-20
| * vf_drawtext: don't give up its own reference to the input buffer.Anton Khirnov2012-07-20
| * vf_gradfun: don't store two pointers to one AVFilterBufferRef.Anton Khirnov2012-07-20
| * vf_delogo: don't store two pointers to one AVFilterBufferRef.Anton Khirnov2012-07-20
| * vf_aspect: clear AVFilterLink.cur_buf in start_frame().Anton Khirnov2012-07-20
| * lavfi: add avfilter_unref_bufferp()Robert Nagy2012-07-20
* | vf_overlay: prevent premature freeing of cur_bufMichael Niedermayer2012-07-21
* | vf_overlay: use unref_bufferP()Michael Niedermayer2012-07-21
* | sink_buffer: prevent prematurely freeing of cur_bufMichael Niedermayer2012-07-21
* | vf_thumbnail: prevent premature freeing of refMichael Niedermayer2012-07-21
* | vf_colormatrix: avoid using out_bufMichael Niedermayer2012-07-21
* | lavfi: add FF_*LINK_IDX convenience macros.Nicolas George2012-07-20
* | lavfi: make copy_buffer_ref common.Nicolas George2012-07-20
* | Fix misspellings of FFmpegMichael Niedermayer2012-07-19
* | avfiltergraph: add some debug info about selected pixel formatsMichael Niedermayer2012-07-18
* | lavfi/avfiltergraph: apply misc fixes to fix avfilter_graph_request_oldest() ...Stefano Sabatini2012-07-18
* | avfiltergraph: document a catch in request_oldest().Nicolas George2012-07-17
* | avfiltergraph: add a debug message on EOF.Nicolas George2012-07-17
* | lavfi: rescale link->current_pts.Nicolas George2012-07-17
* | lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-15
* | lavfi/movie: reindent after the previous patchSteven Robertson2012-07-10
* | lavfi/movie: flush decoder frames on EOFSteven Robertson2012-07-10
* | lavfi/buffersink: restore possibility to pass opaque dataStefano Sabatini2012-07-10
* | lavfi: add init_opaque callbackStefano Sabatini2012-07-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-09
|\|
| * lavfi: add error handling to filter_samples().Anton Khirnov2012-07-09
| * asplit: don't leak the input buffer.Anton Khirnov2012-07-09
| * af_resample: fix request_frame() behavior.Anton Khirnov2012-07-09
| * af_asyncts: fix request_frame() behavior.Anton Khirnov2012-07-09
| * lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles2012-07-08
* | vf_settb: rename the file as f_settb.Nicolas George2012-07-08
* | settb: cosmetic: reindent vf_settb structure.Nicolas George2012-07-08
* | lavfi: implement asettb filter.Nicolas George2012-07-08
* | vf_tinterlace: use av_assertMichael Niedermayer2012-07-08
* | lavfi: do not pass opaque field to init functionsStefano Sabatini2012-07-08
* | vf_pp: dont pass NULL into pp, it would failMichael Niedermayer2012-07-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-07
|\|
| * af_amix: avoid spurious EAGAIN.Anton Khirnov2012-07-06
| * af_amix: return AVERROR(EAGAIN) when request_frame didn't produce output.Anton Khirnov2012-07-06
| * af_amix: only consider negative return codes as errors.Anton Khirnov2012-07-06
* | lavfi/buffersink: fix doxy, remove "video" referenceStefano Sabatini2012-07-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-04
|\|