summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Add repeatfields filter (Port of mp=softpulldown)Paul B Mahol2015-02-103-0/+193
* avfilter/f_sendcmd: consider it an error if there are no commandsMichael Niedermayer2015-02-091-0/+5
* avfilter/hqdn3d: an invalid bit depth means a bug, not invalid read dataClément Bœsch2015-02-081-1/+1
* avfilter/dctdnoiz: fix slice_h computationClément Bœsch2015-02-081-1/+1
* lavfi/subtitles: add force_style optionEejya Singh2015-02-082-1/+24
* generate_wave_table: Add include for AVSampleFormatTimothy Gu2015-02-061-0/+2
* avfilter/vf_fps: update frame drop commentMichael Niedermayer2015-02-051-1/+1
* avfilter/vf_fps: Do not drop a random subset of framesMichael Niedermayer2015-02-041-4/+1
* Fix standalone compilation of the tblend filter.Carl Eugen Hoyos2015-02-041-1/+1
* Merge commit 'a6653787a4b1e89170ff7962312dd110769c83a3'Michael Niedermayer2015-02-031-8/+13
|\
| * libopencv: Check kernel_str life cycleLuca Barbato2015-02-031-6/+12
* | avfilter/vf_dctdnoiz: Use av_malloc_array()Paul B Mahol2015-02-011-3/+3
* | avfilter/avfilter: Remove CONFIG_MP_FILTER caseMichael Niedermayer2015-01-311-15/+0
* | avfilter: remove vf_mp.cPaul B Mahol2015-01-311-769/+0
* | remove libmpcodecsPaul B Mahol2015-01-3112-1523/+1
* | lavfi: remove mp=softpulldownPaul B Mahol2015-01-304-168/+1
* | Merge commit '22b985d59c007c4422aefe3ef3fca0aa0daafa9f'Michael Niedermayer2015-01-291-16/+26
|\ \ | |/
| * hqdn3d: check memory allocations and propagate errorsVittorio Giovara2015-01-291-16/+26
* | lavfi: document assumptions about the input and output labels of a filter gra...Stefano Sabatini2015-01-291-0/+4
* | Fix frame-alignment in PP7Arwa Arif2015-01-291-0/+2
* | avfilter/x86/vf_fspp: Fix loop condition for column_fidct()Michael Niedermayer2015-01-281-2/+2
* | avfilter/vf_fspp: check count before calling row_idct()Michael Niedermayer2015-01-281-1/+2
* | avfilter/vf_fspp: Fix frame-alignment in FSPPArwa Arif2015-01-281-0/+2
* | avfilter/vf_colorchannelmixer: use the name 's' for the pointer to the privat...Paul B Mahol2015-01-281-90/+90
* | avfilter/avf_avectorscope: use the name 's' for the pointer to the private co...Paul B Mahol2015-01-281-46/+46
* | avfilter/af_biquads: use the name 's' for the pointer to the private contextPaul B Mahol2015-01-281-105/+105
* | avfilter/vf_extractplanes: use the name 's' for the pointer to the private co...Paul B Mahol2015-01-281-20/+20
* | avfitler/vf_il: use the name 's' for the pointer to the private contextPaul B Mahol2015-01-281-15/+15
* | avfilter/vf_colorbalance: use the name 's' for the pointer to the private con...Paul B Mahol2015-01-281-24/+24
* | avfilter/vf_telecine: use the name 's' for the pointer to the private contextPaul B Mahol2015-01-281-55/+55
* | avfilter/vf_mcdeint: avoid uninitilaized fields in AVPacketMichael Niedermayer2015-01-281-3/+1
* | Merge commit '8805589b803fab5f362008306319336ac79a3fa7'Michael Niedermayer2015-01-271-8/+14
|\ \ | |/
| * libopencv: Rework error handling in parse_iplconvkernel()Vittorio Giovara2015-01-271-8/+14
* | Merge commit '728685f37ab333ca35980bd01766c78d197f784a'Michael Niedermayer2015-01-271-0/+25
|\ \ | |/
| * Add a side data type for audio service type.Anton Khirnov2015-01-271-0/+25
* | 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
* | avfilter/vf_eq: Fix clipping codeMichael Niedermayer2015-01-262-2/+2
* | avfitler/vf_fieldmatch: fix typoPaul B Mahol2015-01-261-1/+1
* | avfilter/libmpcodecs: remove unused headersPaul B Mahol2015-01-265-378/+0
* | lavfi/mp: drop mp=eq and mp=eq2Stefano Sabatini2015-01-265-766/+1
* | avfilter/vf_eq: fix leak of input framePaul B Mahol2015-01-261-0/+1
* | avfilter: Port mp=eq/eq2 to lavfiArwa Arif2015-01-267-2/+431
* | avfilter/vf_mcdeint: Set no_bitstream=1Michael Niedermayer2015-01-251-0/+1
* | avfilter/vf_mcdeint: fix gop_sizeMichael Niedermayer2015-01-251-1/+1
* | avfilter/vf_uspp: fix gop_sizeMichael Niedermayer2015-01-251-1/+1
* | avfilter/vf_uspp: Use FF_CEIL_RSHIFT() correct rounding of odd w/hMichael Niedermayer2015-01-251-8/+13
* | avfilter/af_channelmap: Check for missing argument in get_channel_idx()Michael Niedermayer2015-01-231-0/+2
* | avfilter/avf_showcqt: use av_malloc_array()Michael Niedermayer2015-01-221-1/+1
* | avfilter/drawutils: Check for av_malloc* failuresMichael Niedermayer2015-01-221-0/+7
OpenPOWER on IntegriCloud