summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* libavfilter/vf_noise: relicense to LGPLPaul B Mahol2013-10-271-6/+6
* avfiltergraph: Properly handle memory allocation failureDerek Buitenhuis2013-10-271-0/+13
* avfilter: add mergeplanes filterPaul B Mahol2013-10-274-1/+316
* lavfi/overlay: correct small error in intersection detectionBenedict Endemann2013-10-271-2/+2
* avfilter/x86/vf_gradfun_init: fix const and related warningsMichael Niedermayer2013-10-241-4/+5
* Merge commit '0e730494160d973400aed8d2addd1f58a0ec883e'Michael Niedermayer2013-10-244-218/+207
|\
| * avfilter: x86: Port gradfun filter optimizations to yasmDaniel Kang2013-10-234-218/+207
* | avfilter/libmpcodecs/vf_eq: remove useless storage class specifier in empty d...Paul B Mahol2013-10-241-1/+1
* | avfilter/vf_scale: Correct vf_scale mappings from arguments to color rangeRobert Krüger2013-10-231-2/+2
* | Merge commit 'f6633c55a3c0e93a5b2bab6aa0692fb608f2a38d'Michael Niedermayer2013-10-233-3/+3
|\ \ | |/
| * avfilter: Fix typo in Loren's email addressDiego Biurrun2013-10-233-3/+3
| * pthread: Avoid crashes/odd behavior caused by spurious wakeupsDerek Buitenhuis2013-10-221-2/+8
* | Merge commit '00d7369de06a16f7c8770a899fcb16bcb94b1e20'Michael Niedermayer2013-10-221-1/+6
|\ \ | |/
| * vf_fieldorder: log when processing is skippedVittorio Giovara2013-10-221-1/+6
* | lavfi/pthread: Avoid crashes/odd behavior caused by spurious wakeupsDerek Buitenhuis2013-10-221-2/+8
* | avfilter: replaygain scannerPaul B Mahol2013-10-214-2/+617
* | avfilter/ff_insert_pad: fix order of operationsMichael Niedermayer2013-10-211-2/+2
* | Do not leave positive values undefined when negative are defined as errorMichael Niedermayer2013-10-197-15/+15
* | Merge commit 'eb90a2091ffb94d8c29aaa5ff50f4192520254fc'Michael Niedermayer2013-10-141-1/+2
|\ \ | |/
| * pthread: Fix deadlock during thread initializationDerek Buitenhuis2013-10-131-1/+2
* | avfilter/vsrc_testsrc: smpte(hd)bars: use yuv directlyPaul B Mahol2013-10-121-54/+76
* | avfilter/vf_separatefields: do not reset pts to 0Paul B Mahol2013-10-121-23/+56
* | avfilter/lavfutils: fix memleak of avpacketMichael Niedermayer2013-10-121-0/+3
* | avfilter/vf_removelogo: fix pixel pointer so it points where its intendedMichael Niedermayer2013-10-121-1/+1
* | avfilter/vf_removelogo: fix offset for accessing pixels above and belowMichael Niedermayer2013-10-121-2/+2
* | avfilter/vf_removelogo: use av_freep() for safteyMichael Niedermayer2013-10-121-4/+4
* | avfilter/vf_w3fdif: do not reset pts to 0Paul B Mahol2013-10-101-8/+20
* | avfilter/buffersink: try to fix AV_NOPTS_VALUEMichael Niedermayer2013-10-091-2/+4
* | avfilter/ff_filter_frame_needs_framing: fix handling of AV_NOPTS_VALUEMichael Niedermayer2013-10-091-2/+3
* | avfilter/af_join: remove now unnecessary gotoPaul B Mahol2013-10-081-10/+5
* | avfilter/vf_deshake: fix block_contrast() lower brightness valueMichael Niedermayer2013-10-071-1/+1
* | avfilter/deshakeLenny Wang2013-10-071-1/+1
* | avfilter/lswsutils: dont override the default scalerMichael Niedermayer2013-10-071-1/+1
* | avfilter/vf_drawtext: remove dead initializationPaul B Mahol2013-10-071-1/+1
* | avfilter/vf_phase: remove dead initializationPaul B Mahol2013-10-071-1/+1
* | avfilter/vf_scale: dont duplicate default.Michael Niedermayer2013-10-061-1/+1
* | avfilter/vf_scale: change the default scaler to bicubicMichael Niedermayer2013-10-061-1/+1
* | avfilter/f_interleave: use the name 's' for the pointer to the private contextPaul B Mahol2013-10-051-15/+15
* | avfilter/af_silencedetect: support more sample formatsPaul B Mahol2013-10-051-33/+81
* | avfilter/vf_histogram: use const for variables that are not supposed to changePaul B Mahol2013-10-041-13/+13
* | avfilter/vf_frei0r: fix out of array readMichael Niedermayer2013-10-041-1/+2
* | avfilter/vf_pullup: do not ignore frame field orderPaul B Mahol2013-10-031-1/+1
* | avfilter/vf_histogram: add mirrored waveform modeMarton Balint2013-10-022-6/+17
* | avfilter/vf_histogram: fix segfault in parade waveform mode for subsampled fo...Marton Balint2013-10-021-4/+4
* | Merge commit '06e7301a2efa8dededecbe6836ee5b59bf7e5e76'Michael Niedermayer2013-10-031-0/+9
|\ \ | |/
| * vf_interlace: do not process an already interlaced frameVittorio Giovara2013-10-021-0/+10
* | avfilter/avf_showspectrum: use the name 's' for the pointer to the private co...Clément Bœsch2013-10-021-93/+93
* | avfilter/af_afade: use the name 's' for the pointer to the private contextPaul B Mahol2013-10-021-28/+28
* | avfilter/vf_removelogo: use the name 's' for the pointer to the private contextClément Bœsch2013-10-021-38/+38
* | avfilter/af_silencedetect: use the name 's' for the pointer to the private co...Paul B Mahol2013-10-021-17/+16