summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Collapse)AuthorAgeFilesLines
* avfilter/vf_dctdnoiz: Use av_malloc_array()Paul B Mahol2015-02-011-3/+3
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/avfilter: Remove CONFIG_MP_FILTER caseMichael Niedermayer2015-01-311-15/+0
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter: remove vf_mp.cPaul B Mahol2015-01-311-769/+0
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* remove libmpcodecsPaul B Mahol2015-01-3112-1523/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: remove mp=softpulldownPaul B Mahol2015-01-304-168/+1
| | | | | | It is supposed to work correctly with MEncoder only. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge commit '22b985d59c007c4422aefe3ef3fca0aa0daafa9f'Michael Niedermayer2015-01-291-16/+26
|\ | | | | | | | | | | | | | | | | | | * commit '22b985d59c007c4422aefe3ef3fca0aa0daafa9f': hqdn3d: check memory allocations and propagate errors Conflicts: libavfilter/vf_hqdn3d.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * hqdn3d: check memory allocations and propagate errorsVittorio Giovara2015-01-291-16/+26
| |
* | lavfi: document assumptions about the input and output labels of a filter ↵Stefano Sabatini2015-01-291-0/+4
| | | | | | | | graph description
* | Fix frame-alignment in PP7Arwa Arif2015-01-291-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/x86/vf_fspp: Fix loop condition for column_fidct()Michael Niedermayer2015-01-281-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_fspp: check count before calling row_idct()Michael Niedermayer2015-01-281-1/+2
| | | | | | | | | | | | Fixes crash with odd widths Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_fspp: Fix frame-alignment in FSPPArwa Arif2015-01-281-0/+2
| | | | | | | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_colorchannelmixer: use the name 's' for the pointer to the ↵Paul B Mahol2015-01-281-90/+90
| | | | | | | | | | | | private context Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/avf_avectorscope: use the name 's' for the pointer to the private ↵Paul B Mahol2015-01-281-46/+46
| | | | | | | | | | | | context Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_biquads: use the name 's' for the pointer to the private contextPaul B Mahol2015-01-281-105/+105
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_extractplanes: use the name 's' for the pointer to the private ↵Paul B Mahol2015-01-281-20/+20
| | | | | | | | | | | | context Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfitler/vf_il: use the name 's' for the pointer to the private contextPaul B Mahol2015-01-281-15/+15
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_colorbalance: use the name 's' for the pointer to the private ↵Paul B Mahol2015-01-281-24/+24
| | | | | | | | | | | | context Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_telecine: use the name 's' for the pointer to the private contextPaul B Mahol2015-01-281-55/+55
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_mcdeint: avoid uninitilaized fields in AVPacketMichael Niedermayer2015-01-281-3/+1
| | | | | | | | | | | | This is also simpler Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '8805589b803fab5f362008306319336ac79a3fa7'Michael Niedermayer2015-01-271-8/+14
|\ \ | |/ | | | | | | | | | | * commit '8805589b803fab5f362008306319336ac79a3fa7': libopencv: Rework error handling in parse_iplconvkernel() Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * libopencv: Rework error handling in parse_iplconvkernel()Vittorio Giovara2015-01-271-8/+14
| | | | | | | | | | | | | | Fix 'values' memory leak in case of error. CC: libav-stable@libav.org Bug-Id: CID 739879
* | Merge commit '728685f37ab333ca35980bd01766c78d197f784a'Michael Niedermayer2015-01-271-0/+25
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | * commit '728685f37ab333ca35980bd01766c78d197f784a': Add a side data type for audio service type. Conflicts: doc/APIchanges libavcodec/avcodec.h libavcodec/version.h libavutil/frame.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Add a side data type for audio service type.Anton Khirnov2015-01-271-0/+25
| | | | | | | | | | Currently, audio service type is a field in AVCodecContext. However, side data is more appropriate for this kind of information.
* | lavfi/lut: apply minor compute_gammaval709() doxy fixStefano Sabatini2015-01-271-1/+1
| |
* | avfilter/vf_eq: mark src as constMichael Niedermayer2015-01-273-5/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_eq: Fix clipping codeMichael Niedermayer2015-01-262-2/+2
| | | | | | | | | | Found-by: Christophe Gisquet <christophe.gisquet@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfitler/vf_fieldmatch: fix typoPaul B Mahol2015-01-261-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/libmpcodecs: remove unused headersPaul B Mahol2015-01-265-378/+0
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/mp: drop mp=eq and mp=eq2Stefano Sabatini2015-01-265-766/+1
| | | | | | | | | | mp=eq2 was ported to a native libavfilter filter in commit 4c38e960d0ca81b78dec1589275a5274dde21c8e.
* | avfilter/vf_eq: fix leak of input framePaul B Mahol2015-01-261-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: Port mp=eq/eq2 to lavfiArwa Arif2015-01-267-2/+431
| | | | | | | | | | | | | | Code adapted from James Darnley's port Some fixes from Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_mcdeint: Set no_bitstream=1Michael Niedermayer2015-01-251-0/+1
| | | | | | | | | | | | This avoids unneeded writing of the bitstream Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_mcdeint: fix gop_sizeMichael Niedermayer2015-01-251-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_uspp: fix gop_sizeMichael Niedermayer2015-01-251-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_uspp: Use FF_CEIL_RSHIFT() correct rounding of odd w/hMichael Niedermayer2015-01-251-8/+13
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/af_channelmap: Check for missing argument in get_channel_idx()Michael Niedermayer2015-01-231-0/+2
| | | | | | | | | | | | Fixes null pointer dereference Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/avf_showcqt: use av_malloc_array()Michael Niedermayer2015-01-221-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/drawutils: Check for av_malloc* failuresMichael Niedermayer2015-01-221-0/+7
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/drawutils: Use av_malloc_array()Michael Niedermayer2015-01-221-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_showinfo: show timebase & framerate tooMichael Niedermayer2015-01-211-1/+27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_lenscorrection: support 8bit planar RGB formatsPaul B Mahol2015-01-211-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_join: swap av_mallocz_array() args for consistency with the ↵Paul B Mahol2015-01-201-6/+6
| | | | | | | | | | | | prototype Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_join: Use av_mallocz_array()Paul B Mahol2015-01-201-6/+6
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_ashowinfo: Use av_realloc_array()Michael Niedermayer2015-01-201-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fix Makefile: remove ilpackPaul B Mahol2015-01-201-1/+0
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi: remove mp=ilpackPaul B Mahol2015-01-203-461/+1
| | | | | | | | | | | | | | Filter does not work, asserts here. scale=interl=1,format=yuv422p should be used instead. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_idet: factorize av_frame_free(&idet->prev)Michael Niedermayer2015-01-191-3/+2
| | | | | | | | | | Found-by: Pascal Massimino <pascal.massimino@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/avfilter: allow idet like scale to have parameter changesMichael Niedermayer2015-01-191-1/+2
| | | | | | | | | | | | Fixes assertion failure Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_idet: flush internal buffers on parameter changesMichael Niedermayer2015-01-191-0/+12
| | | | | | | | | | | | This is needed to auto insert the filter by default Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud