summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/avcodec: rename picref->samplesref variable in avfilter_get_audio_buffe...Stefano Sabatini2012-07-301-4/+4
* lavfi/color: free internal context options in uninit()Stefano Sabatini2012-07-301-1/+1
* lavfi/color: cache and reuse colored picture in contextStefano Sabatini2012-07-301-12/+22
* lavfi/color: reindent after the previous commitStefano Sabatini2012-07-301-14/+14
* lavfi/color: drop support for old deprecated syntaxStefano Sabatini2012-07-302-25/+1
* lavfi/testsrc: add comment in optionsStefano Sabatini2012-07-301-0/+2
* Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'Michael Niedermayer2012-07-295-259/+202
|\
| * vf_hqdn3d: support 9 and 10bit colordepthLoren Merritt2012-07-281-19/+53
| * vf_hqdn3d: reduce intermediate precisionLoren Merritt2012-07-281-30/+32
| * vf_hqdn3d: simplify and optimizeLoren Merritt2012-07-281-106/+51
| * factor identical ff_inplace_start_frame out of two filtersLoren Merritt2012-07-284-73/+39
| * vf_hqdn3d: cosmeticsLoren Merritt2012-07-281-156/+152
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-291-1/+1
|\ \ | |/
| * lavfi: bump minor to mark stabilizing the ABI.Anton Khirnov2012-07-281-1/+1
* | avf_concat: fix silence duration.Nicolas George2012-07-281-1/+1
* | asrc_flite: do not crash on multiple instances.Nicolas George2012-07-281-11/+28
* | avf_concat: fix min value for v option.Nicolas George2012-07-281-1/+1
* | lavfi: add flite audio sourceStefano Sabatini2012-07-284-1/+277
* | lavfi: move movie and amovie to a "multimedia sources" sectionStefano Sabatini2012-07-283-6/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-271-11/+72
|\ \ | |/
| * lavfi: better channel layout negotiationJustin Ruggles2012-07-271-11/+72
* | vf_alphamerge: Fix reversed conditionalSteven Robertson2012-07-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-261-0/+1
|\ \ | |/
| * vf_yadif: unset cur_buf on the input link.Anton Khirnov2012-07-261-0/+1
| * vf_overlay: ensure the overlay frame does not get leaked.Anton Khirnov2012-07-261-0/+1
| * vf_overlay: prevent premature freeing of cur_bufMichael Niedermayer2012-07-261-0/+1
| * avfilter: Fix printf format string conversion specifierDiego Biurrun2012-07-251-1/+1
* | lavfi/af_amerge: avfilter_copy_buffer_ref_props will overwrite output ptsWilliam Yu2012-07-261-1/+1
* | lavfi/avfilter.h: add doxy for AVFilterLink.out_bufStefano Sabatini2012-07-251-0/+18
* | lavfi/avfilter.h: add doxy for AVFilterLink.cur_bufStefano Sabatini2012-07-251-0/+15
* | vf_deshake: set cur_buf to NULL.Nicolas George2012-07-231-0/+1
* | vf_colormatrix: add missing semicolonPaul B Mahol2012-07-231-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-232-0/+12
|\ \ | |/
| * lavfi: place x86 inline assembly under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-222-0/+12
* | src_movie: implement multiple outputs.Nicolas George2012-07-231-300/+392
* | buffersrc: use avfilter_get_buffer_ref_from_frame.Nicolas George2012-07-231-10/+2
* | lavfi: add avfilter_get_buffer_ref_from_frame.Nicolas George2012-07-232-0/+24
* | lavfi/showwaves: do not set on outlink->out_buf the sent video frameStefano Sabatini2012-07-231-1/+0
* | vf_overlay: fix missed returnMichael Niedermayer2012-07-231-1/+1
* | lavfi: change "transmedia" into "multimedia".Nicolas George2012-07-233-3/+3
* | lavfi: add concat filter.Nicolas George2012-07-233-0/+445
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-2260-374/+750
|\ \ | |/
| * buffersrc: check ff_get_audio_buffer() for errors.Anton Khirnov2012-07-221-0/+3
| * lavfi: check all ff_get_video_buffer() calls for errors.Anton Khirnov2012-07-227-0/+23
| * lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov2012-07-2215-20/+100
| * vf_select: avoid an unnecessary avfilter_ref_buffer().Anton Khirnov2012-07-221-2/+1
| * buffersrc: avoid creating unnecessary buffer referenceAnton Khirnov2012-07-221-6/+4
| * lavfi: use avfilter_unref_bufferp() where appropriate.Anton Khirnov2012-07-225-13/+10
| * vf_fps: add more error checks.Anton Khirnov2012-07-221-2/+17
| * vf_fps: fix a memleak on malloc failure.Anton Khirnov2012-07-221-1/+3
OpenPOWER on IntegriCloud