]> git.sesse.net Git - ffmpeg/history - libavfilter
overlay: clear cur_buf on main input link.
[ffmpeg] / libavfilter /
2012-07-22 Nicolas Georgeoverlay: clear cur_buf on main input link.
2012-07-22 Steven Robertsonlavfi: add alphaextract and alphamerge filters
2012-07-22 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-21 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-21 Michael Niedermayervf_overlay: prevent premature freeing of cur_buf
2012-07-21 Michael Niedermayervf_overlay: use unref_bufferP()
2012-07-21 Michael Niedermayersink_buffer: prevent prematurely freeing of cur_buf
2012-07-21 Michael Niedermayervf_thumbnail: prevent premature freeing of ref
2012-07-21 Michael Niedermayervf_colormatrix: avoid using out_buf
2012-07-21 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-20 Anton Khirnovlavfi: unref AVFilterLink.out_buf in ff_end_frame().
2012-07-20 Anton Khirnovlavfi: unref AVFilterLink.cur_buf in ff_end_frame().
2012-07-20 Anton Khirnovvsrc_testsrc: avoid an unnecessary avfilter_ref_buffer().
2012-07-20 Anton Khirnovvf_slicify: clear AVFilterLink.cur_buf in start_frame().
2012-07-20 Anton Khirnovvf_settb: simplify start_frame().
2012-07-20 Anton Khirnovvf_fieldorder: don't give up its own reference to the...
2012-07-20 Anton Khirnovvf_pad: don't give up its own reference to the output...
2012-07-20 Anton Khirnovvf_overlay: don't access a buffer reference that's...
2012-07-20 Anton Khirnovvf_drawtext: don't give up its own reference to the...
2012-07-20 Anton Khirnovvf_gradfun: don't store two pointers to one AVFilterBuf...
2012-07-20 Anton Khirnovvf_delogo: don't store two pointers to one AVFilterBuff...
2012-07-20 Anton Khirnovvf_aspect: clear AVFilterLink.cur_buf in start_frame().
2012-07-20 Robert Nagylavfi: add avfilter_unref_bufferp()
2012-07-20 Nicolas Georgelavfi: add FF_*LINK_IDX convenience macros.
2012-07-20 Nicolas Georgelavfi: make copy_buffer_ref common.
2012-07-19 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-19 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-19 Michael NiedermayerFix misspellings of FFmpeg
2012-07-18 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-18 Michael Niedermayeravfiltergraph: add some debug info about selected pixel...
2012-07-18 Stefano Sabatinilavfi/avfiltergraph: apply misc fixes to fix avfilter_g...
2012-07-17 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-17 Nicolas Georgeavfiltergraph: document a catch in request_oldest().
2012-07-17 Nicolas Georgeavfiltergraph: add a debug message on EOF.
2012-07-17 Nicolas Georgelavfi: rescale link->current_pts.
2012-07-16 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-15 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-15 Stefano Sabatinilavfi: decrease logging level of message showing initia...
2012-07-14 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-13 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-12 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-11 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-10 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-09 Steven Robertsonlavfi/movie: reindent after the previous patch
2012-07-09 Steven Robertsonlavfi/movie: flush decoder frames on EOF
2012-07-09 Stefano Sabatinilavfi/buffersink: restore possibility to pass opaque...
2012-07-09 Stefano Sabatinilavfi: add init_opaque callback
2012-07-09 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-09 Anton Khirnovlavfi: add error handling to filter_samples().
2012-07-09 Anton Khirnovasplit: don't leak the input buffer.
2012-07-09 Anton Khirnovaf_resample: fix request_frame() behavior.
2012-07-09 Anton Khirnovaf_asyncts: fix request_frame() behavior.
2012-07-08 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-08 Justin Ruggleslavr: Use AV_SAMPLE_FMT_NONE to auto-select the interna...
2012-07-08 Nicolas Georgevf_settb: rename the file as f_settb.
2012-07-08 Nicolas Georgesettb: cosmetic: reindent vf_settb structure.
2012-07-08 Nicolas Georgelavfi: implement asettb filter.
2012-07-08 Michael Niedermayervf_tinterlace: use av_assert
2012-07-07 Stefano Sabatinilavfi: do not pass opaque field to init functions
2012-07-07 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-07 Michael Niedermayervf_pp: dont pass NULL into pp, it would fail
2012-07-07 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-06 Anton Khirnovaf_amix: avoid spurious EAGAIN.
2012-07-06 Anton Khirnovaf_amix: return AVERROR(EAGAIN) when request_frame...
2012-07-06 Anton Khirnovaf_amix: only consider negative return codes as errors.
2012-07-05 Stefano Sabatinilavfi/buffersink: fix doxy, remove "video" reference
2012-07-05 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-05 Michael NiedermayerMerge git://github.com/mjbshaw/FFmpeg-OpenJPEG-J2K...
2012-07-04 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-04 Mans Rullgardlavfi: reclassify showfiltfmts as a TESTPROG
2012-07-04 Diego BiurrunClarify Doxygen comment for FF_API_* #defines.
2012-07-03 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-03 Carl Eugen HoyosSuggest aresample filter if it was not compiled but...
2012-07-03 Diego Biurruncosmetics: Consistently use C-style comments with multi...
2012-07-03 Diego Biurrunmisc typo and wording fixes
2012-07-03 Mans Rullgardx86: lavfi: fix gradfun/yadif build with mmx/sse disabled
2012-07-03 Michael Niedermayeryadif/x86: add prototypes for functions, make code...
2012-07-02 Stefano Sabatinilavfi: remove vsrc_buffer.h API
2012-07-02 Michael Niedermayerx86/gradfun: fix compilation failure on open solaris
2012-07-02 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-02 Mans Rullgardvf_yadif: move x86 init code to x86/yadif.c
2012-07-02 Mans Rullgardvf_gradfun: move x86 init code to x86/gradfun.c
2012-07-01 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-30 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-30 Nicolas Georgesink_buffer: implement fixed frame size.
2012-06-30 Nicolas Georgelavfi: implement samples framing on links.
2012-06-29 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-29 Michael Niedermayervf_ass: fix table name to refer to correct lib.
2012-06-29 Michael Niedermayerformats.h: fix project reference in comment
2012-06-28 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-28 Stefano Sabatinilavfi: deprecate av_buffersrc_buffer() function
2012-06-28 Nicolas Georgesink_buffer: warn when there are too many buffers.
2012-06-28 Nicolas Georgebuffersrc: warn when there are too many buffers.
2012-06-28 Paul B Mahollavfi/amerge: silence warnings
2012-06-27 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-26 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-06-26 Michael NiedermayerMerge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'
2012-06-26 Michael NiedermayerMerge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'
2012-06-26 Anton Khirnovavfiltergraph: shut up uninitialized variable warning.
2012-06-26 Anton Khirnovaf_join: initialize a variable to shut up gcc warning.
next