summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | lavfi/buffersink: fix doxy, remove "video" referenceStefano Sabatini2012-07-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-043-6/+136
|\ \ | |/
| * lavfi: reclassify showfiltfmts as a TESTPROGMans Rullgard2012-07-042-2/+109
| * Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun2012-07-041-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-044-19/+27
|\ \ | |/
| * cosmetics: Consistently use C-style comments with multiple inclusion guardsDiego Biurrun2012-07-032-2/+2
| * misc typo and wording fixesDiego Biurrun2012-07-031-1/+1
| * x86: lavfi: fix gradfun/yadif build with mmx/sse disabledMans Rullgard2012-07-032-6/+18
* | Suggest aresample filter if it was not compiled but requested.Carl Eugen Hoyos2012-07-031-1/+1
* | yadif/x86: add prototypes for functions, make code valid C again.Michael Niedermayer2012-07-031-0/+4
* | lavfi: remove vsrc_buffer.h APIStefano Sabatini2012-07-034-101/+1
OpenPOWER on IntegriCloud