summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '3a6bc3e381647bb4434317113f131f7e0ab5bf83' into release/1.1Michael Niedermayer2014-08-081-7/+0
|\
| * vf_select: Drop a debug av_log with an unchecked double to enum conversionDiego Biurrun2014-07-301-13/+0
* | avfilter/graphdump: Fix pointer to local outside scopeMichael Niedermayer2014-05-101-1/+2
* | avfilter/filtfmts: Support dynamically allocated in/outputsMichael Niedermayer2014-04-221-5/+5
* | avfilter/vf_deshake: fix loss of precission with odd resolutionsMichael Niedermayer2014-04-221-2/+2
* | Merge commit 'ee21d270f8dc5fdb2263f5dd87407aae9fe1ecd1' into release/1.1Michael Niedermayer2014-04-211-1/+1
|\ \ | |/
| * af_channelmap: fix ONE_STR mapping modeAnton Khirnov2014-04-141-1/+1
* | Merge commit 'b1432e905d462198a8d7834b256848f2b9e4f8e6' into release/1.1Michael Niedermayer2014-04-213-0/+4
|\ \ | |/
| * avfilter: Add missing emms_c when neededLuca Barbato2014-04-143-0/+4
| * drawtext: Drop pointless headerLuca Barbato2014-03-131-1/+0
* | configure: Special case libfreetype testAlexander Strasser2014-04-211-1/+0
* | avfilter/ff_insert_pad: fix order of operationsMichael Niedermayer2013-12-211-3/+3
* | avfilter/vf_fps: make sure the fifo is not empty before using itMichael Niedermayer2013-09-071-1/+1
* | src_movie: fix scanf stringMichael Niedermayer2013-05-131-3/+3
* | Merge remote-tracking branch 'qatar/release/9' into release/1.1Michael Niedermayer2013-05-121-4/+9
|\ \ | |/
| * af_asyncts: fix offset calculationAnton Khirnov2013-05-111-4/+9
* | Merge commit '0662967d2bbdbe90540eaa8c847f521fa4b75aab' into release/1.1Michael Niedermayer2013-05-121-17/+19
|\ \ | |/
| * afifo: fix request_samples on the last frame in certain casesAnton Khirnov2013-05-041-17/+19
* | Merge commit '8f558c3e101859aec9adcb4b4b270ae1ef8f88b5' into release/1.1Michael Niedermayer2013-05-121-6/+15
|\ \ | |/
| * af_channelmap: sanity check input channel indices in all cases.Anton Khirnov2013-04-181-6/+15
* | Merge commit '05015d03da1d745bb92915b5cea92dec16af719f' into release/1.1Michael Niedermayer2013-05-122-7/+8
|\ \ | |/
| * avfiltergraph: check for sws opts being non-NULL before using them.Anton Khirnov2013-04-062-2/+8
* | Merge remote-tracking branch 'qatar/release/9' into release/1.1Michael Niedermayer2013-03-182-4/+6
|\ \ | |/
| * hqdn3d: Fix out of array read in LOWPASSLoren Merritt2013-03-162-5/+5
| * vf_gradfun: fix uninitialized variable useAnton Khirnov2013-03-161-0/+1
* | Merge commit 'c50241080d7599c90fc8b4e74c5f8d62a4caae52' into release/1.1Michael Niedermayer2013-03-181-1/+2
|\ \ | |/
| * vf_hqdn3d: fix uninitialized variable useAnton Khirnov2013-03-161-0/+1
| * vf_delogo: fix copying the input frame.Anton Khirnov2013-02-071-3/+3
| * vf_delogo: fix an uninitialized read.Anton Khirnov2013-02-071-1/+1
* | vf_mp: Set pseudo palMichael Niedermayer2013-02-233-1/+16
* | lavfi/kerndeint: use av_pix_fmt_desc_get instead of directly accessing the tableHendrik Leppkes2013-02-191-1/+1
* | vsrc_testsrc: Fix assignments in if()Michael Niedermayer2013-01-181-1/+1
* | lavfi/yadif: fix shorthand/option mismatchAndré Pankratz2013-01-121-1/+1
* | lavfi/kerndeint: remove unused pixel_step.Clément Bœsch2013-01-061-2/+0
* | lavfi/kerndeint: fix temp buffer linesize.Clément Bœsch2013-01-061-1/+1
* | vf_tinterlace: fix logical/bit op mixupMichael Niedermayer2013-01-061-1/+1
* | lavfi/kerndeint: get pix format description only once.Clément Bœsch2013-01-061-1/+2
* | lavfi/avfilter: remove now unused {src,cur,out}_buf.Clément Bœsch2013-01-061-45/+0
* | vf_kerndeint: memset buffer to avoid use of uninitialized memory.Michael Niedermayer2013-01-061-1/+6
* | libavfilter/video.h: remove unused things related to the start/slice/end APIMichael Niedermayer2013-01-051-43/+0
* | internal.h: remove start/end_frame from AVFilterPadMichael Niedermayer2013-01-051-23/+0
* | Allow remaining 32bit RGB packed pix_fmts in kerndeint filter.Carl Eugen Hoyos2013-01-051-3/+7
* | lavfi/kerndeint: fix mismatch between declared pixel format and testStefano Sabatini2013-01-051-2/+2
* | lavfi/drawutils: fix blending computation in blend_line functionMatthieu Bouron2013-01-051-1/+0
* | lavfi: add histeq filterStefano Sabatini2013-01-054-1/+301
* | lavfi: add kerndeint filterStefano Sabatini2013-01-054-2/+322
* | lavfi/drawutils: fix typoMatthieu Bouron2013-01-051-2/+2
* | lavfi/yadif: add support to named constantsStefano Sabatini2013-01-043-24/+39
* | lavfi/yadif: add support to named options and options introspectionStefano Sabatini2013-01-043-12/+30
* | lavfi/yadif: remove redundant NULL checks in uninitStefano Sabatini2013-01-041-3/+3